]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-08-10 borsauto merge of #8327 : sstewartgallus/rust/factor_out_wa...
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 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...
2013-08-07 Erick Tryzelaarstd: fix a bad type cast for in str.to_c_str()
2013-08-07 Erick Tryzelaarstd: Make CString::new unsafe b/c it can mutate a ...
2013-08-07 Erick Tryzelaarstd: remove unnecessary test from c_str.drop and use...
2013-08-07 Erick Tryzelaarstd: Fix c_str.iter() and add test
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...
next