| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-04-09 | Use def_key in `tcx.item_name` when possible. | Camille GILLOT | -1/+1 |
| 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-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -3/+3 |
| 2022-03-30 | Remove bad rustdoc trailing backslash | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -2/+2 |
| 2022-03-30 | Add note to the lint diagnostic | InfRandomness | -0/+1 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -1/+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-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 |