about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-07-02Downgrade rustixNilstrieb-0/+3
2023-07-02Downgrade tracing and synNilstrieb-2/+3
2023-07-02Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiaskobors-13/+162
2023-07-02Add `rustc` option to output LLVM optimization remarks to YAML filesJakub Beránek-13/+162
2023-07-02Auto merge of #113256 - matthiaskrgr:rollup-poex8w2, r=matthiaskrgrbors-5/+7
2023-07-02Rollup merge of #113233 - Nilstrieb:chaaalk, r=jackh726Matthias Krüger-4/+6
2023-07-02Rollup merge of #113231 - Urgau:fix_false_positive_drop_copy, r=NilstriebMatthias Krüger-1/+1
2023-07-02Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillotbors-44/+44
2023-07-02Auto merge of #112910 - lqd:mcp510, r=petrochenkovbors-83/+376
2023-07-01Put `FnAbiError` behind reference to shrink resultNilstrieb-25/+20
2023-07-01Put `LayoutError` behind reference to shrink resultNilstrieb-54/+87
2023-07-01Update chalkNilstrieb-4/+6
2023-07-01Fix dropping_copy_types lint from linting in match-arm with side-effectsUrgau-1/+1
2023-07-01Auto merge of #113229 - matthiaskrgr:rollup-gunqun4, r=matthiaskrgrbors-42/+208
2023-07-01Rollup merge of #113196 - Bryanskiy:assoc_item, r=petrochenkovMatthias Krüger-4/+7
2023-07-01Rollup merge of #113182 - compiler-errors:rpit-stricter-captures, r=oli-obkMatthias Krüger-32/+116
2023-07-01Rollup merge of #113174 - chenyukang:yukang-fix-102972-loop-next, r=compiler-...Matthias Krüger-2/+80
2023-07-01Rollup merge of #113168 - bvanjoi:fix-85992, r=petrochenkovMatthias Krüger-4/+5
2023-07-01Auto merge of #112550 - loongarch-rs:fix-eflags, r=cjgillotbors-2/+13
2023-07-01fix(resolve): skip assertion judgment when `NonModule` is dummybohan-4/+5
2023-07-01Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errorsbors-122/+80
2023-07-01Rollup merge of #113187 - compiler-errors:local-ty, r=b-naberMatthias Krüger-34/+22
2023-06-30require `-Zunstable-options` to use new link-self-contained values andRémy Rakic-10/+53
2023-06-30implement `-C linker-flavor` modern flavorsRémy Rakic-8/+73
2023-06-30refactor `add_gcc_ld_path` into its final formRémy Rakic-51/+68
2023-06-30use `LinkSelfContained` for `-C link-self-contained`Rémy Rakic-4/+91
2023-06-30add dedicated `-C link-self-contained` structureRémy Rakic-1/+45
2023-06-30regroup `LinkerPluginLto` blocksRémy Rakic-9/+9
2023-06-30add whether `LinkerFlavor` invokes the linker via a C/C++ compilerRémy Rakic-0/+19
2023-06-30add whether `LinkerFlavor` uses `lld`Rémy Rakic-0/+18
2023-06-30Fix associated items effective visibility calculation for type privacy lintsBryanskiy-4/+7
2023-06-30Auto merge of #109524 - bzEq:aix-embed-llvmbc, r=nagisabors-2/+19
2023-06-30Auto merge of #106619 - agausmann:avr-object-file, r=nagisabors-1/+349
2023-06-30add typecheck for iteratoryukang-20/+17
2023-06-30Better messages for next in a iterator inside for loopsyukang-2/+83
2023-06-30Rollup merge of #113177 - estebank:hrlt-sugg, r=compiler-errorsMatthias Krüger-3/+7
2023-06-30Rollup merge of #113171 - spastorino:new-rpitit-25, r=compiler-errorsMatthias Krüger-9/+15
2023-06-30Rollup merge of #113165 - compiler-errors:rpitits-foreign-bounds, r=spastorinoMatthias Krüger-0/+3
2023-06-30Rollup merge of #113071 - compiler-errors:no-parent-non-lifetime-args-in-apit...Matthias Krüger-6/+83
2023-06-30Rollup merge of #111403 - y21:suggest-slice-swap, r=compiler-errorsMatthias Krüger-3/+4
2023-06-30No need to distinguish LocalTy from TyMichael Goulet-34/+22
2023-06-30Auto merge of #113162 - matthiaskrgr:rollup-fct3wj7, r=matthiaskrgrbors-126/+342
2023-06-30Flip the order of binder instantiation for better diagnosticsMichael Goulet-10/+7
2023-06-30Error for RPITIT hidden tys that capture more than their trait defnMichael Goulet-22/+109
2023-06-29Properly implement variances_of for RPITIT GATSantiago Pastorino-9/+15
2023-06-30Auto merge of #113116 - nnethercote:codegen-opts, r=oli-obkbors-117/+32
2023-06-30Use structured suggestion when telling user about `for<'a>`Esteban Küber-3/+7
2023-06-29Auto merge of #112682 - spastorino:new-rpitit-21, r=compiler-errorsbors-104/+203
2023-06-29Do not generate lifetime_mapping for RPIT no in_traitSantiago Pastorino-12/+32
2023-06-29Add bidirectional where clauses on RPITIT synthesized GATsSantiago Pastorino-36/+88