| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-20 | handle opaque types before region inference | lcnr | -21/+22 | |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -5/+5 | |
| 2025-01-27 | Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, ↵ | Michael Goulet | -38/+8 | |
| r=davidtwco,RalfJung" This reverts commit 122a55bb442bd1995df9cf9b36e6f65ed3ef4a1d. | ||||
| 2025-01-18 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, ↵ | Rémy Rakic | -8/+38 | |
| r=davidtwco,RalfJung" This reverts commit b57d93d8b9525fa261404b4cd9c0670eeb1264b8, reversing changes made to 0aeaa5eb22180fdf12a8489e63c4daa18da6f236. | ||||
| 2024-12-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -38/+8 | |
| 2024-11-13 | Suggest borrowing arguments in generic positions when trait bounds are satisfied | dianne | -16/+0 | |
| This subsumes the suggestions to borrow arguments with `AsRef`/`Borrow` bounds and those to borrow arguments with `Fn` and `FnMut` bounds. It works for other traits implemented on references as well, such as `std::io::Read`, `std::io::Write`, and `core::fmt::Write`. Incidentally, by making the logic for suggesting borrowing closures general, this removes some spurious suggestions to mutably borrow `FnMut` closures in assignments, as well as an unhelpful suggestion to add a `Clone` constraint to an `impl Fn` argument. | ||||
| 2024-07-04 | More accurate mutability suggestion | Esteban Küber | -6/+10 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -24/+24 | |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -1/+1 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -16/+16 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-05-05 | tweak "make mut" spans when assigning to locals | Ezra Shaw | -1/+1 | |
| 2023-04-28 | improve error notes for packed struct reference diagnostic | bindsdev | -1/+2 | |
| 2023-01-31 | make unaligned_reference a hard error | Ralf Jung | -19/+2 | |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -15/+15 | |
| CC #99430 | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+1316 | |
