about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-09-06Auto merge of #88631 - camelid:sugg-span, r=davidtwcobors-9/+152
2021-09-06Auto merge of #88640 - SkiFire13:tests-for-85499, r=jackh726bors-0/+144
2021-09-06Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebankbors-31/+5
2021-09-06Add regression test for #74400Bram van den Heuvel-0/+54
2021-09-05Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011bors-17/+34
2021-09-05Auto merge of #88552 - nbdd0121:vtable, r=nagisabors-4/+41
2021-09-05Stop allocating vtable entries for non-object-safe methodsGary Guo-4/+41
2021-09-05Add testsGiacomo Stevanato-0/+144
2021-09-05Rollup merge of #88657 - camelid:fix-dyn-sugg, r=m-ou-seMara Bos-0/+21
2021-09-05Rollup merge of #88257 - estebank:invalid-attr-error, r=oli-obkMara Bos-46/+263
2021-09-05Correct typoest31-1/+1
2021-09-04Use verbose suggestions and only match if the + is seen before a numeric literalTheodore Luo Wang-88/+48
2021-09-04Fix 2021 `dyn` suggestion that used code as labelNoah Lev-0/+21
2021-09-04test for issue #77175Stefano Buliani-0/+19
2021-09-04Fix #88256, remove duplicated diagnosticyukang-31/+5
2021-09-04Auto merge of #88547 - notriddle:notriddle/is-expr-delims-necessary, r=davidtwcobors-0/+94
2021-09-04Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiserbors-0/+10
2021-09-03Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obkbors-16/+19
2021-09-03Auto merge of #88597 - cjgillot:lower-global, r=petrochenkovbors-128/+128
2021-09-03Detect bare blocks with type ascription that were meant to be a `struct` literalEsteban Kuber-0/+10
2021-09-032229: Don't move out of drop typeAman Arora-0/+206
2021-09-03Auto merge of #88428 - petrochenkov:stmtid, r=Aaron1011bors-0/+25
2021-09-03Auto merge of #88386 - estebank:unmatched-delims, r=jackh726bors-64/+64
2021-09-03Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebankbors-0/+18
2021-09-02Auto merge of #85868 - Aaron1011:projection-cache, r=jackh726bors-31/+31
2021-09-02tidyEllen-2/+2
2021-09-02E-not-needs-testEllen-0/+203
2021-09-02Provide more context on incorrect inner attributeEsteban Kuber-46/+263
2021-09-02Bless ast-json tests.Camille GILLOT-2/+2
2021-09-02Rollup merge of #88592 - b-naber:region_substs, r=oli-obkMara Bos-0/+26
2021-09-02Rollup merge of #88565 - lqd:issue-83190, r=spastorinoMara Bos-0/+49
2021-09-02Rollup merge of #88543 - m-ou-se:closure-migration-macro-block-fragment, r=es...Mara Bos-0/+86
2021-09-02Rollup merge of #88512 - m-ou-se:array-into-iter-deref-stuff, r=estebankMara Bos-82/+31
2021-09-02Bless tests.Camille GILLOT-17/+34
2021-09-02Report cycle error using 'deepest' obligation in the cycleAaron Hill-18/+36
2021-09-02Preserve most sub-obligations in the projection cacheAaron Hill-33/+15
2021-09-02add testb-naber-0/+26
2021-09-02expand: Treat more macro calls as statement macro callsVadim Petrochenkov-0/+25
2021-09-01fix(test): update with `&mut` suggestionMichael Howell-2/+5
2021-09-01Ensure suggestion is in its own diagnostic windowNoah Lev-44/+66
2021-09-01Fix span used for structured tuple struct suggestionNoah Lev-6/+127
2021-09-01fix(rustc): suggest `items` be borrowed in `for i in items[x..]`Michael Howell-0/+44
2021-09-01Fix drop handling for `if let` expressionsMatthew Jasper-16/+19
2021-09-01Stop sorting bodies by span.Camille GILLOT-126/+126
2021-09-01add regression test for issue 83190Rémy Rakic-0/+49
2021-09-01Add checks for a block before a unary plus. Fix failing testsTheodore Luo Wang-45/+48
2021-09-01Rollup merge of #88525 - notriddle:notriddle/coherence-dyn-auto-trait, r=petr...Mara Bos-0/+29
2021-09-01Rollup merge of #86376 - asquared31415:extern-no-mangle-84204, r=Mark-SimulacrumMara Bos-0/+72
2021-08-31fix(rustc_lint): better detect when parens are necessaryMichael Howell-0/+94
2021-09-01Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebankbors-18/+113