| Age | Commit message (Expand) | Author | Lines |
| 2023-08-22 | Convert it into a warning | Nilstrieb | -1/+6 |
| 2023-08-22 | Add disclaimer on size assertion macro | Nilstrieb | -0/+7 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -3/+1 |
| 2023-05-25 | Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearth | bors | -4/+4 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -4/+4 |
| 2023-05-19 | Leverage the interval property to precompute borrow kill points. | Camille GILLOT | -0/+24 |
| 2023-04-24 | Decorative changes to `IndexVec` | Maybe Waffle | -13/+12 |
| 2023-04-24 | `const`-ify some `{IndexVec, IndexSlice}` methods | Maybe Waffle | -11/+11 |
| 2023-04-24 | move index code around | Maybe Waffle | -99/+100 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -297/+317 |
| 2023-04-18 | Don't allocate it `IndexVec::remove` | Maybe Waffle | -1/+1 |
| 2023-04-17 | Make `IndexVec::ensure_contains_elem` return a reference to the element | Maybe Waffle | -9/+9 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -8/+5 |
| 2023-04-06 | Auto merge of #109915 - scottmcm:layout-indexvec, r=oli-obk | bors | -0/+43 |
| 2023-04-04 | Use `FieldIdx` in `FieldsShape` | Scott McMurray | -0/+43 |
| 2023-04-03 | Doc-comment `IndexVec::from_elem` and use it in a few more places | Scott McMurray | -0/+11 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -2/+40 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -0/+6 |
| 2023-03-30 | Add `IndexSlice` to go with `IndexVec` | Scott McMurray | -70/+160 |
| 2023-03-29 | Rename `IndexVec::last` → `last_index` | Scott McMurray | -1/+1 |
| 2023-03-21 | Use `SmallVec` in bitsets | Nilstrieb | -5/+7 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-01-19 | Fix IndexVec::drain_enumerated | Michael Goulet | -1/+6 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -5/+2 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-18 | Make `#[max]` an attribute in `newtype_index` | Nilstrieb | -1/+4 |
| 2022-12-12 | minor code cleanups | Matthias Krüger | -1/+1 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+0 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -7/+12 |
| 2022-11-24 | make rustc_target usable outside of rustc | hkalbasi | -9/+21 |
| 2022-11-01 | Implement Idx for OwnerId. | Camille GILLOT | -0/+2 |
| 2022-09-29 | Remove from compiler/ crates | reez12g | -1/+0 |
| 2022-09-28 | Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki | Yuki Okushi | -1/+0 |
| 2022-09-27 | Stabilize bench_black_box | Urgau | -1/+0 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-08-12 | debuginfo: Change C++-like encoding for enums. | Michael Woerister | -1/+3 |
| 2022-07-31 | Auto merge of #99052 - tmiasko:bitset-clone-from, r=Mark-Simulacrum | bors | -6/+19 |
| 2022-07-21 | Edit `rustc_index::vec::IndexVec::pick3_mut` docs | pierwill | -2/+6 |
| 2022-07-08 | Fix cloning from a BitSet with a different domain size | Tomasz Miąsko | -6/+19 |
| 2022-07-04 | Use a bitset instead of a hash map in HIR ID validator | Jakub Beránek | -0/+10 |
| 2022-06-27 | Update `smallvec` to 1.8.1. | Nicholas Nethercote | -1/+1 |
| 2022-06-21 | Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk | bors | -0/+12 |
| 2022-06-17 | Auto merge of #97863 - JakobDegen:bitset-choice, r=nnethercote | bors | -18/+135 |
| 2022-06-15 | add From impls for BitSet and GrowableBitSet | DrMeepster | -0/+12 |
| 2022-06-14 | `BitSet` perf improvements | Jakob Degen | -18/+135 |
| 2022-06-09 | Auto merge of #97862 - SparrowLii:superset, r=lcnr | bors | -13/+58 |
| 2022-06-08 | correct the test if IntervalSet | SparrowLii | -1/+1 |