| Age | Commit message (Expand) | Author | Lines |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -2/+2 |
| 2013-12-30 | Convert some C functions to rust functions | Alex Crichton | -10/+96 |
| 2013-12-13 | Ignore time tests on android. #10958 | Brian Anderson | -0/+1 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -3/+3 |
| 2013-11-26 | librustc: Fix merge fallout. | Patrick Walton | -2/+2 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -1/+1 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -1/+1 |
| 2013-11-18 | rt: Namespace all C functions under rust_ | Brian Anderson | -4/+4 |
| 2013-11-13 | auto merge of #10447 : alexcrichton/rust/flaky-time-test, r=catamorphism | bors | -6/+5 |
| 2013-11-12 | Make a time test less flaky | Alex Crichton | -6/+5 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -2/+2 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -13/+0 |
| 2013-11-08 | extra::time: Fix test on Windows | klutzy | -40/+59 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -58/+75 |
| 2013-10-23 | Re-make time struct fields public | Steven Fackler | -13/+13 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -2/+0 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -14/+17 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -10/+10 |
| 2013-10-14 | Removing ccdecl | Steve Klabnik | -1/+1 |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -2/+1 |
| 2013-10-05 | extra: remove commented out 'X' and 'x' formats | Luis de Bethencourt | -2/+0 |
| 2013-10-03 | extra: remove unnecessary second level functions | Luis de Bethencourt | -11/+4 |
| 2013-10-02 | auto merge of #9689 : luisbg/rust/strftime, r=alexcrichton | bors | -8/+7 |
| 2013-10-02 | extra: %W and %+ support in time::strftime | Luis de Bethencourt | -8/+7 |
| 2013-10-02 | auto merge of #9670 : luisbg/rust/strftime, r=alexcrichton | bors | -8/+61 |
| 2013-10-02 | extra: %G, %g and %V support in time::strftime | Luis de Bethencourt | -6/+59 |
| 2013-10-01 | extra: %U support in time::strftime | Luis de Bethencourt | -2/+2 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -4/+4 |
| 2013-09-30 | extra: Remove usage of fmt! | Alex Crichton | -38/+38 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -32/+32 |
| 2013-09-05 | Add fractional second support to str{p,f}time | Steven Fackler | -3/+37 |
| 2013-08-23 | rt: Remove last use of C++ exchange alloc | Brian Anderson | -1/+4 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -5/+3 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+12 |
| 2013-08-16 | Implement Clone and DeepClone for time types. | Chris Morgan | -2/+2 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -3/+0 |
| 2013-08-09 | Remove redundant Ord method impls. | OGINO Masanori | -3/+0 |
| 2013-08-08 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -2/+2 |
| 2013-08-07 | Forbid `priv` where it has no effect | Alex Crichton | -2/+2 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -5/+5 |
| 2013-08-04 | extra: make sure time::match_digits does not read past the end of the str | Erick Tryzelaar | -7/+11 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -5/+5 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -10/+7 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -7/+5 |
| 2013-07-30 | Added str::char_offset_iter() and str::rev_char_offset_iter() | Marvin Löbel | -1/+1 |
| 2013-07-27 | to_either + fixes | Erick Tryzelaar | -4/+4 |
| 2013-07-23 | std: remove str::to_owned and str::raw::slice_bytes_owned | Erick Tryzelaar | -1/+1 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -2/+2 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -3/+3 |