| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -630/+0 | |
| 2022-12-09 | Tweak `rustc_must_implement_one_of` diagnostic output | Esteban Küber | -28/+28 | |
| 2022-07-15 | passes: migrate half of `check_attr` | David Wood | -4/+4 | |
| Migrate half of the `rustc_passes::check_attr` diagnostics to using diagnostic derives and being translatable. | ||||
| 2022-01-27 | Check that `#[rustc_must_implement_one_of]` is applied to a trait | Maybe Waffle | -1/+27 | |
| 2022-01-14 | Do not use `HashSet` for `#[rustc_must_implement_one_of]` | Maybe Waffle | -3/+3 | |
| 2022-01-14 | Check for duplicate arguments in `#[rustc_must_implement_one_of]` | Maybe Waffle | -0/+53 | |
| 2022-01-11 | Add a test for ungated `#[rustc_must_implement_one_of]` | Maybe Waffle | -0/+24 | |
| This test checks that `#[rustc_must_implement_one_of]` is gated behind `#![feature(rustc_attrs)]`. | ||||
| 2022-01-09 | Apply suggestions from code review | Waffle Maybe | -17/+17 | |
| Use "(associated) function" terminology instead of "method". Co-authored-by: Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com> | ||||
| 2022-01-09 | Move `#[rustc_must_implement_one_of]` tests to fix tidy check | Maybe Waffle | -0/+179 | |
| 2021-02-09 | Organize trait test files | Bram van den Heuvel | -0/+348 | |
