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_middle
/
src
/
ty
/
query
Age
Commit message (
Expand
)
Author
Lines
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
2020-10-09
run full query stack print just when RUST_BACKTRACE is set
hosseind75
-3
/
+7
2020-10-09
ICEs should print the top of the query stack
hosseind75
-1
/
+4
2020-09-25
Address review comment
marmeladema
-4
/
+6
2020-09-25
Fix profiling query key creation
marmeladema
-19
/
+12
2020-09-25
Rename `DefPathData::get_name()` to `DefPathData::name()`
marmeladema
-1
/
+1
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-11
/
+19
2020-09-19
Unify the names of const eval queries and their return types
Oliver Scherer
-1
/
+1
2020-09-18
support const_evaluatable_checked across crate boundaries
Bastian Kauschke
-0
/
+6
2020-09-18
use abstract consts when unifying ConstKind::Unevaluated
Bastian Kauschke
-0
/
+16
2020-08-30
mv compiler to compiler/
mark
-0
/
+2695
[prev]