about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/sync/parallel.rs
AgeCommit message (Expand)AuthorLines
2025-06-22Rollup merge of #142868 - klensy:dc, r=oli-obkGuillaume Gomez-2/+0
2025-06-22remove allow(dead_code) leftovers from serial/parallel compilerklensy-2/+0
2025-06-11Use `rustc_thread_pool` instead of `rustc-rayon-core`Celina G. Val-6/+6
2025-05-01Use thread local dep graph encodingJohn Kåre Alsaker-0/+10
2025-04-29Drop AST on a separate thread and prefetch `hir_crate`John Kåre Alsaker-0/+11
2025-04-10Remove the use of Rayon iteratorsJohn Kåre Alsaker-29/+75
2025-03-11Add `unreachable_pub` to `RUSTC_LINT_FLAGS` for `compiler/` crates.Nicholas Nethercote-1/+1
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-1/+1
2025-03-08Add `unreachable_pub` to the default lints for `compiler/` crates.Nicholas Nethercote-1/+1
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-142/+94
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+4
2023-11-09Auto merge of #117557 - Zoxc:panic-prio, r=petrochenkovbors-13/+26
2023-11-03Make `FatalErrorMarker` lower priority than other panicsJohn Kåre Alsaker-13/+26
2023-11-03Use `filter_map` in `try_par_for_each_in`Josh Stone-7/+6
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-0/+29
2023-09-06Extract parallel operations in `rustc_data_structures::sync` into a new `para...John Kåre Alsaker-0/+188