| Age | Commit message (Expand) | Author | Lines |
| 2013-04-01 | doc: Update tutorial description of core | Brian Anderson | -1/+1 |
| 2013-03-30 | move dlist from core -> std | Daniel Micay | -1/+0 |
| 2013-03-26 | librustc: Enforce that `extern mod` directives come first, then `use` directi... | Patrick Walton | -40/+40 |
| 2013-03-26 | core: Clarify prelude docs. #4556 | Brian Anderson | -11/+23 |
| 2013-03-25 | auto merge of #5525 : dbaupp/rust/minor_fixups, r=graydon | bors | -1/+0 |
| 2013-03-25 | Kill some warnings: unused imports and old #[deny(..)]s. | Huon Wilson | -1/+0 |
| 2013-03-23 | core: derive Clone for core types | Andrew Paseltiner | -0/+1 |
| 2013-03-22 | auto merge of #5484 : pcwalton/rust/snapshots, r=pcwalton | bors | -33/+0 |
| 2013-03-21 | librustc: Register new snapshots | Patrick Walton | -33/+0 |
| 2013-03-21 | Switched over substr and trim functions in str to be non-allocating, temporar... | Marvin Löbel | -1/+1 |
| 2013-03-13 | rm FIXME from use of #[doc(hidden)] on pub mod | Daniel Micay | -1/+1 |
| 2013-03-13 | hide the linkhack module in the docs | Daniel Micay | -0/+1 |
| 2013-03-11 | core: Remove logging constants | Brian Anderson | -1/+8 |
| 2013-03-11 | core: Add rt mod and add the new scheduler code | Brian Anderson | -1/+2 |
| 2013-03-11 | core: link pthreads explicitly in linux build | Jeff Olson | -0/+1 |
| 2013-03-11 | librustc: Lint the old `drop` destructor notation off | Patrick Walton | -0/+1 |
| 2013-03-08 | Finish de-implicit-selfing everything but the test suite | Ben Striegel | -0/+1 |
| 2013-03-08 | implement BaseIter for dlist (removing iter-trait) | Daniel Micay | -2/+0 |
| 2013-03-08 | core: Remove the dvec module | Alex Crichton | -7/+4 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -0/+8 |
| 2013-03-06 | Finish de-implicit-selifizng libcore | Ben Striegel | -1/+0 |
| 2013-03-05 | auto merge of #5212 : thestinger/rust/iter, r=graydon | bors | -2/+0 |
| 2013-03-04 | auto merge of #5205 : thestinger/rust/radix, r=graydon | bors | -0/+1 |
| 2013-03-03 | replace option::iter with a BaseIter impl | Daniel Micay | -2/+0 |
| 2013-03-02 | librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defun | Patrick Walton | -2/+1 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -4/+5 |
| 2013-03-02 | add an initial radix trie implementation | Daniel Micay | -0/+1 |
| 2013-03-01 | core: Move core::rt to core::unstable::lang | Brian Anderson | -2/+0 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -2/+6 |
| 2013-03-01 | librustc: "APL2" -> "ASL2". rs=license-fix | Patrick Walton | -1/+1 |
| 2013-03-01 | Merge remote branch 'sevrak/issue-5164' into incoming | Patrick Walton | -2/+2 |
| 2013-02-28 | Remove code that was awaiting a snapshot | Tim Chevalier | -4/+0 |
| 2013-02-28 | Fix license attribute on crates | sevrak | -2/+2 |
| 2013-02-26 | libcore: Move Cell to core and de-~mut core and std | Patrick Walton | -0/+1 |
| 2013-02-26 | librustc: Implement a lint mode for mutable structures; deny by default. r=tjc | Patrick Walton | -0/+1 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -0/+2 |
| 2013-02-21 | Moved core::extfmt to core::private::extfmt | Marvin Löbel | -0/+2 |
| 2013-02-15 | Move semver to std and finish rustpkg | Zack Corr | -2/+0 |
| 2013-02-15 | rustpkg: Add package script parsing | Zack Corr | -0/+1 |
| 2013-02-14 | libcore: Move the numeric operations out of Num. r=brson | Patrick Walton | -1/+1 |
| 2013-02-11 | Add NumCast trait for generic numeric type casts | Brendan Zabarauskas | -1/+1 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -2/+0 |
| 2013-02-03 | Moved all numeric modules in core into own directory | Marvin Löbel | -10/+15 |
| 2013-02-01 | core: Remove oldcomm | Brian Anderson | -1/+0 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -0/+1 |
| 2013-01-29 | librustc: De-implicit-self the visitor. r=graydon | Patrick Walton | -0/+1 |
| 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-23 | rename send_map to hashmap | Daniel Micay | -1/+1 |
| 2013-01-20 | add a Set trait and implement it for TreeSet | Daniel Micay | -0/+1 |