summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #111364 - cuviper:unhack-thinlto, r=nikicHEADmasterbors2023-05-183-112/+0
|\
| * Remove the ThinLTO CU hackJosh Stone2023-05-083-112/+0
* | Auto merge of #111672 - nikic:llvm-16.0.4, r=cuviperbors2023-05-171-0/+0
|\ \
| * | Update to LLVM 16.0.4Nikita Popov2023-05-171-0/+0
* | | Auto merge of #111568 - scottmcm:undo-opt, r=WaffleLapkinbors2023-05-173-152/+49
|\ \ \
| * | | Stop turning transmutes into discriminants in mir-optScott McMurray2023-05-143-152/+49
* | | | Auto merge of #111680 - Dylan-DPC:rollup-1p45gxt, r=Dylan-DPCbors2023-05-1740-137/+394
|\ \ \ \
| * \ \ \ Rollup merge of #111674 - GuillaumeGomez:add-missing-backslash, r=notriddleDylan DPC2023-05-171-1/+1
| |\ \ \ \
| | * | | | Add missing backslash in HTML stringGuillaume Gomez2023-05-171-1/+1
| * | | | | Rollup merge of #111625 - Zoxc:rustc_middle-query-move, r=cjgillotDylan DPC2023-05-1717-33/+29
| |\ \ \ \ \
| | * | | | | Finish move of query.rsJohn Kåre Alsaker2023-05-1716-33/+29
| | * | | | | Move rustc_middle/src/ty/query.rs to rustc_middle/src/query/plumbing.rsJohn Kåre Alsaker2023-05-171-0/+0
| * | | | | | Rollup merge of #111588 - MU001999:diag/improve-e0782, r=fee1-deadDylan DPC2023-05-1711-47/+147
| |\ \ \ \ \ \
| | * | | | | | Emits E0599 when meeting MyTrait::missing_methodmu0019992023-05-1711-47/+147
| * | | | | | | Rollup merge of #111565 - aDotInTheVoid:rdj-impl-viz, r=GuillaumeGomezDylan DPC2023-05-173-0/+81
| |\ \ \ \ \ \ \
| | * | | | | | | rustdoc-json: Add tests for visibility of implsAlona Enraght-Moony2023-05-153-0/+81
| * | | | | | | | Rollup merge of #111557 - cjgillot:revert-111020, r=petrochenkovDylan DPC2023-05-175-55/+17
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add test.Camille GILLOT2023-05-141-0/+15
| | * | | | | | | | Revert "Validate resolution for SelfCtor too."Camille GILLOT2023-05-144-55/+2
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Rollup merge of #110930 - b-naber:normalize-elaborate-drops, r=cjgillotDylan DPC2023-05-173-1/+119
| |\ \ \ \ \ \ \ \ |/ / / / / / / / /
| * | | | | | | | don't inline polymorphic adt instances whose fields contain projectionsb-naber2023-05-102-9/+29
| * | | | | | | | add testb-naber2023-05-101-0/+92
| * | | | | | | | dont expect normalization to succeed in elaborate_dropsb-naber2023-04-281-3/+9
* | | | | | | | | Auto merge of #111671 - Dylan-DPC:rollup-1jy5r16, r=Dylan-DPCbors2023-05-1734-83/+232
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Rollup merge of #111661 - clubby789:offset-of-erase-regions, r=compiler-errorsDylan DPC2023-05-172-3/+9
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Erase regions of type in `offset_of!`clubby7892023-05-162-3/+9
| * | | | | | | | | Rollup merge of #111654 - JoJoJet:unsafe-cell-from-mut-lib, r=joshtriplettDylan DPC2023-05-172-0/+22
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | add `UnsafeCell::from_mut`JoJoJet2023-05-162-0/+22
| | |/ / / / / / / /
| * | | | | | | | | Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwUDylan DPC2023-05-1711-2/+115
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add derive for `core::marker::ConstParamTy`Nilstrieb2023-05-1611-2/+115
| * | | | | | | | | | Rollup merge of #111648 - Nilstrieb:language-items, r=WaffleLapkinDylan DPC2023-05-179-38/+20
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Remove `LangItems::require`Nilstrieb2023-05-169-38/+20
| | |/ / / / / / / / /
| * | | | | | | | | | Rollup merge of #111043 - jmillikin:cstr-is-empty, r=dtolnayDylan DPC2023-05-171-3/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Stabilize feature `cstr_is_empty`John Millikin2023-05-011-3/+2
| * | | | | | | | | | | Rollup merge of #110145 - WaffleLapkin:share_slice_of_bytes, r=NilstriebDylan DPC2023-05-1710-37/+64
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fixup commentsMaybe Waffle2023-05-161-4/+4
| | * | | | | | | | | | | Remove `MetadataRef` type aliasMaybe Waffle2023-05-165-18/+12
| | * | | | | | | | | | | Switch `OwnedSlice` to use `Lrc` & remove `Lrc` from `MetadataBlob`Maybe Waffle2023-05-166-13/+47
| | * | | | | | | | | | | Merge `MetadataRef` type aliasesMaybe Waffle2023-05-161-4/+3
* | | | | | | | | | | | | Auto merge of #111630 - BoxyUwU:ty_const_debug_formatting, r=compiler-errorsbors2023-05-177-45/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | blessBoxy2023-05-163-4/+4
| * | | | | | | | | | | | format `Const`'s less verboselyBoxy2023-05-164-41/+71
* | | | | | | | | | | | | Auto merge of #111664 - weihanglo:update-cargo, r=weihanglobors2023-05-171-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Update cargoWeihang Lo2023-05-171-0/+0
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Auto merge of #111556 - cjgillot:copy-prop-nrvo, r=oli-obkbors2023-05-1619-240/+617
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Simplify implementation.Camille GILLOT2023-05-141-22/+16
| * | | | | | | | | | | | Merge return place with other locals in CopyProp.Camille GILLOT2023-05-1419-218/+601
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Auto merge of #111650 - matthiaskrgr:rollup-n7w17v4, r=matthiaskrgrbors2023-05-1625-62/+286
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Rollup merge of #111642 - GuillaumeGomez:only-impl-from-bodies, r=notriddleMatthias Krüger2023-05-162-1/+65
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| | * | | | | | | | | | Add regression test for #111415Guillaume Gomez2023-05-161-0/+36