about summary refs log tree commit diff
path: root/tests/ui/nll
AgeCommit message (Expand)AuthorLines
2025-08-10Point at the `Fn()` or `FnMut()` bound that coerced a closure, which caused a...Esteban Küber-0/+5
2025-08-10Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726Stuart Cook-20/+463
2025-08-09Rollup merge of #145050 - lcnr:add-opaque-type-tests, r=lqdStuart Cook-254/+0
2025-08-08mark polonius=next's NLL imprecisions as known-bugsRémy Rakic-20/+90
2025-08-08add cursor-like example that worksRémy Rakic-0/+102
2025-08-08add NLL-like imprecision exampleRémy Rakic-0/+106
2025-08-08add some test cases for overlapping yielded itemsRémy Rakic-0/+153
2025-08-08new impl fixes crash testRémy Rakic-0/+12
2025-08-07add multiple known-bugs for the linked-list cursor-like pattern of 46859/48001Rémy Rakic-0/+186
2025-08-07add filtering lending iterator known-bugRémy Rakic-0/+70
2025-08-07add multiple known-bugs for NLL problem case 3Rémy Rakic-0/+778
2025-08-07move member-constraints testslcnr-254/+0
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-2/+2
2025-07-30Make sure to account for the right item universal regions in borrowckMichael Goulet-0/+47
2025-07-25Mention type that could be `Clone` but isn't in more casesEsteban Küber-0/+18
2025-07-25Rollup merge of #144200 - estebank:dont-point-at-closure, r=lcnrMatthias Krüger-2/+4
2025-07-24Rollup merge of #144014 - dianne:edition-guide-links, r=estebankLeón Orell Valerian Liehr-1/+1
2025-07-21Generalize logic pointing at binding moved into closureEsteban Küber-2/+4
2025-07-16trait_sel: `MetaSized` always holds temporarilyDavid Wood-18/+2
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-1/+1
2025-07-04Remove Symbol for Named LateParam/Bound variantsMichael Goulet-4/+4
2025-06-24Make missing lifetime suggestion verboseMichael Goulet-3/+6
2025-06-16trait_sel: skip elaboration of sizedness supertraitDavid Wood-1/+1
2025-06-16tests: bless remaining testsDavid Wood-4/+19
2025-06-12Rollup merge of #141069 - chenyukang:yukang-fix-137486-suggest-mut, r=davidtwcoMatthias Krüger-0/+81
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-2/+2
2025-05-29Normalize possibly unnormalized type in relate_type_and_user_typeMichael Goulet-0/+31
2025-05-27Suggest mut when possbile for temporary value dropped while borrowedyukang-0/+81
2025-05-24Avoid extra path trimming in method not found errorNoratrieb-3/+3
2025-05-02borrowck nested items in dead codelcnr-0/+78
2025-04-26Fix error message for static references or mutable referencesyuk1ty-2/+2
2025-04-22Auto merge of #139960 - amandasystems:placeholder-ui-tests, r=lcnrbors-0/+56
2025-04-22Add tests for two untested cases of placeholder relationsAmanda Stjerna-0/+56
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-7/+7
2025-04-04Fix `Debug` impl for `LateParamRegionKind`.Nicholas Nethercote-4/+4
2025-03-06`TypeVerifier` do not walk into required constslcnr-12/+1
2025-02-21More sophisticated span trimmingMichael Goulet-3/+2
2025-02-19Rollup merge of #137059 - xizheyin:issue-136827, r=davidtwcoMatthias Krüger-2/+2
2025-02-15fix: Alloc new errorcode E0803 for E0495xizheyin-2/+2
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-8/+8
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-24/+16
2025-02-13Improved named region errorsMichael Goulet-17/+33
2025-02-11Deeply normalize signature in new solverMichael Goulet-3/+54
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-10/+15
2025-01-31update NLL `get_default` test for poloniusesRémy Rakic-12/+51
2025-01-31add explicit revisions to polonius testsRémy Rakic-14/+148
2025-01-31add explicit revisions to check-pass testsRémy Rakic-5/+16
2025-01-31merge duplicate issue-46589 testsRémy Rakic-38/+8
2025-01-27Remove all dead files inside tests/ui/León Orell Valerian Liehr-203/+0
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-1/+1