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
/
query
/
plumbing.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-752
/
+0
2020-08-12
Remove unused tcx parameter
Mark Rousskov
-5
/
+5
2020-05-01
Restrict access.
Camille GILLOT
-1
/
+1
2020-05-01
Inline a few things.
Camille GILLOT
-1
/
+8
2020-05-01
Monomorphise the interface.
Camille GILLOT
-29
/
+72
2020-05-01
Move the DepNode construction to librustc_query_system.
Camille GILLOT
-1
/
+3
2020-05-01
Monomorphise try_execute_query.
Camille GILLOT
-43
/
+32
2020-05-01
Monomorphise try_start.
Camille GILLOT
-18
/
+20
2020-05-01
Monomorphise try_execute_anon_query.
Camille GILLOT
-15
/
+30
2020-05-01
Monomorphise load_from_disk_and_cache_in_memory.
Camille GILLOT
-13
/
+14
2020-05-01
Monomorphise force_query_with_job.
Camille GILLOT
-13
/
+16
2020-04-28
Allow the QueryCache to specify storage.
Camille GILLOT
-24
/
+20
2020-03-30
Add inline attributes for functions used in the query system
John Kåre Alsaker
-0
/
+1
2020-03-27
Move QueryContext to the parent module.
Camille GILLOT
-1
/
+2
2020-03-27
Remove the QueryGetter trait.
Camille GILLOT
-88
/
+70
2020-03-26
Don't allow access to the Session.
Camille GILLOT
-1
/
+1
2020-03-26
Rename read_query_job -> current_query_job and simplify it.
Camille GILLOT
-1
/
+2
2020-03-26
Simplify generics on try_start.
Camille GILLOT
-5
/
+4
2020-03-26
Move generics on QueryCache.
Camille GILLOT
-10
/
+10
2020-03-26
Retire DepGraphSafe and HashStableContext.
Camille GILLOT
-18
/
+11
2020-03-26
Access QueryStateShard directly.
Camille GILLOT
-8
/
+1
2020-03-26
Unify key types in get_lookup.
Camille GILLOT
-2
/
+2
2020-03-26
Rustfmt.
Camille GILLOT
-246
/
+232
2020-03-26
Make librustc_query_system compile.
Camille GILLOT
-552
/
+21
2020-03-26
Move query system to librustc_query_system.
Camille GILLOT
-0
/
+1269