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-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-7
/
+7
2017-01-25
rename `Tables` to `TypeckTables`
Niko Matsakis
-14
/
+14
2017-01-25
remove outdated text
Niko Matsakis
-21
/
+0
2017-01-25
merge TypeckItemBody and Tables depnodes
Niko Matsakis
-16
/
+15
2017-01-19
Rollup merge of #39115 - king6cong:master, r=nikomatsakis
Guillaume Gomez
-1
/
+1
2017-01-17
consistent doc wording
king6cong
-1
/
+1
2017-01-16
incr.comp.: Delete orphaned work-products.
Michael Woerister
-0
/
+6
2017-01-06
rustc: store ty::Tables separately for each body (except closures').
Eduard-Mihai Burtescu
-0
/
+3
2016-12-28
rustc: move function arguments into hir::Body.
Eduard-Mihai Burtescu
-0
/
+6
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-1
/
+0
2016-12-28
rustc: separate TraitItem from their parent Item, just like ImplItem.
Eduard-Mihai Burtescu
-0
/
+11
2016-12-20
Rollup merge of #38418 - michaelwoerister:def_path_cleanup, r=eddyb
Alex Crichton
-6
/
+2
2016-12-16
Address fallout
Aaron Turon
-10
/
+6
2016-12-16
Remove some more things that were only needed for inlined-HIR DefIds
Michael Woerister
-6
/
+2
2016-11-29
rustc: simplify AdtDef by removing the field types and ty::ivar.
Eduard-Mihai Burtescu
-3
/
+0
2016-11-29
Address remaining review comments
Florian Diebold
-1
/
+2
2016-11-29
restructure `CollectItem` dep-node to separate fn sigs from bodies
Niko Matsakis
-0
/
+2
2016-11-29
Give function bodies their own dep graph node
Florian Diebold
-0
/
+5
2016-11-28
rustc: rework stability to be on-demand for type-directed lookup.
Eduard Burtescu
-2
/
+2
2016-11-16
make distinct Hir() nodes in the graph for impl items
Niko Matsakis
-5
/
+4
2016-11-16
separate impl-items from the impl in the HIR
Niko Matsakis
-0
/
+12
2016-11-16
refactor Visitor into ItemLikeVisitor and intravisit::Visitor
Niko Matsakis
-10
/
+9
2016-11-10
rustc: clean up lookup_item_type and remove TypeScheme.
Eduard Burtescu
-4
/
+4
2016-11-10
rustc: unify and simplify managing associated items.
Eduard Burtescu
-6
/
+6
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-17
/
+17
2016-10-18
Don't enqueue onto a disabled dep_graph.
Nicholas Nethercote
-24
/
+47
2016-09-23
Load extern crates in `resolve`.
Jeffrey Seyfried
-2
/
+0
2016-09-20
rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names.
Eduard Burtescu
-3
/
+3
2016-09-20
rustc_metadata: move more RBML tags to auto-serialization.
Eduard Burtescu
-11
/
+4
2016-09-12
check stack discipline of tasks
Niko Matsakis
-8
/
+20
2016-09-06
pacify the mercilous tidy
Niko Matsakis
-0
/
+10
2016-09-06
kill extra `use`
Niko Matsakis
-1
/
+0
2016-09-06
kill the forbidden code
Niko Matsakis
-32
/
+0
2016-09-06
implement a debugging "shadow graph"
Niko Matsakis
-28
/
+175
2016-09-06
add a debugging mechanism to forbid edges
Niko Matsakis
-1
/
+35
2016-09-06
write to inherent_impls during the visitor
Niko Matsakis
-0
/
+11
2016-08-31
simplify DepNode for trait selection
Niko Matsakis
-4
/
+3
2016-08-23
consider DepNode::Krate to be an input
Niko Matsakis
-0
/
+5
2016-08-09
make it possible to test if HIR is dirty
Niko Matsakis
-0
/
+1
2016-08-09
make DepNode PartialOrd
Niko Matsakis
-2
/
+2
2016-08-08
track MIR through the dep-graph
Niko Matsakis
-6
/
+16
2016-08-02
replace graph rewriting with detecting inlined ids
Niko Matsakis
-0
/
+26
2016-07-28
Keep multiple files per work-product
Niko Matsakis
-6
/
+5
2016-07-28
Address mw nits
Niko Matsakis
-5
/
+5
2016-07-28
Extend DepGraph so it can track "work-products"
Niko Matsakis
-9
/
+128
2016-07-01
fix RUST_LOG, hopefully for real this time
Ariel Ben-Yehuda
-2
/
+0
2016-06-03
avoid extra clone
Niko Matsakis
-3
/
+3
2016-05-31
expand `DepNode::TraitSelect` to include type ids
Niko Matsakis
-18
/
+31
2016-05-18
add task for linking
Niko Matsakis
-0
/
+2
2016-05-18
add debug info to dep_graph
Niko Matsakis
-1
/
+5
[next]