| Age | Commit message (Expand) | Author | Lines |
| 2013-01-24 | Convert pipes::Buffer into a struct | Erick Tryzelaar | -5/+34 |
| 2013-01-24 | Convert core::pipes::{Packet,Chan_,Port_} into structs | Erick Tryzelaar | -9/+13 |
| 2013-01-24 | Convert extfmt::rt::Conv into a struct | Erick Tryzelaar | -15/+50 |
| 2013-01-24 | Fix a typo | Erick Tryzelaar | -1/+1 |
| 2013-01-24 | time tests are racing on tzset, so merge the tests together. | Erick Tryzelaar | -12/+16 |
| 2013-01-24 | convert most of libstd over to structs | Erick Tryzelaar | -418/+544 |
| 2013-01-24 | Remove "unsafe" from run::start_program | Erick Tryzelaar | -70/+68 |
| 2013-01-24 | core: convert io::Res over to the Drop trait | Erick Tryzelaar | -3/+6 |
| 2013-01-24 | convert most of libcore records into structs | Erick Tryzelaar | -86/+105 |
| 2013-01-24 | remove support for records from auto_encode | Erick Tryzelaar | -194/+91 |
| 2013-01-24 | rustc: One Less Bad Copy | Tim Chevalier | -2/+4 |
| 2013-01-24 | unit test cases now pass, added a few to the interner | John Clements | -27/+50 |
| 2013-01-24 | librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l... | Patrick Walton | -166/+338 |
| 2013-01-24 | librustc: Disallow `&mut` loans from overlapping with any other loans | Patrick Walton | -10/+15 |
| 2013-01-24 | librustc: Make C functions unsafe | Patrick Walton | -546/+652 |
| 2013-01-24 | Merge pull request #4616 from thestinger/priority_queue | Tim Chevalier | -6/+3 |
| 2013-01-24 | testsuite: Capitalize error message, unbreak build | Tim Chevalier | -2/+4 |
| 2013-01-24 | remove is_not_empty method from PriorityQueue | Daniel Micay | -6/+3 |
| 2013-01-24 | Merge pull request #4609 from sonwow/keyword-super | Tim Chevalier | -6/+9 |
| 2013-01-24 | Merge pull request #4608 from ILyoan/entry_android | Tim Chevalier | -1/+5 |
| 2013-01-24 | Merge pull request #4611 from ILyoan/i4482_more | Tim Chevalier | -15/+1 |
| 2013-01-24 | Merge pull request #4614 from thestinger/map | Tim Chevalier | -8/+5 |
| 2013-01-24 | syntax/rustc: Improve error message for misuse of `for` loop | Tim Chevalier | -59/+104 |
| 2013-01-24 | document LinearMap::new | Daniel Micay | -0/+1 |
| 2013-01-24 | remove old LinearMap constructor | Daniel Micay | -8/+4 |
| 2013-01-24 | remove unnecessary code | ILyoan | -15/+1 |
| 2013-01-24 | Make `super` a keyword | Youngsoo Son | -6/+9 |
| 2013-01-24 | export entry point for android | ILyoan | -1/+5 |
| 2013-01-23 | core: fix windows breakage from 982cf90, r=burningtree. | Graydon Hoare | -0/+3 |
| 2013-01-23 | Revert "Merge pull request #4590 from crabtw/abi" | Tim Chevalier | -660/+605 |
| 2013-01-23 | Merge pull request #4594 from thestinger/map | Tim Chevalier | -295/+327 |
| 2013-01-23 | Revert back to the correct libuv revision | Brian Anderson | -0/+0 |
| 2013-01-23 | Add a T_SIGNED type to uint template and eliminate step_down variant | Tim Chevalier | -36/+33 |
| 2013-01-23 | libcore: Correct behaviour of range_step for uint, tests for range* functions. | Huon Wilson | -15/+124 |
| 2013-01-23 | libcore: Add range_step and range_rev functions. | Huon Wilson | -10/+53 |
| 2013-01-23 | fix tests | Daniel Micay | -2/+2 |
| 2013-01-23 | Merge pull request #4590 from crabtw/abi | Tim Chevalier | -605/+660 |
| 2013-01-23 | test: fix benchmark unsafe blocks, r=burningtree. | Graydon Hoare | -51/+60 |
| 2013-01-23 | fix trailing whitepace | John Clements | -2/+2 |
| 2013-01-23 | core: Stop using oldcomm | Brian Anderson | -79/+64 |
| 2013-01-23 | Remove old comm-based weak task interface | Brian Anderson | -165/+0 |
| 2013-01-23 | core: Remove private::chan_from_global_ptr. #3915 | Brian Anderson | -154/+2 |
| 2013-01-23 | std: Convert uv_global_loop to use pipes | Brian Anderson | -147/+172 |
| 2013-01-23 | core: Convert getenv/setenv to use a mutex | Brian Anderson | -147/+68 |
| 2013-01-23 | core: Add new weak task API | Brian Anderson | -8/+233 |
| 2013-01-24 | add ABIInfo trait and separate x86-64 ABI implementation from foreign trans | Jyun-Yan You | -605/+660 |
| 2013-01-23 | cleaning up, adding tests | John Clements | -6/+48 |
| 2013-01-23 | fix core-map.rs benchmark | Daniel Micay | -33/+175 |
| 2013-01-23 | test: fix issue 2526 'unsafe' block-keyword, r=burningtree. | Graydon Hoare | -2/+4 |
| 2013-01-23 | rustc: fix const enums to be packed, r=burningtree. | Graydon Hoare | -7/+14 |