| Age | Commit message (Expand) | Author | Lines |
| 2020-04-20 | Remove unused dependencies | Shotaro Yamada | -1/+0 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -2/+4 |
| 2020-04-06 | Rollup merge of #70519 - estebank:constraints-before-args-spans, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -19/+12 |
| 2020-03-29 | Suggest correct order for arguments when encountering early constraints | Esteban Küber | -2/+2 |
| 2020-03-27 | parse: move constraint/arg restriction to ast_validation. | Mazdak Farrokhzad | -24/+17 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -3/+3 |
| 2020-03-17 | Don't prepend with space before paren | Guillaume Gomez | -4/+14 |
| 2020-03-16 | ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules` | Vadim Petrochenkov | -1/+1 |
| 2020-03-15 | Rollup merge of #69589 - petrochenkov:maccall, r=Centril | Mazdak Farrokhzad | -8/+8 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -8/+8 |
| 2020-03-12 | Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2020-03-06 | Auto merge of #69586 - petrochenkov:unmerge, r=Centril | bors | -18/+24 |
| 2020-03-04 | Tweak output for invalid negative impl AST errors | Esteban Küber | -1/+1 |
| 2020-03-01 | encode `;` stmt w/o expr as `StmtKind::Empty` | Mazdak Farrokhzad | -13/+7 |
| 2020-03-01 | ast: Unmerge structures for associated items and foreign items | Vadim Petrochenkov | -18/+24 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -12/+12 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -1/+1 |
| 2020-02-26 | Rollup merge of #69423 - petrochenkov:nont, r=Centril | Dylan DPC | -11/+0 |
| 2020-02-26 | Rollup merge of #69387 - petrochenkov:idprint, r=Mark-Simulacrum | Dylan DPC | -38/+4 |
| 2020-02-24 | syntax: Remove `Nt(Impl,Trait,Foreign)Item` | Vadim Petrochenkov | -11/+0 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -17/+14 |
| 2020-02-24 | ast: add `Defaultness` to `Item`, making `AssocItem` an alias. | Mazdak Farrokhzad | -2/+2 |
| 2020-02-24 | add `Span` to `ast::Defaultness::Default`. | Mazdak Farrokhzad | -1/+1 |
| 2020-02-23 | Deduplicate identifier printing a bit | Vadim Petrochenkov | -38/+4 |
| 2020-02-23 | Rollup merge of #69375 - Menschenkindlein:master, r=Dylan-DPC | Dylan DPC | -10/+10 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -10/+10 |
| 2020-02-22 | parse: allow `type Foo: Ord` syntactically. | Mazdak Farrokhzad | -12/+4 |
| 2020-02-21 | print vis & defaultness for nested items | Mazdak Farrokhzad | -29/+35 |
| 2020-02-18 | Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov | Mazdak Farrokhzad | -83/+52 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -6/+4 |
| 2020-02-15 | print_item_const: remove extraneous space | Mazdak Farrokhzad | -3/+3 |
| 2020-02-15 | pprust: unify extern & associated item printing | Mazdak Farrokhzad | -35/+27 |
| 2020-02-15 | parse extern consts | Mazdak Farrokhzad | -0/+3 |
| 2020-02-15 | parse associated statics. | Mazdak Farrokhzad | -0/+3 |
| 2020-02-15 | ast/parser: fuse `static` & `const` grammars in all contexts. | Mazdak Farrokhzad | -49/+22 |
| 2020-02-15 | ast: make `= <expr>;` optional in free statics/consts. | Mazdak Farrokhzad | -6/+8 |
| 2020-02-15 | ast: normalize `ForeignItemKind::Ty` & `AssocItemKind::TyAlias`. | Mazdak Farrokhzad | -11/+7 |
| 2020-02-15 | ast: move Generics into AssocItemKinds | Mazdak Farrokhzad | -4/+4 |
| 2020-02-13 | parser: unify item list parsing. | Mazdak Farrokhzad | -0/+1 |
| 2020-02-13 | IsAsync -> enum Async { Yes { span: Span, .. }, No } | Mazdak Farrokhzad | -2/+2 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -12/+8 |
| 2020-02-07 | print generic bounds on associated types | Mikhail Babenko | -1/+4 |
| 2020-02-05 | parser: merge `fn` grammars wrt. bodies & headers | Mazdak Farrokhzad | -34/+30 |
| 2020-02-02 | pretty: print attrs in struct expr | Mazdak Farrokhzad | -0/+1 |
| 2020-02-01 | pretty: raise recursion_limit = 256 | Mazdak Farrokhzad | -0/+1 |
| 2020-02-01 | pretty: injected_crate_name -> has_injected_crate | Mazdak Farrokhzad | -4/+3 |
| 2020-02-01 | syntax: reexport attr globals | Mazdak Farrokhzad | -1/+1 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -0/+3548 |