about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-04-10Rollup merge of #123702 - Urgau:prep-work-for-compiletest-check-cfg-2, r=jiey...Guillaume Gomez-35/+33
2024-04-10Rollup merge of #123701 - compiler-errors:only-assert-after-checking, r=Waffl...Guillaume Gomez-0/+16
2024-04-10Rollup merge of #123689 - spastorino:pattern_types_const_generics, r=oli-obkGuillaume Gomez-0/+13
2024-04-10Rollup merge of #123659 - celinval:smir-fix-intrinsic, r=oli-obkGuillaume Gomez-0/+115
2024-04-10Rollup merge of #118391 - compiler-errors:lifetimes-eq, r=lcnrGuillaume Gomez-68/+157
2024-04-10Only assert for child/parent projection compatibility AFTER checking that the...Michael Goulet-0/+16
2024-04-10skip `unused_parens`'s suggestion for `Paren` in macro.surechen-0/+79
2024-04-09rustdoc: update test casesMichael Howell-4/+4
2024-04-10Auto merge of #123708 - matthiaskrgr:rollup-uf9w1e9, r=matthiaskrgrbors-23/+195
2024-04-10Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQKMatthias Krüger-0/+108
2024-04-10Rollup merge of #123609 - compiler-errors:greek-question-mark, r=jieyouxuMatthias Krüger-0/+36
2024-04-10Rollup merge of #123568 - Oneirical:delete-tests, r=wesleywiserMatthias Krüger-11/+0
2024-04-10Rollup merge of #122200 - jieyouxu:unconditional-nightly-update-hint, r=estebankMatthias Krüger-0/+8
2024-04-10Rollup merge of #121884 - 5225225:rmake-exit-code, r=jieyouxuMatthias Krüger-12/+43
2024-04-10Use `fn` ptr signature instead of `{closure@..}` in infer errorEsteban Küber-28/+28
2024-04-10Auto merge of #122918 - jieyouxu:port-backtrace-line-tables-only, r=workingju...bors-0/+71
2024-04-09remove does-nothing.rsOneirical-11/+0
2024-04-09Tweak value suggestions in `borrowck` and `hir_analysis`Esteban Küber-81/+102
2024-04-09Further cleanup cfgs in the UI test suiteUrgau-35/+33
2024-04-09Auto merge of #123683 - pietroalbini:pa-cve-2024-24576-nightly, r=pietroalbinibors-0/+93
2024-04-09Handle const generic pattern typesSantiago Pastorino-16/+2
2024-04-09run-make: make arg take AsRef<OsStr> instead of str5225225-1/+2
2024-04-09Add const generics failing test for pattern typesSantiago Pastorino-0/+27
2024-04-09Don't use bytepos offsets when computing semicolon span for removalMichael Goulet-0/+36
2024-04-09Fix trait solver overflow with `non_local_definitions` lintUrgau-0/+28
2024-04-09Split back out unused_lifetimes -> redundant_lifetimesMichael Goulet-22/+26
2024-04-09Lint redundant lifetimes in impl headerMichael Goulet-1/+12
2024-04-09Move check to wfcheckMichael Goulet-14/+75
2024-04-09Actually, just reuse the UNUSED_LIFETIMES lintMichael Goulet-86/+99
2024-04-09Remove my `scalar_copy_backend_type` optimization attemptScott McMurray-27/+31
2024-04-09tests: bless ui and rustdoc-ui tests for ICE messages许杰友 Jieyou Xu (Joe)-0/+8
2024-04-09Rollup merge of #123662 - compiler-errors:no-upvars-yet, r=oli-obkGuillaume Gomez-0/+27
2024-04-09Rollup merge of #123658 - compiler-errors:stop-assuming, r=oli-obkGuillaume Gomez-0/+17
2024-04-09Rollup merge of #123653 - Urgau:split-test-non_local_defs, r=compiler-errorsGuillaume Gomez-1196/+1375
2024-04-09Rollup merge of #123638 - fmease:rustdoc-synth-auto-yeet-item-param-env-claus...Guillaume Gomez-0/+14
2024-04-09Silence some follow-up errors on trait impls in case the trait has conflictin...Oli Scherer-140/+17
2024-04-09Add regression testOli Scherer-0/+63
2024-04-09Rollup merge of #123655 - celinval:smir-fix-binop-ty, r=compiler-errorsMatthias Krüger-0/+147
2024-04-09Rollup merge of #123652 - cuviper:ui-vendor, r=jieyouxuMatthias Krüger-1/+1
2024-04-09Rollup merge of #123649 - maurer:kcfi-v0, r=compiler-errorsMatthias Krüger-0/+30
2024-04-09Rollup merge of #123648 - oli-obk:pattern_types_syntax, r=compiler-errorsMatthias Krüger-0/+38
2024-04-09Rollup merge of #123624 - GuillaumeGomez:theme-switch-tests, r=notriddleMatthias Krüger-20/+34
2024-04-09Rollup merge of #122768 - oli-obk:why_is_E0699_so_bad, r=WaffleLapkinMatthias Krüger-18/+48
2024-04-09Convert tests/run-make/cross-lang-lto-riscv-abi to rmakekxxt-24/+74
2024-04-09Set target-abi module flag for RISC-V targetskxxt-0/+58
2024-04-08Don't rely on upvars being assigned just because coroutine-closure kind is as...Michael Goulet-0/+27
2024-04-09Auto merge of #122387 - DianQK:re-enable-early-otherwise-branch, r=cjgillotbors-159/+563
2024-04-08Add support to intrinsics fallback bodyCelina G. Val-0/+115
2024-04-08rustdoc-search: single result for items with multiple pathsMichael Howell-3/+136
2024-04-08Actually, stop making any assumption about the projections applied to the upvarMichael Goulet-0/+17