]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-08-10 Erick TryzelaarMerge branch 'trie-bound-iters' of https://github.com...
2013-08-10 Erick TryzelaarMerge branch 'vec-exh' of https://github.com/stepancheg...
2013-08-10 Erick TryzelaarMerge branch 'enum-method-privacy' of https://github...
2013-08-10 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/master...
2013-08-10 borsauto merge of #8327 : sstewartgallus/rust/factor_out_wa...
2013-08-10 Erick Tryzelaarsyntax and rustc: fix some warnings
2013-08-10 Erick Tryzelaarstd: fix the non-stage0 str::raw::slice_bytes which...
2013-08-10 Erick Tryzelaarstd: Transform.find_ -> .find
2013-08-10 Erick Tryzelaarstd: Iterator.len_ -> .len
2013-08-10 Erick Tryzelaarstd: Iterator.last_ -> .last
2013-08-10 Erick Tryzelaarstd: Iterator.chain_ -> .chain
2013-08-10 Erick Tryzelaarstd: Iterator.flat_map_ -> .flat_map
2013-08-10 Erick Tryzelaarstd: Iterator.take_ -> .take
2013-08-10 Erick Tryzelaarstd: Rename Iterator.transform -> .map
2013-08-10 Erick Tryzelaarstd: merge Iterator and IteratorUtil
2013-08-10 Erick Tryzelaarstd: merge iterator::DoubleEndedIterator and DoubleEnde...
2013-08-10 Erick TryzelaarClean up some unused imports in tests
2013-08-10 Erick TryzelaarMass rename of .consume{,_iter}() to .move_iter()
2013-08-10 borsauto merge of #8270 : dotdash/rust/ret_alloca_elim...
2013-08-10 Björn SteinbrinkElide unnecessary ret slot allocas
2013-08-10 borsauto merge of #8425 : dim-an/rust/increase-stack-size...
2013-08-10 borsauto merge of #8296 : erickt/rust/remove-str-trailing...
2013-08-10 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/master...
2013-08-10 borsauto merge of #8387 : brson/rust/nooldrt, r=brson
2013-08-09 Brian AndersonRemove the C++ runtime. Sayonara
2013-08-09 Dmitry ErmolovIncrease system stack size.
2013-08-09 borsauto merge of #8176 : catamorphism/rust/rustpkg-extern...
2013-08-09 Tim Chevalierrustpkg: Simplify the PkgId struct
2013-08-09 Tim Chevalierstd/rustc/rustpkg/syntax: Support the `extern mod ...
2013-08-09 Erick Tryzelaarrustpkg: another fix for windows
2013-08-09 borsauto merge of #8415 : brson/rust/newrt-local-heap-perf...
2013-08-09 Erick Tryzelaarstd: more windows fixes to os.rs and run.rs
2013-08-09 borsauto merge of #8369 : yichoi/rust/arm-test, r=sanxiyn
2013-08-09 borsauto merge of #8352 : stepancheg/rust/ipv6-to-str,...
2013-08-09 borsauto merge of #8362 : sfackler/rust/env, r=alexcrichton
2013-08-09 Dmitry ErmolovImplement `lower_bound_iter`/`upper_bound_iter` for...
2013-08-09 Stepan KoltsovFix Ipv6Addr to_str for ::1:x.x.x.x addresses
2013-08-09 borsauto merge of #8361 : alexcrichton/rust/fix-node-hashes...
2013-08-09 Brian Andersonstd: Fix perf of local allocations in newsched
2013-08-09 borsauto merge of #8357 : omasanori/rust/cleanup, r=alexcri...
2013-08-09 OGINO MasanoriRemove redundant Ord method impls.
2013-08-09 borsauto merge of #8350 : dim-an/rust/fix-struct-match...
2013-08-09 Steven Stewart... Isolate common wait_end logic
2013-08-09 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/master...
2013-08-09 borsauto merge of #8336 : stepancheg/rust/socket-addr-from...
2013-08-08 borsauto merge of #8356 : toddaaro/rust/ws, r=brson
2013-08-08 Tim ChevalierMakefiles: make rustpkgtest depend on rustpkg executable
2013-08-08 Tim Chevalierrustpkg: Eliminate a copy
2013-08-08 borsauto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton
2013-08-08 toddaaroEnabled workstealing in the scheduler. Previously we...
2013-08-08 Corey RichardsonFix more priv fallout
2013-08-08 Corey Richardsonxfail-fast an aux test
2013-08-08 Steven Facklerenv! syntax extension changes
2013-08-08 Erick Tryzelaarstd: more fixes for os.rs for windows
2013-08-08 borsauto merge of #8245 : alexcrichton/rust/fmt2, r=graydon
2013-08-08 Erick Tryzelaarstd: import HANDLE for os::list_dir for windows
2013-08-08 Erick TryzelaarFix a stack to use the new .to_c_str() api
2013-08-08 Corey RichardsonFix fallout
2013-08-08 Ben Blum(cleanup) Improve rtabort message for atomic-sleep.
2013-08-08 Ben Blumfix recv_ready for Port to take &self and not need...
2013-08-08 blake2-ppcextra: Remove all each_* methods in treemap
2013-08-08 blake2-ppcextra: Implement .rev_iter() in treemap
2013-08-08 blake2-ppcextra: External iterators for TreeSet set operations
2013-08-08 blake2-ppcextra: Simplify Eq/Ord in treemap
2013-08-08 Simon SapinGedit/gtksourceview language spec: add 'in' keyword
2013-08-08 Huon Wilsonstd: add missing #[inline] annotation to the f64 arithm...
2013-08-08 Do Nhat Minhmisc help message fix
2013-08-08 Alex CrichtonAdd some documentation about globals in ffi docs
2013-08-08 Jordi BoggianoAdd weak_rng to get a random algo that puts more emphas...
2013-08-08 Jordi BoggianoDocument rand module with more emphasis on cryptographi...
2013-08-08 Sangeun KimChange const to static
2013-08-08 Sangeun KimChange Freeze to Static
2013-08-08 Alex CrichtonFix unit structs in cross-crate situtations
2013-08-08 darkfextra: add `internal` to {de,in}flate_bytes_ naming...
2013-08-08 darkfadd extra::flate::deflate_bytes_zlib and a test
2013-08-08 darkfadd inflate_bytes_zlib to exra::flate
2013-08-08 Jordi BoggianoTurn OptGroups into a main opt and a main and an aliase...
2013-08-08 Jordi BoggianoAdd missing getopts::groups::optflagmulti function
2013-08-08 Alex CrichtonForbid `priv` where it has no effect
2013-08-08 Kevin BallardImplement DoubleEndedIterator on Range
2013-08-08 blake2-ppcrustc: Fix for-range loops that can use iterators
2013-08-08 blake2-ppcBugfix .each_edge in middle/graph.rs
2013-08-08 blake2-ppcstd: Fix for-range loops that can use iterators
2013-08-08 blake2-ppcextra: Remove all .each methods in smallintmap
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 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/master...
next