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
/
dep_tracking_map.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-25
Remove unused DepTrackingMap
Mark Rousskov
-87
/
+0
2019-07-04
fix a dep_graph doc regarding type_of_item
ljedrz
-1
/
+1
2019-07-04
rename hir::map::local_def_id to local_def_id_from_node_id
ljedrz
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-1
/
+1
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-1
/
+1
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-1
/
+1
2017-07-12
integrate anon dep nodes into trait selection
Niko Matsakis
-31
/
+9
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-1
/
+1
2017-06-09
incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.
Michael Woerister
-22
/
+11
2017-05-29
Remove DepGraph::write() and its callers.
Michael Woerister
-19
/
+0
2017-03-23
convert inherent-impl-related things to on-demand queries
Niko Matsakis
-15
/
+0
2017-03-13
some style fixes
Tshepang Lekhonkhobe
-1
/
+1
2017-02-25
rustc: allow handling cycle errors gracefully in on-demand.
Eduard-Mihai Burtescu
-0
/
+6
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
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
-1
/
+1
2016-11-10
rustc: clean up lookup_item_type and remove TypeScheme.
Eduard Burtescu
-4
/
+4
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-3
/
+3
2016-09-06
write to inherent_impls during the visitor
Niko Matsakis
-0
/
+11
2016-08-08
track MIR through the dep-graph
Niko Matsakis
-0
/
+10
2016-04-06
break dep-graph into modules, parameterize DepNode
Niko Matsakis
-1
/
+2
2016-01-06
Fix numerous typos, renamings, and minor nits raised by mw.
Niko Matsakis
-8
/
+8
2016-01-05
Refactor compiler to make use of dep-tracking-maps. Also, in cases where
Niko Matsakis
-0
/
+56
2016-01-05
Introduce the DepGraph and DepTracking map abstractions,
Niko Matsakis
-0
/
+81