about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-12-23remove unused imports from rmake testsRémy Rakic-12/+5
2024-12-23Auto merge of #134677 - tgross35:rollup-ozoeyop, r=tgross35bors-358/+470
2024-12-23Rollup merge of #134672 - Zalathar:revert-coverage-attr, r=wesleywiserTrevor Gross-358/+470
2024-12-23Auto merge of #134608 - DianQK:disable-93775, r=jieyouxubors-3/+3
2024-12-23Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl...Zalathar-358/+470
2024-12-23Auto merge of #134666 - matthiaskrgr:rollup-whe0chp, r=matthiaskrgrbors-2/+38
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-261/+153
2024-12-22Rollup merge of #134642 - kpreid:pointerlike-cell, r=compiler-errorsMatthias Krüger-2/+38
2024-12-22Implement `PointerLike` for `isize`, `NonNull`, `Cell`, `UnsafeCell`, and `Sy...Kevin Reid-2/+38
2024-12-22Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasperbors-81/+36
2024-12-22Auto merge of #131193 - EFanZh:asserts-vec-len, r=the8472bors-1/+53
2024-12-22Delete `Rvalue::Len`Scott McMurray-81/+36
2024-12-22Auto merge of #134326 - scottmcm:slice-drop-shim-ptrmetadata, r=saethlinbors-1/+66
2024-12-22Rollup merge of #134639 - compiler-errors:negative-ambiguity-causes, r=oli-obkMatthias Krüger-0/+41
2024-12-22Rollup merge of #134635 - compiler-errors:dyn-dyn, r=fmeaseMatthias Krüger-9/+43
2024-12-22Rollup merge of #134599 - dtolnay:fulldepsparser, r=fmeaseMatthias Krüger-50/+62
2024-12-22Add `ignore-rustc-debug-assertions` to `tests/ui/associated-consts/issue-9377...DianQK-3/+3
2024-12-22Auto merge of #134640 - matthiaskrgr:rollup-xlstm3o, r=matthiaskrgrbors-134/+245
2024-12-21Show which test case was found to be meaninglessDavid Tolnay-1/+3
2024-12-21Switch pretty-printer roundtrip test to better parserDavid Tolnay-14/+4
2024-12-22Rollup merge of #134637 - compiler-errors:fx-test, r=fmeaseMatthias Krüger-90/+0
2024-12-22Rollup merge of #134618 - RalfJung:coroutine-clone-comments, r=lqdMatthias Krüger-8/+10
2024-12-22Rollup merge of #134603 - kpreid:pointerlike-err, r=estebankMatthias Krüger-0/+167
2024-12-22Rollup merge of #134601 - dtolnay:dynstar, r=compiler-errorsMatthias Krüger-7/+7
2024-12-22Rollup merge of #134364 - estebank:derive-docs, r=fmeaseMatthias Krüger-29/+61
2024-12-21Extract ui-fulldeps expression parser into moduleDavid Tolnay-41/+55
2024-12-22Auto merge of #130733 - okaneco:is_ascii, r=scottmcmbors-0/+16
2024-12-22Make sure we note ambiguity causes on positive/negative impl conflictsMichael Goulet-0/+41
2024-12-22Fix item bounds in old solverMichael Goulet-49/+64
2024-12-22Flatten effects directory now that it doesn't really test anything specificMichael Goulet-90/+0
2024-12-21Don't ICE on illegal dyn* castsMichael Goulet-9/+43
2024-12-21Hash only the spans that we care ended up reading in Span::try_metavarsMichael Goulet-2/+2
2024-12-21Properly record metavar spans for other expansions other than TTMichael Goulet-13/+52
2024-12-21Use E0665 for missing `#[default]` errorEsteban Küber-29/+61
2024-12-21Avoid ICE in borrowckEsteban Küber-1/+39
2024-12-21coroutine_clone: add commentsRalf Jung-8/+10
2024-12-21Rollup merge of #134600 - dtolnay:chainedcomparison, r=oli-obkJacob Pratt-4/+10
2024-12-21Rollup merge of #134575 - compiler-errors:drop-lint-coro, r=nikomatsakisJacob Pratt-0/+81
2024-12-21Rollup merge of #133087 - estebank:stmt-misparse, r=chenyukangJacob Pratt-0/+107
2024-12-20Relocate dyn* test out of parenthesis insertion testDavid Tolnay-1/+4
2024-12-20Support pretty-printing dyn* trait objectsDavid Tolnay-6/+3
2024-12-20Explain why a type is not eligible for `impl PointerLike`.Kevin Reid-0/+167
2024-12-20Change comparison operators to have Fixity::NoneDavid Tolnay-4/+2
2024-12-20Add some parenthesization test cases with operators that are not left-associa...David Tolnay-0/+8
2024-12-20Check that pretty-printer parenthesis test operates on the whole test caseDavid Tolnay-1/+7
2024-12-21Do not suggest `foo.Bar`Esteban Küber-10/+0
2024-12-21Account for missing `.` in macros to avoid incorrect suggestionEsteban Küber-4/+0
2024-12-21Detect missing `.` in method chain in let bindings and statementsEsteban Küber-0/+121
2024-12-21Suggest Semicolon in Incorrect Repeat ExpressionsVeera-14/+14
2024-12-21Rollup merge of #134586 - Urgau:fn-ptr-lint-option, r=compiler-errorsMatthias Krüger-0/+30