about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-09-19move ConstValue into mirRalf Jung-247/+239
2023-09-19organize mir pretty.rs and move more things into it; move statement-related t...Ralf Jung-1371/+1393
2023-09-19use pretty_print_const_value from MIR constant 'extra' printingRalf Jung-128/+153
2023-09-19move some MIR const pretty-printing into pretty.rsRalf Jung-177/+176
2023-09-19more MIR const types to separate fileRalf Jung-409/+422
2023-09-19Auto merge of #115289 - compiler-errors:adjust-comments, r=estebankbors-32/+34
2023-09-19Auto merge of #115644 - danakj:catalyst-asan, r=cjgillot,thomccbors-2/+4
2023-09-19Rollup merge of #115930 - Zalathar:spans-bug, r=compiler-errorsMatthias Krüger-34/+20
2023-09-19Rollup merge of #115879 - clubby789:migrate-hir-typeck-cast, r=compiler-errorsMatthias Krüger-182/+313
2023-09-19Rollup merge of #115873 - BoxyUwU:tykind_adt_debug, r=oli-obkMatthias Krüger-2/+22
2023-09-19Rollup merge of #115869 - ferrocene:pa-fix-tests-cargo-remap, r=compiler-errorsMatthias Krüger-7/+49
2023-09-18Auto merge of #115940 - matthiaskrgr:rollup-5ps9ln1, r=matthiaskrgrbors-114/+45
2023-09-18Auto merge of #115748 - RalfJung:post-mono, r=oli-obkbors-276/+226
2023-09-18make more prettyBoxy-2/+22
2023-09-18Rollup merge of #115891 - RalfJung:structural-trait-derive, r=nnethercoteMatthias Krüger-114/+42
2023-09-18Explain `with_reveal_all_normalized` usageOli Scherer-0/+3
2023-09-18Migrate 'cast enum with drop to int' diagnosticclubby789-9/+18
2023-09-18Migrate 'trivial cast' lintclubby789-20/+22
2023-09-18Migrate 'casting unknown pointer' diagnosticclubby789-23/+56
2023-09-18Migrate 'int to fat pointer' cast diagnosticclubby789-28/+38
2023-09-18Migrate 'cast to bool' diagnosticclubby789-26/+34
2023-09-18Migrate 'is_empty' diagnosticsclubby789-16/+37
2023-09-18Migrate 'lossy int2ptr cast' diagnosticclubby789-20/+33
2023-09-18Migrate 'lossy ptr2int cast' diagnosticclubby789-42/+77
2023-09-18Enable ASAN/LSAN/TSAN for *-apple-ios-macabidanakj-2/+4
2023-09-18coverage: Simplify sorting of coverage spans extracted from MIRZalathar-36/+19
2023-09-18coverage: Fix an unstable-sort inconsistency in coverage spansZalathar-1/+4
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-18simplify inject_impl_of_structural_traitRalf Jung-114/+42
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