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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_query_system
Age
Commit message (
Expand
)
Author
Lines
2020-04-20
Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrum
bors
-1
/
+1
2020-04-16
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
-1
/
+1
2020-04-15
Update parking_lot dependency to avoid use of deprecated asm!
Amanieu d'Antras
-1
/
+1
2020-03-30
Add inline attributes for functions used in the query system
John Kåre Alsaker
-0
/
+2
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-3
/
+3
2020-03-27
Implement HashStable directly.
Camille GILLOT
-5
/
+8
2020-03-27
Cleanups.
Camille GILLOT
-5
/
+4
2020-03-27
Move QueryContext to the parent module.
Camille GILLOT
-42
/
+46
2020-03-27
Remove the QueryGetter trait.
Camille GILLOT
-88
/
+70
2020-03-26
Don't allow access to the Session.
Camille GILLOT
-6
/
+4
2020-03-26
Rename read_query_job -> current_query_job and simplify it.
Camille GILLOT
-20
/
+16
2020-03-26
Add comment.
Camille GILLOT
-0
/
+2
2020-03-26
Simplify generics on try_start.
Camille GILLOT
-5
/
+4
2020-03-26
Move generics on QueryCache.
Camille GILLOT
-20
/
+20
2020-03-26
Prune dependencies.
Camille GILLOT
-3
/
+1
2020-03-26
Retire DepGraphSafe and HashStableContext.
Camille GILLOT
-120
/
+29
2020-03-26
Access QueryStateShard directly.
Camille GILLOT
-19
/
+5
2020-03-26
Unify key types in get_lookup.
Camille GILLOT
-4
/
+4
2020-03-26
Rustfmt.
Camille GILLOT
-249
/
+239
2020-03-26
Make librustc_query_system compile.
Camille GILLOT
-785
/
+54
2020-03-26
Move query system to librustc_query_system.
Camille GILLOT
-0
/
+2304
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
/
+340
2020-03-23
Move dep_graph to new crate librustc_query_system.
Camille GILLOT
-0
/
+2015