| Age | Commit message (Expand) | Author | Lines |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -3/+3 |
| 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-26 | remove unnecessary comment | Nathan Stocks | -5/+0 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -1/+1 |
| 2022-08-25 | allow non-monomorphize modules to access hard-coded error message through new... | Nathan Stocks | -6/+8 |
| 2022-08-25 | remove stray comment | Nathan Stocks | -1/+0 |
| 2022-08-25 | replace some usages of [Span]FatalError with error-specific types | Nathan Stocks | -18/+15 |
| 2022-08-25 | rebased: convert rustc_monomorphize errors to SessionDiagnostic | Nathan Stocks | -36/+143 |
| 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-30 | Use LocalDefId for closures more | Cameron Steffen | -2/+2 |
| 2022-07-22 | Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiser | Dylan DPC | -3/+9 |
| 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 | -5/+5 |
| 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 | -8/+7 |
| 2022-07-08 | Fix unreachable coverage generation for inlined functions | Tomasz Miąsko | -3/+9 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -3/+5 |
| 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-27 | Update `smallvec` to 1.8.1. | Nicholas Nethercote | -1/+1 |
| 2022-06-15 | Rollup merge of #98067 - klensy:compiler-deps2, r=Dylan-DPC | Yuki Okushi | -1/+0 |
| 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 | -4/+4 |
| 2022-06-13 | remove currently unused deps | klensy | -1/+0 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -1/+1 |
| 2022-05-26 | Auto merge of #97168 - SparrowLii:accesses, r=cjgillot | bors | -44/+66 |
| 2022-05-26 | call `instantiation_mode` when pushing a new mono_item | SparrowLii | -44/+66 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -2/+1 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -1/+1 |
| 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 | Rollup merge of #96650 - tmiasko:global-asm-sym-fn, r=Amanieu | Guillaume Gomez | -6/+3 |
| 2022-05-06 | use def_span and def_kind queries instead of calling tcx.hir() methods | Miguel Guarniz | -2/+2 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 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-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+1 |
| 2022-04-30 | Also report the call site of PME errors locally. | Oli Scherer | -6/+4 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -2/+2 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -3/+3 |
| 2022-04-18 | Add `SymbolExportInfo` | Gary Guo | -2/+2 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -3/+3 |
| 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 |