about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-26Rollup merge of #117032 - bjorn3:riscv64_enable_cg_clif_tests, r=petrochenkovMatthias Krüger-1/+4
2023-10-26Rollup merge of #116968 - eopb:116967, r=petrochenkovMatthias Krüger-31/+43
2023-10-26Auto merge of #117228 - matthiaskrgr:rollup-23zzepv, r=matthiaskrgrbors-82/+278
2023-10-26Rollup merge of #117221 - fmease:TypeFlags-HAS_TY_GENERATOR-to-COROUTINE, r=lqdMatthias Krüger-4/+4
2023-10-26Rollup merge of #117214 - oli-obk:error_shenanigans, r=compiler-errorsMatthias Krüger-2/+73
2023-10-26Rollup merge of #117207 - Zalathar:no-option, r=compiler-errorsMatthias Krüger-17/+15
2023-10-26Rollup merge of #117202 - TaKO8Ki:revert-remove-TaKO8Ki-from-reviewers, r=Nil...Matthias Krüger-0/+2
2023-10-26Rollup merge of #117194 - nnethercote:rustc_incremental, r=cjgillotMatthias Krüger-20/+17
2023-10-26Rollup merge of #117143 - estebank:issue-117080, r=wesleywiserMatthias Krüger-6/+55
2023-10-26Rollup merge of #117095 - klinvill:smir-fn-arg-count, r=oli-obkMatthias Krüger-22/+102
2023-10-26Rollup merge of #116905 - Fenex:refactor/compiler/resolve, r=petrochenkovMatthias Krüger-11/+10
2023-10-26Auto merge of #117171 - fee1-dead-contrib:deny-explicit-effect-params, r=oli-obkbors-5/+215
2023-10-26Replace type flag HAS_TY_GENERATOR with HAS_TY_COROUTINELeón Orell Valerian Liehr-4/+4
2023-10-26Auto merge of #113262 - Nilstrieb:rawr-casting, r=lcnrbors-37/+77
2023-10-26Quietly fail if an error has already occurredOli Scherer-2/+73
2023-10-26Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnrbors-143/+314
2023-10-26Use two slice expressions to save on an offset repetitionOli Scherer-1/+1
2023-10-26Auto merge of #116983 - Urgau:prepare-bootstrap-for-new-check-cfg, r=Kobzolbors-9/+34
2023-10-26Deny providing explicit effect paramsDeadbeef-5/+215
2023-10-26Auto merge of #117148 - dtolnay:sinceversion, r=cjgillotbors-121/+140
2023-10-26Auto merge of #117115 - zetafunction:linking, r=bjorn3bors-33/+55
2023-10-26Revert "Remove TaKO8Ki from reviewers"Takayuki Maeda-0/+2
2023-10-26The value of `-Cinstrument-coverage=` doesn't need to be `Option`Zalathar-17/+15
2023-10-26Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiserbors-27/+121
2023-10-26Auto merge of #115872 - ferrocene:pa-remap-cargo-home, r=clubby789bors-1/+33
2023-10-26Add test for smir localsKirby Linvill-0/+31
2023-10-26Update Place and Operand to take slicesKirby Linvill-15/+15
2023-10-26Rename internal_locals to inner_localsKirby Linvill-4/+4
2023-10-25Auto merge of #117193 - matthiaskrgr:rollup-bygfdcd, r=matthiaskrgrbors-320/+857
2023-10-26Reduce some function exposure.Nicholas Nethercote-5/+8
2023-10-26Tiny comment fixes.Nicholas Nethercote-3/+4
2023-10-26Move a `use` to a more sensible spot.Nicholas Nethercote-2/+2
2023-10-26Reduce exposure of three functions used only within `rustc_incremental`.Nicholas Nethercote-9/+3
2023-10-26Remove unused `never_type` feature.Nicholas Nethercote-1/+0
2023-10-25Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errorsMatthias Krüger-97/+91
2023-10-25Rollup merge of #117009 - fmease:diag-disambig-sugg-crate, r=b-naberMatthias Krüger-20/+159
2023-10-25Rollup merge of #117008 - compiler-errors:canonical, r=lcnrMatthias Krüger-97/+207
2023-10-25Rollup merge of #116931 - weiznich:improve_diagnostic_on_unimplemented_warnin...Matthias Krüger-54/+139
2023-10-25Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compi...Matthias Krüger-13/+209
2023-10-25Rollup merge of #116401 - WaffleLapkin:vtablin''', r=oli-obkMatthias Krüger-39/+52
2023-10-25Stop telling people to submit bugs for internal feature ICEsNilstrieb-27/+121
2023-10-25Add a public API to get all body localsKirby Linvill-1/+9
2023-10-25Make locals field privateKirby Linvill-5/+5
2023-10-25Add public API to retrieve internal localsKirby Linvill-2/+8
2023-10-25Replace arg_count in public API with return/arg gettersKirby Linvill-13/+37
2023-10-25Add arg_count field to Body in Stable MIRKirby Linvill-0/+11
2023-10-25Use let chains instead of let elseNilstrieb-19/+13
2023-10-25Never consider raw pointer casts to be trivalNilstrieb-18/+64
2023-10-25Return multiple object-safety violation errorsMaybe Waffle-37/+47
2023-10-25Don't allow dead codeMaybe Waffle-1/+0