about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-02-10Rollup merge of #107836 - chenyukang:yukang/fix-107822, r=oli-obkMatthias Krüger-0/+6
2023-02-10Rollup merge of #107789 - jieyouxu:issue-107745, r=lcnrMatthias Krüger-17/+45
2023-02-10Auto merge of #107652 - estebank:re_error, r=oli-obkbors-179/+114
2023-02-10add test for no input fileyukang-0/+6
2023-02-10Auto merge of #107870 - matthiaskrgr:rollup-3z1q4rm, r=matthiaskrgrbors-16/+5
2023-02-10Rollup merge of #107863 - compiler-errors:new-solver-multiple-candidates, r=j...Matthias Krüger-12/+1
2023-02-10Rollup merge of #107043 - Nilstrieb:true-and-false-is-false, r=wesleywiserMatthias Krüger-4/+4
2023-02-10Auto merge of #101680 - jackh726:implied-cleanup, r=lcnrbors-2/+2
2023-02-09Cleanup free_region_relations a bitJack Huey-2/+2
2023-02-10Multiple candidates with same response is not ambiguousMichael Goulet-12/+1
2023-02-10Auto merge of #102963 - ilammy:xray-basic, r=estebankbors-0/+99
2023-02-09Rollup merge of #107815 - compiler-errors:new-solver-no-auto-if-impl, r=lcnrDylan DPC-0/+8
2023-02-09Rollup merge of #107803 - eggyal:do_not_bring_trait_alias_supertraits_into_sc...Dylan DPC-0/+21
2023-02-09Rollup merge of #107786 - compiler-errors:new-solver-some-tweaks, r=lcnrDylan DPC-9/+44
2023-02-09Rollup merge of #107659 - bvanjoi:issue-107649, r=estebankDylan DPC-0/+124
2023-02-09Rollup merge of #107655 - notriddle:notriddle/small-url-encode, r=GuillaumeGomezDylan DPC-14/+14
2023-02-09Rollup merge of #107648 - matthiaskrgr:unused_lifetime_104432_fix, r=cjgillotDylan DPC-0/+12
2023-02-09Disqualify auto-trait builtin impl in new solver if impl existsMichael Goulet-0/+8
2023-02-09Implement a dummy drop-in-favor-of for the new solverMichael Goulet-9/+32
2023-02-09Use elaborated item bounds for alias typesMichael Goulet-0/+12
2023-02-09test: snapshot for derive suggestion in diff filesbohan-0/+124
2023-02-09Introduce `ReError`Esteban Küber-179/+114
2023-02-09Rollup merge of #107446 - clubby789:rustc-parse-diag-migrate, r=compiler-errorsMatthias Krüger-0/+14
2023-02-09Don't expose type parameters and implementation details from macro expansion许杰友 Jieyou Xu (Joe)-17/+45
2023-02-09Auto merge of #106938 - GuillaumeGomez:normalize-projection-field-ty, r=oli-obkbors-0/+80
2023-02-08Rollup merge of #107813 - compiler-errors:bad-impl-trait-in-macro-is-ok, r=es...Michael Goulet-0/+32
2023-02-08Rollup merge of #107799 - lcnr:update-provisional-result, r=oli-obkMichael Goulet-0/+43
2023-02-08Rollup merge of #107761 - oli-obk:miri_🪵, r=TaKO8KiMichael Goulet-3/+2
2023-02-09Test XRay only for supported targetsOleksii Lozovskyi-0/+8
2023-02-09Emit an error if -Z instrument-xray is not supportedOleksii Lozovskyi-0/+13
2023-02-09Codegen tests for -Z instrument-xrayOleksii Lozovskyi-0/+29
2023-02-09UI tests for -Z instrument-xrayOleksii Lozovskyi-0/+40
2023-02-09Parse "-Z instrument-xray" codegen optionOleksii Lozovskyi-0/+9
2023-02-09Extend `BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE`.Nicholas Nethercote-1/+41
2023-02-08Do not assemble supertraits for trait aliasesAlan Egerton-0/+21
2023-02-08add (currently ICEing) testlcnr-0/+43
2023-02-08Do not eagerly recover for bad impl-trait in macrosMichael Goulet-0/+32
2023-02-08Rollup merge of #107777 - compiler-errors:derive_const-actually-derive-const,...Matthias Krüger-3/+24
2023-02-08Rollup merge of #107779 - compiler-errors:issue-107775, r=jackh726Matthias Krüger-0/+56
2023-02-08Rollup merge of #107771 - estebank:ice-msg, r=compiler-errorsMatthias Krüger-13/+8
2023-02-08Rollup merge of #107770 - notriddle:notriddle/br2nl, r=GuillaumeGomezMatthias Krüger-22/+47
2023-02-08Rollup merge of #107769 - compiler-errors:pointer-like, r=eholkMatthias Krüger-53/+55
2023-02-08Auto merge of #107688 - lukas-code:projection-with-lifetime, r=jackh726bors-1/+65
2023-02-07Remove astconv usage in diagnosticMichael Goulet-0/+56
2023-02-07Add ~const bounds trait bounds when using derive_constMichael Goulet-0/+13
2023-02-07Expand const-if-const trait bounds correctlyMichael Goulet-3/+11
2023-02-07Tweak ICE messageEsteban Küber-13/+8
2023-02-07Rename PointerSized to PointerLikeMichael Goulet-53/+55
2023-02-07rustdoc: use a newline instead of `<br>` to format code headersMichael Howell-22/+47
2023-02-07Auto merge of #107767 - matthiaskrgr:rollup-9m1qfso, r=matthiaskrgrbors-16/+344