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-11-14
Backported merge of #45785 - arielb1:unsafe-fixes, r=eddyb
bors
-2
/
+2
2017-10-08
Auto merge of #45100 - kennytm:rollup, r=kennytm
bors
-3
/
+3
2017-10-08
Auto merge of #44983 - vitiral:dirty_clean_groups, r=michaelwoerister
bors
-0
/
+19
2017-10-05
Fix infinite recursion in <DepNode as Debug>.
Michael Woerister
-3
/
+3
2017-10-04
groundwork for #45009: rustc_dirty/clean enhancements
Garrett Berg
-0
/
+19
2017-10-02
incr.comp.: Add some logging to DepGraph::try_mark_green().
Michael Woerister
-4
/
+4
2017-10-02
incr.comp.: Make some DepNodes non-anonymous.
Michael Woerister
-46
/
+8
2017-10-02
incr.comp.: Re-execute queries during red/green marking in order to find out ...
Michael Woerister
-14
/
+3
2017-09-24
move unsafety checking to MIR
Ariel Ben-Yehuda
-0
/
+1
2017-09-23
incr.comp.: Remove support for loading metadata fingerprints.
Michael Woerister
-2
/
+18
2017-09-22
Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma...
bors
-19
/
+50
2017-09-20
Fix ICE
scalexm
-0
/
+2
2017-09-20
incr.comp.: Store result fingerprints in DepGraph.
Michael Woerister
-3
/
+14
2017-09-20
incr.comp.: Allow for marking DepKinds as inputs.
Michael Woerister
-17
/
+37
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-2
/
+2
2017-09-18
Fix issues uncovered by rebasing:
Michael Woerister
-0
/
+12
2017-09-17
rustc: Move codegen to a query
Alex Crichton
-0
/
+4
2017-09-17
rustc: Remove another global map from trans
Alex Crichton
-0
/
+1
2017-09-17
rustc: Mostly remove `ExportedSymbols`
Alex Crichton
-1
/
+1
2017-09-17
rustc: Move some attr methods to queries
Alex Crichton
-0
/
+2
2017-09-17
rustc: Make trans collect/partition a query
Alex Crichton
-0
/
+1
2017-09-17
rustc: Calculate `ExportedSymbols` in a query
Alex Crichton
-1
/
+2
2017-09-11
rustc: Remove HirId from queries
Alex Crichton
-9
/
+9
2017-09-09
Auto merge of #44335 - arielb1:node-hashing, r=alexcrichton
bors
-1
/
+20
2017-09-07
rustc: Remove `CrateStore::crates` as a method
Alex Crichton
-0
/
+1
2017-09-05
rustc: Move stability functionality into queries
Alex Crichton
-2
/
+3
2017-09-05
rustc: Rename item_body query to extern_const_body
Alex Crichton
-1
/
+1
2017-09-05
rustc: Hide `maybe_unused_*` fields in queries
Alex Crichton
-0
/
+2
2017-09-05
rustc: Convert `freevars` to a query
Alex Crichton
-0
/
+2
2017-09-05
rustc: Remove `CrateStore::used_crate*`
Alex Crichton
-0
/
+2
2017-09-05
rustc: Migrate `visible_parent_map` to a query
Alex Crichton
-0
/
+3
2017-09-05
rustc: Migrate `CrateStore::item_body` to a query
Alex Crichton
-0
/
+1
2017-09-05
rustc: Remove lang item methods from CrateStore
Alex Crichton
-0
/
+2
2017-09-05
rustc: Migrate lang items to a query
Alex Crichton
-0
/
+1
2017-09-05
rustc: Flag some CrateStore methods as "untracked"
Alex Crichton
-0
/
+6
2017-09-05
rustc: Hide the `named_region_map` behind queries
Alex Crichton
-0
/
+4
2017-09-05
rustc: Remove a number of mutable fields in cstore
Alex Crichton
-0
/
+5
2017-09-05
rustc: Move implementations_of_trait to a query
Alex Crichton
-0
/
+3
2017-09-05
rustc: Move original_crate_name to a query
Alex Crichton
-0
/
+1
2017-09-05
rustc: Move crate_hash to a query
Alex Crichton
-0
/
+1
2017-09-05
rustc: Move crate_disambiguator to queries
Alex Crichton
-0
/
+1
2017-09-05
rustc: Move {plugin,derive}_registrar_fn to queries
Alex Crichton
-0
/
+2
2017-09-05
rustc: Migrate `CStore::native_libraries` to a query
Alex Crichton
-0
/
+1
2017-09-05
rustc: Migrate `CStore::expored_symbols` to a query
Alex Crichton
-0
/
+1
2017-09-05
rustc: Move `impl_defaultness` to a query
Alex Crichton
-0
/
+1
2017-09-05
rustc: Move a few more cstore methods to queries
Alex Crichton
-5
/
+8
2017-09-05
Avoid hashing when creating a DepNode from a HirId
Ariel Ben-Yehuda
-1
/
+20
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-1
/
+1
2017-08-30
Merge branch 'hide-trait-map' into rollup
Alex Crichton
-0
/
+3
2017-08-29
rustc: Make the `export_map` of TyCtxt private
Alex Crichton
-0
/
+1
[next]