| Age | Commit message (Expand) | Author | Lines |
| 2013-03-05 | core: convert vec::{last,last_opt} to return references | Erick Tryzelaar | -4/+4 |
| 2013-03-05 | std: remove an unnecessary copy from workcache | Erick Tryzelaar | -1/+1 |
| 2013-03-05 | auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydon | bors | -9/+9 |
| 2013-03-05 | auto merge of #5212 : thestinger/rust/iter, r=graydon | bors | -2/+2 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -9/+9 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -6/+3 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -75/+2 |
| 2013-03-03 | rustc: MIPS32 support | Jyun-Yan You | -1/+20 |
| 2013-03-03 | replace option::iter with a BaseIter impl | Daniel Micay | -2/+2 |
| 2013-03-02 | libstd: Remove `fn@`, `fn~`, and `fn&` from libstd. rs=defun | Patrick Walton | -40/+43 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -27/+25 |
| 2013-03-02 | auto merge of #5196 : thestinger/rust/ord, r=catamorphism | bors | -81/+86 |
| 2013-03-02 | treemap: reimplement using TotalOrd | Daniel Micay | -81/+86 |
| 2013-03-02 | auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakis | bors | -4/+4 |
| 2013-03-01 | auto merge of #5185 : ben0x539/rust/net-tcp-docs, r=brson | bors | -76/+76 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -4/+4 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -6/+6 |
| 2013-03-01 | `std::net::tcp` docs: Use current syntax and types | Benjamin Herr | -76/+76 |
| 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 | auto merge of #5180 : catamorphism/rust/post-snapshot, r=catamorphism | bors | -24/+0 |
| 2013-02-28 | auto merge of #5147 : nikomatsakis/rust/remove-legacy-trait-table, r=nikomats... | bors | -2/+2 |
| 2013-02-28 | Remove code that was awaiting a snapshot | Tim Chevalier | -24/+0 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -2/+2 |
| 2013-02-28 | auto merge of #5176 : brson/rust/unwrap_shared_mutable_state, r=nikomatsakis | bors | -65/+1 |
| 2013-02-28 | core: Remove unwrap_shared_mutable_state. #4436 | Brian Anderson | -65/+1 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -208/+221 |
| 2013-02-28 | librustc: Enforce cross-crate method privacy | Patrick Walton | -0/+2 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -44/+44 |
| 2013-02-28 | Fix license attribute on crates | sevrak | -2/+2 |
| 2013-02-27 | auto merge of #5155 : bstrie/rust/dedrop, r=pcwalton | bors | -1/+4 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -1/+4 |
| 2013-02-27 | auto merge of #5140 : yjh0502/rust/issue_4458, r=catamorphism | bors | -1/+21 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -75/+73 |
| 2013-02-27 | libsyntax: Forbid mutable vectors. rs=demuting | Patrick Walton | -6/+4 |
| 2013-02-27 | libsyntax: Forbid `~mut` and `~const`. rs=demuting | Patrick Walton | -16/+18 |
| 2013-02-27 | Fix: now sha1 result_str() return correct value | Jihyun Yu | -1/+21 |
| 2013-02-27 | auto merge of #5123 : thestinger/rust/treemap, r=nikomatsakis | bors | -113/+93 |
| 2013-02-27 | treemap: improve the lazy iterator | Daniel Micay | -113/+93 |
| 2013-02-26 | auto merge of #5119 : Kimundi/rust/incoming, r=catamorphism | bors | -10/+10 |
| 2013-02-26 | Removed deprecated `str()` functions in int-template.rs and uint-template.rs | Marvin Löbel | -10/+10 |
| 2013-02-26 | libcore: Move Cell to core and de-~mut core and std | Patrick Walton | -91/+0 |
| 2013-02-26 | librustc: Implement a lint mode for mutable structures; deny by default. r=tjc | Patrick Walton | -0/+1 |
| 2013-02-23 | remove oldsmallintmap | Daniel Micay | -238/+0 |
| 2013-02-22 | auto merge of #5081 : brson/rust/pipes, r=pcwalton | bors | -75/+77 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -75/+77 |
| 2013-02-21 | Cleanup, commenting, trivial renaming | John Clements | -2/+0 |
| 2013-02-21 | librustc: Separate the rest of the trait bounds with `+` and stop parsing spa... | Patrick Walton | -25/+13 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -210/+212 |
| 2013-02-19 | std: update rand-using tests, r=burningtree | Graydon Hoare | -3/+3 |