| Age | Commit message (Expand) | Author | Lines |
| 2023-09-18 | Rollup merge of #115908 - cjgillot:lint-noclone, r=oli-obk | Matthias Krüger | -21/+4 |
| 2023-09-18 | Rollup merge of #115907 - RalfJung:interner-check, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2023-09-18 | Rollup merge of #115838 - lcnr:added-goals, r=compiler-errors | Matthias Krüger | -92/+160 |
| 2023-09-18 | Remove more unused `Lift` impls. | Nicholas Nethercote | -128/+37 |
| 2023-09-18 | Remove unused `Lift` derives. | Nicholas Nethercote | -51/+49 |
| 2023-09-18 | Rename `CloneLiftImpls` as `TrivialLiftImpls`. | Nicholas Nethercote | -4/+4 |
| 2023-09-18 | Remove unused `Display` impls. | Nicholas Nethercote | -6/+0 |
| 2023-09-18 | Remove `RegionHighlightMode::tcx`. | Nicholas Nethercote | -23/+18 |
| 2023-09-17 | nop_lift macros: ensure that we are using the right interner | Ralf Jung | -0/+24 |
| 2023-09-17 | Auto merge of #115334 - RalfJung:transparent-aligned-zst, r=compiler-errors | bors | -44/+30 |
| 2023-09-17 | Auto merge of #115909 - Dylan-DPC:rollup-uf96r2d, r=Dylan-DPC | bors | -171/+296 |
| 2023-09-17 | Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errors | bors | -28/+27 |
| 2023-09-17 | Rollup merge of #115862 - clubby789:migrate-callee-translatable, r=compiler-e... | Dylan DPC | -42/+83 |
| 2023-09-17 | Rollup merge of #115654 - RalfJung:pass-mode-cast, r=compiler-errors | Dylan DPC | -94/+116 |
| 2023-09-17 | Rollup merge of #115611 - lukas-code:format!("{r#ident}"), r=compiler-errors | Dylan DPC | -35/+97 |
| 2023-09-17 | Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi... | bors | -33/+153 |
| 2023-09-17 | Do not clone MIR for const-prop lint. | Camille GILLOT | -21/+4 |
| 2023-09-16 | Rollup merge of #115884 - RalfJung:const-debug-print, r=oli-obk | Matthias Krüger | -6/+20 |
| 2023-09-16 | Auto merge of #115733 - Zoxc:group-dep-node-kinds, r=cjgillot | bors | -8/+28 |
| 2023-09-16 | Auto merge of #115894 - matthiaskrgr:rollup-pe5efh4, r=matthiaskrgr | bors | -148/+144 |
| 2023-09-16 | make ty::Const debug printing less verbose | Ralf Jung | -6/+20 |
| 2023-09-16 | Rollup merge of #115867 - Zalathar:debug, r=oli-obk | Matthias Krüger | -146/+141 |
| 2023-09-16 | Rollup merge of #115860 - Soveu:varargs2, r=WaffleLapkin | Matthias Krüger | -2/+3 |
| 2023-09-16 | Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdoc | bors | -8/+11 |
| 2023-09-16 | Auto merge of #115889 - matthiaskrgr:rollup-kfmauvh, r=matthiaskrgr | bors | -7/+55 |
| 2023-09-16 | Rollup merge of #115866 - RalfJung:interpret-debug, r=compiler-errors | Matthias Krüger | -7/+55 |
| 2023-09-16 | Fix invalid markdown codeblock label | Guillaume Gomez | -6/+6 |
| 2023-09-16 | Auto merge of #115740 - tmiasko:cache-reachable-set, r=cjgillot | bors | -0/+1 |
| 2023-09-16 | Auto merge of #115315 - RalfJung:field-capture-packed-alignment, r=oli-obk | bors | -36/+10 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -24/+41 |
| 2023-09-16 | coverage: Replace an unnecessary map with a set | Zalathar | -7/+7 |
| 2023-09-16 | coverage: Simplify internal representation of debug types | Zalathar | -135/+131 |
| 2023-09-16 | coverage: Update log module names in debug docs | Zalathar | -2/+2 |
| 2023-09-16 | coverage: Arrange imports in `rustc_mir_transform::coverage::debug` | Zalathar | -9/+8 |
| 2023-09-15 | special case `TyAndLayout` debug impl | Boxy | -3/+38 |
| 2023-09-15 | Fix incorrect codeblock attributes in docs | Guillaume Gomez | -2/+2 |
| 2023-09-15 | Implement custom classes for rustdoc code blocks with `custom_code_classes_in... | Guillaume Gomez | -0/+3 |
| 2023-09-15 | llvm-wrapper: adapt for LLVM API changes | Krasimir Georgiev | -5/+19 |
| 2023-09-15 | Migrate 'missing fn lang items' diagnostic | clubby789 | -10/+13 |
| 2023-09-15 | Migrate 'invalid callee' diagnostic | clubby789 | -10/+18 |
| 2023-09-15 | Migrate 'rust-call incorrect arguments' diagnostic | clubby789 | -5/+12 |
| 2023-09-15 | Allow internal untranslatable diagnostic | clubby789 | -0/+3 |
| 2023-09-15 | Migrate 'explicit destructor call' diagnostic | clubby789 | -18/+38 |
| 2023-09-15 | Auto merge of #115853 - obeis:hir-analysis-migrate-diagnostics-6, r=compiler-... | bors | -77/+116 |
| 2023-09-15 | cannot have Direct for unsized types | Ralf Jung | -0/+5 |
| 2023-09-15 | fix gcc, cranelift build | Ralf Jung | -14/+14 |
| 2023-09-15 | clarify PassMode::Indirect as well | Ralf Jung | -54/+60 |
| 2023-09-15 | explain PassMode::Cast | Ralf Jung | -27/+38 |
| 2023-09-15 | make interpreter type Debug impl independent of Ty debug impl | Ralf Jung | -4/+17 |
| 2023-09-15 | Auto merge of #115850 - compiler-errors:effect-canon, r=fee1-dead | bors | -2/+25 |