| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |