| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-29 | compiler: Add `{x86_64,aarch64,riscv64gc}-unknown-managarm-mlibc` targets | no92 | -0/+1 | |
| Co-authored-by: Dennis Bonke <dennis@managarm.org> | ||||
| 2025-08-14 | Add regression test for a former ICE involving helper attributes containing ↵ | León Orell Valerian Liehr | -0/+8 | |
| interpolated tokens Co-authored-by: Jana Dönszelmann <jana@donsz.nl> | ||||
| 2025-06-02 | allow macro_use as first segment | bohan | -0/+7 | |
| 2025-05-21 | collect doc alias as tips during resolution | bohan | -0/+24 | |
| 2025-03-20 | Fix the "used_with_archive" test on Fuchsia | Jeff Martin | -0/+1 | |
| This change adds Fuchsia OS as a target to the cfg_attr in the pre_main_constructor external declaration. This allows the "tests/ui/attributes/used_with_archive.rs" to pass against Fuchsia. | ||||
| 2025-02-28 | qnx: avoid test failure | Tshepang Mbambo | -0/+1 | |
| Fixes tests/ui/attributes/used_with_archive.rs fail | ||||
| 2025-02-28 | sort list | Tshepang Mbambo | -4/+4 | |
| 2025-02-24 | Make #[used] work when linking with ld64 | Mads Marquart | -0/+32 | |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -5/+0 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2023-07-16 | Add infrastructure `#[rustc_confusables]` attribute to allow targeted | 许杰友 Jieyou Xu (Joe) | -0/+11 | |
| "no method" errors on standard library types The standard library developer can annotate methods on e.g. `BTreeSet::push` with `#[rustc_confusables("insert")]`. When the user mistypes `btreeset.push()`, `BTreeSet::insert` will be suggested if there are no other candidates to suggest. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+12 | |
