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
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
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-38
/
+38
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-1
/
+1
2022-10-09
ImplItemKind::TyAlias => ImplItemKind::Type
Michael Goulet
-1
/
+1
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-1
/
+2
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-23
/
+23
2022-09-12
Remove `path_span` argument to the `visit_path_segment` methods.
Nicholas Nethercote
-1
/
+1
2022-09-09
Handle generic parameters.
Camille GILLOT
-1
/
+1
2022-09-05
Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj...
bors
-1
/
+5
2022-09-05
Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkov
bors
-1
/
+4
2022-09-05
separate the receiver from arguments in HIR
Takayuki Maeda
-1
/
+5
2022-09-05
Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco
Dylan DPC
-1
/
+1
2022-09-05
Address review comments.
Nicholas Nethercote
-1
/
+1
2022-09-05
Make `hir::PathSegment::hir_id` non-optional.
Nicholas Nethercote
-1
/
+4
2022-09-05
Make `hir::PathSegment::res` non-optional.
Nicholas Nethercote
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-2
/
+0
2022-08-29
Use `&'hir Expr` everywhere.
Nicholas Nethercote
-1
/
+1
2022-07-14
Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot
Dylan DPC
-1
/
+1
2022-07-12
Add an indirection for closures in `hir::ExprKind`
Maybe Waffle
-1
/
+1
2022-07-11
move else block into the `Local` struct
Ding Xiang Fei
-2
/
+2
2022-07-11
lower let-else in MIR instead
Ding Xiang Fei
-10
/
+4
2022-06-12
Make `ExprKind::Closure` a struct variant.
Camille GILLOT
-3
/
+3
2022-05-12
[save-analysis] Reference the variant not enum at struct-literal construction.
Kelsey Gilbert
-3
/
+8
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-9
/
+6
2022-04-30
Store all generic bounds as where predicates.
Camille GILLOT
-2
/
+0
2022-04-30
Inline WhereClause into Generics.
Camille GILLOT
-1
/
+1
2022-04-23
Drop vis in ImplItem.
Camille GILLOT
-18
/
+2
2022-04-23
Drop vis in FieldDef.
Camille GILLOT
-14
/
+18
2022-04-23
Stop pretty-printing HIR visibility.
Camille GILLOT
-1
/
+1
2022-03-31
remove find_use_placement
Fausto
-2
/
+2
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2022-02-12
change to a struct variant
Ellen
-1
/
+1
2022-02-10
Remove further usage of `&hir::Map`
Frank Steffahn
-4
/
+4
2022-02-02
More let_else adoptions
est31
-3
/
+2
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-3
/
+1
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-4
/
+4
2021-12-23
implement `generic_arg_infer` for array lengths
lcnr
-8
/
+20
2021-11-04
clippy::perf fixes
Matthias Krüger
-2
/
+2
2021-10-02
Consistently use 'supertrait'.
Bruce Mitchener
-1
/
+1
2021-09-29
Avoid more invocations of hir_crate query.
Camille GILLOT
-5
/
+5
2021-09-07
Don't move ?Trait bounds to param bounds if they're in where clauses
jackh726
-1
/
+0
2021-09-02
Rename walk_crate.
Camille GILLOT
-1
/
+1
2021-09-02
Stop using walk_crate.
Camille GILLOT
-1
/
+1
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
[next]