| Age | Commit message (Expand) | Author | Lines |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-23 | Introduce `ChunkedBitSet` and use it for some dataflow analyses. | Nicholas Nethercote | -0/+2 |
| 2022-02-19 | Adopt let else in more places | est31 | -0/+1 |
| 2022-02-15 | Rename `PtrKey` as `Interned` and improve it. | Nicholas Nethercote | -1/+2 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2021-12-07 | Make IdFunctor::try_map_id panic-safe | Alan Egerton | -0/+1 |
| 2021-12-05 | Stop enabling `in_band_lifetimes` in rustc_data_structures | Scott McMurray | -2/+0 |
| 2021-12-02 | Remove no-longer used `IdFunctor::map_id` | Alan Egerton | -1/+0 |
| 2021-11-27 | Delegate from `map_id` to `try_map_id` | Alan Egerton | -0/+1 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-25 | Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-10-23 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-04 | Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplett | Jubilee | -1/+1 |
| 2021-10-04 | Stabilize `const_panic` | Jacob Pratt | -1/+1 |
| 2021-10-02 | Remove various unused feature gates | bjorn3 | -1/+0 |
| 2021-09-17 | Stabilize `Iterator::map_while` | Maybe Waffle | -1/+0 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -0/+1 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -2/+1 |
| 2021-07-27 | Use type_alias_impl_trait instead of min in compiler and lib | Santiago Pastorino | -1/+2 |
| 2021-07-23 | Sort features alphabetically | Yuki Okushi | -13/+13 |
| 2021-07-23 | Use `map_while` instead of `take_while` + `map` | Yuki Okushi | -0/+2 |
| 2021-07-22 | Fix VecMap::iter_mut | Oli Scherer | -0/+1 |
| 2021-06-11 | Auto merge of #85885 - bjorn3:remove_box_region, r=cjgillot | bors | -2/+0 |
| 2021-06-08 | Inline the rest of box_region | bjorn3 | -2/+0 |
| 2021-06-07 | Add VecMap to rustc_data_structures | Santiago Pastorino | -0/+1 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -1/+0 |
| 2021-05-31 | Remove unnecessary unboxed_closures feature usage | bjorn3 | -2/+0 |
| 2021-03-30 | Add an Mmap wrapper to rustc_data_structures | bjorn3 | -0/+1 |
| 2021-03-24 | Revert "Revert stabilizing integer::BITS." | Mara Bos | -1/+0 |
| 2021-02-27 | Rollup merge of #82057 - upsuper-forks:cstr, r=davidtwco,wesleywiser | Dylan DPC | -1/+0 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -1/+0 |
| 2021-02-14 | Replace const_cstr with cstr crate | Xidorn Quan | -1/+0 |
| 2021-02-03 | Revert stabilizing integer::BITS. | Mara Bos | -0/+1 |
| 2021-01-31 | stabilize int_bits_const | Ashley Mannix | -1/+0 |
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -2/+1 |
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -1/+1 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -1/+2 |
| 2020-11-20 | Set unaligned_references lint to deny in rustc_data_structures | Tyson Nottingham | -0/+1 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -0/+2 |
| 2020-11-15 | Rollup merge of #79058 - dtolnay:likelymacro, r=Mark-Simulacrum | Jonas Schievink | -6/+6 |
| 2020-11-14 | Move likely/unlikely argument outside of invisible unsafe block | David Tolnay | -6/+6 |
| 2020-11-14 | Move Steal to rustc_data_structures. | Camille GILLOT | -0/+1 |
| 2020-10-25 | Auto merge of #77476 - tgnottingham:buffered_siphasher128, r=nnethercote | bors | -0/+1 |
| 2020-10-05 | Auto merge of #77171 - VFLashM:better_sso_structures, r=oli-obk | bors | -2/+1 |
| 2020-10-03 | perf: buffer SipHasher128 | Tyson Nottingham | -0/+1 |
| 2020-09-26 | MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap | Valerii Lashmanov | -2/+1 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -1/+0 |
| 2020-09-25 | Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |