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-04-23
cache ADT dtorck results
Ariel Ben-Yehuda
-0
/
+2
2017-04-23
rustc: make the const-eval cache polymorphic.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-21
introduce `is_foreign_item` query
Niko Matsakis
-0
/
+3
2017-04-18
kill a bunch of one off tasks
Niko Matsakis
-20
/
+0
2017-04-18
convert calls to `visit_all_item_likes_in_krate`
Niko Matsakis
-20
/
+0
2017-04-04
kill `Liveness`
Niko Matsakis
-2
/
+0
2017-04-04
remove `EffectCheck`
Niko Matsakis
-2
/
+0
2017-04-04
kill `CheckStaticRecursion`
Niko Matsakis
-2
/
+0
2017-04-04
kill the `CheckLoops` DepNode
Niko Matsakis
-2
/
+0
2017-03-27
Rollup merge of #40683 - nikomatsakis:incr-comp-coerce-unsized-info, r=eddyb
Alex Crichton
-2
/
+0
2017-03-23
convert privacy access levels into a query
Niko Matsakis
-2
/
+3
2017-03-23
convert inherent-impl-related things to on-demand queries
Niko Matsakis
-2
/
+0
2017-03-18
move Instance to rustc and use it in the collector
Ariel Ben-Yehuda
-0
/
+5
2017-03-03
Auto merge of #40178 - arielb1:provide-destructors, r=eddyb
bors
-5
/
+2
2017-03-01
convert AdtDef::destructor to on-demand
Ariel Ben-Yehuda
-5
/
+2
2017-02-28
convert MIR to iterate over the bodies vector
Niko Matsakis
-0
/
+2
2017-02-28
rewrite typeck bodies to iterate over the bodies vector
Niko Matsakis
-0
/
+2
2017-02-28
use `visit_all_bodies_in_krate` for borrowck instead of item-likes
Niko Matsakis
-0
/
+2
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-0
/
+2
2017-02-25
rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super...
Eduard-Mihai Burtescu
-0
/
+4
2017-02-25
rustc: move the actual values of enum discriminants into a map.
Eduard-Mihai Burtescu
-0
/
+2
2017-02-17
rework `TraitSelect` to avoid a vec and just use two def-ids
Nicholas Nethercote
-4
/
+42
2017-02-02
rejigger how we handle used trait imports
Niko Matsakis
-0
/
+3
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-2
/
+2
2017-01-25
rename `Tables` to `TypeckTables`
Niko Matsakis
-3
/
+3
2017-01-25
merge TypeckItemBody and Tables depnodes
Niko Matsakis
-3
/
+0
2017-01-06
rustc: store ty::Tables separately for each body (except closures').
Eduard-Mihai Burtescu
-0
/
+3
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-10
rustc: unify and simplify managing associated items.
Eduard Burtescu
-6
/
+6
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-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
/
+6
2016-07-28
Keep multiple files per work-product
Niko Matsakis
-3
/
+1
2016-07-28
Extend DepGraph so it can track "work-products"
Niko Matsakis
-0
/
+21
2016-05-31
expand `DepNode::TraitSelect` to include type ids
Niko Matsakis
-3
/
+16
2016-05-18
add task for linking
Niko Matsakis
-0
/
+2
2016-05-18
add a MetaData node and trigger reads from it
Niko Matsakis
-0
/
+5
2016-05-18
thread the DepGraph to session/crate-store
Niko Matsakis
-6
/
+0
2016-05-18
add MetaData DepNode variant
Niko Matsakis
-0
/
+6
2016-05-08
Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc
bors
-0
/
+2
2016-05-07
mir: prepare for rvalue promotion support.
Eduard Burtescu
-0
/
+2
[next]