about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-25FileCheck inline_optionsRyan Mehri-1/+3
2023-10-25FileCheck inline_into_box_placeRyan Mehri-1/+2
2023-10-25FileCheck inline_instruction_setRyan Mehri-1/+10
2023-10-25FileCheck inline_coroutineRyan Mehri-12/+14
2023-10-25FileCheck inline_divergingRyan Mehri-1/+7
2023-10-25FileCheck inline_closureRyan Mehri-1/+3
2023-10-25FileCheck inline_closure_capturesRyan Mehri-1/+3
2023-10-25FileCheck inline_closure_borrows_argRyan Mehri-1/+3
2023-10-25FileCheck inline_box_fnRyan Mehri-1/+2
2023-10-25FileCheck inline_any_operandRyan Mehri-1/+2
2023-10-25FileCheck exponential_runtimeRyan Mehri-1/+8
2023-10-25FileCheck dyn_traitRyan Mehri-1/+8
2023-10-25FileCheck dont_ice_on_generic_rust_callRyan Mehri-1/+2
2023-10-25FileCheck cycleRyan Mehri-1/+8
2023-10-25FileCheck caller_with_trivial_boundRyan Mehri-1/+2
2023-10-25FileCheck asm_unwindRyan Mehri-1/+2
2023-10-25Merge pull request #369 from GuillaumeGomez/regen-intrinsicsantoyo-0/+1455
2023-10-25Merge pull request #363 from GuillaumeGomez/test-commandantoyo-0/+20
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-25Merge pull request #357 from rust-lang/fix/gcc-12antoyo-69/+167
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-10/+10
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-25make E0277 use short pathsMilo-5/+11
2023-10-25Stop telling people to submit bugs for internal feature ICEsNilstrieb-3/+5
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-25generate beta manifests as pre-requisit rust-lang/rustup#1329Skgland-0/+23
2023-10-25Return multiple object-safety violation errorsMaybe Waffle-37/+47
2023-10-25Don't allow dead codeMaybe Waffle-1/+0
2023-10-25Add a comment explaining some weird `is_vtable_safe_method` behaviorMaybe Waffle-0/+4
2023-10-25Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgrbors-372/+834
2023-10-25Avoid unbounded O(n^2) when parsing nested type argsEsteban Küber-6/+55
2023-10-25Auto merge of #11670 - lengyijun:ignored_unit_pattern_ref, r=dswijbors-2/+46
2023-10-25Directly check provenance from the AllocId.Camille GILLOT-1/+1