| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-06 | Fortify generic param default checks | León Orell Valerian Liehr | -2/+2 | |
| 2025-07-17 | Integrate stable feature checking into a query. | Camille GILLOT | -6/+3 | |
| 2025-04-13 | UI tests: migrate remaining compile time `error-pattern`s to line annotations | Vadim Petrochenkov | -4/+3 | |
| when possible. | ||||
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -4/+3 | |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -0/+2 | |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -16/+24 | |
| ``` error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields --> $DIR/attempted-access-non-fatal.rs:7:15 | LL | let _ = 2.l; | ^ | help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix | LL - let _ = 2.l; LL + let _ = 2.0f64; | ``` | ||||
| 2024-11-16 | Reword suggestion message | Esteban Küber | -1/+1 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -8/+8 | |
| 2023-12-27 | Auto merge of #117303 - sjwang05:issue-117245, r=estebank | bors | -0/+4 | |
| Suggest `=>` --> `>=` in comparisons Fixes #117245 | ||||
| 2023-12-26 | Suggest `=>` --> `>=` in conditions | sjwang05 | -0/+4 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -9/+9 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-06-10 | Make "consider importing" consistent for macros | Mu001999 | -2/+4 | |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -0/+6 | |
| This reverts commit abc0660118cc95f47445fd33502a11dd448f5968. | ||||
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -6/+0 | |
| Report allocation errors as panics OOM is now reported as a panic but with a custom payload type (`AllocErrorPanicPayload`) which holds the layout that was passed to `handle_alloc_error`. This should be review one commit at a time: - The first commit adds `AllocErrorPanicPayload` and changes allocation errors to always be reported as panics. - The second commit removes `#[alloc_error_handler]` and the `alloc_error_hook` API. ACP: https://github.com/rust-lang/libs-team/issues/192 Closes #51540 Closes #51245 | ||||
| 2023-04-19 | Make missing impl item suggestions more obvious that they're missing | Michael Goulet | -1/+1 | |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -6/+0 | |
| 2023-04-07 | suggest adding const param | León Orell Valerian Liehr | -0/+88 | |
| 2023-01-17 | note -> help | Michael Goulet | -1/+1 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+432 | |
