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_query_system
/
src
/
dep_graph
/
serialized.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-14
Handle `rustc_query_system` cases of `rustc::potential_query_instability` lint
ismailarilik
-0
/
+2
2025-05-06
Use the portable `AtomicU64`
John Kåre Alsaker
-2
/
+2
2025-05-05
Add some comments about thread local indices
John Kåre Alsaker
-1
/
+5
2025-05-05
Tweak index chunk allocation
John Kåre Alsaker
-5
/
+9
2025-05-01
Add some comments
John Kåre Alsaker
-0
/
+1
2025-05-01
Use thread local dep graph encoding
John Kåre Alsaker
-135
/
+232
2025-04-22
Make sure there's no duplicate indices in the dep graph
John Kåre Alsaker
-1
/
+5
2025-04-22
Tweak edges
John Kåre Alsaker
-8
/
+5
2025-04-22
Use `IndexVec::from_elem_n`
John Kåre Alsaker
-10
/
+7
2025-04-22
Add index to the dep graph format and encode via `MemEncoder`
John Kåre Alsaker
-39
/
+83
2025-04-17
Rollup merge of #139236 - Zoxc:anon-counter, r=davidtwco
Matthias Krüger
-1
/
+14
2025-04-13
Rollup merge of #139636 - Zoxc:graph-edges-len-u32, r=compiler-errors
Jacob Pratt
-8
/
+10
2025-04-10
Encode dep node edge count as u32 instead of usize
John Kåre Alsaker
-8
/
+10
2025-04-05
Reuse the index from promoted nodes when coloring executed tasks
John Kåre Alsaker
-3
/
+38
2025-04-02
Use a session counter to make anon dep nodes unique
John Kåre Alsaker
-1
/
+14
2025-03-24
Remove `prev_index_to_index` field from `CurrentDepGraph`
John Kåre Alsaker
-12
/
+26
2025-03-19
Allow duplicates for side effect nodes
John Kåre Alsaker
-2
/
+5
2025-03-19
Pass in dep kind names to the duplicate dep node check
John Kåre Alsaker
-3
/
+4
2025-03-19
Check for duplicate dep nodes when creating the index
John Kåre Alsaker
-1
/
+8
2025-03-07
compiler: Use size_of from the prelude instead of imported
Thalia Archibald
-6
/
+5
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-1
/
+1
2024-08-29
Add `warn(unreachable_pub)` to `rustc_query_system`.
Nicholas Nethercote
-3
/
+3
2024-08-20
fix: simple typo in compiler directory
c8ef
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+9
2024-05-21
Add a footer in FileEncoder and check for it in MemDecoder
Ben Kimock
-7
/
+3
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-11
remove some things that do not need to be
Matthias Krüger
-6
/
+1
2024-03-23
Add some comments and do some renames
John Kåre Alsaker
-3
/
+21
2024-03-23
Encode dep graph edges directly from the previous graph when promoting
John Kåre Alsaker
-32
/
+148
2024-03-12
Rollup merge of #122245 - saethlin:check-dep-graph-size, r=petrochenkov
Jubilee
-3
/
+7
2024-03-09
Detect truncated incr comp files
Ben Kimock
-3
/
+7
2024-03-06
Avoid the double lock around `EncoderState`
John Kåre Alsaker
-7
/
+9
2024-03-06
Add a profiler reference to `GraphEncoder`
John Kåre Alsaker
-6
/
+7
2024-02-22
Fix typo in serialized.rs
Ikko Eltociear Ashimine
-1
/
+1
2024-01-14
Inline 2 functions that appear in dep-graph profiles.
Camille GILLOT
-0
/
+1
2023-12-12
clippy::complexity fixes
Matthias Krüger
-13
/
+1
2023-11-22
Replace `custom_encodable` with `encodable`.
Nicholas Nethercote
-0
/
+1
2023-11-16
Reduce exposure of things.
Nicholas Nethercote
-1
/
+1
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-50
/
+57
2023-09-20
Auto merge of #115542 - saethlin:fileencoder-is-bufwriter, r=WaffleLapkin
bors
-3
/
+5
2023-09-20
PR feedback
Ben Kimock
-4
/
+1
2023-09-12
Use `UnhashMap` for the index
John Kåre Alsaker
-2
/
+3
2023-09-12
Encode the number of dep kinds encountered in the dep graph
John Kåre Alsaker
-3
/
+15
2023-09-12
Store a index per dep node kind
John Kåre Alsaker
-7
/
+14
2023-09-10
Reimplement FileEncoder with a small-write optimization
Ben Kimock
-3
/
+8
2023-09-06
Add comments with the same level of detail as the PR description
Ben Kimock
-7
/
+40
2023-09-04
Use a specialized varint + bitpacking scheme for DepGraph encoding
Ben Kimock
-28
/
+256
2023-04-26
Auto merge of #110634 - saethlin:pointy-decoder, r=cjgillot
bors
-9
/
+7
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-23
Rewrite MemDecoder around pointers not a slice
Ben Kimock
-9
/
+7
[next]