index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_data_structures
/
src
/
sync
/
parallel.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-22
Rollup merge of #142868 - klensy:dc, r=oli-obk
Guillaume Gomez
-2
/
+0
2025-06-22
remove allow(dead_code) leftovers from serial/parallel compiler
klensy
-2
/
+0
2025-06-11
Use `rustc_thread_pool` instead of `rustc-rayon-core`
Celina G. Val
-6
/
+6
2025-05-01
Use thread local dep graph encoding
John Kåre Alsaker
-0
/
+10
2025-04-29
Drop AST on a separate thread and prefetch `hir_crate`
John Kåre Alsaker
-0
/
+11
2025-04-10
Remove the use of Rayon iterators
John Kåre Alsaker
-29
/
+75
2025-03-11
Add `unreachable_pub` to `RUSTC_LINT_FLAGS` for `compiler/` crates.
Nicholas Nethercote
-1
/
+1
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-1
/
+1
2025-03-08
Add `unreachable_pub` to the default lints for `compiler/` crates.
Nicholas Nethercote
-1
/
+1
2024-11-12
Delete the `cfg(not(parallel))` serial compiler
Noratrieb
-142
/
+94
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+4
2023-11-09
Auto merge of #117557 - Zoxc:panic-prio, r=petrochenkov
bors
-13
/
+26
2023-11-03
Make `FatalErrorMarker` lower priority than other panics
John Kåre Alsaker
-13
/
+26
2023-11-03
Use `filter_map` in `try_par_for_each_in`
Josh Stone
-7
/
+6
2023-10-20
Avoid a `track_errors` by bubbling up most errors from `check_well_formed`
Oli Scherer
-0
/
+29
2023-09-06
Extract parallel operations in `rustc_data_structures::sync` into a new `para...
John Kåre Alsaker
-0
/
+188