| Age | Commit message (Expand) | Author | Lines |
| 2023-02-14 | Refactor refcounted structural_impls via functors | Alan Egerton | -0/+1 |
| 2023-02-06 | Make an optimal cold path for query_cache_hit | John Kåre Alsaker | -0/+1 |
| 2023-01-18 | Also remove `#![feature(control_flow_enum)]` where possible | Scott McMurray | -1/+0 |
| 2022-10-27 | Introduce UnordMap, UnordSet, and UnordBag (see MCP 533) | Michael Woerister | -0/+2 |
| 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-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -1/+0 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -2/+0 |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -0/+1 |
| 2022-06-18 | Remove `likely!` and `unlikely!` macro from compiler | Gary Guo | -21/+0 |
| 2022-05-27 | libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co... | Vadim Petrochenkov | -25/+0 |
| 2022-05-06 | Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieu | bors | -0/+1 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -0/+1 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-04-16 | Auto merge of #95899 - petrochenkov:modchild2, r=cjgillot | bors | -0/+25 |
| 2022-04-14 | make unaligned_references lint deny-by-default | Ralf Jung | -1/+0 |
| 2022-04-13 | rustc_metadata: Do not encode unnecessary module children | Vadim Petrochenkov | -0/+25 |
| 2022-03-04 | Add SmallStr | Tomasz Miąsko | -0/+1 |
| 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 |