about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-10-13Use `$message_type` as the tagJeremy Fitzhardinge-1/+1
2023-09-19Use serde_json::to_writer for JsonEmitter::emitJeremy Fitzhardinge-4/+5
2023-09-19Make sure nested Diagnostics in FutureIncompat are also typed for consistency.Jeremy Fitzhardinge-7/+12
2023-09-19Add `type` field to json diagnostic outputsJeremy Fitzhardinge-24/+22
2023-09-19Auto merge of #115979 - GuillaumeGomez:rollup-06ujzgh, r=GuillaumeGomezbors-1/+48
2023-09-19Rollup merge of #115801 - compiler-errors:async-cycle-mono, r=oli-obkGuillaume Gomez-1/+25
2023-09-19Rollup merge of #115499 - msizanoen1:riscv-fix-transparent-union-abi, r=bjorn3Guillaume Gomez-0/+23
2023-09-19Auto merge of #115627 - compiler-errors:icedump-no-std, r=m-ou-sebors-26/+54
2023-09-19Auto merge of #115865 - RalfJung:mir-mod, r=oli-obkbors-2197/+2253
2023-09-19rustc_target/riscv: Fix passing of transparent unions with only one non-ZST m...msizanoen-0/+23
2023-09-19Rollup merge of #115924 - compiler-errors:non-exhaustive-1-zst, r=RalfJungGuillaume Gomez-19/+29
2023-09-19Rollup merge of #115625 - compiler-errors:hrtb-infer-err, r=b-naberGuillaume Gomez-0/+75
2023-09-19Rollup merge of #114941 - compiler-errors:inline-shadowed-by-dyn, r=lcnrGuillaume Gomez-1/+51
2023-09-19comment on the difference between mir::ConstantKind::Unevaluated and mir::Con...Ralf Jung-0/+5
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-19Don't complain on a single non-exhaustive 1-zstMichael Goulet-19/+29
2023-09-19Don't resolve generic instances if they may be shadowed by dynMichael Goulet-1/+51
2023-09-19Explain HRTB + infer limitations of old solverMichael Goulet-0/+75
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