| Age | Commit message (Expand) | Author | Lines |
| 2013-05-28 | Remove unnecessary allocations flagged by lint | Seo Sanghyeon | -42/+42 |
| 2013-05-25 | auto merge of #6722 : alexcrichton/rust/issue-4219-no-merge-hack, r=brson | bors | -34/+1 |
| 2013-05-25 | Use an enum for keywords and intern them to improve parser performance | Björn Steinbrink | -245/+280 |
| 2013-05-24 | Remove the #[merge] hack from the parser | Alex Crichton | -34/+1 |
| 2013-05-24 | auto merge of #6680 : ben0x539/rust/slashslashslash, r=graydon | bors | -2/+9 |
| 2013-05-23 | cleanup warnings from libsyntax | Erick Tryzelaar | -7/+4 |
| 2013-05-23 | core: remove iter_bytes helper functions | Erick Tryzelaar | -11/+25 |
| 2013-05-22 | libsyntax: Fix more merge fallout. | Patrick Walton | -2/+2 |
| 2013-05-22 | libstd: Fix merge fallout. | Patrick Walton | -0/+2 |
| 2013-05-22 | syntax: Change syntax extensions to expand to `std::foo` instead of `core::foo` | Patrick Walton | -53/+56 |
| 2013-05-22 | librustc: Change `std` to `extra` throughout libsyntax and librustc | Patrick Walton | -27/+29 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -2/+111 |
| 2013-05-22 | auto merge of #6686 : cmr/rust/fix-6596, r=catamorphism | bors | -4/+7 |
| 2013-05-22 | Fix ICE in macros | Corey Richardson | -4/+7 |
| 2013-05-22 | declare that "///" is still a doc comment, just not "////+" (fixes #5838) | Benjamin Herr | -2/+9 |
| 2013-05-22 | Fix #6342 | Jihyun Yu | -4/+9 |
| 2013-05-21 | auto merge of #6658 : sanxiyn/rust/static-string-2, r=thestinger | bors | -11/+11 |
| 2013-05-22 | Use static strings | Seo Sanghyeon | -9/+9 |
| 2013-05-21 | auto merge of #6611 : huonw/rust/syntax-ext-no-dup, r=jbclements | bors | -2242/+1659 |
| 2013-05-22 | Take string slices | Seo Sanghyeon | -2/+2 |
| 2013-05-22 | syntax/ext: convert all AstBuilder methods to a uniform syntax. | Huon Wilson | -1686/+998 |
| 2013-05-22 | syntax/ext: migrate build.rs functions to AstBuilder methods. | Huon Wilson | -925/+1126 |
| 2013-05-22 | syntax/ext: collect the ast building traits into a single trait. | Huon Wilson | -493/+420 |
| 2013-05-22 | syntax/ext: modernise ext_ctxt to be CamelCase and use new. | Huon Wilson | -324/+323 |
| 2013-05-22 | syntax/ext: Remove the trait-object indirection of the ext_ctxt object. | Huon Wilson | -106/+82 |
| 2013-05-21 | syntax/ext: remove the ~str dependence of the deriving code. | Huon Wilson | -79/+81 |
| 2013-05-21 | Correct span for expr_vec | Seo Sanghyeon | -1/+1 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -303/+298 |
| 2013-05-20 | Implement a lint mode to detect unnecessary allocations | Alex Crichton | -3/+3 |
| 2013-05-20 | getting rid of interner_key! macro | John Clements | -113/+54 |
| 2013-05-20 | hygiene infrastructure. | John Clements | -110/+194 |
| 2013-05-20 | detect unused attrs in one more place, allow parsing to continue for all | John Clements | -24/+53 |
| 2013-05-20 | parser comment | John Clements | -0/+1 |
| 2013-05-20 | refactoring test functions | John Clements | -70/+105 |
| 2013-05-20 | auto merge of #6635 : brson/rust/snapshot, r=brson | bors | -249/+0 |
| 2013-05-19 | Register snapshots | Brian Anderson | -249/+0 |
| 2013-05-19 | Fix many warnings. | Steve Klabnik | -3/+2 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -7/+7 |
| 2013-05-18 | auto merge of #6603 : thestinger/rust/whitespace, r=thestinger | bors | -1/+0 |
| 2013-05-19 | reduce the usage of explicit version markers | Daniel Micay | -1/+1 |
| 2013-05-18 | minor automated whitespace fixes | Daniel Micay | -1/+0 |
| 2013-05-18 | Made bytes!() accept a list of string, integer or char literals | Marvin Löbel | -5/+50 |
| 2013-05-17 | Re-implement lint with less emphasis on item ids | Alex Crichton | -7/+13 |
| 2013-05-16 | Add BuiltinBounds to closure type: parse and handle subtyping, | Niko Matsakis | -11/+16 |
| 2013-05-16 | auto merge of #6530 : huonw/rust/deriving-deepclone, r=bstrie | bors | -7/+43 |
| 2013-05-16 | syntax: use fmt! over + in deriving/clone | Huon Wilson | -6/+6 |
| 2013-05-16 | auto merge of #6531 : sammykim/rust/bytes, r=luqmana | bors | -0/+31 |
| 2013-05-16 | syntax: implement #[deriving(DeepClone)]. Fixes #6514. | Huon Wilson | -6/+42 |
| 2013-05-16 | Implement bytes! syntax extension | Sangeun Kim | -0/+31 |
| 2013-05-15 | auto merge of #6502 : huonw/rust/no-auto-code, r=graydon | bors | -1738/+714 |