about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-08-08fix(test): improve sensitivity of hygene testsSeth Pellegrino-11/+17
2023-08-08feat: `riscv-interrupt-{m,s}` calling conventionsSeth Pellegrino-45/+382
2023-08-09Auto merge of #114470 - pnkfelix:dont-export-no-mangle-from-proc-macros-issue...bors-0/+33
2023-08-08Auto merge of #114637 - matthiaskrgr:rollup-544y8p5, r=matthiaskrgrbors-80/+109
2023-08-08Remove dangling testsMichael Goulet-1483/+0
2023-08-08Rollup merge of #114631 - lcnr:chalk-cycle-test, r=compiler-errorsMatthias Krüger-0/+75
2023-08-08Rollup merge of #114629 - Enselic:uncomment-gat-code, r=compiler-errorsMatthias Krüger-2/+1
2023-08-08Rollup merge of #114615 - RalfJung:interpret-invalid-where, r=lcnrMatthias Krüger-70/+13
2023-08-08Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiserMatthias Krüger-6/+18
2023-08-08Rollup merge of #113480 - Sword-Destiny:master, r=petrochenkovMatthias Krüger-2/+2
2023-08-08Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obkbors-237/+189
2023-08-08add test from chalk#788 for new solverlcnr-0/+75
2023-08-08fix proc-macro test added here to solely be exercised as a build product for ...Felix S. Klock II-0/+4
2023-08-08Detect missing `;` that parses as function callEsteban Küber-1/+152
2023-08-08tests: Uncomment now valid GAT code behind FIXMEMartin Nordholts-2/+1
2023-08-08Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obkbors-0/+45
2023-08-08Fix multiple `expect` attribs in impl blockChinedu Francis Nwafili-0/+25
2023-08-08add'l testMichael Goulet-0/+15
2023-08-08Stop using identity args for opaque type wf checks and instead load the args ...Oli Scherer-0/+19
2023-08-08Install bidirectional outlives predicates for RPITITs (and RPITs) correctlyMichael Goulet-0/+11
2023-08-08interpret: remove incomplete protection against invalid where clausesRalf Jung-70/+13
2023-08-08Auto merge of #114520 - RalfJung:unsized-valtrees, r=oli-obkbors-0/+21
2023-08-08fix: not insert missing lifetime for `ConstParamTy`bohan-5/+27
2023-08-08blessed the testsdarklyspaced-67/+22
2023-08-08Rollup merge of #114594 - compiler-errors:new-solver-resolve-aliases, r=lcnrMatthias Krüger-48/+47
2023-08-08Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli...Matthias Krüger-0/+79
2023-08-08Rollup merge of #114413 - CohenArthur:warn-macro-export-decl-macros, r=cjgillotMatthias Krüger-0/+25
2023-08-07CFI: Fix error compiling core with LLVM CFI enabledRamon de C Valle-6/+18
2023-08-07check_attrs: Warn when #[macro_export] is used on macros 2.0Arthur Cohen-0/+25
2023-08-07Resolve target type of coercionMichael Goulet-48/+47
2023-08-07Fix stack-protector.rs on LLVM 17Nikita Popov-0/+2
2023-08-07Fix ICEDeadbeef-33/+4
2023-08-07Auto merge of #114585 - matthiaskrgr:rollup-h26pvus, r=matthiaskrgrbors-193/+57
2023-08-07Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obkMatthias Krüger-187/+31
2023-08-07Rollup merge of #114196 - compiler-errors:bubble-pls, r=lcnrMatthias Krüger-0/+20
2023-08-07Rollup merge of #113568 - ferrocene:pa-spurious-weak-lang-item-2, r=b-naberMatthias Krüger-6/+6
2023-08-07relocate tests to pass tidydarklyspaced-0/+0
2023-08-07fix testsdarklyspaced-25/+2
2023-08-07test infra addeddarklyspaced-0/+38
2023-08-07Store the laziness of type aliases in the DefKindLeón Orell Valerian Liehr-0/+79
2023-08-07change test to use `if black_box(false)`Pietro Albini-14/+6
2023-08-07Auto merge of #113902 - Enselic:lint-recursive-drop, r=oli-obkbors-0/+55
2023-08-07stabilize abi_thiscallBenedikt Radtke-187/+31
2023-08-07Rollup merge of #114382 - scottmcm:compare-bytes-intrinsic, r=cjgillotMatthias Krüger-2/+124
2023-08-06Add a new `compare_bytes` intrinsic instead of calling `memcmp` directlyScott McMurray-2/+124
2023-08-07Rollup merge of #114558 - Enselic:lifetime-diagnostic-fixed, r=cjgillotMatthias Krüger-3/+1
2023-08-07Rollup merge of #114543 - RalfJung:test-96944, r=compiler-errorsMatthias Krüger-0/+33
2023-08-06add testcase that hits valtree_into_mplace with a custom DSTRalf Jung-0/+21
2023-08-06Remove FIXME about NLL diagnostic that is already improvedMartin Nordholts-3/+1
2023-08-06Improve diagnostics and add tests for function callsest31-21/+31