| Age | Commit message (Expand) | Author | Lines |
| 2013-03-02 | auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakis | bors | -11/+7 |
| 2013-03-02 | auto merge of #5193 : sethpink/rust/struct-tup-pp, r=catamorphism | bors | -16/+12 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -11/+7 |
| 2013-03-01 | auto merge of #5165 : brson/rust/unstable, r=brson | bors | -2/+2 |
| 2013-03-02 | Fix some struct-tuple def prettyprint issues | Seth Pink | -16/+12 |
| 2013-03-01 | Avoid calling to_vec() unnecessarily in parser. | Niko Matsakis | -17/+27 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -2/+2 |
| 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 | -1/+2 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -114/+117 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -15/+56 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -2/+2 |
| 2013-02-28 | Fix license attribute on crates | sevrak | -1/+2 |
| 2013-02-27 | auto merge of #5155 : bstrie/rust/dedrop, r=pcwalton | bors | -1/+5 |
| 2013-02-27 | auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom... | bors | -488/+802 |
| 2013-02-27 | Introduce lifetime declarations into the lists of type parameters. | Niko Matsakis | -488/+802 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -1/+5 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -59/+73 |
| 2013-02-27 | libsyntax: Forbid mutable vectors. rs=demuting | Patrick Walton | -0/+15 |
| 2013-02-27 | libsyntax: Forbid `~mut` and `~const`. rs=demuting | Patrick Walton | -2/+6 |
| 2013-02-26 | auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwalton | bors | -127/+604 |
| 2013-02-26 | typo-fixing and name-changes | John Clements | -15/+13 |
| 2013-02-26 | Macros now leave scope | John Clements | -111/+586 |
| 2013-02-26 | Adds (more) test cases for auto_encode. | John Clements | -16/+20 |
| 2013-02-26 | libsyntax: Stop parsing `~mut` | Patrick Walton | -1/+13 |
| 2013-02-26 | libsyntax: Remove a mutable field from the tests. rs=demuting | Patrick Walton | -4/+4 |
| 2013-02-25 | Stop parsing capture clauses | Ben Striegel | -38/+20 |
| 2013-02-22 | libsyntax: Remove all mutable fields from libsyntax. rs=demuting | Patrick Walton | -5/+5 |
| 2013-02-22 | libsyntax: De-mut the parser. rs=demuting | Patrick Walton | -333/+332 |
| 2013-02-22 | libsyntax: De-mut the macro parser. rs=demuting | Patrick Walton | -12/+12 |
| 2013-02-22 | libsyntax: De-mut the pipe compiler | Patrick Walton | -37/+39 |
| 2013-02-22 | auto merge of #5081 : brson/rust/pipes, r=pcwalton | bors | -21/+23 |
| 2013-02-21 | auto merge of #5077 : jbclements/rust/increase-monomorphization-depth-limit, ... | bors | -21/+75 |
| 2013-02-21 | auto merge of #5076 : pcwalton/rust/demuting, r=pcwalton | bors | -14/+14 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -21/+23 |
| 2013-02-21 | auto merge of #5075 : luqmana/rust/derec, r=catamorphism | bors | -1/+1 |
| 2013-02-21 | auto merge of #5059 : Kimundi/rust/incoming, r=catamorphism | bors | -3/+3 |
| 2013-02-21 | Cleanup, commenting, trivial renaming | John Clements | -21/+75 |
| 2013-02-21 | librustc: De-mut some of trans | Patrick Walton | -14/+14 |
| 2013-02-21 | Remove the last bits of structural records from tests/rustc/rusti/rustpkg. | Luqman Aden | -1/+1 |
| 2013-02-21 | auto merge of #5068 : sethpink/rust/derive-eq-tuple-struct, r=catamorphism | bors | -14/+89 |
| 2013-02-21 | auto merge of #5071 : luqmana/rust/derec, r=pcwalton | bors | -224/+315 |
| 2013-02-21 | librustc: Separate the rest of the trait bounds with `+` and stop parsing spa... | Patrick Walton | -3/+14 |
| 2013-02-21 | Moved core::extfmt to core::private::extfmt | Marvin Löbel | -3/+3 |
| 2013-02-21 | Get rid of structural records in libsyntax and the last bit in librustc. | Luqman Aden | -224/+315 |
| 2013-02-21 | Implement #[deriving_eq] on tuple like structs | Seth Pink | -14/+89 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -21/+21 |
| 2013-02-20 | librustc: Get rid of structural records save for front/test.rs. | Luqman Aden | -2/+2 |
| 2013-02-19 | auto merge of #4999 : erickt/rust/incoming, r=brson | bors | -333/+369 |
| 2013-02-19 | convert SyntaxExtensions's key to a @~str | Erick Tryzelaar | -31/+31 |