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
/
graph.rs
Age
Commit message (
Expand
)
Author
Lines
2024-04-22
Add more context to the forbidden dep-graph read ICE error message.
Michael Woerister
-1
/
+5
2024-04-22
Improve ICE message for forbidden dep-graph reads.
Michael Woerister
-1
/
+40
2024-04-05
Auto merge of #122070 - Zoxc:dep-edges-from-previous, r=cjgillot
bors
-10
/
+12
2024-04-03
rustc_index: Add a `ZERO` constant to index types
Vadim Petrochenkov
-1
/
+1
2024-03-23
Add some comments and do some renames
John Kåre Alsaker
-1
/
+1
2024-03-23
Encode dep graph edges directly from the previous graph when promoting
John Kåre Alsaker
-10
/
+12
2024-03-06
Avoid the double lock around `EncoderState`
John Kåre Alsaker
-10
/
+9
2024-03-06
Remove profiling from `intern_node`
John Kåre Alsaker
-32
/
+5
2024-03-06
Add a profiler reference to `GraphEncoder`
John Kåre Alsaker
-26
/
+10
2024-02-22
Adjust the `has_errors*` methods.
Nicholas Nethercote
-1
/
+1
2024-02-02
Remove dead args from functions
Michael Goulet
-3
/
+2
2024-01-22
Tweak error counting.
Nicholas Nethercote
-1
/
+1
2024-01-20
Avoid code generation for ThinVec<Diagnostic>'s destructor in the query system
John Kåre Alsaker
-1
/
+1
2024-01-06
don't reexport atomic::ordering via rustc_data_structures, use std import
klensy
-7
/
+7
2023-12-24
Remove more `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-15
Split `Handler::emit_diagnostic` in two.
Nicholas Nethercote
-2
/
+2
2023-12-02
Rename `HandlerInner::delayed_span_bugs` as `HandlerInner::span_delayed_bugs`.
Nicholas Nethercote
-1
/
+1
2023-11-22
Call FileEncoder::finish in rmeta encoding
Ben Kimock
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-16
Reduce exposure of things.
Nicholas Nethercote
-18
/
+18
2023-10-28
Rollup merge of #116534 - cjgillot:no-dep-tasks, r=davidtwco
Jubilee
-22
/
+4
2023-10-22
fix broken link: update incremental compilation url
gvozdvmozgu
-1
/
+1
2023-10-08
Remove -Zdep-tasks.
Camille GILLOT
-22
/
+4
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-83
/
+80
2023-09-08
Add optimized lock methods for `Sharded`
John Kåre Alsaker
-9
/
+3
2023-09-06
Add comments with the same level of detail as the PR description
Ben Kimock
-5
/
+1
2023-09-04
Use a specialized varint + bitpacking scheme for DepGraph encoding
Ben Kimock
-16
/
+15
2023-08-16
Keep SHARDS fixed instead of a function of `cfg!(parallel_compiler)`
John Kåre Alsaker
-1
/
+1
2023-08-13
Pass WorkProductMap to build_dep_graph instead of FxIndexMap
bjorn3
-4
/
+6
2023-08-04
replace few explicit use of parking_lot with rustc_data_structures::sync onces
klensy
-2
/
+1
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-2
/
+2
2023-06-04
Fixed failing test + minor cleanup
Andrew Xie
-1
/
+2
2023-06-04
Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...
Andrew Xie
-5
/
+5
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-3
/
+3
2023-04-27
Factor out common code in `intern_node`.
Nicholas Nethercote
-54
/
+26
2023-04-27
Clean up `with_task`.
Nicholas Nethercote
-10
/
+6
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-12
Auto merge of #109935 - michaelwoerister:fix-feed-in-eval-always, r=cjgillot
bors
-11
/
+33
2023-04-06
Don't rely on `Debug` impl for `Erased`
John Kåre Alsaker
-1
/
+8
2023-04-04
incr.comp.: Make sure dependencies are recorded when feeding queries during e...
Michael Woerister
-11
/
+33
2023-03-27
Rollup merge of #109587 - cjgillot:no-hashmap-fingerprint, r=Nilstrieb
Matthias Krüger
-10
/
+4
2023-03-25
Use an IndexVec to debug fingerprints.
Camille GILLOT
-10
/
+4
2023-03-25
Split the `if` to release the lock earlier
John Kåre Alsaker
-9
/
+14
2023-03-25
Optimize `incremental_verify_ich`
John Kåre Alsaker
-9
/
+16
2023-03-20
Auto merge of #109046 - Zoxc:split-execute-job, r=cjgillot,michaelwoerister
bors
-0
/
+1
2023-03-19
Add some assertions
John Kåre Alsaker
-0
/
+1
2023-03-12
Use `Debug` for formatting the dep nodes
John Kåre Alsaker
-2
/
+1
[next]