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
/
dep_graph
/
dep_node.rs
Age
Commit message (
Expand
)
Author
Lines
2022-10-01
Allow query system to recover a HirId.
Camille GILLOT
-6
/
+32
2022-09-25
Move some more code from rustc_middle to rustc_query_system
Joshua Nelson
-14
/
+1
2022-09-25
Move functions on `DepKindStruct` from rustc_middle to rustc_query_system
Joshua Nelson
-15
/
+3
2022-09-25
Move `DepKindStruct` from rustc_middle to rustc_query_system
Joshua Nelson
-61
/
+0
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+23
2022-09-22
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-32
/
+6
2022-09-15
Auto merge of #101173 - jyn514:simplify-macro-arguments, r=cjgillot
bors
-22
/
+13
2022-09-14
Allow query system to recover a HirId.
Camille GILLOT
-6
/
+32
2022-09-06
Get rid of the emitted `rustc_query_names` and `rustc_cached_queries` macro
Joshua Nelson
-9
/
+10
2022-09-06
Support doc-comments in `define_dep_nodes`
Joshua Nelson
-4
/
+4
2022-09-06
Further simplify the macros generated by `rustc_queries`
Joshua Nelson
-17
/
+7
2022-09-01
Don't create two new closures for each query
Joshua Nelson
-3
/
+3
2022-08-24
Simplify the syntax for macros generated by `rustc_queries`
Joshua Nelson
-1
/
+1
2022-08-23
Remove `$tcx` metavariable from `rustc_query_append`
Joshua Nelson
-2
/
+2
2022-07-06
Use a dedicated DepKind for the forever-red node.
Camille GILLOT
-0
/
+3
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-2
/
+5
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-2
/
+2
2022-01-19
Show a more informative panic message when `DefPathHash` does not exist
Aaron Hill
-1
/
+3
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-2
/
+2
2021-10-20
Address review.
Camille GILLOT
-7
/
+0
2021-10-20
Inline DepNodeParams methods.
Camille GILLOT
-0
/
+14
2021-10-20
Build jump table at runtime.
Camille GILLOT
-6
/
+5
2021-10-20
Merge two query callbacks arrays.
Camille GILLOT
-114
/
+72
2021-10-20
Drop has_params.
Camille GILLOT
-23
/
+1
2021-10-20
Move def_path_hash_to_def_id to rustc_middle.
Camille GILLOT
-5
/
+1
2021-10-06
Query the fingerprint style during key reconstruction
Mark Rousskov
-34
/
+38
2021-10-02
Prevent macro ambiguity errors
bjorn3
-2
/
+2
2021-09-14
Make DefPathHash->DefId panic for if the mapping fails.
Michael Woerister
-1
/
+5
2021-09-14
Remove RawDefId tracking infrastructure from incr. comp. framework.
Michael Woerister
-11
/
+1
2021-06-04
Fix rebase fallout
Aaron Hill
-1
/
+1
2021-06-02
Restrict access to crate_name.
Camille GILLOT
-1
/
+1
2021-06-01
Make is_private_dep a query.
Camille GILLOT
-1
/
+1
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-1
/
+1
2021-05-30
Make allocator_kind a query.
Camille GILLOT
-1
/
+1
2021-05-30
Restrict access to crate_name.
Camille GILLOT
-1
/
+1
2021-05-30
Make resolutions a query.
Camille GILLOT
-1
/
+1
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-1
/
+1
2021-05-22
Make THIR building a stealable query
LeSeulArtichaut
-1
/
+1
2021-04-12
Introduce CompileMonoItem DepNode
bjorn3
-8
/
+28
2021-02-19
Split DepKindStruct in two.
Camille GILLOT
-101
/
+7
2021-02-19
Use QueryCtxt in DepKindStruct.
Camille GILLOT
-9
/
+4
2021-02-19
Use a QueryContext for try_mark_green.
Camille GILLOT
-1
/
+1
2021-02-19
Move try_load_from_on_disk_cache to the QueryContext.
Camille GILLOT
-5
/
+4
2021-02-19
Make QueryEngine opaque to TyCtxt.
Camille GILLOT
-2
/
+3
2021-02-19
Wrap TyCtxt inside a QueryCtxt for queries.
Camille GILLOT
-2
/
+3
2021-02-19
Decouple the on-disk cache from the query engine.
Camille GILLOT
-5
/
+2
2021-01-22
Edit rustc_middle::dep_graph module documentation
pierwill
-7
/
+10
2021-01-15
Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael...
bors
-14
/
+0
2021-01-12
Remove DepKind::CrateMetadata and pre-allocation of DepNodes
Tyson Nottingham
-14
/
+0
2021-01-08
Get rid of `DepConstructor`
Joshua Nelson
-32
/
+13
[next]