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
Age
Commit message (
Expand
)
Author
Lines
2023-11-22
Update itertools to 0.11.
Nicholas Nethercote
-1
/
+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
/
+24
2023-11-06
use portable AtomicU64 for powerPC and MIPS
SparrowLii
-2
/
+24
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-30
Clean up `rustc_*/Cargo.toml`.
Nicholas Nethercote
-11
/
+11
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
-48
/
+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
2023-09-09
Use `FreezeLock` for `CStore`
John Kåre Alsaker
-16
/
+45
2023-09-08
Add Freeze::clone
John Kåre Alsaker
-0
/
+10
2023-09-08
Remove the `LockMode` enum and `dispatch`
John Kåre Alsaker
-107
/
+79
2023-09-08
Refactor `Lock` implementation
John Kåre Alsaker
-246
/
+216
2023-09-08
Add optimized lock methods for `Sharded`
John Kåre Alsaker
-17
/
+123
2023-09-07
Use `Freeze` for `SourceFile.lines`
John Kåre Alsaker
-0
/
+12
2023-09-07
Use `Freeze` for `SourceFile.external_src`
John Kåre Alsaker
-3
/
+44
2023-09-06
Use a reference to the lock in the guards
John Kåre Alsaker
-15
/
+14
2023-09-06
Extract parallel operations in `rustc_data_structures::sync` into a new `para...
John Kåre Alsaker
-171
/
+193
2023-09-02
Rename `Freeze` to `FreezeLock`
John Kåre Alsaker
-8
/
+8
2023-09-02
Add some comments
John Kåre Alsaker
-1
/
+4
2023-09-02
Use `RwLock` for `Freeze`
John Kåre Alsaker
-8
/
+10
2023-09-02
Add `Freeze` type and use it to store `Definitions`
John Kåre Alsaker
-0
/
+107
2023-09-01
Use `OnceLock` for `SingleCache`
John Kåre Alsaker
-2
/
+2
2023-08-30
Use a `parallel_guard` function to handle the parallel guard
John Kåre Alsaker
-60
/
+55
2023-08-30
Use `Mutex` to avoid issue with conditional locks
John Kåre Alsaker
-4
/
+3
2023-08-30
Add `ParallelGuard` type to handle unwinding in parallel sections
John Kåre Alsaker
-121
/
+68
2023-08-30
Make parallel! an expression
John Kåre Alsaker
-2
/
+2
2023-08-30
Use conditional synchronization for Lock
John Kåre Alsaker
-91
/
+298
2023-08-29
Auto merge of #114894 - Zoxc:sharded-cfg-cleanup2, r=cjgillot
bors
-7
/
+18
[prev]
[next]