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
/
hir
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2022-01-29
Make local_def_id_to_hir_id query directly returh HirId
Santiago Pastorino
-1
/
+8
2022-01-28
Make local_def_id_to_hir_id return MaybeOwner<()>
Santiago Pastorino
-6
/
+1
2022-01-28
Separate hir_owner query into two queries to avoid using extensive data on in...
Santiago Pastorino
-0
/
+5
2022-01-27
Store def_id_to_hir_id as variant in hir_owner.
Camille GILLOT
-8
/
+10
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-0
/
+1
2022-01-15
Do not ICE when accesing large LocalDefId.
Camille GILLOT
-1
/
+1
2022-01-15
Return a LocalDefId in get_parent_item.
Camille GILLOT
-1
/
+1
2022-01-09
rustc_middle: Rename `Export` to `ModChild` and add some comments
Vadim Petrochenkov
-1
/
+0
2021-10-12
Justify untracked access.
Camille GILLOT
-0
/
+1
2021-10-11
Make naming more explicit.
Camille GILLOT
-4
/
+4
2021-10-10
Directly use AttributeMap inside OwnerInfo.
Camille GILLOT
-21
/
+2
2021-10-09
Perform indexing during lowering.
Camille GILLOT
-49
/
+6
2021-10-09
Make index_hir incremental.
Camille GILLOT
-15
/
+21
2021-10-09
Forbid hashing HIR outside of indexing.
Camille GILLOT
-4
/
+9
2021-10-09
Use an IndexVec for bodies.
Camille GILLOT
-1
/
+1
2021-10-09
Store lowering outputs per owner.
Camille GILLOT
-36
/
+10
2021-10-07
Remove eval_always for HIR queries.
Camille GILLOT
-1
/
+1
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+1
2021-09-12
Use boxed slice instead of BTreeSet.
Camille GILLOT
-9
/
+9
2021-09-12
Gather module items after lowering.
Camille GILLOT
-2
/
+13
2021-09-10
Track span dependency using a callback.
Camille GILLOT
-0
/
+1
2021-09-01
Compute all_traits_impls during resolution.
Camille GILLOT
-1
/
+1
2021-07-25
Use OwnerNode in indexing.
Camille GILLOT
-2
/
+6
2021-07-06
Make resolutions a query.
Camille GILLOT
-1
/
+1
2021-06-04
Always go through the expn_that_defined query.
Camille GILLOT
-0
/
+4
2021-05-28
Merge fields and comment.
Camille GILLOT
-11
/
+26
2021-05-12
Use () for HIR queries.
Camille GILLOT
-5
/
+6
2021-04-29
Introduce a hir_owner_parent query.
Camille GILLOT
-0
/
+4
2021-04-29
Move parenting info to index_hir.
Camille GILLOT
-6
/
+3
2021-04-29
Do not compute entry parent when not required.
Camille GILLOT
-2
/
+2
2021-04-29
Split crate_hash from index_hir.
Camille GILLOT
-0
/
+12
2021-03-09
Use BTreeMap to store attributes.
Camille GILLOT
-1
/
+45
2021-03-09
Collect attributes during HIR lowering.
Camille GILLOT
-0
/
+1
2021-02-15
Index Modules using their LocalDefId.
Camille GILLOT
-5
/
+1
2021-01-26
Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank
bors
-1
/
+3
2021-01-23
Iterate to encode def_kind.
Camille GILLOT
-1
/
+1
2021-01-23
Infallible version of def_span.
Camille GILLOT
-0
/
+2
2021-01-16
Enforce that query results implement Debug
Aaron Hill
-1
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+96
[prev]