| Age | Commit message (Expand) | Author | Lines |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-04-18 | Auto merge of #49993 - nnethercote:shrink-Token, r=alexcrichton | bors | -0/+5 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -2/+2 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -2/+2 |
| 2018-04-12 | Change the hashcounts in raw `Lit` variants from usize to u16. | Nicholas Nethercote | -0/+5 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -4/+5 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -8/+10 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -2/+2 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -14/+9 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -3/+3 |
| 2018-03-22 | Use FunctionRetTy::Default rather than an explicit TyKind::Infer for lambda-b... | varkor | -5/+5 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -2/+2 |
| 2018-03-17 | AST: Keep distinction between `path` and `::path` in imports and visibilities | Vadim Petrochenkov | -3/+7 |
| 2018-03-17 | AST: Make renames in imports closer to the source | Vadim Petrochenkov | -6/+5 |
| 2018-02-24 | Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddyb | Manish Goregaokar | -7/+3 |
| 2018-02-22 | begin crate-relative paths with `crate` | Niko Matsakis | -7/+3 |
| 2018-02-18 | Replace dummy spans with empty spans | Seiichi Uchida | -2/+2 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -2/+2 |
| 2018-01-30 | stabilize match_beginning_vert | Jonathan Goodman | -1/+0 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -1/+6 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -1/+1 |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -0/+1 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -0/+1 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -1/+1 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -1/+1 |
| 2017-12-09 | Use hygiene to access the injected crate (`core` or `std`) from builtin macros. | Jeffrey Seyfried | -1/+4 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -19/+22 |
| 2017-09-01 | Implement RFC 1925 | Matt Ickstadt | -1/+2 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -29/+29 |
| 2017-07-28 | syntax: Add `tokens: Option<TokenStream>` to Item | Alex Crichton | -2/+4 |
| 2017-07-27 | Give span to angle bracketed generic arguments | Vadim Petrochenkov | -14/+7 |
| 2017-07-27 | Discern between `Path` and `Path<>` in AST | Vadim Petrochenkov | -12/+8 |
| 2017-07-25 | Switch to begin_panic again | est31 | -1/+1 |
| 2017-07-10 | Store all generic arguments for method calls in AST | Vadim Petrochenkov | -2/+1 |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -0/+6 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -0/+6 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -5/+6 |
| 2017-07-02 | Output line column info when panicking | est31 | -5/+6 |
| 2017-06-26 | Implement `quote!` and other `proc_macro` API. | Jeffrey Seyfried | -1/+1 |
| 2017-05-25 | Hygienize lifetimes. | Jeffrey Seyfried | -6/+6 |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -1/+1 |
| 2017-03-10 | Give spans to individual path segments in AST | Vadim Petrochenkov | -7/+12 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -1/+0 |
| 2017-01-17 | Auto merge of #39110 - petrochenkov:sum, r=eddyb | bors | -28/+4 |
| 2017-01-17 | Use resizable Vec instead of P<[T]> in AST | Vadim Petrochenkov | -21/+4 |
| 2017-01-17 | AST/HIR: Merge ObjectSum and PolyTraitRef | Vadim Petrochenkov | -7/+0 |
| 2017-01-16 | Rename ExprKind::Vec to Array in HIR and HAIR. | Scott Olson | -1/+1 |
| 2017-01-11 | syntax: struct field attributes and cfg | Benjamin Saunders | -1/+7 |