summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #111568 - scottmcm:undo-opt, r=WaffleLapkinbors2023-05-172-139/+49
|\
| * Stop turning transmutes into discriminants in mir-optScott McMurray2023-05-142-139/+49
* | Rollup merge of #111588 - MU001999:diag/improve-e0782, r=fee1-deadDylan DPC2023-05-174-11/+28
|\ \
| * | Emits E0599 when meeting MyTrait::missing_methodmu0019992023-05-174-11/+28
* | | 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-173-50/+15
|\ \ \
| * | | Add test.Camille GILLOT2023-05-141-0/+15
| * | | Revert "Validate resolution for SelfCtor too."Camille GILLOT2023-05-142-50/+0
| | |/ | |/|
* | | Rollup merge of #110930 - b-naber:normalize-elaborate-drops, r=cjgillotDylan DPC2023-05-171-0/+92
|\ \ \
| * | | add testb-naber2023-05-101-0/+92
* | | | Auto merge of #111671 - Dylan-DPC:rollup-1jy5r16, r=Dylan-DPCbors2023-05-178-2/+87
|\ \ \ \
| * \ \ \ Rollup merge of #111661 - clubby789:offset-of-erase-regions, r=compiler-errorsDylan DPC2023-05-171-0/+5
| |\ \ \ \
| | * | | | Erase regions of type in `offset_of!`clubby7892023-05-161-0/+5
| * | | | | Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwUDylan DPC2023-05-177-2/+82
| |\ \ \ \ \
| | * | | | | Add derive for `core::marker::ConstParamTy`Nilstrieb2023-05-167-2/+82
* | | | | | | Auto merge of #111630 - BoxyUwU:ty_const_debug_formatting, r=compiler-errorsbors2023-05-173-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | blessBoxy2023-05-163-4/+4
| | |/ / / / | |/| | | |
* | | | | | Auto merge of #111556 - cjgillot:copy-prop-nrvo, r=oli-obkbors2023-05-1617-198/+567
|\ \ \ \ \ \
| * | | | | | Merge return place with other locals in CopyProp.Camille GILLOT2023-05-1417-198/+567
| | |_|_|/ / | |/| | | |
* | | | | | Rollup merge of #111642 - GuillaumeGomez:only-impl-from-bodies, r=notriddleMatthias Krüger2023-05-161-0/+36
|\ \ \ \ \ \
| * | | | | | Add regression test for #111415Guillaume Gomez2023-05-161-0/+36
* | | | | | | Rollup merge of #111610 - bvanjoi:fix-99597, r=compiler-errorsMatthias Krüger2023-05-162-0/+30
|\ \ \ \ \ \ \
| * | | | | | | fix(diagnostic): wrap parens for ref impl trait parambohan2023-05-162-0/+30
* | | | | | | | Rollup merge of #111573 - compiler-errors:erase-re-error, r=WaffleLapkinMatthias Krüger2023-05-162-0/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | Erase ReError properlyMichael Goulet2023-05-142-0/+47
| |/ / / / / / /
* | | | | | | | Rollup merge of #111533 - clubby789:drop-tracking-error, r=oli-obkMatthias Krüger2023-05-162-0/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | Handle error body when in generator layoutclubby7892023-05-132-0/+35
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Use error term if missing associated item in new solverMichael Goulet2023-05-163-1/+15
| |_|_|/ / / / |/| | | | | |
* | | | | | | Auto merge of #105750 - oli-obk:valtrees, r=lcnrbors2023-05-162-40/+53
|\ \ \ \ \ \ \
| * | | | | | | Always fall back to PartialEq when a constant in a pattern is not recursively...Oli Scherer2023-05-152-40/+53
| | |/ / / / / | |/| | | | |
* | | | | | | Rollup merge of #111614 - aDotInTheVoid:nonsense, r=cjgillotNilstrieb2023-05-161-0/+30
|\ \ \ \ \ \ \
| * | | | | | | Add more interesting nonsense to weird-exprs.rsAlona Enraght-Moony2023-05-151-0/+30
* | | | | | | | Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obkNilstrieb2023-05-1618-220/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Suppress "erroneous constant used" for constants tainted by errorsTomasz Miąsko2023-05-1518-220/+15
* | | | | | | | | Rollup merge of #111449 - compiler-errors:recover-impl-generics-correctly, r=...Nilstrieb2023-05-162-0/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Recover `impl<T ?Sized>` correctlyMichael Goulet2023-05-152-0/+14
| |/ / / / / / / /
* | | | | | | | | Rollup merge of #111428 - bvanjoi:fix-109250, r=NilstriebNilstrieb2023-05-168-25/+65
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | refactor(resolve): clean up the early error return caused by non-callbohan2023-05-108-25/+65
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Auto merge of #111221 - compiler-errors:yeet-generalizer, r=lcnrbors2023-05-152-0/+45
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Tweaks and a testMichael Goulet2023-05-152-0/+45
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Rollup merge of #111587 - cbeuw:copy-for-deref, r=oli-obkMatthias Krüger2023-05-153-11/+34
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Address FIXMEAndy Wang2023-05-152-11/+6
| * | | | | | | | | Add CopyForDeref to custom MIRAndy Wang2023-05-152-0/+28
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Rollup merge of #111578 - Zoxc:query-macro-move, r=cjgillotMatthias Krüger2023-05-151-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker2023-05-151-2/+2
| |/ / / / / / / /
* | | | | | | | | Rollup merge of #111525 - scottmcm:slice-position-tweak, r=Mark-SimulacrumMatthias Krüger2023-05-152-7/+27
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Stop checking for the absense of something that doesn't existScott McMurray2023-05-122-7/+27
* | | | | | | | | Rollup merge of #111531 - chenyukang:yukang-fix-111416-ice, r=compiler-errorsMatthias Krüger2023-05-152-0/+21
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | fmtyukang2023-05-132-2/+1