| Age | Commit message (Expand) | Author | Lines |
| 2017-01-11 | syntax: struct field attributes and cfg | Benjamin Saunders | -0/+2 |
| 2016-12-30 | Fix LEB128 to work with the stage1 | Simonas Kazlauskas | -2/+2 |
| 2016-12-30 | Cleanup FIXMEs | Simonas Kazlauskas | -22/+0 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -8/+20 |
| 2016-12-28 | hir: lower `ImplicitSelf` to resolved `Self` TyQPath's. | Eduard-Mihai Burtescu | -8/+7 |
| 2016-12-23 | Auto merge of #38232 - jseyfried:refactor_global_paths, r=nrc | bors | -4/+23 |
| 2016-12-22 | Remove outdated FIXME comment | Esteban Küber | -4/+0 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -4/+23 |
| 2016-12-19 | Optimize `ast::PathSegment`. | Jeffrey Seyfried | -82/+15 |
| 2016-12-18 | Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`, | Jeffrey Seyfried | -2/+0 |
| 2016-12-18 | Add `ident.unhygienize()` and use `Ident` more instead of `Name` in `resolve`. | Jeffrey Seyfried | -4/+8 |
| 2016-11-21 | Implement the `loop_break_value` feature. | Geoffry Song | -2/+2 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -9/+9 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -43/+8 |
| 2016-11-20 | Refactor `P<ast::MetaItem>` -> `ast::MetaItem`. | Jeffrey Seyfried | -2/+2 |
| 2016-11-20 | Move `MetaItemKind`'s `Name` to a field of `MetaItem`. | Jeffrey Seyfried | -4/+9 |
| 2016-11-20 | Refactor `CrateConfig`. | Jeffrey Seyfried | -30/+3 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -3/+9 |
| 2016-11-20 | Refactor away `ast::Attribute_`. | Jeffrey Seyfried | -3/+3 |
| 2016-11-10 | syntax: don't fake a block around closures' bodies during parsing. | Eduard Burtescu | -2/+2 |
| 2016-11-09 | Rollup merge of #37428 - estebank:generic-type-error-span, r=sanxiyn | Eduard-Mihai Burtescu | -0/+8 |
| 2016-11-08 | Point to type argument span when used as trait | Esteban Küber | -0/+8 |
| 2016-11-03 | Make `ast::ExprKind` smaller. | Jeffrey Seyfried | -1/+1 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -2/+2 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -1/+0 |
| 2016-10-27 | Implement field shorthands in struct literal expressions. | Eduard Burtescu | -0/+1 |
| 2016-10-24 | Refactor away fields `MacroDef::{use_locally, export}`. | Jeffrey Seyfried | -2/+0 |
| 2016-10-10 | Avoid allocations in `Decoder::read_str`. | Nicholas Nethercote | -1/+1 |
| 2016-10-01 | Rollup merge of #34764 - pnkfelix:attrs-on-generic-formals, r=eddyb | Manish Goregaokar | -0/+2 |
| 2016-09-28 | libsyntax: clearer names for some AST parts | Jonas Schievink | -6/+6 |
| 2016-09-23 | Add attribute support to generic lifetime and type parameters. | Felix S. Klock II | -0/+2 |
| 2016-09-20 | serialize: allow specifying the default behavior for specializations. | Eduard Burtescu | -2/+12 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -5/+33 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+1 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Add unions to AST | Vadim Petrochenkov | -1/+1 |
| 2016-08-29 | Future proof the AST for `union`. | Jeffrey Seyfried | -0/+5 |
| 2016-08-28 | Rollup merge of #35850 - SergioBenitez:master, r=nrc | Jeffrey Seyfried | -8/+50 |
| 2016-08-28 | Rollup merge of #35480 - KiChjang:e0379-bonus, r=nikomatsakis | Jeffrey Seyfried | -2/+2 |
| 2016-08-28 | Rollup merge of #35618 - jseyfried:ast_view_path_refactor, r=eddyb | Jeffrey Seyfried | -34/+6 |
| 2016-08-27 | Change Constness to Spanned<Constness> | Keith Yeung | -2/+2 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -8/+50 |
| 2016-08-21 | Refactor away variant `ast::PathListItemKind::Mod` | Jeffrey Seyfried | -34/+6 |
| 2016-08-18 | Add Span field for Generics structs | Guillaume Gomez | -2/+4 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -2/+2 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -4/+0 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -0/+3 |
| 2016-08-12 | syntax: add anonymized type syntax, i.e. impl TraitA+TraitB. | Eduard Burtescu | -0/+2 |