| Age | Commit message (Expand) | Author | Lines |
| 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-05 | Remove outdated references to `librustc_middle`. | Alona Enraght-Moony | -1/+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 |
| 2023-10-05 | Optimize dominators for small path graphs | Tomasz Miąsko | -10/+65 |
| 2023-10-05 | Remove redundant Dominators::start_node field | Tomasz Miąsko | -3/+2 |
| 2023-10-05 | Test immediate dominators using public API | Tomasz Miąsko | -24/+21 |
| 2023-09-25 | Rename `cold_path` to `outline` | John Kåre Alsaker | -9/+6 |
| 2023-09-24 | Add OwnedTargetMachine to manage llvm:TargetMachine. Uses pointers | Florian Schmiderer | -0/+6 |
| 2023-09-21 | Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber | bors | -4/+20 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -4/+20 |
| 2023-09-19 | use pretty_print_const_value from MIR constant 'extra' printing | Ralf Jung | -0/+19 |
| 2023-09-18 | coverage: Simplify sorting of coverage spans extracted from MIR | Zalathar | -3/+3 |
| 2023-09-11 | Rollup merge of #115548 - Zoxc:parallel-extract, r=wesleywiser | Matthias Krüger | -171/+193 |
| 2023-09-11 | Auto merge of #115388 - Zoxc:sharded-lock, r=SparrowLii | bors | -194/+242 |