]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-08-08 borsauto merge of #8245 : alexcrichton/rust/fmt2, r=graydon
2013-08-08 Alex CrichtonAdd initial support for a new formatting syntax
2013-08-07 borsauto merge of #8358 : brson/rust/newrt, r=brson
2013-08-07 Brian AndersonTurn on the new runtime
2013-08-07 Brian Andersonrusti: Disable tests
2013-08-07 Brian AndersonDisable linked failure tests
2013-08-07 Brian Andersondoc: Fix deadlocks in tutorial due to yield bustage
2013-08-07 Brian Andersonxfail debug-info/option-like-enum
2013-08-07 Brian Andersontest: Fix deadlock in task-perf-linked-failure
2013-08-07 Brian Andersontest: xfail a bunch of tests that are incorrectly readi...
2013-08-07 Brian Andersonrustpkg: Disable test_uninstall
2013-08-07 Brian Andersonrustc: Use 4MB stacks. Needed for unoptimized builds...
2013-08-07 Brian Andersonstd: Allow spawners to specify stack size
2013-08-07 Brian Andersonstd::rt: Pull RUST_MIN_STACK from the environment
2013-08-07 Brian Andersonstd::rt: 2MB stacks again
2013-08-07 borsauto merge of #8320 : mihneadb/rust/freq_count, r=cmr
2013-08-07 borsauto merge of #8294 : erickt/rust/map-move, r=bblum
2013-08-07 borsauto merge of #8326 : thestinger/rust/iterator, r=alexc...
2013-08-07 Mihnea Dobrescu... Add frequency count to extra::stat. #8281
2013-08-07 borsauto merge of #8373 : alexcrichton/rust/disable-rusti...
2013-08-07 Erick Tryzelaarstd: removed option.take_map{,_default}
2013-08-07 Erick Tryzelaarcore: option.map_consume -> option.map_move
2013-08-07 Alex CrichtonRevert "Re-enable rusti tests"
2013-08-07 Erick Tryzelaarstd: add result.map_move, result.map_err_move
2013-08-07 Erick Tryzelaaroption.get -> option.unwrap
2013-08-07 borsauto merge of #8305 : huonw/rust/triage-fixes, r=cmr
2013-08-07 Huon Wilsontestsuite: add explanation to a Note, and remove duplic...
2013-08-07 Huon Wilsontestsuite: remove incorrect section of 2 test cases...
2013-08-07 Huon Wilsontestsuite: remove 2 very outdated testcases; functional...
2013-08-07 Huon Wilsonstd: adjust str::test_add so that the macro expands...
2013-08-07 borsauto merge of #8323 : kballard/rust/saturating, r=thest...
2013-08-07 borsauto merge of #8285 : huonw/rust/deriving+++, r=alexcri...
2013-08-07 Huon WilsonAdd test for short-circuiting #[deriving(Eq,Ord,TotalEq...
2013-08-07 borsauto merge of #8287 : sfackler/rust/hex, r=alexcrichton
2013-08-07 Daniel Micayvec: use `offset_inbounds` for iterators
2013-08-07 Daniel Micayadd an intrinsic for inbounds GEP
2013-08-07 Daniel Micayvec: avoid `ptrtoint`/`inttoptr` in the iterators
2013-08-07 Daniel Micayremove `extra::iter`
2013-08-06 borsauto merge of #8231 : SimonSapin/rust/ascii-upper-lower...
2013-08-06 Daniel Micayiterator: rename `Counter::new` to `count`
2013-08-06 Daniel Micayadd Extendable to the prelude
2013-08-06 Daniel Micayiterator: simplify the `take` implementation
2013-08-06 Simon SapinAdd to_ascii_upper, to_ascii_lower and eq_ignore_ascii_...
2013-08-06 borsauto merge of #8321 : alexcrichton/rust/enable-rusti...
2013-08-06 Steven FacklerResult::get -> Result::unwrap
2013-08-06 borsauto merge of #8317 : bblum/rust/fast-spawn-unlinked...
2013-08-06 Steven FacklerRemoved convenience encoding trait impls
2013-08-06 Steven FacklerRemoving space for NULL terminator
2013-08-06 Steven FacklerToBase64 and ToHex perf improvements
2013-08-06 Steven FacklerSome minor hex changes
2013-08-06 Steven FacklerAdded hexadecimal encoding module
2013-08-06 borsauto merge of #8313 : msullivan/rust/cleanup, r=catamor...
2013-08-06 borsauto merge of #8312 : alexcrichton/rust/use-treemap...
2013-08-06 borsauto merge of #8308 : blake2-ppc/rust/str-slice-bytes...
2013-08-06 borsauto merge of #8054 : sammykim/rust/move-EnumSet, r...
2013-08-06 Kevin BallardUpdate Iterator impls to use Saturating
2013-08-06 Kevin BallardAdd std::num::Saturating
2013-08-06 Sangeun KimMove EnumSet into libextra
2013-08-06 borsauto merge of #8265 : blake2-ppc/rust/std-iter, r=thest...
2013-08-06 borsauto merge of #8278 : cmr/rust/workaround, r=brson
2013-08-06 blake2-ppcstd: Fix bug in ChunkIter::idx
2013-08-06 blake2-ppcstd: Remove uint::iterate, replaced by `range`
2013-08-06 blake2-ppcextra: Simplify the bitv iterators using Repeat
2013-08-06 blake2-ppcstd: Improve the documentation for iterator::Invert
2013-08-06 blake2-ppcstd: Use method name Option::consume
2013-08-06 blake2-ppcstd: Rewrite the HashSet set operation iterators
2013-08-06 blake2-ppcstd: Add iterator::Repeat to repeat an element endlessly
2013-08-06 blake2-ppcstd: Improve vec::ChunkIter
2013-08-06 blake2-ppcstd: Implement RandomAccessIterator for Invert
2013-08-06 blake2-ppcstd: Remove unused trait bound in Result::map
2013-08-06 blake2-ppcstd: Convert Result to use external iterators
2013-08-06 blake2-ppcstd: Add .consume_iter() for Option, to make it reusable
2013-08-06 Alex CrichtonRe-enable rusti tests
2013-08-05 borsauto merge of #8288 : Kimundi/rust/opteitres4, r=brson
2013-08-05 Ben BlumLazily initialize 'leaf node' taskgroups for unlinked...
2013-08-05 Ben Blum(cleanup) Uncomment an assertion that now holds.
2013-08-05 borsauto merge of #8298 : darkf/rust/fix-3948, r=pcwalton
2013-08-05 Marvin LöbelUpdated std::Option, std::Either and std::Result
2013-08-05 Alex CrichtonUse TreeMap's ord implementation for Json
2013-08-05 Michael SullivanImprove debug spew in _match.
2013-08-05 Michael SullivanGet rid of some NOTEs.
2013-08-05 Michael SullivanWarn when using -o option on libraries. Closes #6554.
2013-08-05 Michael SullivanFix an unused variable warning and clean up some dead...
2013-08-05 borsauto merge of #8293 : dim-an/rust/trie-iterator, r...
2013-08-05 Michael SullivanMake node_id_to_str print more useful info in some...
2013-08-05 borsauto merge of #8292 : thestinger/rust/fix_loop_warning...
2013-08-05 blake2-ppcstd: Use correct lifetime parameter on str::raw::slice_...
2013-08-05 borsauto merge of #8289 : sfackler/rust/push_byte, r=erickt
2013-08-05 borsauto merge of #8183 : omasanori/rust/migrate-new, r...
2013-08-05 borsauto merge of #8279 : pcwalton/rust/no-main, r=brson
2013-08-05 borsauto merge of #8227 : dim-an/rust/tree-iter, r=thestinger
2013-08-05 OGINO MasanoriAdd extra::arena::Arena::new{, _with_size}.
2013-08-05 borsauto merge of #8303 : brson/rust/tls-magic-wtf, r=brson
2013-08-05 Brian Andersonstd::rt: Use magic to make TLS work from annihilated...
2013-08-05 borsauto merge of #8299 : brson/rust/yet-more-newsched...
2013-08-05 Brian Andersonstd::rt: Schedule more scheduler callbacks to avoid...
2013-08-05 Brian Andersonstd: Fix newsched logging truncation
2013-08-05 darkfOpen files in binary mode. Closes #3948
2013-08-05 borsauto merge of #8220 : luqmana/rust/arm-linux, r=cmr
2013-08-05 borsauto merge of #8297 : brson/rust/dlist-dtor, r=brson
next