| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -4/+5 | |
| 2024-06-24 | ast: Standardize visiting order for attributes and node IDs | Vadim Petrochenkov | -4/+4 | |
| 2024-06-22 | Make `effects` an incomplete feature | Deadbeef | -2/+11 | |
| 2024-03-31 | refer to a different module in UI test | joboet | -10/+10 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -28/+28 | |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -1/+10 | |
| 2024-01-13 | Bless tests | George-lewis | -0/+57 | |
| Update tests | ||||
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -2/+13 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -16/+16 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-30 | Preserve deprecation attribute even if 'since' version is missing | David Tolnay | -3/+11 | |
| 2023-10-29 | Store version of `deprecated` attribute in structured form | David Tolnay | -11/+7 | |
| 2023-10-29 | Fill in syntactically valid deprecation version in tests | David Tolnay | -12/+12 | |
| 2023-10-24 | Update stability attribute sanity UI test to delete superfluous errors | David Tolnay | -19/+6 | |
| 2023-10-23 | Update `since` stability attributes in tests | David Tolnay | -43/+53 | |
| 2023-08-06 | bless tests | Deadbeef | -1/+1 | |
| 2023-06-28 | Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco | bors | -2/+19 | |
| Validate fluent variable references in tests Closes #101109 Under `cfg(test)`, the `fluent_messages` macro will emit a list of variables referenced by each message and its attributes. The derive attribute will now emit a `#[test]` that checks that each referenced variable exists in the structure it's applied to. | ||||
| 2023-06-22 | Tweak privacy errors to account for reachable items | Esteban Küber | -1/+3 | |
| Suggest publicly accessible paths for items in private mod: When encountering a path in non-import situations that are not reachable due to privacy constraints, search for any public re-exports that the user could use instead. Track whether an import suggestion is offering a re-export. When encountering a path with private segments, mention if the item at the final path segment is not publicly accessible at all. Add item visibility metadata to privacy errors from imports: On unreachable imports, record the item that was being imported in order to suggest publicly available re-exports or to be explicit that the item is not available publicly from any path. In order to allow this, we add a mode to `resolve_path` that will not add new privacy errors, nor return early if it encounters one. This way we can get the `Res` corresponding to the final item in the import, which is used in the privacy error machinery. | ||||
| 2023-05-26 | Fix diagnostics with errors | clubby789 | -2/+19 | |
| 2023-04-29 | Update tests | Gary Guo | -4/+4 | |
| 2023-03-18 | fix: don't suggest similar method when unstable | Ezra Shaw | -0/+47 | |
| 2023-03-06 | Rollup merge of #107801 - davidtwco:stability-implies-const, r=Nilstrieb | Matthias Krüger | -0/+146 | |
| const_eval: `implies_by` in `rustc_const_unstable` Fixes #107605. Extend support for `implies_by` (from `#[stable]` and `#[unstable]`) to `#[rustc_const_stable]` and `#[rustc_const_unstable]`. cc ``@steffahn`` | ||||
| 2023-02-25 | Do not lint unresolved trait for ineffective unstable trait impl | Deadbeef | -0/+17 | |
| 2023-02-08 | const_eval: `implies_by` in `rustc_const_unstable` | David Wood | -0/+146 | |
| Extend support for `implies_by` (from `#[stable]` and `#[unstable]`) to `#[rustc_const_stable]` and `#[rustc_const_unstable]`. Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2023-01-14 | fix: don't emit `E0711` if `staged_api` not enabled | Ezra Shaw | -0/+25 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+2468 | |
