| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -6012/+0 |
| 2020-08-29 | Auto merge of #75916 - jyn514:unify-error-reporting, r=euclio | bors | -6/+12 |
| 2020-08-27 | Abort when catch_unwind catches a foreign exception | Amanieu d'Antras | -0/+1 |
| 2020-08-25 | Use map_or(true) instead of unwrap_or(true) | Joshua Nelson | -1/+1 |
| 2020-08-25 | Add back `Res::matches_ns`, implemented in terms of `ns` | Joshua Nelson | -0/+5 |
| 2020-08-25 | Add `Res::ns()` instead of `matches_ns()` | Joshua Nelson | -6/+7 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -162/+157 |
| 2020-08-23 | Auto merge of #75465 - Aaron1011:feature/short-fn-def-span, r=estebank | bors | -0/+1 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -0/+1 |
| 2020-08-22 | Lazy decoding of DefPathTable from crate metadata (non-incremental case) | Aaron Hill | -12/+18 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -43/+0 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -12/+12 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -12/+12 |
| 2020-08-16 | hir: simplify `is_range_literal` | David Wood | -45/+15 |
| 2020-08-16 | hir: introduce `QPath::LangItem` | David Wood | -5/+50 |
| 2020-08-16 | hir: introduce lang items for AST lowering | David Wood | -1/+35 |
| 2020-08-16 | lang_items: add support for lang items on variants | David Wood | -0/+2 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -2/+2 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -5/+0 |
| 2020-08-14 | Simplify arena_types macros | Matthew Jasper | -35/+35 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -130/+124 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -5/+0 |
| 2020-08-13 | Create lang item array and add map fn | kadmin | -0/+1 |
| 2020-08-08 | Eliminate `librustc_hir`'s dependency on `librustc_session`. | Nicholas Nethercote | -9/+19 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -6/+9 |
| 2020-08-05 | Give a much better error message if the struct failed to resolve | Joshua Nelson | -6/+6 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-22 | Increase accuracy of lifetime bound on trait object impl suggestion | Esteban Küber | -1/+11 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -2/+43 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -2/+43 |
| 2020-07-17 | Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis | bors | -2/+2 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -2/+2 |
| 2020-07-17 | Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbini | bors | -1/+0 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2020-07-16 | relax Node lt bounds | Bastian Kauschke | -3/+3 |
| 2020-07-15 | improve DiscriminantKind handling | Bastian Kauschke | -0/+3 |
| 2020-07-15 | Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obk | bors | -120/+119 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -120/+119 |
| 2020-07-14 | Suggest borrowing in more unsized fn param cases | Esteban Küber | -0/+1 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -1/+1 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -25/+55 |
| 2020-06-24 | Implement associated lang items | Aaron Hill | -1/+3 |
| 2020-06-24 | Rollup merge of #73639 - ayazhafiz:i/73553, r=davidtwco | Dylan DPC | -7/+1 |
| 2020-06-22 | Change heuristic for determining range literal | Ayaz Hafiz | -7/+1 |
| 2020-06-21 | Move `next_disambiguator` to `Resolver` | marmeladema | -10/+2 |
| 2020-06-21 | Always create a root definition when creating a new `Definitions` object. | marmeladema | -17/+23 |
| 2020-06-21 | Move remaining `NodeId` APIs from `Definitions` to `Resolver` | marmeladema | -96/+9 |
| 2020-06-20 | Pre-compute `def_id_to_hir_id` table | marmeladema | -19/+18 |
| 2020-06-20 | Pre-compute `hir_id_to_def_id` mapping | marmeladema | -7/+10 |
| 2020-06-20 | Remove `HirId` to `NodeId` conversion APIs | marmeladema | -6/+1 |