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
/
persist
/
dirty_clean.rs
Age
Commit message (
Expand
)
Author
Lines
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-4
/
+4
2022-01-15
Reduce use of local_def_id_to_hir_id.
Camille GILLOT
-2
/
+1
2021-12-21
Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query result
Aaron Hill
-2
/
+40
2021-12-13
Remove `in_band_lifetimes` from `rustc_incremental`
Peter Jaszkowiak
-4
/
+4
2021-10-20
Merge two query callbacks arrays.
Camille GILLOT
-15
/
+6
2021-09-29
Avoid more invocations of hir_crate query.
Camille GILLOT
-2
/
+1
2021-09-02
Stop using walk_crate.
Camille GILLOT
-1
/
+1
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-2
/
+2
2021-05-16
Remove remains of rustc_dirty.
Camille GILLOT
-43
/
+18
2021-05-15
Fix tests on traits.
Camille GILLOT
-14
/
+7
2021-05-15
Remove `label` in dirty/clean annotations.
Camille GILLOT
-44
/
+4
2021-03-30
Address review.
Camille GILLOT
-2
/
+0
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-22
/
+2
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-14
/
+0
2021-03-22
Only enable assert_dep_graph when query-dep-graph is enabled.
Camille GILLOT
-0
/
+4
2021-03-09
Deduplicate unchecked_attrs errors.
Camille GILLOT
-2
/
+3
2021-03-09
Track HirId when visiting attributes.
Camille GILLOT
-1
/
+1
2021-02-15
Use less HirId when referring to items.
Camille GILLOT
-14
/
+14
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-1
/
+1
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
2020-11-26
Remove ForeignMod struct.
Camille GILLOT
-1
/
+1
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-0
/
+4
2020-10-28
Fix typos and replace static vector with slice
Dániel Buga
-8
/
+8
2020-08-30
mv compiler to compiler/
mark
-0
/
+558