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
/
src
/
librustc
/
dep_graph
/
dep_node.rs
Age
Commit message (
Expand
)
Author
Lines
2017-08-17
Revert "Auto merge of #43184 - nikomatsakis:incr-comp-anonymize-trait-selecti...
Ariel Ben-Yehuda
-1
/
+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
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
/
+120
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
-5
/
+0
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
-252
/
+373
2017-06-07
Allocate DefIndices for global crate metadata.
Michael Woerister
-17
/
+0
2017-06-06
incr.comp.: Make WorkProductId opaque so we don't accidentally rely on being ...
Michael Woerister
-3
/
+14
2017-06-03
Make some comments docs in librustc/dep_graph/dep_node.rs
bjorn3
-53
/
+53
2017-06-01
rewrite layout to take a (param-env, ty) pair instead of infcx
Niko Matsakis
-0
/
+2
2017-05-23
incr.comp.: Track expanded spans instead of FileMaps.
Michael Woerister
-2
/
+0
2017-05-22
rename `ParameterEnvironment` to `ParamEnv`
Niko Matsakis
-2
/
+2
2017-05-22
move `needs_drop` into a query
Niko Matsakis
-0
/
+2
2017-05-22
make parameter-environment a query
Niko Matsakis
-0
/
+2
2017-05-22
centralize the caching for is-copy, is-sized, and is-freeze
Niko Matsakis
-0
/
+6
2017-05-15
Remove interior mutability from TraitDef by turning fields into queries.
Michael Woerister
-0
/
+4
2017-05-15
ICH: Hash lists of local trait impls as part of the HIR.
Michael Woerister
-0
/
+3
2017-05-09
resolved merge conflicts
achernyak
-2
/
+26
2017-05-08
incr.comp.: Hash more pieces of crate metadata to detect changes there.
Michael Woerister
-2
/
+19
2017-05-07
is_exported_symbol
achernyak
-0
/
+2
2017-05-05
Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=pnkfelix
Corey Farwell
-0
/
+7
2017-05-04
impl_parent
achernyak
-0
/
+2
2017-05-04
trait_of_item
achernyak
-0
/
+2
2017-05-03
allow tests to refer to `ItemVariances`
Niko Matsakis
-0
/
+1
2017-05-03
factor variances into a proper query
Niko Matsakis
-0
/
+6
2017-05-03
fn_arg_names
achernyak
-0
/
+2
2017-05-03
item_attrs
achernyak
-0
/
+2
2017-05-03
all queries use dep nodes
achernyak
-0
/
+6
2017-05-02
Rollup merge of #41653 - achernyak:master, r=nikomatsakis
Corey Farwell
-0
/
+4
2017-05-02
introduce `mir_keys()`
Niko Matsakis
-0
/
+2
2017-05-02
query for deprecation
achernyak
-0
/
+4
2017-04-30
introduce per-fn RegionMaps
Taylor Cramer
-2
/
+2
2017-04-29
removed custom functions and comment
achernyak
-1
/
+0
2017-04-29
chaned dep nodes impl
achernyak
-2
/
+2
2017-04-29
added dep nodes and comment
achernyak
-0
/
+6
2017-04-26
cache symbol names in ty::maps
Ariel Ben-Yehuda
-0
/
+2
[next]