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
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-1
/
+1
2023-06-11
Applied nits
Andrew Xie
-6
/
+4
2023-06-08
Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...
Andrew Xie
-4
/
+4
2023-06-05
Fixed to_sorted => to_sorted_stable_ord
Andrew Xie
-7
/
+9
2023-06-04
Fixed unord mistake
Andrew Xie
-3
/
+3
2023-06-04
Fixed failing test + minor cleanup
Andrew Xie
-6
/
+3
2023-06-04
Switched some uses to UnordMap
Andrew Xie
-9
/
+13
2023-06-04
Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...
Andrew Xie
-2
/
+2
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-03-21
Use local key in providers
Michael Goulet
-1
/
+1
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-3
/
+5
2023-01-30
incremental: migrate diagnostics
David Wood
-37
/
+26
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-2
/
+0
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-3
/
+3
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-4
/
+4
2022-10-09
ImplItemKind::TyAlias => ImplItemKind::Type
Michael Goulet
-1
/
+1
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-4
/
+4
2022-08-01
Remove trait_of_item query.
Camille GILLOT
-1
/
+1
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-06-16
Remove unused `hir_id` arg from `visit_attribute`.
Nicholas Nethercote
-2
/
+1
2022-05-10
only_local: always check for misuse
lcnr
-5
/
+2
2022-04-09
replace tcx.hir().item with tcx.def_span query
Miguel Guarniz
-9
/
+6
2022-04-08
remove ItemLikeVisitor impls in incremental, interface, metadata and symbol_m...
Miguel Guarniz
-19
/
+0
2022-04-08
remove some uses of visit_all_item_likes in incremental, metadata and interfa...
Miguel Guarniz
-1
/
+22
2022-02-19
Adopt let else in more places
est31
-3
/
+2
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
[next]