| Age | Commit message (Expand) | Author | Lines |
| 2013-06-18 | std::rt: Improve the rtabort! macro | Brian Anderson | -15/+72 |
| 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-16 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -797/+2892 |
| 2013-06-15 | auto merge of #7114 : pnkfelix/rust/issue3961-fix-whitespace-detection, r=brson | bors | -14/+248 |
| 2013-06-15 | Merge remote-tracking branch 'brson/io-wip' into io | Brian Anderson | -105/+788 |
| 2013-06-15 | std::rt: Tasks contain a JoinLatch | Brian Anderson | -32/+56 |
| 2013-06-15 | Merge remote-tracking branch 'toddaaro/io' into io | Brian Anderson | -93/+807 |
| 2013-06-15 | auto merge of #7132 : thestinger/rust/rpath, r=brson | bors | -25/+1 |
| 2013-06-15 | stop using an absolute rpath | Daniel Micay | -25/+1 |
| 2013-06-16 | Fix Merge Fallout | James Miller | -119/+119 |
| 2013-06-16 | Remove @-fields from CrateContext | James Miller | -512/+611 |
| 2013-06-16 | Make CrateContext::new() fn. | James Miller | -186/+192 |
| 2013-06-16 | Move CrateContext into it's own file | James Miller | -81/+127 |
| 2013-06-16 | Move trans mod items into trans/mod.rs | James Miller | -35/+45 |
| 2013-06-15 | auto merge of #7154 : dotdash/rust/glue, r=graydon | bors | -43/+10 |
| 2013-06-15 | Fix inlining of glue code | Björn Steinbrink | -43/+10 |
| 2013-06-15 | auto merge of #7148 : catamorphism/rust/rustpkg_tests, r=graydon | bors | -120/+559 |
| 2013-06-15 | auto merge of #7147 : huonw/rust/vec-connect, r=Aatch | bors | -16/+18 |
| 2013-06-15 | auto merge of #7130 : huonw/rust/rustdoc-highlight, r=thestinger | bors | -15/+13 |
| 2013-06-15 | auto merge of #7109 : bblum/rust/rwlocks, r=brson | bors | -90/+229 |
| 2013-06-15 | auto merge of #7133 : kballard/rust/terminfo-parm, r=thestinger | bors | -97/+321 |
| 2013-06-15 | auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brson | bors | -214/+241 |
| 2013-06-14 | auto merge of #7122 : thestinger/rust/std, r=luqmana | bors | -14/+14 |
| 2013-06-14 | rustpkg: Write more automated tests | Tim Chevalier | -120/+558 |
| 2013-06-14 | rustc: Don't continue to resolve if there's an error in lang_items | Tim Chevalier | -0/+1 |
| 2013-06-14 | auto merge of #7121 : huonw/rust/rand-call, r=pnkfelix | bors | -3/+45 |
| 2013-06-14 | auto merge of #7110 : thestinger/rust/iterator, r=brson | bors | -271/+12 |
| 2013-06-15 | std: rename .connect/.concat in VectorVector to avoid conflicting with StrVec... | Huon Wilson | -16/+18 |
| 2013-06-14 | auto merge of #7144 : dotdash/rust/caches, r=graydon | bors | -43/+53 |
| 2013-06-14 | rm CopyableNonstrictIter | Daniel Micay | -53/+1 |
| 2013-06-14 | rm MutableIter | Daniel Micay | -32/+5 |
| 2013-06-14 | rm ExtendedMutableIter | Daniel Micay | -13/+0 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -173/+6 |
| 2013-06-15 | Add caches for method and impl metadata | Björn Steinbrink | -43/+53 |
| 2013-06-14 | auto merge of #7116 : thestinger/rust/whitespace, r=luqmana | bors | -29/+7 |
| 2013-06-14 | xfail run-pass/auto-encode.rs | Brian Anderson | -0/+2 |
| 2013-06-14 | Fix line lengths in terminfo | Kevin Ballard | -6/+12 |
| 2013-06-14 | Implement terminfo param conditionals | Kevin Ballard | -18/+129 |
| 2013-06-14 | Fix a bunch of failure cases in terminfo | Kevin Ballard | -84/+161 |
| 2013-06-14 | Don't require &mut [Param] with terminfo::parm::expand() | Kevin Ballard | -7/+11 |
| 2013-06-14 | Tweak terminfo::parm::expand function signature | Kevin Ballard | -16/+27 |
| 2013-06-14 | Tweak new terminfo logical operator support | Kevin Ballard | -27/+12 |
| 2013-06-14 | Various terminfo parameterization changes | Corey Richardson | -4/+34 |
| 2013-06-14 | redesigned the pinning to pin deal with things on dequeue, not on enqueue | toddaaro | -213/+393 |
| 2013-06-15 | rustdoc: add syntax highlighting to item signatures. | Huon Wilson | -15/+13 |
| 2013-06-14 | std: get std::path tests to work again | Erick Tryzelaar | -0/+1 |