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
/
compiler
/
rustc_incremental
/
src
/
assert_dep_graph.rs
Age
Commit message (
Expand
)
Author
Lines
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_incremental`.
Nicholas Nethercote
-1
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-01-30
hir: Simplify `hir_owner_nodes` query
Vadim Petrochenkov
-1
/
+1
2024-01-16
Get rid of the hir_owner query.
Camille GILLOT
-3
/
+5
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-6
/
+6
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-4
/
+4
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-2
/
+2
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-5
/
+5
2023-06-04
Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...
Andrew Xie
-14
/
+14
2023-01-30
incremental: migrate diagnostics
David Wood
-23
/
+17
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-8
/
+8
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-4
/
+1
2022-12-18
don't restuct references just to reborrow
Matthias Krüger
-1
/
+1
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-3
/
+3
2022-07-07
Reword comments and rename HIR visiting methods.
Camille GILLOT
-1
/
+1
2022-05-13
rename visit item-like methods
Miguel Guarniz
-1
/
+1
2022-05-13
remove ItemLikeVisitor and DeepVisitor
Miguel Guarniz
-1
/
+1
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-1
/
+1
2022-03-29
Only output DepKind in dump-dep-graph.
Camille GILLOT
-25
/
+28
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-5
/
+5
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-2
/
+2
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2021-12-13
Remove `in_band_lifetimes` from `rustc_incremental`
Peter Jaszkowiak
-2
/
+2
2021-12-07
Document all public items in `rustc_incremental`
pierwill
-0
/
+2
2021-10-20
Merge two query callbacks arrays.
Camille GILLOT
-17
/
+23
2021-09-29
Avoid more invocations of hir_crate query.
Camille GILLOT
-1
/
+1
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-2
/
+2
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-21
/
+22
2021-03-22
Only enable assert_dep_graph when query-dep-graph is enabled.
Camille GILLOT
-0
/
+4
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-2
/
+2
2021-03-09
Access attrs directly from HirId in rustc_incremental::assert_dep_graph.
Camille GILLOT
-6
/
+7
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-1
/
+1
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-3
/
+3
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+429