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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
dep_graph
Age
Commit message (
Expand
)
Author
Lines
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
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
simplify the MirPass traits and passes dramatically
Niko Matsakis
-0
/
+6
2017-05-02
introduce `mir_keys()`
Niko Matsakis
-13
/
+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
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
[prev]
[next]