about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-05-16Rollup merge of #111642 - GuillaumeGomez:only-impl-from-bodies, r=notriddleMatthias Krüger-0/+36
2023-05-16Rollup merge of #111610 - bvanjoi:fix-99597, r=compiler-errorsMatthias Krüger-0/+30
2023-05-16Rollup merge of #111573 - compiler-errors:erase-re-error, r=WaffleLapkinMatthias Krüger-0/+47
2023-05-16Rollup merge of #111533 - clubby789:drop-tracking-error, r=oli-obkMatthias Krüger-0/+35
2023-05-16Use error term if missing associated item in new solverMichael Goulet-1/+15
2023-05-16Auto merge of #105750 - oli-obk:valtrees, r=lcnrbors-40/+53
2023-05-16Add regression test for #111415Guillaume Gomez-0/+36
2023-05-16Rollup merge of #111614 - aDotInTheVoid:nonsense, r=cjgillotNilstrieb-0/+30
2023-05-16Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obkNilstrieb-220/+15
2023-05-16Rollup merge of #111449 - compiler-errors:recover-impl-generics-correctly, r=...Nilstrieb-0/+14
2023-05-16Rollup merge of #111428 - bvanjoi:fix-109250, r=NilstriebNilstrieb-25/+65
2023-05-16fix(diagnostic): wrap parens for ref impl trait parambohan-0/+30
2023-05-15Auto merge of #111221 - compiler-errors:yeet-generalizer, r=lcnrbors-0/+45
2023-05-15Add more interesting nonsense to weird-exprs.rsAlona Enraght-Moony-0/+30
2023-05-15Recover `impl<T ?Sized>` correctlyMichael Goulet-0/+14
2023-05-15Tweaks and a testMichael Goulet-0/+45
2023-05-15Rollup merge of #111587 - cbeuw:copy-for-deref, r=oli-obkMatthias Krüger-11/+34
2023-05-15Rollup merge of #111578 - Zoxc:query-macro-move, r=cjgillotMatthias Krüger-2/+2
2023-05-15Rollup merge of #111525 - scottmcm:slice-position-tweak, r=Mark-SimulacrumMatthias Krüger-7/+27
2023-05-15Always fall back to PartialEq when a constant in a pattern is not recursively...Oli Scherer-40/+53
2023-05-15Address FIXMEAndy Wang-11/+6
2023-05-15Add CopyForDeref to custom MIRAndy Wang-0/+28
2023-05-15Rollup merge of #111531 - chenyukang:yukang-fix-111416-ice, r=compiler-errorsMatthias Krüger-0/+21
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-2/+2
2023-05-15Suppress "erroneous constant used" for constants tainted by errorsTomasz Miąsko-220/+15
2023-05-14Erase ReError properlyMichael Goulet-0/+47
2023-05-14Shorten lifetime of panic temporaries in panic_fmt caseDavid Tolnay-38/+11
2023-05-14Add ui test to reproduce non-Send panic temporaryDavid Tolnay-0/+46
2023-05-14Auto merge of #111517 - lukas-code:addr-of-mutate, r=tmiaskobors-0/+34
2023-05-14Auto merge of #111552 - matthiaskrgr:rollup-4nidoti, r=matthiaskrgrbors-92/+253
2023-05-14Rollup merge of #111549 - GuillaumeGomez:update-gui-format, r=notriddleMatthias Krüger-86/+86
2023-05-14Rollup merge of #111534 - aDotInTheVoid:ita-rdj, r=fmease,GuillaumeGomezMatthias Krüger-0/+83
2023-05-14Rollup merge of #111477 - y21:extra-impl-in-trait-impl, r=compiler-errorsMatthias Krüger-0/+64
2023-05-14Rollup merge of #111463 - clubby789:env-escaped-var, r=cjgillotMatthias Krüger-6/+20
2023-05-14Auto merge of #111440 - cjgillot:refprop-debuginfo, r=oli-obkbors-584/+1356
2023-05-14Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkovbors-0/+53
2023-05-14Convert more GUI tests colors to their original formatGuillaume Gomez-86/+86
2023-05-13Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-deadbors-38/+48
2023-05-13Auto merge of #111374 - tmiasko:align-unsized-locals, r=cjgillotbors-0/+30
2023-05-13Handle error body when in generator layoutclubby789-0/+35
2023-05-13rustdoc-json: Add tests for `#![feature(inherent_associated_types)]`Alona Enraght-Moony-0/+83
2023-05-13fmtyukang-2/+1
2023-05-13Add multiple borrow test.Camille GILLOT-55/+89
2023-05-13Do not ICE on deeply nested borrows.Camille GILLOT-0/+13
2023-05-13Iterate ReferencePropagation to fixpoint.Camille GILLOT-398/+797
2023-05-13Add mir-opt test.Camille GILLOT-0/+173
2023-05-13Add debuginfo test.Camille GILLOT-0/+165
2023-05-13Support ConstantIndex in debuginfo.Camille GILLOT-12/+3
2023-05-13Implement references VarDebugInfo.Camille GILLOT-334/+331
2023-05-13Auto merge of #110699 - jyn514:simulate-remapped-already-remapped, r=cjgillotbors-2/+5