| Age | Commit message (Expand) | Author | Lines |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -8/+728 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -9/+9 |
| 2013-10-21 | auto merge of #10000 : cmr/rust/snapshot, r=alexcrichton | bors | -3/+0 |
| 2013-10-21 | Register snapshots | Corey Richardson | -3/+0 |
| 2013-10-21 | fix the new floating point intrinsics | Daniel Micay | -2/+2 |
| 2013-10-21 | expose new floating point intrinsics | Daniel Micay | -0/+20 |
| 2013-10-18 | auto merge of #9919 : alexcrichton/rust/fmt-begone, r=huonw | bors | -704/+0 |
| 2013-10-18 | Remove the fmt! syntax extension | Alex Crichton | -704/+0 |
| 2013-10-18 | auto merge of #9926 : Kimundi/rust/future_result_bad_sig, r=huonw | bors | -7/+4 |
| 2013-10-18 | Made `std::task::TaskBuilder::future_result()` easier to use | Marvin Löbel | -7/+4 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -1/+1 |
| 2013-10-17 | Register new snapshots | Alex Crichton | -1/+0 |
| 2013-10-17 | Removed the -Z once_fns compiler flag and added the new feature directive of ... | Chris Sainty | -1/+2 |
| 2013-10-16 | auto merge of #9885 : thestinger/rust/vector, r=brson | bors | -1/+1 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -1/+1 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -1/+1 |
| 2013-10-15 | fix bounds checking failure message | Daniel Micay | -1/+1 |
| 2013-10-14 | add an `abort` intrinsic | Daniel Micay | -0/+3 |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -1/+0 |
| 2013-10-11 | De-pub some private runtime components | Alex Crichton | -14/+4 |
| 2013-10-08 | auto merge of #9759 : thestinger/rust/immediate, r=alexcrichton | bors | -1/+3 |
| 2013-10-08 | make small ty_struct immediate | Daniel Micay | -1/+3 |
| 2013-10-07 | Fix existing privacy/visibility violations | Alex Crichton | -1/+1 |
| 2013-10-05 | auto merge of #9713 : sfackler/rust/dynamic_lib, r=alexcrichton | bors | -10/+19 |
| 2013-10-05 | Fix thread safety issues in dynamic_lib | Steven Fackler | -10/+19 |
| 2013-10-04 | Register new snapshots | Alex Crichton | -2/+0 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -4/+5 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -15/+15 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -2/+2 |
| 2013-09-23 | auto merge of #9454 : alexcrichton/rust/snapshot, r=thestinger | bors | -15/+0 |
| 2013-09-23 | Register new snapshots | Alex Crichton | -15/+0 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -11/+0 |
| 2013-09-23 | librustc: Remove `@fn` managed closures from the language. | Patrick Walton | -1/+0 |
| 2013-09-23 | libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o... | Patrick Walton | -8/+14 |
| 2013-09-23 | Find the cratemap at runtime on windows. | Luqman Aden | -2/+2 |
| 2013-09-18 | librustc/libstd: No longer pass crate_map to start. | Luqman Aden | -0/+14 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -117/+1 |
| 2013-09-17 | remove unnecessary transmutes | Daniel Micay | -7/+1 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -5/+5 |
| 2013-09-13 | Remove all usage of change_dir_locked | Alex Crichton | -53/+0 |
| 2013-09-11 | Flag the dynamic_lib tests as ignored | Alex Crichton | -1/+3 |
| 2013-09-06 | Flag the Repr::repr function with #[inline] | Alex Crichton | -0/+1 |
| 2013-09-03 | add type name to the tydesc | Daniel Micay | -0/+3 |
| 2013-09-02 | repr: handle tuple structs sanely | Daniel Micay | -3/+3 |
| 2013-09-02 | repr: add support for trait objects | Daniel Micay | -1/+1 |
| 2013-08-31 | repr: print the name of structs | Daniel Micay | -2/+2 |
| 2013-08-30 | auto merge of #8867 : thestinger/rust/smaller-arc, r=alexcrichton | bors | -1/+9 |
| 2013-08-30 | auto merge of #8820 : alexcrichton/rust/no-io-writer, r=brson | bors | -1/+100 |
| 2013-08-29 | auto merge of #8819 : vadimcn/rust/unit-tests, r=brson | bors | -0/+1 |
| 2013-08-29 | reduce the size of UnsafeArc from 2 words to 1 | Daniel Micay | -1/+9 |