| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-10 | Ignore tests w/ current/next revisions from compare-mode=next-solver | Michael Goulet | -0/+1 | |
| 2024-03-01 | normalizes-to: handle negative impls | lcnr | -0/+22 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -7/+7 | |
| 2024-02-07 | Update tests | r0cky | -1/+1 | |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -3/+3 | |
| Expand the primary span of E0277 when the immediate unmet bound is not what the user wrote: ``` error[E0277]: the trait bound `i32: Bar` is not satisfied --> f100.rs:6:6 | 6 | <i32 as Foo>::foo(); | ^^^ the trait `Bar` is not implemented for `i32`, which is required by `i32: Foo` | help: this trait has no implementations, consider adding one --> f100.rs:2:1 | 2 | trait Bar {} | ^^^^^^^^^ note: required for `i32` to implement `Foo` --> f100.rs:3:14 | 3 | impl<T: Bar> Foo for T {} | --- ^^^ ^ | | | unsatisfied trait bound introduced here ``` Fix #40120. | ||||
| 2024-01-13 | Bless tests | George-lewis | -0/+1 | |
| Update tests | ||||
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -1/+1 | |
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -4/+4 | |
| When shortening types and writing them to disk, make `short_ty_string` capable of reusing the same file, instead of writing a file per shortened type. | ||||
| 2023-12-10 | remove redundant imports | surechen | -2/+0 | |
| detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR. | ||||
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -8/+8 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -6/+0 | |
| This reverts commit 9de1a472b68ed85f396b2e2cc79c3ef17584d6e1. | ||||
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -0/+6 | |
| 2023-05-03 | rustc_middle: Fix `opt_item_ident` for non-local def ids | Vadim Petrochenkov | -2/+4 | |
| 2023-02-14 | Fetch less HIR in signature check. | Camille GILLOT | -1/+1 | |
| 2023-01-23 | Point at specific field in struct literal when trait fulfillment fails | Nathan Fenner | -2/+2 | |
| 2023-01-11 | Note predicate span on ImplDerivedObligation | Michael Goulet | -1/+3 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+650 | |
