about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-01-10Rollup merge of #119772 - oli-obk:whackamole, r=compiler-errorsMatthias Krüger-0/+47
2024-01-10Rollup merge of #119769 - fmease:rustdoc-off-by-one-dyn-trait-def-gen-args, r...Matthias Krüger-14/+30
2024-01-10Rollup merge of #106893 - clubby789:struct-update-help, r=compiler-errorsMatthias Krüger-3/+8
2024-01-09Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasperbors-625/+2689
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-625/+2689
2024-01-09Add error code for missing base expression in struct update syntaxclubby789-3/+8
2024-01-09Rollup merge of #119721 - compiler-errors:constness-implication, r=fee1-deadGuillaume Gomez-45/+219
2024-01-09Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errorsGuillaume Gomez-0/+62
2024-01-09Fix an ICE that occurs after an error has already been reportedOli Scherer-0/+47
2024-01-09Update testsLeón Orell Valerian Liehr-14/+30
2024-01-09Rollup merge of #119699 - cjgillot:simplify-unreachable, r=oli-obkGuillaume Gomez-91/+77
2024-01-09Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwcoGuillaume Gomez-235/+1133
2024-01-09Auto merge of #118968 - aliemjay:canon-static, r=lcnrbors-3/+3
2024-01-09Auto merge of #117703 - compiler-errors:recursive-async, r=lcnrbors-123/+111
2024-01-09Rollup merge of #119712 - madsravn:parsing-errors, r=estebankMatthias Krüger-1/+25
2024-01-09Rollup merge of #118649 - compiler-errors:coherence-ambig, r=lcnrMatthias Krüger-45/+8
2024-01-09Rollup merge of #119704 - chenyukang:yukang-fix-let_underscore, r=NilstriebMatthias Krüger-0/+101
2024-01-09Rollup merge of #119663 - petrochenkov:rmakefix, r=Mark-SimulacrumMatthias Krüger-3/+3
2024-01-09Rollup merge of #119660 - RalfJung:const-ub-enum, r=oli-obkMatthias Krüger-140/+6
2024-01-09Rollup merge of #119033 - Zalathar:unicode, r=davidtwcoMatthias Krüger-0/+129
2024-01-09Rollup merge of #118903 - azhogin:azhogin/skip_second_stmt_debuginfo.rs, r=pe...Matthias Krüger-0/+462
2024-01-08Make cycle error more resilient to where it startsMichael Goulet-54/+65
2024-01-08Only compute layout of opaque if coroutine is the cause of an opaque cycleMichael Goulet-2/+3
2024-01-08Point out source of recursionMichael Goulet-25/+52
2024-01-08Don't check for recursion in generator witness fieldsMichael Goulet-71/+20
2024-01-08Add support for shell argfilesDavid Koloski-0/+62
2024-01-08Removing redudant note from parse errorMads Ravn-6/+0
2024-01-08Remove logic in one_bound in astconv that prefers non-const boundsMichael Goulet-12/+11
2024-01-08Make inductive cycles in coherence ambiguous alwaysMichael Goulet-45/+8
2024-01-08~const trait or projection bounds do not imply non-const boundsMichael Goulet-33/+208
2024-01-08coverage: `llvm-cov` expects column numbers to be bytes, not code pointsZalathar-12/+52
2024-01-08Improved support of collapse_debuginfo attribute for macros.Andrew Zhogin-0/+462
2024-01-08coverage: Test for column numbers involving non-ASCII charactersZalathar-0/+89
2024-01-08Fix 2 variable binding issues in let_underscoreyukang-0/+101
2024-01-08Rollup merge of #119711 - Nilstrieb:makewtf, r=WaffleLapkinMatthias Krüger-7/+0
2024-01-08Rollup merge of #119708 - compiler-errors:pointer-like, r=NilstriebMatthias Krüger-0/+36
2024-01-08Rollup merge of #119705 - fmease:tilde-const-assoc-fns-trait-impls, r=compile...Matthias Krüger-17/+49
2024-01-08Rollup merge of #119703 - compiler-errors:impl-trait-tweaks, r=fmeaseMatthias Krüger-123/+245
2024-01-08Rollup merge of #116129 - fu5ha:better-pin-docs-2, r=AmanieuMatthias Krüger-5/+5
2024-01-07Delete unused makefile in tests/uiNilstrieb-7/+0
2024-01-07Adding alignment to the list of cases to test for specific error message. Cov...Mads Ravn-1/+31
2024-01-07Unions are not PointerLikeMichael Goulet-0/+36
2024-01-07Split note, fix const/static impl trait errorMichael Goulet-123/+245
2024-01-07effects: support ~const in assoc fns in trait implsLeón Orell Valerian Liehr-17/+49
2024-01-07update ui testsGray Olson-5/+5
2024-01-07Make ImplTraitPosition display more descriptiveMichael Goulet-17/+17
2024-01-07Auto merge of #119675 - cjgillot:set-no-discriminant, r=tmiaskobors-0/+130
2024-01-07Merge dead bb pruning and unreachable bb deduplication.Camille GILLOT-91/+77
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-237/+779
2024-01-07mark vec::IntoIter pointers as `!nonnull`The 8472-0/+46