| Age | Commit message (Expand) | Author | Lines |
| 2016-04-26 | allow InternedString to be compared to &str directly | Oliver Schneider | -0/+22 |
| 2016-04-24 | syntax: Make `is_path_start` precise and improve some error messages about un... | Vadim Petrochenkov | -0/+5 |
| 2016-04-24 | syntax: Merge keywords and remaining special idents in one list | Vadim Petrochenkov | -137/+89 |
| 2016-04-24 | syntax: Make static/super/self/Self keywords + special ident cleanup | Vadim Petrochenkov | -105/+54 |
| 2016-04-24 | syntax: Get rid of token::IdentStyle | Vadim Petrochenkov | -32/+24 |
| 2016-04-24 | syntax: Don't rely on token::IdentStyle in the parser | Vadim Petrochenkov | -62/+26 |
| 2016-04-05 | Fixes bug which accepting using `super` in use statemet. | vlastachu | -1/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -1/+1 |
| 2016-03-14 | Add `default` as contextual keyword, and parse it for impl items. | Aaron Turon | -48/+49 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -1/+1 |
| 2016-03-02 | Use numeric field `Name`s ("0", "1" etc) for positional fields | Vadim Petrochenkov | -1/+1 |
| 2016-02-27 | libsyntax: parse inclusive ranges | Alex Burka | -1/+1 |
| 2016-02-12 | Use more autoderef in libsyntax | Jonas Schievink | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::BinOp_ | Oliver Schneider | -20/+20 |
| 2016-01-26 | Use interpolated token span when building spans for bigger expressions | Florian Hahn | -0/+8 |
| 2016-01-06 | Remove irrelevant comment | Huon Wilson | -3/+0 |
| 2015-12-15 | Generated code spans now point to callsite parameters (where applicable) | Daniel Campbell | -1/+1 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -0/+1 |
| 2015-11-11 | libsyntax: Add more quasiquoting macros | Kyle Mayes | -1/+3 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -7/+7 |
| 2015-09-11 | Remove some remains of virtual structs from the parser | Vadim Petrochenkov | -6/+6 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -4/+4 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -17/+9 |
| 2015-05-15 | syntax: Add unquoting ast::{Generics,WhereClause} | Erick Tryzelaar | -0/+4 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -8/+8 |
| 2015-04-25 | Interpolate AST nodes in quasiquote. | Geoffry Song | -0/+7 |
| 2015-04-25 | Auto merge of #24547 - bombless:comma, r=pnkfelix | bors | -0/+8 |
| 2015-04-25 | Fix #20616 | York Xiang | -0/+8 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -16/+0 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -0/+2 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -0/+2 |
| 2015-03-10 | Remove proc keyword | Guillaume Gomez | -4/+4 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -4/+4 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -8/+8 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -2/+2 |
| 2015-02-14 | Auto merge of #22158 - Kimundi:the_lonely_uppercase_keyword, r=pnkfelix | bors | -2/+7 |
| 2015-02-12 | Made `Self` a keyword. | Marvin Löbel | -2/+7 |
| 2015-02-10 | rollup merge of #21918: ranma42/replace-be | Alex Crichton | -1/+1 |
| 2015-02-06 | Fix infinite loop error | GuillaumeGomez | -1/+1 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -1/+1 |
| 2015-02-06 | Libsyntax has been updated | GuillaumeGomez | -1/+1 |
| 2015-02-06 | Replace the get method by the deref one on InternedString | GuillaumeGomez | -14/+1 |
| 2015-02-06 | Add Str trait to InternedString, set get method deprecated | GuillaumeGomez | -0/+8 |
| 2015-02-04 | Replace `be` with `become` | Andrea Canciani | -1/+1 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -1/+1 |
| 2015-02-02 | Tweak some ‘expected…’ error messages | P1start | -1/+1 |
| 2015-01-30 | Use absolute path to FullRange, rather than assuming it is in the prelude | Nick Cameron | -49/+48 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -6/+6 |
| 2015-01-25 | Add the span of the operator itself to ast::BinOp. | Huon Wilson | -1/+1 |