| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -139/+0 | |
| 2022-10-22 | Stabilize arbitrary_enum_discriminant, take 2 | Deadbeef | -1/+1 | |
| 2022-09-15 | Future-proof against loose bounds if default variant is non-exhaustive. | Daniel Henry-Mantilla | -0/+21 | |
| Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com> | ||||
| 2022-04-07 | Stabilize `derive_default_enum` | Jacob Pratt | -1/+0 | |
| 2022-01-12 | Remove ui tests for LLVM-style inline assembly | Tomasz Miąsko | -2/+0 | |
| 2021-12-12 | Address review feedback | Amanieu d'Antras | -0/+2 | |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -1/+1 | |
| 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-08-15 | Fix ui tests for llvm_asm! deprecation | Amanieu d'Antras | -0/+1 | |
| 2021-07-27 | Prohibit `#[default]` in invalid places | Jacob Pratt | -1/+33 | |
| 2021-07-27 | Permit deriving default on enums with `#[default]` | Jacob Pratt | -2/+55 | |
| 2020-05-18 | Add tests for asm! | Amanieu d'Antras | -1/+2 | |
| 2020-03-26 | Update tests to use llvm_asm! | Amanieu d'Antras | -2/+2 | |
| 2018-10-05 | Fix two UI tests with locale-dependent output | Vadim Petrochenkov | -12/+1 | |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -2/+0 | |
| 2018-08-16 | Revert "Ignore test that fails on stage1" | Eduard-Mihai Burtescu | -1/+0 | |
| This reverts commit 0e43e6fef251732f5268738eee9c258668ec7942. | ||||
| 2018-08-14 | Ignore test that fails on stage1 | Matthew Jasper | -0/+1 | |
| 2018-08-14 | Fixed 'no such file or directory' mismatch between Windows and Linux. | David Wood | -0/+3 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+42 | |
