| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -235/+0 | |
| 2022-09-15 | Future-proof against loose bounds if default variant is non-exhaustive. | Daniel Henry-Mantilla | -1/+11 | |
| Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com> | ||||
| 2022-04-07 | Stabilize `derive_default_enum` | Jacob Pratt | -29/+29 | |
| 2022-01-12 | Remove ui tests for LLVM-style inline assembly | Tomasz Miąsko | -34/+34 | |
| 2021-12-12 | Address review feedback | Amanieu d'Antras | -37/+34 | |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -6/+9 | |
| They are also removed from the prelude as per the decision in https://github.com/rust-lang/rust/issues/87228. stdarch and compiler-builtins are updated to work with the new, stable asm! and global_asm! macros. | ||||
| 2021-10-15 | Bless tests | Cameron Steffen | -5/+5 | |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -1/+1 | |
| 2021-08-15 | Fix ui tests for llvm_asm! deprecation | Amanieu d'Antras | -29/+29 | |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -1/+1 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-07-27 | Prohibit `#[default]` in invalid places | Jacob Pratt | -25/+61 | |
| 2021-07-27 | Permit deriving default on enums with `#[default]` | Jacob Pratt | -18/+101 | |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -4/+4 | |
| When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error. | ||||
| 2020-05-26 | expand `env!` with def-site context | Andy Russell | -0/+2 | |
| 2020-05-18 | Add tests for asm! | Amanieu d'Antras | -14/+20 | |
| 2020-03-26 | Update tests to use llvm_asm! | Amanieu d'Antras | -3/+3 | |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -0/+6 | |
| 2019-11-14 | Fix ui tests with better error code usage | Guillaume Gomez | -0/+1 | |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+1 | |
| Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages. | ||||
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+0 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -15/+15 | |
| 2018-10-05 | Fix two UI tests with locale-dependent output | Vadim Petrochenkov | -16/+16 | |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -18/+9 | |
| 2018-08-16 | Revert "Ignore test that fails on stage1" | Eduard-Mihai Burtescu | -15/+15 | |
| This reverts commit 0e43e6fef251732f5268738eee9c258668ec7942. | ||||
| 2018-08-14 | Ignore test that fails on stage1 | Matthew Jasper | -15/+15 | |
| 2018-08-14 | Fixed 'no such file or directory' mismatch between Windows and Linux. | David Wood | -15/+15 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+100 | |
