| Age | Commit message (Expand) | Author | Lines |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -33/+11 |
| 2022-09-13 | Address code review comments | Eric Holk | -1/+3 |
| 2022-09-13 | remove visit_const from mir visitors | b-naber | -36/+1 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -2/+15 |
| 2022-09-12 | Rename some variants | Michael Goulet | -5/+2 |
| 2022-09-12 | Call destructors when dyn* object goes out of scope | Eric Holk | -3/+10 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -7/+1 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -1/+1 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -11/+3 |
| 2022-08-31 | Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwco | Ralf Jung | -28/+39 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -1/+1 |
| 2022-08-27 | interpret: rename relocation → provenance | Ralf Jung | -3/+3 |
| 2022-08-25 | allow non-monomorphize modules to access hard-coded error message through new... | Nathan Stocks | -3/+5 |
| 2022-08-25 | rebased: convert rustc_monomorphize errors to SessionDiagnostic | Nathan Stocks | -28/+37 |
| 2022-08-19 | Minor syntax and formatting update to doc comment | Eric Holk | -4/+8 |
| 2022-08-10 | Refuse to codegen an upstream static. | Camille GILLOT | -0/+5 |
| 2022-07-20 | various nits from review | Ralf Jung | -3/+0 |
| 2022-07-20 | consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable) | Ralf Jung | -3/+3 |
| 2022-07-20 | add a Vtable kind of symbolic allocations | Ralf Jung | -0/+7 |
| 2022-07-19 | use `par_for_each_in` in `par_body_owners` and `collect_crate_mono_items` | SparrowLii | -2/+2 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -2/+1 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -1/+3 |
| 2022-07-02 | Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obk | bors | -1/+2 |
| 2022-07-01 | cleanup mir visitor for `rustc::pass_by_value` | lcnr | -1/+1 |
| 2022-06-30 | Recover when failing to normalize closure signature. | Camille GILLOT | -1/+2 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -5/+19 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -2/+2 |
| 2022-05-26 | call `instantiation_mode` when pushing a new mono_item | SparrowLii | -44/+66 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -2/+3 |
| 2022-05-07 | Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=... | bors | -2/+2 |
| 2022-05-06 | use def_span and def_kind queries instead of calling tcx.hir() methods | Miguel Guarniz | -2/+2 |
| 2022-05-03 | Collect function instance used in `global_asm!` sym operand | Tomasz Miąsko | -6/+3 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -2/+3 |
| 2022-04-30 | Also report the call site of PME errors locally. | Oli Scherer | -6/+4 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -60/+55 |
| 2022-04-15 | Add codegen for global_asm! sym operands | Amanieu d'Antras | -1/+21 |
| 2022-04-09 | move item query inside if stmt | Miguel Guarniz | -2/+2 |
| 2022-04-08 | remove ItemLikeVisitor impls from monomorphize and rustc_typeck crates | Miguel Guarniz | -60/+55 |
| 2022-03-31 | Rollup merge of #95478 - InfRandomness:infrandomness/lint_largemove_note, r=c... | Dylan DPC | -0/+1 |
| 2022-03-30 | Remove bad rustdoc trailing backslash | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Add note to the lint diagnostic | InfRandomness | -0/+1 |
| 2022-03-27 | Make fatal DiagnosticBuilder yield never | Michael Goulet | -5/+2 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -6/+4 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -3/+3 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -3/+5 |
| 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 | -1/+1 |
| 2022-02-19 | Adopt let else in more places | est31 | -6/+4 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -3/+1 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -1/+1 |