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
/
src
/
librustc_query_system
/
dep_graph
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-1634
/
+0
2020-08-14
Rework `rustc_serialize`
Matthew Jasper
-5
/
+6
2020-06-10
Use min_specialization in the remaining rustc crates
Matthew Jasper
-3
/
+6
2020-05-14
Rollup merge of #72126 - nnethercote:change-WorkProduct-saved_files, r=alexcr...
Dylan DPC
-2
/
+2
2020-05-12
Change `WorkProduct::saved_files` to an `Option`.
Nicholas Nethercote
-2
/
+2
2020-05-11
Fix clippy warnings
Matthias Krüger
-3
/
+3
2020-05-04
Auto merge of #71754 - alexcrichton:no-bitcode-in-cache, r=nnethercote
bors
-8
/
+1
2020-05-01
Don't copy bytecode files into the incr. comp. cache.
Nicholas Nethercote
-8
/
+1
2020-05-01
Move the DepNode construction to librustc_query_system.
Camille GILLOT
-0
/
+25
2020-04-29
Store LLVM bitcode in object files, not compressed
Alex Crichton
-1
/
+0
2020-04-16
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
-1
/
+1
2020-03-30
Add inline attributes for functions used in the query system
John Kåre Alsaker
-0
/
+1
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-1
/
+1
2020-03-27
Implement HashStable directly.
Camille GILLOT
-3
/
+8
2020-03-27
Cleanups.
Camille GILLOT
-2
/
+3
2020-03-26
Retire DepGraphSafe and HashStableContext.
Camille GILLOT
-85
/
+18
2020-03-26
Rustfmt.
Camille GILLOT
-1
/
+5
2020-03-26
Generalise Query starting.
Camille GILLOT
-1
/
+4
2020-03-26
Decouple from DepKind.
Camille GILLOT
-0
/
+4
2020-03-23
Address review.
Camille GILLOT
-10
/
+10
2020-03-23
Put extract_def_id back on DepNode.
Camille GILLOT
-13
/
+0
2020-03-23
Remove assert_ignored and with_ignore_deps.
Camille GILLOT
-10
/
+4
2020-03-23
Merge ensure_node_can_be_forced into force_from_dep_node.
Camille GILLOT
-8
/
+3
2020-03-23
Fallout in other crates.
Camille GILLOT
-13
/
+2
2020-03-23
Make librustc_query_system compile.
Camille GILLOT
-604
/
+286
2020-03-23
Move dep_graph to new crate librustc_query_system.
Camille GILLOT
-0
/
+2015