| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-04-05 | Yeet `owning_ref` | Maybe Waffle | -1943/+0 | |
| Turns out - `owning_ref` is unsound due to `Box` aliasing stuff - `rustc` doesn't need 99% of the `owning_ref` API - `rustc` can use a far simpler abstraction that is `OwnedSlice` | ||||
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -6/+3 | |
| 2022-12-01 | `rustc_data_structures` deref in a more humane way | Maybe Waffle | -12/+12 | |
| 2022-06-04 | Adapt rustc_data_structures tests to run in strict miri | Nilstrieb | -0/+4 | |
| Some tests took too long and owning_ref is fundamentally flawed, so don't run these tests or run them with a shorter N. This makes miri with `-Zmiri-strict-provenance` usable to find UB. | ||||
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -41/+22 | |
| 2021-08-24 | Also fix “a `OwningRef`” | Frank Steffahn | -1/+1 | |
| 2021-08-24 | Also fix “a RwLock*” | Frank Steffahn | -3/+3 | |
| 2021-08-24 | Fix typo “a Rc” → “an Rc” | Frank Steffahn | -1/+1 | |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 | |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -24/+24 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+1961 | |
