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