| Age | Commit message (Expand) | Author | Lines |
| 2013-03-10 | add a TotalOrd impl for the unit type | Daniel Micay | -1/+6 |
| 2013-03-09 | vec: cleanup | Daniel Micay | -219/+218 |
| 2013-03-09 | vec: renovate the BaseIter impl | Daniel Micay | -27/+9 |
| 2013-03-09 | core: implement Clone for primitive types | Andrew Paseltiner | -0/+28 |
| 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 | -151/+43 |
| 2013-03-08 | rm obsolete iter-trait/option.rs file | Daniel Micay | -32/+0 |
| 2013-03-08 | Fix dvec-related fallout in tests | Alex Crichton | -5/+3 |
| 2013-03-08 | core: Remove the dvec module | Alex Crichton | -400/+4 |
| 2013-03-08 | core: Remove uses of DVec in io/repr | Alex Crichton | -38/+34 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -29/+67 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -2441/+2459 |
| 2013-03-07 | libsyntax: Stop parsing structural record types | Patrick Walton | -2/+2 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -2/+2 |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -638/+836 |
| 2013-03-06 | auto merge of #5256 : thestinger/rust/bool, r=brson | bors | -9/+14 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -83/+84 |
| 2013-03-06 | bool: make the from_str function a FromStr impl | Daniel Micay | -9/+14 |
| 2013-03-06 | auto merge of #5252 : nikomatsakis/rust/issue-5087-make-trait-not-impl-self, ... | bors | -90/+182 |
| 2013-03-06 | Make object types not implement associated trait. Fixes #5087. | Niko Matsakis | -2/+32 |
| 2013-03-06 | Fix bug in coherence that causes all cross-crate impls to be regarded as | Niko Matsakis | -88/+150 |
| 2013-03-06 | Finish de-implicit-selifizng libcore | Ben Striegel | -8/+6 |
| 2013-03-05 | auto merge of #5235 : yjh0502/rust/io_float, r=graydon | bors | -0/+108 |
| 2013-03-05 | core: convert vec::{last,last_opt} to return references | Erick Tryzelaar | -22/+39 |
| 2013-03-05 | core: convert vec::{init,initn} to return references | Erick Tryzelaar | -22/+48 |
| 2013-03-05 | core: convert vec::{tail,tailn} to return references | Erick Tryzelaar | -18/+39 |
| 2013-03-05 | core: convert vec::{head,head_opt} to return references | Erick Tryzelaar | -9/+43 |
| 2013-03-06 | add floating-point read/write to Reader/Writer | Jihyun Yu | -0/+108 |
| 2013-03-05 | trie: remove the Copy requirement | Daniel Micay | -16/+30 |
| 2013-03-05 | auto merge of #5234 : pcwalton/rust/equiv, r=pcwalton | bors | -3/+73 |
| 2013-03-05 | libcore: Implement an `Equiv` trait and use it on hashmaps. | Patrick Walton | -3/+73 |
| 2013-03-05 | auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydon | bors | -306/+329 |
| 2013-03-05 | trie: fix breaking out of the iterators early | Daniel Micay | -12/+55 |
| 2013-03-05 | trie: fix each_reverse | Daniel Micay | -1/+37 |
| 2013-03-05 | auto merge of #5212 : thestinger/rust/iter, r=graydon | bors | -19/+19 |
| 2013-03-05 | auto merge of #5179 : alexcrichton/rust/default-warn-unused-import, r=graydon | bors | -186/+112 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -306/+329 |
| 2013-03-04 | auto merge of #5209 : luqmana/rust/reader, r=graydon | bors | -8/+12 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -81/+102 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -108/+13 |
| 2013-03-04 | auto merge of #5205 : thestinger/rust/radix, r=graydon | bors | -0/+370 |
| 2013-03-03 | rustc: MIPS32 support | Jyun-Yan You | -0/+18 |
| 2013-03-03 | replace option::iter with a BaseIter impl | Daniel Micay | -19/+19 |
| 2013-03-03 | libcore: Add read_until to ReaderUtil. | Luqman Aden | -8/+12 |
| 2013-03-02 | auto merge of #5197 : pcwalton/rust/fn-types, r=pcwalton | bors | -59/+56 |
| 2013-03-02 | auto merge of #5114 : osaut/rust/incoming, r=brson | bors | -9/+9 |
| 2013-03-02 | libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defun | Patrick Walton | -54/+51 |
| 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 | -6/+7 |
| 2013-03-02 | auto merge of #5199 : thestinger/rust/hashmap, r=brson | bors | -313/+313 |