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
Age
Commit message (
Expand
)
Author
Lines
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-25
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-2
/
+17
2017-08-25
Auto merge of #44012 - michaelwoerister:cache-hir-dep-node-index, r=nikomatsakis
bors
-2
/
+10
2017-08-23
-Z profile-queries includes dep_graph.with_task uses in output
Matthew Hammer
-0
/
+7
2017-08-22
incr.comp.: Cache Hir-DepNodeIndices in the HIR map.
Michael Woerister
-2
/
+10
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
/
+11
2017-07-12
integrate anon dep nodes into trait selection
Niko Matsakis
-32
/
+10
2017-07-10
don't panic in `dep_node_debug_str` if `self.data` is `None`
Niko Matsakis
-1
/
+1
2017-07-10
incr.comp.: Cache DepNodes with corresponding query results.
Michael Woerister
-21
/
+50
2017-07-10
incr.comp.: Introduce the concept of anonymous DepNodes.
Michael Woerister
-90
/
+200
2017-07-10
incr.comp.: Manage dependency graph on main thread.
Michael Woerister
-470
/
+173
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
incr.comp.: Improve debug output for work products.
Michael Woerister
-3
/
+4
2017-07-10
Split DepNode::ItemSignature into non-overlapping variants.
Michael Woerister
-6
/
+16
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-5
/
+5
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
/
+145
2017-06-14
Switch CrateNum queries to DefId
Taylor Cramer
-1
/
+0
2017-06-14
Add CrateNum-taking ability to the provide macro
Taylor Cramer
-0
/
+1
2017-06-13
On-demand is_const_fn
Taylor Cramer
-0
/
+1
2017-06-13
dep_node: Add comment about method specialization being just a performance op...
Michael Woerister
-0
/
+6
2017-06-13
incr.comp.: Make DepNode's std::fmt::Debug implementation useful again.
Michael Woerister
-4
/
+139
2017-06-12
kill various DepNode variants
Niko Matsakis
-3
/
+0
2017-06-12
kill various tasks we no longer need and remove outdated README text
Niko Matsakis
-138
/
+4
2017-06-12
Add some documentation to the dep_node module.
Michael Woerister
-0
/
+52
2017-06-09
incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.
Michael Woerister
-332
/
+435
2017-06-07
Allocate DefIndices for global crate metadata.
Michael Woerister
-18
/
+0
2017-06-06
incr.comp.: Make WorkProductId opaque so we don't accidentally rely on being ...
Michael Woerister
-11
/
+21
2017-06-03
Module doc comment for librustc/dep_graph/safe.rs
bjorn3
-0
/
+2
2017-06-03
Make some comments docs in librustc/dep_graph/dep_node.rs
bjorn3
-53
/
+53
2017-06-02
Auto merge of #42381 - Mark-Simulacrum:rollup, r=Mark-Simulacrum
bors
-1
/
+1
[prev]
[next]