| Age | Commit message (Expand) | Author | Lines |
| 2013-06-26 | std::rt: Some cleanup | Brian Anderson | -20/+18 |
| 2013-06-24 | extra: Make test runner compatible with newsched | Brian Anderson | -7/+14 |
| 2013-06-24 | std::rt: deny(unused_unsafe) | Brian Anderson | -4/+5 |
| 2013-06-24 | std: Make unlinking and task notification work with newsched | Brian Anderson | -3/+44 |
| 2013-06-24 | std: Make box annihilator work with newsched | Brian Anderson | -131/+94 |
| 2013-06-24 | std: Move dynamic borrowck code from unstable::lang to rt::borrowck | Brian Anderson | -229/+294 |
| 2013-06-24 | std: Rewrite vec_reserve_shared_actual in Rust | Brian Anderson | -25/+56 |
| 2013-06-21 | std: Make console log off/on controls work with newsched | Brian Anderson | -8/+36 |
| 2013-06-21 | std::rt: Support os::args | Brian Anderson | -11/+157 |
| 2013-06-20 | std: Port SharedChan to newsched | Brian Anderson | -15/+37 |
| 2013-06-20 | Merge remote-tracking branch 'brson/io' into io-upstream | Brian Anderson | -832/+3129 |
| 2013-06-20 | std::rt: Whitespace | Brian Anderson | -2/+2 |
| 2013-06-20 | Merge remote-tracking branch 'brson/io-wip' into io | Brian Anderson | -23/+66 |
| 2013-06-21 | libstd: cleanup warnings | James Miller | -27/+9 |
| 2013-06-21 | Remove all #[cfg(stage0)]-protected code | James Miller | -98/+9 |
| 2013-06-20 | ignore inherited environment test under valgrind r=snapshot | James Miller | -0/+1 |
| 2013-06-19 | std: Make newsched failures log correctly | Brian Anderson | -2/+11 |
| 2013-06-19 | std::rt: Update GC metadata in init | Brian Anderson | -0/+5 |
| 2013-06-19 | Modified a match in resume_task_from_queue that was returning an int that was... | toddaaro | -17/+17 |
| 2013-06-19 | std::rt: Document and cleanup the run function | Brian Anderson | -10/+30 |
| 2013-06-19 | std::rt: Correct the numbers of default cores | Brian Anderson | -6/+1 |
| 2013-06-19 | std::rt: Set the process exit code | Brian Anderson | -5/+19 |
| 2013-06-18 | std::rt: Work around a dynamic borrowck bug | Brian Anderson | -3/+2 |
| 2013-06-18 | std: Work around some failing 'run' tests when valgrinding. #7224 | Brian Anderson | -5/+25 |
| 2013-06-18 | std::rt: Improve the rtabort! macro | Brian Anderson | -15/+72 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -1156/+1156 |
| 2013-06-18 | std::rt: Turn on multithreaded scheduling | Brian Anderson | -16/+76 |
| 2013-06-17 | std: Rename `abort!` to `rtabort!` to match other macros | Brian Anderson | -23/+23 |
| 2013-06-17 | std::rt: move abort function to util module | Brian Anderson | -9/+5 |
| 2013-06-17 | std::rt: Check exchange count on exit | Brian Anderson | -6/+37 |
| 2013-06-17 | std::rt: Add util mod and num_cpus function | Brian Anderson | -5/+27 |
| 2013-06-17 | auto merge of #7197 : rkbodenner/rust/doc-for-lib-move, r=brson | bors | -17/+18 |
| 2013-06-17 | auto merge of #7131 : Blei/rust/windows-dynamic-lib, r=graydon | bors | -21/+33 |
| 2013-06-17 | auto merge of #7199 : Kimundi/rust/master, r=bstrie | bors | -25/+91 |
| 2013-06-17 | auto merge of #7195 : brson/rust/timertest, r=bstrie | bors | -2/+2 |
| 2013-06-17 | Improved std::ascii | Marvin Löbel | -25/+91 |
| 2013-06-17 | auto merge of #7198 : huonw/rust/slice-zeros, r=Aatch | bors | -0/+42 |
| 2013-06-17 | Reproduce text changes from @brson PR 7176 and fix a typo therein | Ralph Bodenner | -14/+15 |
| 2013-06-17 | std: add Zero impls for &[] and &str. | Huon Wilson | -0/+42 |
| 2013-06-16 | Update doc references to new names for std, extra, and std::libc | Ralph Bodenner | -4/+4 |
| 2013-06-16 | std::rt: Reduce the delay on a timer test. Slow | Brian Anderson | -2/+2 |
| 2013-06-16 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -794/+2881 |
| 2013-06-16 | auto merge of #7177 : huonw/rust/unfold-fix, r=thestinger | bors | -2/+2 |
| 2013-06-16 | Remove moves from *T and implement in another way | Niko Matsakis | -21/+9 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -58/+58 |
| 2013-06-16 | auto merge of #7163 : brson/rust/reinterpret-cast, r=thestinger | bors | -5/+2 |
| 2013-06-16 | auto merge of #7156 : Dretch/rust/float-hash, r=graydon | bors | -0/+41 |
| 2013-06-16 | auto merge of #7142 : alexcrichton/rust/deriving-zero, r=pcwalton | bors | -2/+63 |
| 2013-06-16 | std: fix UnfoldrIterator cross-crate. | Huon Wilson | -2/+2 |
| 2013-06-16 | auto merge of #7137 : erickt/rust/from-elem-fixme, r=thestinger | bors | -2/+4 |