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
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-599
/
+0
2020-03-27
Implement HashStable directly.
Camille GILLOT
-2
/
+0
2020-03-27
Cleanups.
Camille GILLOT
-5
/
+5
2020-03-26
Retire DepGraphSafe and HashStableContext.
Camille GILLOT
-26
/
+0
2020-03-26
Rustfmt.
Camille GILLOT
-1
/
+5
2020-03-26
Generalise Query starting.
Camille GILLOT
-0
/
+4
2020-03-26
Decouple from DepKind.
Camille GILLOT
-0
/
+6
2020-03-25
Rollup merge of #70319 - lcnr:issue63695, r=eddyb
Dylan DPC
-1
/
+1
2020-03-24
normalize some imports, prefer direct ones.
Mazdak Farrokhzad
-2
/
+2
2020-03-23
Move import.
Camille GILLOT
-1
/
+1
2020-03-23
Address review.
Camille GILLOT
-11
/
+9
2020-03-23
Put extract_def_id back on DepNode.
Camille GILLOT
-25
/
+26
2020-03-23
Remove assert_ignored and with_ignore_deps.
Camille GILLOT
-18
/
+0
2020-03-23
Merge ensure_node_can_be_forced into force_from_dep_node.
Camille GILLOT
-8
/
+6
2020-03-23
Fallout in other crates.
Camille GILLOT
-152
/
+277
2020-03-23
Move dep_graph to new crate librustc_query_system.
Camille GILLOT
-1495
/
+0
2020-03-23
query normalize_generic_arg_after_erasing_regions
Bastian Kauschke
-1
/
+1
2020-03-23
Split long derive lists into two derive attributes.
Ana-Maria Mihalache
-13
/
+2
2020-03-23
Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC
Mazdak Farrokhzad
-1
/
+1
2020-03-22
Auto merge of #69778 - Marwes:dep_graph, r=davidtwco
bors
-11
/
+24
2020-03-22
remove redundant closures (clippy::redundant_closure)
Matthias Krüger
-1
/
+1
2020-03-19
hir: replace "items" terminology with "nodes" where appropriate.
Eduard-Mihai Burtescu
-1
/
+1
2020-03-19
rustc: use LocalDefId instead of DefIndex in HirId.
Eduard-Mihai Burtescu
-2
/
+2
2020-03-19
rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI...
Eduard-Mihai Burtescu
-1
/
+1
2020-03-19
rustc: use LocalDefId instead of DefIndex for query keys.
Eduard-Mihai Burtescu
-5
/
+5
2020-03-14
Reintroduce workaround for #62649
John Kåre Alsaker
-8
/
+15
2020-03-14
Remove `input_task`
John Kåre Alsaker
-22
/
+0
2020-03-14
Remove `Hir` and `HirBody` dep nodes
John Kåre Alsaker
-8
/
+1
2020-03-14
Remove `AllLocalTraitImpls`
John Kåre Alsaker
-3
/
+1
2020-03-14
Update `visit_item_likes_in_module`
John Kåre Alsaker
-9
/
+3
2020-03-14
Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb
Yuki Okushi
-1
/
+1
2020-03-12
remove lifetimes that can be elided (clippy::needless_lifetimes)
Matthias Krüger
-1
/
+1
2020-03-12
Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini
Mazdak Farrokhzad
-3
/
+3
2020-03-10
rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org
Santiago Pastorino
-2
/
+2
2020-03-10
Rename rustc guide to rustc dev guide
Santiago Pastorino
-3
/
+3
2020-03-10
Rename rustc-guide to rustc-dev-guide
Santiago Pastorino
-2
/
+2
2020-03-10
Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb
bors
-0
/
+2
2020-03-10
Store `TokenStream` in `rmeta::MacroDef`.
Mazdak Farrokhzad
-0
/
+2
2020-03-09
Add a comment to `recover`.
John Kåre Alsaker
-0
/
+6
2020-03-09
Remove the need for `no_force`
John Kåre Alsaker
-24
/
+21
2020-03-09
Move `analysis` to the query macro
John Kåre Alsaker
-2
/
+0
2020-03-07
refactor: Add an alias for the SmallVec in dep_graph
Markus Westerlind
-10
/
+8
2020-03-06
perf(dep_graph): Avoid allocating a set on when the number reads are small
Markus Westerlind
-2
/
+17
2020-03-04
cover some more nearby cases
Ralf Jung
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-28
use is_empty() instead of len() == x to determine if structs are empty.
Matthias Krüger
-1
/
+1
2020-02-19
Use a constructor function per dep node instead of an enum and a single function
John Kåre Alsaker
-50
/
+36
2020-02-19
Remove support for dep node structs
John Kåre Alsaker
-41
/
+0
2020-02-19
Tune inlining
John Kåre Alsaker
-1
/
+1
2020-02-19
Add a `storage` query modifier to override the query cache
John Kåre Alsaker
-6
/
+6
[next]