| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-14 | Handle regions equivalent to 'static in non_local_bounds | Matthew Jasper | -0/+14 | |
| `non_local_bounds` would only find non local bounds that strictly bound a given region, but it's possible that a local region is equated to 'static when showing a type referencing a locally bound lifetime, such as `dyn Any + 'a` in the tests added, is well-formed. In this case we should return 'static. | ||||
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -1/+1 | |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -3/+3 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -3/+5 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 | |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 | |
| 2022-10-19 | Use Set instead of Vec in transitive_relation | nils | -7/+5 | |
| 2022-08-22 | get rid of `RefCell` in `TransitiveRelation` | SparrowLii | -54/+67 | |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -1/+1 | |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -17/+17 | |
| 2022-02-19 | Adopt let else in more places | est31 | -8/+4 | |
| 2021-03-17 | Move some test-only code to test files | Joshua Nelson | -8/+2 | |
| This also relaxes the bounds on some structs and moves them to the impl block instead. | ||||
| 2020-10-29 | Fix typos | Dániel Buga | -2/+2 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+402 | |
