summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | Fix ice caused by shorthand fields in NoFieldsForFnCallyukang2023-05-132-0/+22
| | |_|_|/ / | |/| | | |
* | | | | | Shorten lifetime of panic temporaries in panic_fmt caseDavid Tolnay2023-05-143-38/+11
* | | | | | Add ui test to reproduce non-Send panic temporaryDavid Tolnay2023-05-142-0/+46
* | | | | | Auto merge of #111517 - lukas-code:addr-of-mutate, r=tmiaskobors2023-05-141-0/+34
|\ \ \ \ \ \
| * | | | | | allow mutating function args through `&raw const`Lukas Markeffsky2023-05-131-0/+34
| | |/ / / / | |/| | | |
* | | | | | Auto merge of #111552 - matthiaskrgr:rollup-4nidoti, r=matthiaskrgrbors2023-05-1410-92/+253
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Rollup merge of #111549 - GuillaumeGomez:update-gui-format, r=notriddleMatthias Krüger2023-05-141-86/+86
| |\ \ \ \ \
| | * | | | | Convert more GUI tests colors to their original formatGuillaume Gomez2023-05-141-86/+86
| | | |/ / / | | |/| | |
| * | | | | Rollup merge of #111534 - aDotInTheVoid:ita-rdj, r=fmease,GuillaumeGomezMatthias Krüger2023-05-143-0/+83
| |\ \ \ \ \
| | * | | | | rustdoc-json: Add tests for `#![feature(inherent_associated_types)]`Alona Enraght-Moony2023-05-133-0/+83
| | |/ / / /
| * | | | | Rollup merge of #111477 - y21:extra-impl-in-trait-impl, r=compiler-errorsMatthias Krüger2023-05-143-0/+64
| |\ \ \ \ \
| | * | | | | improve error for `impl<..> impl Trait for Type`y212023-05-133-0/+64
| | |/ / / /
| * | | | | Rollup merge of #111463 - clubby789:env-escaped-var, r=cjgillotMatthias Krüger2023-05-143-6/+20
| |\ \ \ \ \
| | * | | | | Better diagnostics for `env!` where variable contains escapeclubby7892023-05-113-6/+20
* | | | | | | Auto merge of #111440 - cjgillot:refprop-debuginfo, r=oli-obkbors2023-05-1416-584/+1356
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add multiple borrow test.Camille GILLOT2023-05-133-55/+89
| * | | | | | Do not ICE on deeply nested borrows.Camille GILLOT2023-05-131-0/+13
| * | | | | | Iterate ReferencePropagation to fixpoint.Camille GILLOT2023-05-1313-398/+797