| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -51/+11 | |
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -1/+1 | |
| 2023-02-21 | Specify what 'this' actually is | Michael Goulet | -2/+2 | |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -2/+2 | |
| The previous output was unintuitive to users. | ||||
| 2023-01-27 | Restrict amount of ignored locals. | Camille GILLOT | -0/+100 | |
| 2023-01-27 | Bless tests. | Camille GILLOT | -1299/+317 | |
| 2023-01-27 | Always require Drop for generators. | Camille GILLOT | -9/+18 | |
| 2023-01-27 | Test the 3 generator handling versions for generator/async tests. | Camille GILLOT | -71/+3268 | |
| 2023-01-25 | Rollup merge of #106944 - Nilstrieb:there-once-was-a-diagnostic, r=WaffleLapkin | Matthias Krüger | -5/+15 | |
| Suggest using a lock for `*Cell: Sync` bounds I mostly did this for `OnceCell<T>` at first because users will be confused to see that the `OnceCell<T>` in `std` isn't `Sync` but then extended it to `Cell<T>` and `RefCell<T>` as well. | ||||
| 2023-01-19 | Add `rustc_on_unimplemented` on `Sync` for cell types | Nilstrieb | -5/+15 | |
| Suggest using a lock instead. | ||||
| 2023-01-17 | Account for method call and indexing when looking for inner-most path in ↵ | Esteban Küber | -0/+3 | |
| expression | ||||
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -2/+2 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+5348 | |
