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
/
src
/
librustc
/
dep_graph
/
dep_node.rs
Age
Commit message (
Expand
)
Author
Lines
2017-09-17
rustc: Make trans collect/partition a query
Alex Crichton
-0
/
+1
2017-09-17
rustc: Calculate `ExportedSymbols` in a query
Alex Crichton
-1
/
+2
2017-09-11
rustc: Remove HirId from queries
Alex Crichton
-9
/
+9
2017-09-09
Auto merge of #44335 - arielb1:node-hashing, r=alexcrichton
bors
-1
/
+20
2017-09-07
rustc: Remove `CrateStore::crates` as a method
Alex Crichton
-0
/
+1
2017-09-05
rustc: Move stability functionality into queries
Alex Crichton
-2
/
+3
2017-09-05
rustc: Rename item_body query to extern_const_body
Alex Crichton
-1
/
+1
2017-09-05
rustc: Hide `maybe_unused_*` fields in queries
Alex Crichton
-0
/
+2
2017-09-05
rustc: Convert `freevars` to a query
Alex Crichton
-0
/
+2
2017-09-05
rustc: Remove `CrateStore::used_crate*`
Alex Crichton
-0
/
+2
2017-09-05
rustc: Migrate `visible_parent_map` to a query
Alex Crichton
-0
/
+3
2017-09-05
rustc: Migrate `CrateStore::item_body` to a query
Alex Crichton
-0
/
+1
2017-09-05
rustc: Remove lang item methods from CrateStore
Alex Crichton
-0
/
+2
2017-09-05
rustc: Migrate lang items to a query
Alex Crichton
-0
/
+1
2017-09-05
rustc: Flag some CrateStore methods as "untracked"
Alex Crichton
-0
/
+6
2017-09-05
rustc: Hide the `named_region_map` behind queries
Alex Crichton
-0
/
+4
2017-09-05
rustc: Remove a number of mutable fields in cstore
Alex Crichton
-0
/
+5
2017-09-05
rustc: Move implementations_of_trait to a query
Alex Crichton
-0
/
+3
2017-09-05
rustc: Move original_crate_name to a query
Alex Crichton
-0
/
+1
2017-09-05
rustc: Move crate_hash to a query
Alex Crichton
-0
/
+1
2017-09-05
rustc: Move crate_disambiguator to queries
Alex Crichton
-0
/
+1
2017-09-05
rustc: Move {plugin,derive}_registrar_fn to queries
Alex Crichton
-0
/
+2
2017-09-05
rustc: Migrate `CStore::native_libraries` to a query
Alex Crichton
-0
/
+1
2017-09-05
rustc: Migrate `CStore::expored_symbols` to a query
Alex Crichton
-0
/
+1
2017-09-05
rustc: Move `impl_defaultness` to a query
Alex Crichton
-0
/
+1
2017-09-05
rustc: Move a few more cstore methods to queries
Alex Crichton
-5
/
+8
2017-09-05
Avoid hashing when creating a DepNode from a HirId
Ariel Ben-Yehuda
-1
/
+20
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-1
/
+1
2017-08-30
Merge branch 'hide-trait-map' into rollup
Alex Crichton
-0
/
+3
2017-08-29
rustc: Make the `export_map` of TyCtxt private
Alex Crichton
-0
/
+1
2017-08-29
rustc: Make the `trait_map` of TyCtxt private
Alex Crichton
-0
/
+2
2017-08-29
rustc: Remove `specailization_cache` in favor of a query
Alex Crichton
-0
/
+1
2017-08-28
Merge branch 'master' of https://github.com/rust-lang/rust into gen
John Kåre Alsaker
-0
/
+2
2017-08-27
Move unused-extern-crate to late pass
Tatsuyuki Ishi
-0
/
+2
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+2
2017-08-21
Expose mir-borrowck via a query.
Felix S. Klock II
-0
/
+2
2017-08-14
Use a DepNode for the generator signature
John Kåre Alsaker
-0
/
+1
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-0
/
+1
2017-08-03
incr.comp.: Make ConstEval dep-node anonymous.
Michael Woerister
-7
/
+9
2017-08-01
incr.comp.: Assert that no DepNode is re-opened (see issue #42298).
Michael Woerister
-0
/
+1
2017-07-12
integrate anon dep nodes into trait selection
Niko Matsakis
-1
/
+1
2017-07-10
incr.comp.: Introduce the concept of anonymous DepNodes.
Michael Woerister
-88
/
+117
2017-07-10
Fix some `tidy` errors.
Michael Woerister
-1
/
+6
2017-07-10
Deduplicate DepNode::ConstEval()
Michael Woerister
-2
/
+3
2017-07-10
Allow 'tcx in define_dep_nodes! and deduplicate some DepNodes.
Michael Woerister
-15
/
+17
2017-07-10
Split DepNode::ItemSignature into non-overlapping variants.
Michael Woerister
-4
/
+14
2017-06-18
rustc: Check if def_path_hash_to_def_id is populated before accessing it.
Florian Hahn
-5
/
+5
2017-06-16
Auto merge of #42598 - cramertj:track-more-metadata, r=nikomatsakis
bors
-2
/
+7
2017-06-15
Divide up metadata into separate DepNodes
Taylor Cramer
-2
/
+6
2017-06-15
Auto merge of #42625 - michaelwoerister:dep-node-debug, r=nikomatsakis
bors
-4
/
+126
[prev]
[next]