summary refs log tree commit diff
path: root/src/test/ui/regions
AgeCommit message (Expand)AuthorLines
2020-07-22Use `ReEmpty(U0)` as the implicit region bound in typeckMatthew Jasper-0/+101
2020-05-30Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirementsEsteban Küber-12/+6
2020-05-30Tweak type parameter errors to reduce verbosityEsteban Küber-161/+24
2020-05-30Update nll testsEsteban Küber-5/+5
2020-05-30review comment: tweak wording and account for span overlapEsteban Küber-1/+1
2020-05-30Account for returned `dyn Trait` evaluating to `'static` lifetimeEsteban Küber-19/+30
2020-05-27fix rebaseEsteban Küber-4/+4
2020-05-27Tweak output for mismatched impl itemEsteban Küber-7/+7
2020-05-27Name `RegionKind::ReVar` lifetimes in diagnosticsEsteban Küber-7/+7
2020-05-27Fix spacing of expected/found notes without a labelEsteban Küber-30/+30
2020-05-22Update testsMatthew Jasper-227/+59
2020-05-11Fix hang in lexical_region_resolveMatthew Jasper-0/+7
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2020-04-02Auto merge of #70362 - TimDiekmann:alloc-overhaul, r=Amanieubors-8/+8
2020-03-30Add long error code for error E0226Julien Philippon-2/+2
2020-03-28Make fields in `MemoryBlock` publicTim Diekmann-1/+1
2020-03-26Remove alignment from `MemoryBlock`Tim Diekmann-5/+2
2020-03-26Fix issues from review and unsoundness of `RawVec::into_box`Tim Diekmann-4/+7
2020-03-26Overhaul of the `AllocRef` trait to match allocator-wg's latest consensTim Diekmann-7/+7
2020-03-17Update tests for erasing regions in typeckMatthew Jasper-21/+43
2020-03-03Rollup merge of #69609 - TimDiekmann:excess, r=AmanieuYuki Okushi-7/+7
2020-03-03Remove `usable_size` APIsTim Diekmann-7/+7
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-19Tweak binding lifetime suggestion textEsteban Küber-22/+22
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-1/+0
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+1
2020-02-05review comments: wordingEsteban Küber-2/+2
2020-02-05Account for `fn()` types in lifetime suggestionsEsteban Küber-2/+2
2020-02-05review commentsEsteban Küber-8/+8
2020-02-05Suggest `'r` instead of `'lifetime`Esteban Küber-4/+4
2020-02-05Account for HKTB when suggesting introduction of named lifetimeEsteban Küber-0/+20
2020-02-02Use more accurate failed predicate spansEsteban Küber-2/+2
2020-02-02Point at arguments or output when fn obligations come from them, or ident whe...Esteban Küber-29/+12
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-2/+2
2020-01-27Rename `Alloc` to `AllocRef`Tim Diekmann-1/+1
2020-01-24Update new testsvarkor-2/+2
2020-01-19review commentsEsteban Küber-2/+2
2020-01-19When encountering an expected named lifetime and none are present, suggest ad...Esteban Küber-2/+14
2020-01-19When encountering an undefined named lifetime, point to where it can beEsteban Küber-4/+62
2020-01-09Update testsVadim Petrochenkov-2/+92
2020-01-05Add backticks to various diagnosticsvarkor-2/+2
2019-12-30Add error code explanation for E0477Donough Liu-0/+2
2019-12-03Include a span in more `expected...found` notesAaron Hill-51/+127
2019-11-27Simplify `mem_categorization`Matthew Jasper-1/+1
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-6/+18
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-46/+46
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+128
2019-11-18review comments: tweak prefix stringsEsteban Küber-6/+6
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-40/+40