about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-04-14bless the single testEzra Shaw-0/+2
2023-04-13impl reviewer feedbackEzra Shaw-6/+22
2023-04-13dead-code-lint: de-dup multiple unused assoc fnsEzra Shaw-55/+40
2023-04-13refactor: emit "unused assoc fn" in lexical orderEzra Shaw-26/+80
2023-04-13Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle...bors-0/+25
2023-04-12Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgrbors-178/+160
2023-04-12Rollup merge of #110135 - compiler-errors:revert-108031, r=davidtwcoMatthias Krüger-135/+4
2023-04-12Rollup merge of #110133 - compiler-errors:issue-110131, r=petrochenkovMatthias Krüger-0/+87
2023-04-12Rollup merge of #110103 - compiler-errors:new-solver-overflows, r=lcnrMatthias Krüger-11/+12
2023-04-12Rollup merge of #110035 - Ezrashaw:improve-test-attr-expansion-code, r=davidtwcoMatthias Krüger-32/+57
2023-04-12Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgrbors-188/+268
2023-04-12Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726Matthias Krüger-137/+192
2023-04-12Rollup merge of #110222 - lovelymono:rustc-expand-mbe-diagnostic, r=davidtwcoMatthias Krüger-1/+3
2023-04-12Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholkMatthias Krüger-46/+69
2023-04-12Rollup merge of #110153 - DaniPopes:compiler-typos, r=NilstriebMatthias Krüger-4/+4
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-137/+192
2023-04-12Rollup merge of #110209 - JohnTitor:issue-59003, r=compiler-errorsMatthias Krüger-0/+18
2023-04-12Rollup merge of #109959 - JakobDegen:transmute-validate, r=compiler-errorsMatthias Krüger-0/+17
2023-04-12compiler: print the suggestion only for local macrosLena Milizé-1/+1
2023-04-12compiler: improve captured metavariables diagnosticLena Milizé-1/+3
2023-04-12Auto merge of #107614 - compiler-errors:allow-elaborator-to-filter-only-super...bors-56/+117
2023-04-11Rollup merge of #110126 - compiler-errors:new-solver-safe-transmute, r=oli-obkMichael Goulet-121/+1117
2023-04-11Rollup merge of #110000 - reez12g:issue-109878, r=jackh726Michael Goulet-0/+0
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-1/+1
2023-04-12Add regression test for #59003Yuki Okushi-0/+18
2023-04-11Allow the elaborator to only filter to real supertraitsMichael Goulet-0/+34
2023-04-11Broken testsMichael Goulet-0/+72
2023-04-11Split implied and super predicate queriesMichael Goulet-56/+11
2023-04-11Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errorsbors-14/+26
2023-04-11Auto merge of #109765 - petrochenkov:encodeless, r=cjgillotbors-7/+16
2023-04-11rename tests/ui/unique to tests/ui/box/unitreez12g-0/+0
2023-04-11Auto merge of #110170 - JohnTitor:rollup-hdramer, r=JohnTitorbors-106/+234
2023-04-11Rollup merge of #110147 - JohnTitor:issue-104916, r=compiler-errorsYuki Okushi-0/+22
2023-04-11Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiserYuki Okushi-106/+162
2023-04-11Rollup merge of #109752 - compiler-errors:new-solver-stall-auto-trait-for-num...Yuki Okushi-0/+50
2023-04-11Auto merge of #109850 - MU001999:master, r=estebankbors-0/+60
2023-04-11Preserve argument indexes when inlining MIRDavid Lattimore-0/+25
2023-04-10Remove `..` from return type notationMichael Goulet-46/+69
2023-04-10Auto merge of #109638 - NotStirred:suggest/non-derive, r=davidtwcobors-0/+72
2023-04-10Revert method-not-found-generic-arg-elision test blessDaniPopes-2/+0
2023-04-10Migrate most of `rustc_builtin_macros` to diagnostic implsclubby789-14/+26
2023-04-10Fix typos in compilerDaniPopes-4/+6
2023-04-10Report overflows gracefully with new solverMichael Goulet-11/+12
2023-04-10testsMichael Goulet-121/+1117
2023-04-10Stall auto-trait assembly for int/float vars in new solverMichael Goulet-0/+50
2023-04-11Add regression test for #104916Yuki Okushi-0/+22
2023-04-10rustc_metadata: Filter encoded data more aggressively using `DefKind`Vadim Petrochenkov-7/+16
2023-04-10review + some small stufflcnr-1/+23
2023-04-10prioritize param-env candidateslcnr-7/+53
2023-04-10Revert "Don't recover lifetimes/labels containing emojis as character literals"Michael Goulet-135/+4