summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #110153 - DaniPopes:compiler-typos, r=NilstriebMatthias Krüger2023-04-124-4/+4
|\
| * Revert method-not-found-generic-arg-elision test blessDaniPopes2023-04-101-2/+0
| * Fix typos in compilerDaniPopes2023-04-105-4/+6
* | Auto merge of #109935 - michaelwoerister:fix-feed-in-eval-always, r=cjgillotbors2023-04-121-0/+16
|\ \
| * | incr.comp.: Make sure dependencies are recorded when feeding queries during e...Michael Woerister2023-04-041-0/+16
* | | Auto merge of #107614 - compiler-errors:allow-elaborator-to-filter-only-super...bors2023-04-1214-56/+117
|\ \ \
| * | | Allow the elaborator to only filter to real supertraitsMichael Goulet2023-04-112-0/+34
| * | | Broken testsMichael Goulet2023-04-114-0/+72
| * | | Split implied and super predicate queriesMichael Goulet2023-04-118-56/+11
* | | | Auto merge of #110214 - compiler-errors:rollup-mkig4t6, r=compiler-errorsbors2023-04-1262-122/+1118
|\ \ \ \
| * \ \ \ Rollup merge of #110126 - compiler-errors:new-solver-safe-transmute, r=oli-obkMichael Goulet2023-04-1112-121/+1117
| |\ \ \ \
| | * | | | testsMichael Goulet2023-04-1012-121/+1117
| | | |_|/ | | |/| |
| * | | | Rollup merge of #110000 - reez12g:issue-109878, r=jackh726Michael Goulet2023-04-1149-0/+0
| |\ \ \ \
| | * | | | rename tests/ui/unique to tests/ui/box/unitreez12g2023-04-1149-0/+0
| * | | | | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet2023-04-111-1/+1
| |\ \ \ \ \
| | * | | | | Initial support for loongarch64-unknown-linux-gnuzhaixiaojuan2023-04-041-1/+1
* | | | | | | Auto merge of #109895 - nikic:llvm-16-tests, r=cuviperbors2023-04-127-0/+118
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Make test compatible with 32-bitNikita Popov2023-04-111-1/+1
| * | | | | | Add ignore-debug to two testsNikita Popov2023-04-112-0/+2
| * | | | | | Add codegen tests for issues fixed by LLVM 16Nikita Popov2023-04-037-0/+116
| | |_|_|_|/ | |/| | | |
* | | | | | Auto merge of #110194 - GuillaumeGomez:update-browser-ui-test, r=notriddlebors2023-04-11104-308/+308
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Update rustdoc GUI tests to new browser-ui-test versionGuillaume Gomez2023-04-11104-308/+308
* | | | | | Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errorsbors2023-04-1111-16/+28
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Migrate most of `rustc_builtin_macros` to diagnostic implsclubby7892023-04-1011-16/+28
* | | | | | Auto merge of #109765 - petrochenkov:encodeless, r=cjgillotbors2023-04-112-7/+16
|\ \ \ \ \ \
| * | | | | | rustc_metadata: Filter encoded data more aggressively using `DefKind`Vadim Petrochenkov2023-04-102-7/+16
| | |_|_|_|/ | |/| | | |
* | | | | | Auto merge of #110170 - JohnTitor:rollup-hdramer, r=JohnTitorbors2023-04-1128-106/+245
|\ \ \ \ \ \
| * \ \ \ \ \ Rollup merge of #110147 - JohnTitor:issue-104916, r=compiler-errorsYuki Okushi2023-04-112-0/+22
| |\ \ \ \ \ \
| | * | | | | | Add regression test for #104916Yuki Okushi2023-04-112-0/+22
| | |/ / / / /
| * | | | | | Rollup merge of #110146 - bvanjoi:relative-110138, r=notriddleYuki Okushi2023-04-112-0/+11
| |\ \ \ \ \ \
| | * | | | | | fix(doc): do not parse inline when output is json for external cratebohan2023-04-102-0/+11
| | |/ / / / /
| * | | | | | Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiserYuki Okushi2023-04-1121-106/+162
| |\ \ \ \ \ \
| | * | | | | | Update ui tests involving invalid visibility qualifiersTam Pham2023-04-0321-106/+162
| * | | | | | | Rollup merge of #109752 - compiler-errors:new-solver-stall-auto-trait-for-num...Yuki Okushi2023-04-113-0/+50
| |\ \ \ \ \ \ \
| | * | | | | | | Stall auto-trait assembly for int/float vars in new solverMichael Goulet2023-04-103-0/+50
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Auto merge of #109850 - MU001999:master, r=estebankbors2023-04-112-0/+60
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Make each idx is used onceMu422023-04-022-4/+4
| * | | | | | | Do not repeat idxMu422023-04-022-0/+60
* | | | | | | | Auto merge of #109638 - NotStirred:suggest/non-derive, r=davidtwcobors2023-04-105-0/+72
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Rewrite added diagnostics as translatableTom Martin2023-04-073-8/+8
| * | | | | | | Add more complex test cases for new suggestionTom Martin2023-04-072-0/+40
| * | | | | | | BlessTom Martin2023-04-013-16/+24
| * | | | | | | Update non-derive macro error message to match suggestionTom Martin2023-03-303-24/+24
| * | | | | | | Add suggestion to remove derive() if invoked macro is non-deriveTom Martin2023-03-263-0/+24
* | | | | | | | Rollup merge of #110021 - scottmcm:fix-110005, r=compiler-errorsDylan DPC2023-04-102-2/+165
|\ \ \ \ \ \ \ \
| * | | | | | | | Handle not all immediates having `abi::Scalar`sScott McMurray2023-04-092-1/+92
| * | | | | | | | Check `CastKind::Transmute` sizes in a better wayScott McMurray2023-04-061-1/+73
* | | | | | | | | review + some small stufflcnr2023-04-102-1/+23
* | | | | | | | | prioritize param-env candidateslcnr2023-04-105-7/+53
* | | | | | | | | Auto merge of #110127 - matthiaskrgr:rollup-6ui12x5, r=matthiaskrgrbors2023-04-104-0/+45
|\ \ \ \ \ \ \ \ \