about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-11-04Rollup merge of #131153 - VulnBandit:copy_impl_vuln, r=compiler-errorsJubilee-0/+34
2024-11-04Rollup merge of #132583 - mejrs:tuples, r=compiler-errorsMatthias Krüger-0/+116
2024-11-04Rollup merge of #132559 - bvanjoi:fix-132534, r=compiler-errorsMatthias Krüger-0/+58
2024-11-04Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil...Matthias Krüger-427/+429
2024-11-04Auto merge of #132275 - compiler-errors:deref-effects, r=fee1-deadbors-129/+97
2024-11-04Suggest creating unary tuplesmejrs-0/+116
2024-11-04Fix minicore, add tests based off of itMichael Goulet-129/+97
2024-11-04find the generic container rather than simply looking up for the assoc with c...bohan-0/+58
2024-11-03Rollup merge of #132565 - bjorn3:less_target_name_dependence, r=workingjubileeJubilee-12/+0
2024-11-03Rollup merge of #132516 - taiki-e:asm-ui, r=workingjubileeJubilee-50/+1387
2024-11-03Don't test new error messages with the stage 0 compilerdianne-6/+8
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-421/+421
2024-11-03Remove is_builtin target spec fieldbjorn3-12/+0
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-26/+24
2024-11-03Yeet effects featureMichael Goulet-764/+283
2024-11-03Gate checking ~const bounds on const_trait_implMichael Goulet-181/+22
2024-11-03Auto merge of #132555 - matthiaskrgr:rollup-2d79661, r=matthiaskrgrbors-13/+131
2024-11-03Auto merge of #132514 - Zalathar:print-target-cpus, r=jieyouxubors-0/+39
2024-11-03Rollup merge of #132543 - cyrgani:master, r=compiler-errorsMatthias Krüger-12/+28
2024-11-03Rollup merge of #132528 - compiler-errors:fallback-sugg-opt, r=jieyouxuMatthias Krüger-0/+13
2024-11-03Rollup merge of #132523 - ranger-ross:test-issue-117446, r=compiler-errorsMatthias Krüger-0/+57
2024-11-03Rollup merge of #132520 - matthiaskrgr:knobu, r=jieyouxuMatthias Krüger-1/+1
2024-11-03Rollup merge of #132437 - Zalathar:inline-mixed-regression, r=jieyouxuMatthias Krüger-0/+32
2024-11-03Move tests/ui/abi/riscv32e-registers.rs to tests/ui/asm/riscvTaiki Endo-162/+168
2024-11-03Fix typo in tests/auxiliary/minicore.rsTaiki Endo-1/+1
2024-11-02Auto merge of #125579 - Noratrieb:print-host, r=davidtwcobors-1/+7
2024-11-02add and update some crashtestscyrgani-12/+28
2024-11-02Add `--print host-triple`Noratrieb-1/+7
2024-11-02move deployment-target tests to print-requestNilstrieb-0/+0
2024-11-02Auto merge of #132147 - estebank:long-types-2, r=davidtwcobors-197/+292
2024-11-02fix testsEsteban Küber-10/+11
2024-11-02Use opt functions to not ICE in fallback suggestionMichael Goulet-0/+13
2024-11-02Adjust tests to use minicore and reblessJieyou Xu-194/+178
2024-11-02Add more core stubs to `minicore`Jieyou Xu-2/+11
2024-11-02Add bad-reg inline assembly ui test for RISC-V and s390xTaiki Endo-0/+1338
2024-11-02Added regression test for 117446ranger-ross-0/+57
2024-11-02Add a run-make test for same-arch `--print=target-cpus`Zalathar-0/+39
2024-11-02NFC add known bug nr to testMatthias Krüger-1/+1
2024-11-02coverage: Regression test for inlining into an uninstrumented crateZalathar-0/+32
2024-11-02Rollup merge of #132481 - lukas-code:doc-stab3, r=GuillaumeGomezMatthias Krüger-14/+100
2024-11-02Auto merge of #132497 - matthiaskrgr:rollup-gaskcn0, r=matthiaskrgrbors-16/+147
2024-11-02Rollup merge of #132488 - compiler-errors:more-fixmes-bye, r=jieyouxuMatthias Krüger-15/+24
2024-11-02Rollup merge of #132466 - cjgillot:opaque-late, r=compiler-errorsMatthias Krüger-0/+13
2024-11-02Rollup merge of #132457 - taiki-e:needless-feature, r=workingjubileeMatthias Krüger-1/+1
2024-11-02Rollup merge of #132453 - Urgau:non_local_defs-impl-mod-transparent, r=jieyouxuMatthias Krüger-0/+64
2024-11-02Rollup merge of #132170 - veera-sivarajan:codegen-tests, r=jieyouxuMatthias Krüger-0/+45
2024-11-02Add a Few Codegen TestsVeera-0/+45
2024-11-02Auto merge of #132352 - DianQK:llvm/19.1.3, r=nikicbors-0/+12
2024-11-02Remove or fix some FIXME(async_closure)Michael Goulet-15/+24
2024-11-02Account for negative bounds in E0277 note and suggestionEsteban Küber-18/+0