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
/
query
Age
Commit message (
Expand
)
Author
Lines
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-0
/
+4
2021-06-05
Update compiler/rustc_middle/src/query/mod.rs
Camille Gillot
-1
/
+0
2021-06-04
Always go through the expn_that_defined query.
Camille GILLOT
-0
/
+1
2021-06-02
Restrict access to crate_name.
Camille GILLOT
-4
/
+0
2021-06-02
Auto merge of #85908 - cjgillot:private-dep-query, r=Aaron1011
bors
-0
/
+6
2021-06-01
Make is_private_dep a query.
Camille GILLOT
-0
/
+6
2021-06-01
Remove StableVec.
Camille GILLOT
-1
/
+1
2021-06-01
Only compute the trait_map once.
Camille GILLOT
-1
/
+0
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-16
/
+16
2021-06-01
Auto merge of #85153 - cjgillot:qresolve, r=Aaron1011
bors
-16
/
+16
2021-05-31
Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoerister
bors
-1
/
+1
2021-05-30
Make is_private_dep a query.
Camille GILLOT
-0
/
+5
2021-05-30
Make allocator_kind a query.
Camille GILLOT
-0
/
+3
2021-05-30
Remove StableVec.
Camille GILLOT
-1
/
+1
2021-05-30
Restrict access to crate_name.
Camille GILLOT
-4
/
+0
2021-05-30
Make resolutions a query.
Camille GILLOT
-10
/
+7
2021-05-30
Only compute the trait_map once.
Camille GILLOT
-1
/
+0
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-4
/
+0
2021-05-28
Merge fields and comment.
Camille GILLOT
-1
/
+1
2021-05-27
Update compiler/rustc_middle/src/query/mod.rs
Niko Matsakis
-0
/
+1
2021-05-26
Don't hash `thir_body`
LeSeulArtichaut
-0
/
+1
2021-05-22
Handle typeck errors properly
LeSeulArtichaut
-1
/
+1
2021-05-22
Make THIR building a stealable query
LeSeulArtichaut
-0
/
+5
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-53
/
+38
2021-05-15
Auto merge of #85328 - GuillaumeGomez:rollup-exe9nbj, r=GuillaumeGomez
bors
-3
/
+2
2021-05-15
Rollup merge of #85215 - richkadel:ice-fixes-minus-dead-blocks, r=tmandry
Guillaume Gomez
-3
/
+2
2021-05-14
add new attribute rustc_insignificant_dtor and a query to check if a type has...
Dhruv Jauhar
-0
/
+15
2021-05-13
Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis
bors
-0
/
+13
2021-05-12
`coverageinfo` query needs to use the same MIR as codegen
Rich Kadel
-3
/
+2
2021-05-12
Use () for analysis.
Camille GILLOT
-4
/
+3
2021-05-12
Use () for codegen queries.
Camille GILLOT
-10
/
+6
2021-05-12
Use () for all_traits.
Camille GILLOT
-1
/
+1
2021-05-12
Use () for visible_parent_map.
Camille GILLOT
-4
/
+2
2021-05-12
Use () for lang items.
Camille GILLOT
-8
/
+6
2021-05-12
Use () for privacy.
Camille GILLOT
-2
/
+2
2021-05-12
Use () for typeck_item_bodies.
Camille GILLOT
-1
/
+1
2021-05-12
Use () for inherent_impls.
Camille GILLOT
-6
/
+3
2021-05-12
Use () for inferred_outlives_crate.
Camille GILLOT
-2
/
+1
2021-05-12
Use () for crate_variances.
Camille GILLOT
-1
/
+1
2021-05-12
Use () for mir_keys.
Camille GILLOT
-1
/
+1
2021-05-12
Use () for lint_levels.
Camille GILLOT
-1
/
+1
2021-05-12
Use () for proc_macro_decls_static.
Camille GILLOT
-1
/
+1
2021-05-12
Use () for plugin_registrar_fn.
Camille GILLOT
-1
/
+1
2021-05-12
Use () for entry_fn.
Camille GILLOT
-1
/
+1
2021-05-12
Use () for HIR queries.
Camille GILLOT
-3
/
+3
2021-05-12
Use () in reachable_set.
Camille GILLOT
-3
/
+3
2021-05-12
Use () in dependency_formats.
Camille GILLOT
-3
/
+1
2021-05-11
Introduce the (WIP) THIR unsafety checker
LeSeulArtichaut
-0
/
+13
2021-05-11
improve diagnosts for GATs
b-naber
-0
/
+4
2021-05-01
Auto merge of #83114 - cjgillot:hop, r=eddyb
bors
-1
/
+10
[next]