| Age | Commit message (Expand) | Author | Lines |
| 2024-02-15 | Update jobserver-rs to 0.1.28 | Vadim Petrochenkov | -1/+4 |
| 2024-01-25 | Remove unused features | clubby789 | -1/+1 |
| 2024-01-24 | rustc_data_structures: use either instead of itertools | Josh Stone | -2/+2 |
| 2024-01-22 | Auto merge of #120080 - cuviper:128-align-packed, r=nikic | bors | -0/+72 |
| 2024-01-20 | Auto merge of #116185 - Zoxc:rem-one-thread, r=cjgillot | bors | -57/+0 |
| 2024-01-19 | Add Pu128 = #[repr(packed(8))] u128 | Josh Stone | -0/+72 |
| 2024-01-19 | Auto merge of #120076 - Mark-Simulacrum:unhash, r=cjgillot | bors | -2/+24 |
| 2024-01-18 | Auto merge of #114231 - ttsugriy:binary_search_slice, r=cjgillot | bors | -21/+4 |
| 2024-01-18 | Remove `OneThread` | John Kåre Alsaker | -57/+0 |
| 2024-01-17 | Use UnhashMap for a few more maps | Mark Rousskov | -2/+24 |
| 2024-01-09 | Rollup merge of #119527 - klensy:ordering, r=compiler-errors | Guillaume Gomez | -5/+2 |
| 2024-01-06 | Rollup merge of #119591 - Enselic:DestinationPropagation-stable, r=cjgillot | Matthias Krüger | -0/+1 |
| 2024-01-06 | don't reexport atomic::ordering via rustc_data_structures, use std import | klensy | -5/+2 |
| 2024-01-06 | Auto merge of #119478 - bjorn3:no_serialize_specialization, r=wesleywiser | bors | -5/+5 |
| 2024-01-06 | Auto merge of #119459 - cjgillot:inline-mir-utils, r=compiler-errors | bors | -0/+1 |
| 2024-01-05 | rustc_mir_transform: Make DestinationPropagation stable for queries | Martin Nordholts | -0/+1 |
| 2024-01-04 | Address review comments and add back some #[inline] attrs from removed commits. | Michael Woerister | -0/+2 |
| 2024-01-04 | Provide generalized collect methods for UnordItems | Michael Woerister | -29/+45 |
| 2024-01-04 | Split StableCompare trait out of StableOrd trait. | Michael Woerister | -15/+91 |
| 2023-12-31 | Avoid specialization for the Span Encodable and Decodable impls | bjorn3 | -5/+5 |
| 2023-12-31 | Inline dominator check. | Camille GILLOT | -0/+1 |
| 2023-12-30 | Update to bitflags 2 in the compiler | Nilstrieb | -7/+19 |
| 2023-12-24 | Do not store stable crate id in on-disk hash map. | Camille GILLOT | -1/+1 |
| 2023-12-22 | update cfg(bootstrap)s | Pietro Albini | -144/+0 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -1/+1 |
| 2023-12-13 | Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkov | bors | -0/+144 |
| 2023-12-10 | remove redundant imports | surechen | -5/+1 |
| 2023-12-08 | 1. fix jobserver GLOBAL_CLIENT_CHECKED uninitialized before use | oksbsb | -1/+1 |
| 2023-12-01 | Attempt to try to resolve blocking concerns | Caio | -0/+144 |
| 2023-11-29 | jobserver: check file descriptors | belovdv | -29/+67 |
| 2023-11-28 | Avoid an unnecessary `by_ref`. | Nicholas Nethercote | -1/+1 |
| 2023-11-23 | Enforce NonZeroUsize on thread count | Mark Rousskov | -4/+7 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+1 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -2/+2 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-14 | Fix some typos | cui fliter | -5/+5 |
| 2023-11-09 | Auto merge of #117557 - Zoxc:panic-prio, r=petrochenkov | bors | -13/+29 |
| 2023-11-06 | Auto merge of #117435 - SparrowLii:nightly_parallel, r=oli-obk,davidtwco | bors | -2/+21 |
| 2023-11-06 | use portable AtomicU64 for powerPC and MIPS | SparrowLii | -2/+21 |
| 2023-11-05 | Remove invariant comments | Taras Tsugrii | -4/+0 |
| 2023-11-03 | Make `FatalErrorMarker` lower priority than other panics | John Kåre Alsaker | -13/+29 |
| 2023-11-03 | Use `filter_map` in `try_par_for_each_in` | Josh Stone | -7/+6 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -1/+30 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -1/+30 |
| 2023-10-19 | Initiate the inner usage of `cfg_match` | Caio | -47/+50 |
| 2023-10-18 | Auto merge of #116830 - nnethercote:rustc_type_ir, r=compiler-errors | bors | -121/+0 |
| 2023-10-17 | Remove `IdFunctor` trait. | Nicholas Nethercote | -119/+0 |
| 2023-10-17 | Remove unused features from `rustc_data_structures`. | Nicholas Nethercote | -2/+0 |
| 2023-10-16 | docs: add Rust logo to more compiler crates | Michael Howell | -0/+2 |
| 2023-10-10 | Remove unused dominator iterator | Tomasz Miąsko | -26/+1 |