| Age | Commit message (Expand) | Author | Lines |
| 2013-03-28 | libcore: Add `print` and `println` to the prelude | Patrick Walton | -0/+4 |
| 2013-03-27 | add a TotalEq trait | Daniel Micay | -1/+1 |
| 2013-03-26 | core: Clarify prelude docs. #4556 | Brian Anderson | -1/+1 |
| 2013-03-21 | Switched over substr and trim functions in str to be non-allocating, temporar... | Marvin Löbel | -1/+1 |
| 2013-03-20 | core: add Reader, Writer, ReaderUtil, WriterUtil to prelude. Close #4182. | Graydon Hoare | -0/+1 |
| 2013-03-14 | auto merge of #5369 : thestinger/rust/iter, r=z0w0 | bors | -2/+3 |
| 2013-03-13 | add a trait for mutable iterators | Daniel Micay | -2/+3 |
| 2013-03-13 | core: Add spawn, stream and friends to prelude. #5299 | Brian Anderson | -0/+4 |
| 2013-03-11 | core: Remove logging constants | Brian Anderson | -15/+0 |
| 2013-03-08 | core: Remove the dvec module | Alex Crichton | -1/+0 |
| 2013-03-02 | auto merge of #5196 : thestinger/rust/ord, r=catamorphism | bors | -2/+2 |
| 2013-03-02 | treemap: reimplement using TotalOrd | Daniel Micay | -1/+1 |
| 2013-03-02 | add a TotalOrd trait | Daniel Micay | -1/+1 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -1/+1 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -1/+1 |
| 2013-02-21 | Moved core::extfmt to core::private::extfmt | Marvin Löbel | -1/+0 |
| 2013-02-14 | libcore: Move the numeric operations out of Num. r=brson | Patrick Walton | -1/+1 |
| 2013-02-12 | auto merge of #4881 : bjz/rust/incoming, r=catamorphism | bors | -1/+1 |
| 2013-02-11 | Add NumCast trait for generic numeric type casts | Brendan Zabarauskas | -1/+1 |
| 2013-02-10 | core: Remove GenericChan/Port from prelude. Closes #4762 | Zack Corr | -1/+0 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -1/+1 |
| 2013-02-03 | core: export either::{Either,Left,Right} from the prelude | Erick Tryzelaar | -0/+1 |
| 2013-02-03 | core: sort each prelude.rs section | Erick Tryzelaar | -19/+15 |
| 2013-02-01 | core: Remove oldcomm | Brian Anderson | -1/+0 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -0/+2 |
| 2013-01-24 | implement Mutable trait for vec | Daniel Micay | -1/+1 |
| 2013-01-24 | replace ConstVector trait with the Container trait | Daniel Micay | -1/+2 |
| 2013-01-17 | Add a license check to tidy. #4018 | Brian Anderson | -0/+10 |
| 2013-01-11 | allow logical negation operator (!) to be overloaded | Andrew Paseltiner | -1/+1 |
| 2013-01-09 | core: rename MutableVector to OwnedVector | Erick Tryzelaar | -1/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+93 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -93/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+93 |