| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
