| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -6741/+0 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -1/+1 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -3/+12 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -7/+6 |
| 2020-08-17 | Auto merge of #75145 - davidtwco:issue-60607-preallocate-defid-for-lang-items... | bors | -177/+94 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -7/+6 |
| 2020-08-16 | Rollup merge of #74204 - ayazhafiz:i/74120, r=eddyb | Tyler Mandry | -1/+13 |
| 2020-08-16 | hir: introduce `QPath::LangItem` | David Wood | -177/+94 |
| 2020-08-10 | Rollup merge of #75350 - estebank:foreign-fn-with-body-ice, r=davidtwco | Yuki Okushi | -1/+3 |
| 2020-08-09 | Do not ICE when lowering invalid extern fn with bodies | Esteban Küber | -1/+3 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -5/+3 |
| 2020-08-07 | Auto merge of #74627 - petrochenkov:docbeauty2, r=Aaron1011 | bors | -1/+1 |
| 2020-08-06 | rustc_ast: Stop using "string typing" for doc comment tokens | Vadim Petrochenkov | -1/+1 |
| 2020-08-06 | Fix ICE when using asm! on an unsupported architecture | Amanieu d'Antras | -1/+1 |
| 2020-08-02 | Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov | bors | -2/+0 |
| 2020-08-02 | Replace from log to tracing | bishtpawan | -3/+3 |
| 2020-08-02 | Replace from log to tracing in libsrustrustc_ast_lowering, librustc_ast_passe... | bishtpawan | -4/+4 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-31 | Fix ICEs with `@ ..` binding | Yuki Okushi | -2/+0 |
| 2020-07-26 | Hygiene serialization implementation | Aaron Hill | -1/+2 |
| 2020-07-23 | cleanup | Bastian Kauschke | -1/+1 |
| 2020-07-23 | stop sorting generic params | Bastian Kauschke | -14/+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 | -1/+3 |
| 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-07-01 | Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkov | Manish Goregaokar | -3/+8 |
| 2020-07-01 | Insert NoDelim groups around nonterminals when lowering macro_rules | Aaron Hill | -3/+8 |
| 2020-07-01 | Remove `token::FlattenGroup` | Vadim Petrochenkov | -1/+1 |
| 2020-06-28 | Rollup merge of #73813 - petrochenkov:restrait, r=davidtwco | Manish Goregaokar | -3/+3 |
| 2020-06-27 | Rename two `Resolver` traits | Vadim Petrochenkov | -3/+3 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -3/+14 |
| 2020-06-26 | Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morse | Manish Goregaokar | -1/+1 |
| 2020-06-26 | Rollup merge of #73588 - Amanieu:thumb-fp, r=nagisa | Manish Goregaokar | -0/+1 |
| 2020-06-26 | proc_macro: Stop flattening groups with dummy spans | Vadim Petrochenkov | -1/+1 |
| 2020-06-23 | Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkov | Manish Goregaokar | -25/+44 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -1/+1 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -19/+5 |
| 2020-06-21 | Always create a root definition when creating a new `Definitions` object. | marmeladema | -7/+7 |
| 2020-06-21 | Move remaining `NodeId` APIs from `Definitions` to `Resolver` | marmeladema | -24/+43 |
| 2020-06-21 | Fix handling of reserved registers for ARM inline asm | Amanieu d'Antras | -0/+1 |
| 2020-06-20 | Rollup merge of #73378 - matthewjasper:arena-not-special, r=oli-obk | Manish Goregaokar | -2/+0 |
| 2020-06-20 | Move `trait_map` into `hir::Crate` | marmeladema | -0/+10 |
| 2020-06-15 | Remove use of specialization from librustc_arena | Matthew Jasper | -2/+0 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -1/+1 |
| 2020-06-15 | Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk | Ralf Jung | -1/+1 |
| 2020-06-15 | Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJung | bors | -5/+19 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -70/+158 |