| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -115/+0 | |
| 2020-08-08 | Be consistent when describing a move as a 'partial' in diagnostics | Aaron Hill | -9/+9 | |
| When an error occurs due to a partial move, we would use the world "partial" in some parts of the error message, but not in others. This commit ensures that we use the word 'partial' in either all or none of the diagnostic messages. Additionally, we no longer describe a move out of a `Box` via `*` as a 'partial move'. This was a pre-existing issue, but became more noticable when the word 'partial' is used in more places. | ||||
| 2020-01-18 | slice_patterns: remove gates in tests | Mazdak Farrokhzad | -2/+0 | |
| 2020-01-08 | slice patterns: harden match-based borrowck tests | Mazdak Farrokhzad | -0/+117 | |
