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-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
-17
/
+0
2017-03-23
convert privacy access levels into a query
Niko Matsakis
-2
/
+3
2017-03-23
ignore reads of tracked state when there is no current task
Niko Matsakis
-6
/
+16
2017-03-23
convert inherent-impl-related things to on-demand queries
Niko Matsakis
-17
/
+0
2017-03-18
move Instance to rustc and use it in the collector
Ariel Ben-Yehuda
-0
/
+5
2017-03-13
some style fixes
Tshepang Lekhonkhobe
-4
/
+7
2017-03-10
add comments and remove unused code paths
Niko Matsakis
-32
/
+49
2017-03-10
isolate dep-graph tasks
Niko Matsakis
-3
/
+80
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
store the visit order in the Crate
Niko Matsakis
-25
/
+3
2017-02-28
walk the bodies "in order" by traversing the crate
Niko Matsakis
-3
/
+25
2017-02-28
use `visit_all_bodies_in_krate` for borrowck instead of item-likes
Niko Matsakis
-0
/
+2
2017-02-28
add `visit_all_bodies_in_krate` helper
Niko Matsakis
-0
/
+11
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-0
/
+2
2017-02-25
rustc: allow handling cycle errors gracefully in on-demand.
Eduard-Mihai Burtescu
-0
/
+6
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-03
go back to the older model of coherence collect
Niko Matsakis
-0
/
+15
2017-02-02
prevent multiple writes to a single entry in a `DepTrackingMap`
Niko Matsakis
-2
/
+2
2017-02-02
rejigger how we handle used trait imports
Niko Matsakis
-0
/
+3
2017-02-02
remove some of the ways to mutate a `DepTrackingMap`
Niko Matsakis
-19
/
+3
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
[next]