| Age | Commit message (Expand) | Author | Lines |
| 2013-03-02 | inline the implementation of TotalOrd for integers | Daniel Micay | -0/+1 |
| 2013-03-02 | add an initial radix trie implementation | Daniel Micay | -0/+370 |
| 2013-03-02 | auto merge of #5196 : thestinger/rust/ord, r=catamorphism | bors | -12/+167 |
| 2013-03-02 | treemap: reimplement using TotalOrd | Daniel Micay | -1/+1 |
| 2013-03-02 | add a TotalOrd trait | Daniel Micay | -11/+166 |
| 2013-03-02 | auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakis | bors | -14/+18 |
| 2013-03-02 | make LinearMap fields private | Daniel Micay | -313/+313 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -14/+18 |
| 2013-03-01 | core: Move core::rt to core::unstable::lang | Brian Anderson | -11/+5 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -44/+47 |
| 2013-03-01 | Merge pull request #5178 from catamorphism/constant-buffers | Patrick Walton | -4/+10 |
| 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-03-01 | auto merge of #5162 : brson/rust/fixmes, r=brson | bors | -2/+2 |
| 2013-02-28 | auto merge of #5180 : catamorphism/rust/post-snapshot, r=catamorphism | bors | -35/+0 |
| 2013-02-28 | auto merge of #5147 : nikomatsakis/rust/remove-legacy-trait-table, r=nikomats... | bors | -17/+17 |
| 2013-02-28 | Remove code that was awaiting a snapshot | Tim Chevalier | -35/+0 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -17/+17 |
| 2013-02-28 | auto merge of #5176 : brson/rust/unwrap_shared_mutable_state, r=nikomatsakis | bors | -186/+4 |
| 2013-02-28 | core: Address XXX, make static constants for strings used when stringifying f... | Tim Chevalier | -4/+10 |
| 2013-02-28 | core: Remove unwrap_shared_mutable_state. #4436 | Brian Anderson | -186/+4 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -18/+19 |
| 2013-02-28 | librustc: Make methods private if the impl is private | Patrick Walton | -11/+12 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -31/+31 |
| 2013-02-28 | Fix license attribute on crates | sevrak | -2/+2 |
| 2013-02-28 | auto merge of #5159 : brson/rust/rtcall, r=brson | bors | -19/+13 |
| 2013-02-27 | auto merge of #5155 : bstrie/rust/dedrop, r=pcwalton | bors | -12/+48 |
| 2013-02-27 | auto merge of #5098 : pkgw/rust/pr/issue4869, r=brson | bors | -21/+5 |
| 2013-02-27 | Convert NOTEs to FIXMEs | Brian Anderson | -2/+2 |
| 2013-02-27 | Remove the last remnants of rtcalls | Brian Anderson | -19/+13 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -12/+48 |
| 2013-02-27 | auto merge of #5145 : Kimundi/rust/incoming, r=catamorphism | bors | -0/+43 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -19/+19 |
| 2013-02-27 | libsyntax: Forbid mutable vectors. rs=demuting | Patrick Walton | -51/+10 |
| 2013-02-27 | libsyntax: Forbid `~mut` and `~const`. rs=demuting | Patrick Walton | -8/+8 |
| 2013-02-27 | Added ToStr implementations for &[T] and @[T] | Marvin Löbel | -0/+43 |
| 2013-02-26 | auto merge of #5135 : brson/rust/start, r=pcwalton | bors | -1/+16 |
| 2013-02-26 | auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwalton | bors | -29/+33 |
| 2013-02-26 | Add a 'start' lang item and use it instead of rust_start | Brian Anderson | -1/+16 |
| 2013-02-26 | Move levenshtein distance fn to core::str. | Luqman Aden | -0/+34 |
| 2013-02-26 | auto merge of #5023 : mitsuhiko/rust/make-absolute-refactor, r=catamorphism | bors | -11/+145 |
| 2013-02-26 | auto merge of #5119 : Kimundi/rust/incoming, r=catamorphism | bors | -10/+0 |
| 2013-02-26 | Hoist macro defs out of inner function | John Clements | -29/+33 |
| 2013-02-26 | Removed deprecated `str()` functions in int-template.rs and uint-template.rs | Marvin Löbel | -10/+0 |
| 2013-02-26 | libcore: Move Cell to core and de-~mut core and std | Patrick Walton | -48/+142 |
| 2013-02-26 | librustc: Implement a lint mode for mutable structures; deny by default. r=tjc | Patrick Walton | -0/+1 |
| 2013-02-26 | Add current year in the copyright header | Olivier Saut | -1/+1 |
| 2013-02-26 | Various typos corrected | Olivier Saut | -8/+8 |
| 2013-02-23 | libcore: remove default to_str implementations for pointer types | Peter Williams | -21/+5 |
| 2013-02-22 | auto merge of #5078 : bblum/rust/incoming, r=brson | bors | -2/+3 |