summary refs log tree commit diff
path: root/tests/ui/borrowck
AgeCommit message (Expand)AuthorLines
2025-05-07Better error message for late/early lifetime param mismatchMichael Goulet-22/+74
2025-05-07Point out region bound mismatches in check_region_bounds_on_impl_itemMichael Goulet-2/+9
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-27/+35
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/+54
2025-04-22Add tests for two untested cases of placeholder relationsAmanda Stjerna-0/+54
2025-04-21Auto merge of #140127 - ChrisDenton:rollup-2kye32h, r=ChrisDentonbors-0/+57
2025-04-21Rollup merge of #140029 - reddevilmidzy:move-test, r=jieyouxuChris Denton-0/+18
2025-04-21Cleaned up 5 tests in `tests/ui`reddevilmidzy-0/+18
2025-04-19tests: adjust some `augmented-assignment*` testsJieyou Xu-0/+57
2025-04-17tests: use `//@ ignore-auxiliary` with backlinked primary test fileJieyou Xu-1/+1
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-6/+6
2025-04-06update/bless testsBennet Bleßmann-12/+12
2025-04-03Rollup merge of #138462 - ShE3py:mut-borrow-in-loop, r=oli-obkMatthias Krüger-4/+0
2025-03-30Remove attribute `#[rustc_error]`Vadim Petrochenkov-7/+6
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-5/+0
2025-03-13Dedup `&mut *` reborrow suggestion in loopsLieselotte-4/+0
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-2/+3
2025-03-01Rollup merge of #136503 - estebank:const-panic, r=RalfJungMatthias Krüger-36/+18
2025-02-28Shorten span of panic failures in const contextEsteban Küber-36/+18
2025-02-24tests: use minicore moreDavid Wood-24/+4
2025-02-21Auto merge of #137348 - compiler-errors:span-trim, r=estebankbors-24/+16
2025-02-21More sophisticated span trimmingMichael Goulet-24/+16
2025-02-20Use a probe to avoid registering stray region obligations when re-checking dr...Michael Goulet-0/+27
2025-02-15Rework name_regions to not rely on reverse scc graph for non-member-constrain...Michael Goulet-0/+27
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-4/+4
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-12/+8
2025-02-11Deeply normalize in impl headerMichael Goulet-0/+28
2025-02-11Deeply normalize args for implied boundsMichael Goulet-0/+22
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-48/+72
2025-02-04bless test expectationsRémy Rakic-1/+1
2025-02-01diagnostics: fix borrowck suggestions for if/while let conditionalsMichael Howell-0/+135
2025-01-29Rollup merge of #136212 - estebank:span-tweak, r=petrochenkovMatthias Krüger-4/+4
2025-01-28Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgrbors-4/+4
2025-01-28Tweak `&mut self` suggestion spanEsteban Küber-4/+4
2025-01-28"normalize" signature before checking mentions selfBoxy-4/+4
2025-01-27Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da...Michael Goulet-19/+7
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-2/+2
2025-01-18add tests for issue 135671Rémy Rakic-0/+30
2025-01-18Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav...Rémy Rakic-7/+19
2025-01-15Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=NadrierilJacob Pratt-1/+1
2025-01-07Update tests.Mara Bos-1/+1
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-18/+22
2024-12-31Fix span for IndexMut method call on HashMap/BTreeMapMichael Goulet-1/+4
2024-12-31Use if-let in structured suggestion instead of Option::mapMichael Goulet-2/+2
2024-12-31Explain how to mutate a HashMap/BTreeMap with more nuanceMichael Goulet-1/+1
2024-12-29Auto merge of #134627 - estebank:issue-133252, r=jackh726bors-0/+81
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-2/+2
2024-12-21Avoid ICE in borrowckEsteban Küber-0/+81
2024-12-18fix crasheslcnr-0/+36