| Age | Commit message (Expand) | Author | Lines |
| 2013-03-02 | libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defun | Patrick Walton | -54/+51 |
| 2013-03-02 | libstd: Remove `fn@`, `fn~`, and `fn&` from libstd. rs=defun | Patrick Walton | -40/+43 |
| 2013-03-02 | libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defun | Patrick Walton | -194/+181 |
| 2013-03-02 | librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defun | Patrick Walton | -52/+58 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -497/+356 |
| 2013-03-02 | auto merge of #5199 : thestinger/rust/hashmap, r=brson | bors | -313/+313 |
| 2013-03-02 | auto merge of #5198 : youknowone/rust/repeat-count, r=brson | bors | -14/+10 |
| 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 | libsyntax: add some more explicit copies for vecs_implicitly_copyable) | Erick Tryzelaar | -7/+8 |
| 2013-03-02 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -487/+469 |
| 2013-03-02 | auto merge of #5196 : thestinger/rust/ord, r=catamorphism | bors | -93/+253 |
| 2013-03-02 | treemap: reimplement using TotalOrd | Daniel Micay | -82/+87 |
| 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 | -235/+54 |
| 2013-03-02 | auto merge of #5193 : sethpink/rust/struct-tup-pp, r=catamorphism | bors | -16/+22 |
| 2013-03-02 | auto merge of #5191 : brson/rust/movert, r=brson | bors | -11/+5 |
| 2013-03-02 | make LinearMap fields private | Daniel Micay | -313/+313 |
| 2013-03-02 | Better highlight for repeat count error | Jeong YunWon | -14/+10 |
| 2013-03-02 | Allow constant c-like enum to integral/float cast | Jeong YunWon | -3/+65 |
| 2013-03-01 | auto merge of #5185 : ben0x539/rust/net-tcp-docs, r=brson | bors | -76/+76 |
| 2013-03-01 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -166/+370 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -235/+54 |
| 2013-03-01 | auto merge of #5165 : brson/rust/unstable, r=brson | bors | -56/+59 |
| 2013-03-02 | Fix some struct-tuple def prettyprint issues | Seth Pink | -16/+22 |
| 2013-03-01 | auto merge of #5190 : brson/rust/snap, r=brson | bors | -1/+1 |
| 2013-03-01 | Merge remote branch 'nmatsakis/parser-perf-problem' into incoming | Patrick Walton | -18/+28 |
| 2013-03-01 | core: Move core::rt to core::unstable::lang | Brian Anderson | -11/+5 |
| 2013-03-01 | Register FreeBSD snapshot | Brian Anderson | -1/+1 |
| 2013-03-01 | Avoid calling to_vec() unnecessarily in parser. | Niko Matsakis | -18/+28 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -56/+59 |
| 2013-03-01 | `std::net::tcp` docs: Use current syntax and types | Benjamin Herr | -76/+76 |
| 2013-03-01 | librustc: Add missing import. rs=burningtree | Patrick Walton | -0/+1 |
| 2013-03-01 | Merge pull request #5178 from catamorphism/constant-buffers | Patrick Walton | -4/+10 |
| 2013-03-01 | Merge remote branch 'nmatsakis/issue-4808-representation-of-extern-fn' into i... | Patrick Walton | -128/+311 |
| 2013-03-01 | librustc: "APL2" -> "ASL2". rs=license-fix | Patrick Walton | -9/+9 |
| 2013-03-01 | Merge remote branch 'sevrak/issue-5164' into incoming | Patrick Walton | -13/+17 |
| 2013-03-01 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -1190/+1503 |
| 2013-03-01 | auto merge of #5162 : brson/rust/fixmes, r=brson | bors | -3/+3 |
| 2013-02-28 | auto merge of #5180 : catamorphism/rust/post-snapshot, r=catamorphism | bors | -68/+2 |
| 2013-02-28 | testsuite: Re-xfail record-trailing-comma | Tim Chevalier | -0/+1 |
| 2013-02-28 | auto merge of #5147 : nikomatsakis/rust/remove-legacy-trait-table, r=nikomats... | bors | -354/+295 |
| 2013-02-28 | Remove code that was awaiting a snapshot | Tim Chevalier | -68/+1 |
| 2013-02-28 | Register snapshots | Tim Chevalier | -0/+8 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -354/+295 |
| 2013-02-28 | auto merge of #5176 : brson/rust/unwrap_shared_mutable_state, r=nikomatsakis | bors | -253/+10 |
| 2013-02-28 | core: Address XXX, make static constants for strings used when stringifying f... | Tim Chevalier | -4/+10 |
| 2013-02-28 | auto merge of #5113 : alexcrichton/rust/issue-4366, r=catamorphism | bors | -293/+547 |
| 2013-02-28 | core: Remove unwrap_shared_mutable_state. #4436 | Brian Anderson | -251/+5 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -289/+489 |