about summary refs log tree commit diff
path: root/src/test/ui/regions
AgeCommit message (Expand)AuthorLines
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-59/+23
2020-09-02pretty: trim paths of unique symbolsDan Aloni-19/+19
2020-08-30Auto merge of #75867 - estebank:async-lt-sugg-fix, r=matthewjasperbors-12/+36
2020-08-23Account for async functions when suggesting new named lifetimeEsteban Küber-12/+36
2020-08-22Use smaller def span for functionsAaron Hill-24/+8
2020-08-04Replace `Memoryblock` with `NonNull<[u8]>`Tim Diekmann-2/+2
2020-07-28Remove in-place allocation and revert to separate methods for zeroed allocationsTim Diekmann-4/+2
2020-07-23Auto merge of #74509 - matthewjasper:empty-verify, r=nikomatsakisbors-0/+101
2020-07-22Further tweak wording of E0759 and introduce E0767Esteban Küber-14/+14
2020-07-22Detect when `'static` obligation might come from an `impl`Esteban Küber-23/+5
2020-07-20Use `ReEmpty(U0)` as the implicit region bound in typeckMatthew Jasper-0/+101
2020-07-14Suggest boxing or borrowing unsized fieldsEsteban Küber-4/+4
2020-07-10Tweak wordingYuki Okushi-19/+19
2020-07-10Add a help to use `in_band_lifetimes` in nightlyYuki Okushi-0/+33
2020-06-22WIP bless test and compare-mode=nllNiko Matsakis-27/+111
2020-06-22move leak-check to during coherence, candidate evalNiko Matsakis-12/+6
2020-06-22rewrite leak check to be based on universesNiko Matsakis-18/+7
2020-06-15Change E0758 to E0759 to avoid conflict with #72912Esteban Küber-10/+10
2020-06-15small tweaksEsteban Küber-5/+5
2020-06-15Register new eror codeEsteban Küber-1/+5
2020-06-15review comments: wordingEsteban Küber-17/+17
2020-06-15Tweak wording and add error codeEsteban Küber-20/+20
2020-06-15Tweak output for overlapping required/captured spansEsteban Küber-36/+6
2020-06-15Move overlapping span to a noteEsteban Küber-24/+36
2020-06-15Reduce verbosity of suggestion message and mention lifetime in labelEsteban Küber-12/+12
2020-06-15When `'static` is explicit, suggest constraining argument with itEsteban Küber-79/+110
2020-06-15Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakisRalf Jung-2/+6
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-25Display information about captured variable in `FnMut` errorAaron Hill-2/+6
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