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
Age
Commit message (
Expand
)
Author
Lines
2017-08-17
Revert "Auto merge of #43184 - nikomatsakis:incr-comp-anonymize-trait-selecti...
Ariel Ben-Yehuda
-10
/
+32
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
2017-06-01
rewrite layout to take a (param-env, ty) pair instead of infcx
Niko Matsakis
-0
/
+2
2017-06-01
Syntax highlight rust code in librustc/dep_graph/README.md
bjorn3
-1
/
+1
2017-05-29
Remove DepGraph::write() and its callers.
Michael Woerister
-25
/
+0
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
-81
/
+27
2017-05-08
incr.comp.: Hash more pieces of crate metadata to detect changes there.
Michael Woerister
-2
/
+20
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
-79
/
+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
kill the old `visit_all_item_likes` infrastructure
Niko Matsakis
-79
/
+0
2017-05-03
factor variances into a proper query
Niko Matsakis
-0
/
+6
2017-05-03
fn_arg_names
achernyak
-0
/
+2
[next]