| Age | Commit message (Expand) | Author | Lines |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -3/+5 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-23 | Normalize main return type during mono item collection & codegen | Tomasz Miąsko | -1/+4 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -2/+2 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -6/+4 |
| 2022-02-19 | Adopt let else in more places | est31 | -6/+4 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -12/+10 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -7/+3 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -2/+2 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -7/+3 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -10/+10 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -1/+1 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -12/+10 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-17 | Change TerminatorKind::Abort to call the panic handler instead of | Amanieu d'Antras | -1/+9 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -20/+10 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -2/+1 |
| 2022-01-15 | initial revert | Ellen | -20/+10 |
| 2022-01-13 | Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandry | Matthias Krüger | -0/+34 |
| 2022-01-07 | Add query to avoid name comparison in `leaf_def` | Matthew Jasper | -3/+2 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -9/+0 |
| 2021-12-27 | Address review comments | Wesley Wiser | -8/+24 |
| 2021-12-20 | [code coverage] Fix missing dead code in modules that are never called | Wesley Wiser | -0/+18 |
| 2021-12-19 | Rollup merge of #91895 - pitaj:91867-monomorphize, r=Aaron1011 | Matthias Krüger | -7/+6 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -6/+6 |
| 2021-12-13 | Remove `in_band_lifetimes` for `rustc_monomorphize` | Peter Jaszkowiak | -7/+6 |
| 2021-11-09 | Rollup merge of #90701 - michaelwoerister:more-artifact-sizes, r=davidtwco | Matthias Krüger | -0/+11 |
| 2021-11-08 | Record more artifact sizes during self-profiling. | Michael Woerister | -0/+11 |
| 2021-11-07 | Rename functions reflect that inline const is also "typeck_child" | Gary Guo | -1/+1 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -1/+2 |
| 2021-11-04 | clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2021-11-01 | Auto merge of #90406 - nbdd0121:panic, r=cjgillot | bors | -2/+11 |
| 2021-10-30 | Collect `panic/panic_bounds_check` during monomorphization | Gary Guo | -2/+11 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-20 | Remove NullOp::Box | Gary Guo | -9/+0 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -3/+2 |
| 2021-10-17 | Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr | bors | -90/+84 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -3/+2 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-04 | polymorphize: don't normalize self-ty need substs | David Wood | -9/+16 |
| 2021-10-01 | polymorphize: polymorphize shims | David Wood | -44/+65 |
| 2021-10-01 | collector: limit pme context note to user-defd fns | David Wood | -1/+3 |
| 2021-10-01 | polymorphize: remove predicate logic | David Wood | -41/+0 |
| 2021-10-01 | polymorphize: don't check foreign items | David Wood | -0/+5 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -1/+1 |
| 2021-09-15 | Use explicit log level in tracing instrument macro | Tomasz Miąsko | -10/+10 |
| 2021-09-08 | Rebase fallout. | Camille GILLOT | -0/+1 |
| 2021-09-07 | Move monomorphize code to its own crate. | Camille GILLOT | -0/+3067 |