| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -1458/+0 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -3/+12 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-16 | Rollup merge of #74204 - ayazhafiz:i/74120, r=eddyb | Tyler Mandry | -1/+13 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -2/+1 |
| 2020-08-02 | Replace from log to tracing | bishtpawan | -1/+1 |
| 2020-08-02 | Replace from log to tracing in libsrustrustc_ast_lowering, librustc_ast_passe... | bishtpawan | -1/+1 |
| 2020-07-15 | fixup! Don't visit foreign function bodies when lowering ast to hir | Ayaz Hafiz | -0/+2 |
| 2020-07-14 | fixup! Don't visit foreign function bodies when lowering ast to hir | Ayaz Hafiz | -1/+0 |
| 2020-07-14 | fixup! fixup! Don't visit foreign function bodies when lowering ast to hir | Ayaz Hafiz | -10/+2 |
| 2020-07-14 | Suggest borrowing in more unsized fn param cases | Esteban Küber | -0/+2 |
| 2020-07-09 | fixup! Don't visit foreign function bodies when lowering ast to hir | Ayaz Hafiz | -31/+12 |
| 2020-07-09 | Don't visit foreign function bodies when lowering ast to hir | Ayaz Hafiz | -1/+39 |
| 2020-06-21 | Move remaining `NodeId` APIs from `Definitions` to `Resolver` | marmeladema | -11/+6 |
| 2020-06-11 | Allow all impl trait types to capture bound lifetimes | Matthew Jasper | -4/+26 |
| 2020-06-11 | Stop special casing top level TAIT | Matthew Jasper | -41/+15 |
| 2020-05-29 | Remove remaining calls to `as_local_node_id` | marmeladema | -4/+7 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -1/+1 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -2/+2 |
| 2020-04-08 | librustc_hir: return LocalDefId instead of DefId in local_def_id | marmeladema | -5/+5 |
| 2020-04-06 | Auto merge of #70737 - Centril:cleanup-lower-item-id, r=estebank | bors | -11/+2 |
| 2020-04-03 | cleanup lower_item_id | Mazdak Farrokhzad | -11/+2 |
| 2020-04-01 | Hide `task_context` when lowering body | Jonas Schievink | -0/+2 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -10/+7 |
| 2020-03-23 | Auto merge of #69649 - estebank:negative-impl-span, r=Centril | bors | -13/+21 |
| 2020-03-22 | Tweak output for invalid negative impl errors | Esteban Küber | -13/+21 |
| 2020-03-21 | lowering: bug! -> panic! | Mazdak Farrokhzad | -4/+3 |
| 2020-03-21 | separate out an arena for HIR | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandry | Mazdak Farrokhzad | -2/+2 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in hir::lowering. | Eduard-Mihai Burtescu | -9/+14 |
| 2020-03-17 | Don't create AST fragments when lowering to HIR | Jonas Schievink | -1/+1 |
| 2020-03-17 | Make async/await lowering use resume arguments | Jonas Schievink | -1/+1 |
| 2020-03-16 | Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper | Dylan DPC | -4/+4 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -3/+3 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -1/+1 |
| 2020-03-16 | ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules` | Vadim Petrochenkov | -3/+3 |
| 2020-03-15 | Rollup merge of #69988 - petrochenkov:nomacrodef, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 2020-03-15 | Rollup merge of #69589 - petrochenkov:maccall, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -6/+6 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -6/+6 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2020-03-03 | rename TraitItemKind::Method -> Fn | Mark Mansi | -2/+2 |
| 2020-03-01 | ast: Unmerge structures for associated items and foreign items | Vadim Petrochenkov | -14/+6 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -4/+4 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -24/+24 |
| 2020-02-24 | add `Span` to `ast::Defaultness::Default`. | Mazdak Farrokhzad | -8/+4 |
| 2020-02-22 | parse: allow `type Foo: Ord` syntactically. | Mazdak Farrokhzad | -9/+9 |
| 2020-02-18 | Remove "not yet implemented" warning | Dylan MacKenzie | -9/+1 |
| 2020-02-15 | parse extern consts | Mazdak Farrokhzad | -0/+5 |
| 2020-02-15 | parse associated statics. | Mazdak Farrokhzad | -4/+9 |