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
/
compiler
/
rustc_middle
/
src
/
ty
/
query
Age
Commit message (
Expand
)
Author
Lines
2021-01-25
Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiser
bors
-0
/
+11
2021-01-23
Prevent query cycles during inlining
oli
-0
/
+11
2021-01-23
Iterate to encode def_kind.
Camille GILLOT
-0
/
+16
2021-01-17
Impl EncodableWithShorthand for PredicateKind
Jack Huey
-0
/
+5
2021-01-16
Can't use EncodableWithShorthand for Predicate
Jack Huey
-5
/
+0
2021-01-13
Properly handle `SyntaxContext` of dummy spans in incr comp
Aaron Hill
-12
/
+20
2021-01-11
Serialize incr comp structures to file via fixed-size buffer
Tyson Nottingham
-36
/
+52
2021-01-08
Make force_from_dep_node a function pointer.
Camille GILLOT
-107
/
+1
2021-01-08
Make try_load_from_on_disk_cache a function pointer.
Camille GILLOT
-26
/
+0
2021-01-04
Auto merge of #80610 - Aaron1011:unhash-def-path-hash, r=varkor
bors
-8
/
+9
2021-01-01
rustc_serialize: specialize opaque decoding of some u8 sequences
Tyson Nottingham
-0
/
+9
2021-01-01
rustc_serialize: specialize opaque encoding of some u8 sequences
Tyson Nottingham
-0
/
+10
2021-01-01
Use `UnhashMap` whenever we have a key of `DefPathHash`
Aaron Hill
-8
/
+9
2020-12-23
Rollup merge of #80204 - pierwill:pierwill-rustcmiddle-ondisk, r=varkor
Guillaume Gomez
-2
/
+2
2020-12-19
docs: Edit rustc_middle::ty::query::on_disk_cache
pierwill
-2
/
+2
2020-12-18
OnDiskCache: avoid storing local def id hashes in foreign def id collection
Tyson Nottingham
-2
/
+4
2020-12-18
rustc_query_system: explicitly register reused dep nodes
Tyson Nottingham
-9
/
+25
2020-12-14
Remove unused `TyEncoder::tcx` required method
LeSeulArtichaut
-3
/
+0
2020-12-10
Use `def_path_hash_to_def_id` when re-using a `RawDefId`
Aaron Hill
-3
/
+21
2020-12-04
Properly re-use def path hash in incremental mode
Aaron Hill
-1
/
+1
2020-12-03
Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simul...
bors
-23
/
+1
2020-12-02
Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa...
Santiago Pastorino
-23
/
+1
2020-12-01
Auto merge of #74967 - Aaron1011:feature/incr-def-path-table, r=pnkfelix
bors
-7
/
+172
2020-11-27
Allow to self reference associated types in where clauses
Santiago Pastorino
-0
/
+11
2020-11-27
Allow to use super trait bounds in where clauses
Santiago Pastorino
-1
/
+12
2020-11-25
Fix rebase fallout
Aaron Hill
-1
/
+7
2020-11-25
Only populate local_def_path_hash_to_def_id when needed
Aaron Hill
-3
/
+6
2020-11-25
Lazy DefPath decoding for incremental compilation
Aaron Hill
-8
/
+164
2020-11-25
Fix typos
Dániel Buga
-2
/
+2
2020-11-19
Only create `OnDiskCache` in incremental compilation mode
Aaron Hill
-3
/
+4
2020-11-14
Move Steal to rustc_data_structures.
Camille GILLOT
-1
/
+1
2020-10-22
Retire rustc_dep_node_try_load_from_on_disk_cache.
Camille GILLOT
-1
/
+23
2020-10-22
Retire rustc_dep_node_force.
Camille GILLOT
-13
/
+36
2020-10-22
Unify query name and node name.
Camille GILLOT
-3
/
+3
2020-10-22
Remove unused category from macros.
Camille GILLOT
-16
/
+6
2020-10-22
Remove unused ProfileCategory.
Camille GILLOT
-3
/
+0
2020-10-22
Auto merge of #77871 - Julian-Wollersberger:less-query-context, r=oli-obk
bors
-18
/
+21
2020-10-19
Remove <CTX: QueryContext> in a bunch of places.
Julian Wollersberger
-15
/
+18
2020-10-16
Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q...
Dylan DPC
-3
/
+10
2020-10-14
Remove unused code from rustc_middle
est31
-23
/
+0
2020-10-13
Replace absolute paths with relative ones
est31
-2
/
+2
2020-10-12
Remove generic argument from `QueryConfig`.
Julian Wollersberger
-3
/
+3
2020-10-09
change condition for end of query stack message
hosseind88
-4
/
+4
2020-10-09
fix show we're just showing... message instead of the end of query stack mess...
hosseind75
-3
/
+0
2020-10-09
show a message when we are showing limited slice of query stack
hosseind75
-0
/
+3
2020-10-09
change approach and run ui tests
hosseind75
-5
/
+1
2020-10-09
run full query stack print just when RUST_BACKTRACE is set
hosseind75
-1
/
+5
2020-10-09
ICEs should print the top of the query stack
hosseind75
-13
/
+1
2020-10-09
rebase with master
hosseind75
-0
/
+8
2020-10-09
fix show we're just showing... message instead of the end of query stack mess...
hosseind75
-1
/
+5
[next]