| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Move MiniSet to data_structures | Andreas Jonson | -0/+1 |
| 2020-09-22 | Auto merge of #76928 - lcnr:opaque-types-cache, r=tmandry | bors | -5/+7 |
| 2020-09-20 | Rollup merge of #76825 - lcnr:array-windows-apply, r=varkor | Ralf Jung | -0/+1 |
| 2020-09-20 | Rollup merge of #76821 - est31:remove_redundant_nightly_features, r=oli-obk,M... | Ralf Jung | -2/+1 |
| 2020-09-20 | use `array_windows` instead of `windows` in the compiler | Bastian Kauschke | -0/+1 |
| 2020-09-19 | cache types during normalization | Bastian Kauschke | -5/+7 |
| 2020-09-19 | Use `T::BITS` instead of `size_of::<T> * 8`. | Mara Bos | -0/+1 |
| 2020-09-17 | Remove redundant #![feature(...)] 's from compiler/ | est31 | -1/+0 |
| 2020-09-17 | Replace const_generics feature gate with min_const_generics | est31 | -1/+1 |
| 2020-09-04 | Use ops::ControlFlow in graph::iterate | Scott McMurray | -0/+1 |
| 2020-09-01 | Avoid rehashing Fingerprint as a map key | Josh Stone | -0/+1 |
| 2020-08-30 | datastructures: replace `once_cell` crate with an impl from std | marmeladema | -0/+1 |