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_save_analysis
/
src
/
dump_visitor.rs
Age
Commit message (
Expand
)
Author
Lines
2021-08-15
Include (potentially remapped) working dir in crate hash
Aaron Hill
-1
/
+1
2021-07-31
rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables
Vadim Petrochenkov
-24
/
+28
2021-07-30
Do not discard `?Sized` type params and suggest their removal
Esteban Küber
-0
/
+1
2021-07-25
Introduce OwnerNode::Crate.
Camille GILLOT
-4
/
+5
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-6
/
+1
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-1
/
+6
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-6
/
+1
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-1
/
+1
2021-05-05
Revamp RealFileName public methods
Andy Wang
-1
/
+1
2021-05-05
Use RealFileName for Session::working_dir as it may also be remapped
Andy Wang
-1
/
+1
2021-03-30
Remove hir::CrateItem.
Camille GILLOT
-10
/
+5
2021-03-23
GenericParam does not need to be a HIR owner.
Camille GILLOT
-9
/
+0
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-2
/
+2
2021-03-09
Remove hir::Item::attrs.
Camille GILLOT
-6
/
+9
2021-03-09
Remove hir::ImplItem::attrs.
Camille GILLOT
-1
/
+2
2021-03-09
Remove hir::TraitItem::attrs.
Camille GILLOT
-6
/
+5
2021-03-09
Remove hir::Variant::attrs.
Camille GILLOT
-10
/
+6
2021-03-09
Remove hir::Crate::attrs.
Camille GILLOT
-2
/
+3
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-10
/
+7
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-75
/
+42
2021-02-15
Use ItemId as a strongly typed index.
Camille GILLOT
-1
/
+1
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-15
/
+6
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-3
/
+3
2021-01-01
first pass at default values for const generics
Julian Knodt
-1
/
+4
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-4
/
+6
2020-10-22
fix save-analysis
Bastian Kauschke
-1
/
+11
2020-08-30
mv compiler to compiler/
mark
-0
/
+1517