| Age | Commit message (Expand) | Author | Lines |
| 2013-07-25 | auto merge of #8027 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramete... | bors | -1/+0 |
| 2013-07-25 | syntax: Fix #6416 by aborting on errors after test parse. | Graydon Hoare | -9/+24 |
| 2013-07-24 | Generalize the `ty::substs` struct so that it can represent | Niko Matsakis | -1/+0 |
| 2013-07-24 | Disallow non-comma-delimited arguments to fmt! and bytes! | Birunthan Mohanathas | -6/+7 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -9/+7 |
| 2013-07-22 | auto merge of #7873 : sstewartgallus/rust/cleanup_syntax, r=alexcrichton | bors | -100/+100 |
| 2013-07-22 | auto merge of #7940 : cmr/rust/comments, r=pnkfelix | bors | -8/+12 |
| 2013-07-22 | De-spanned<T> and renamed ast::field (now ast::Field) | Michael Woerister | -27/+25 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -185/+181 |
| 2013-07-22 | auto merge of #7926 : brson/rust/issue-4116, r=graydon | bors | -12/+25 |
| 2013-07-21 | auto merge of #7955 : thestinger/rust/snapshot, r=huonw | bors | -9/+0 |
| 2013-07-22 | new snapshot | Daniel Micay | -9/+0 |
| 2013-07-21 | auto merge of #7938 : crabtw/rust/foreign-vis, r=huonw | bors | -2/+2 |
| 2013-07-21 | Cleanup libsyntax a bit | Steven Stewart-Gallus | -100/+100 |
| 2013-07-21 | Merge pull request #7936 from thestinger/cleanup | Daniel Micay | -2/+0 |
| 2013-07-21 | syntax: Bless mod.rs. #4116 | Brian Anderson | -12/+25 |
| 2013-07-21 | Doc for ast::Path | Corey Richardson | -8/+12 |
| 2013-07-21 | syntax: print visibilities of foreign items | Jyun-Yan You | -2/+2 |
| 2013-07-20 | auto merge of #7902 : huonw/rust/attr++, r=cmr,pcwalton | bors | -438/+441 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -6/+19 |
| 2013-07-20 | rm obsolete no-op lints | Daniel Micay | -2/+0 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -438/+441 |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -3/+2 |
| 2013-07-18 | Silence various warnings in bootstrap build. | Felix S. Klock II | -8/+1 |
| 2013-07-17 | libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi... | Patrick Walton | -26/+25 |
| 2013-07-17 | librustc: Change repeated vector expressions to use implicit copyability. | Patrick Walton | -3/+11 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -34/+36 |
| 2013-07-17 | librustc: Remove `copy` expressions from the language. | Patrick Walton | -26/+2 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -804/+1024 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -121/+112 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -84/+81 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -1/+2 |
| 2013-07-16 | syntax: make a macros-injection pass; conditionally define debug! to a noop b... | Huon Wilson | -42/+59 |
| 2013-07-14 | Don't re-parse terminfo (twice!) on every compiler diagnostic | Kevin Ballard | -2/+19 |
| 2013-07-14 | Highlight rustc's warnings/errors in bold instead of bright white | Kevin Ballard | -14/+15 |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -4/+9 |
| 2013-07-14 | Purge the last remnants of the old TLS api | Alex Crichton | -32/+27 |
| 2013-07-14 | Clean up various warnings throughout the codebase | Alex Crichton | -1/+2 |
| 2013-07-14 | Allow non-uppercase-statics by default | Alex Crichton | -2/+0 |
| 2013-07-13 | Rename print!()/println!() to printf!()/printfln!() | Kevin Ballard | -8/+14 |
| 2013-07-13 | Add print! and println! macros. Closes #7653. | Birunthan Mohanathas | -0/+12 |
| 2013-07-12 | auto merge of #7725 : msullivan/rust/default-methods, r=pcwalton | bors | -9/+12 |
| 2013-07-12 | auto merge of #7736 : thestinger/rust/doc, r=thestinger | bors | -18/+8 |
| 2013-07-12 | Remove the global 'vec::to_owned' function | Alex Crichton | -18/+8 |
| 2013-07-12 | auto merge of #7706 : sanxiyn/rust/qualification-lint, r=pcwalton | bors | -0/+1 |
| 2013-07-11 | auto merge of #7695 : cmr/rust/assert_eq_msg, r=pnkfelix | bors | -1/+2 |
| 2013-07-11 | auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton | bors | -4/+4 |
| 2013-07-11 | Get cross crate static default methods working. Closes #7569. | Michael Sullivan | -9/+12 |
| 2013-07-11 | Remove all external requirements of `@` from TLS | Alex Crichton | -2/+2 |