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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-16
Remove save-analysis.
Nicholas Nethercote
-1067
/
+0
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-1
/
+1
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-34
/
+29
2023-01-04
rename get_parent_node to parent_id
Michael Goulet
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-3
/
+3
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-12-07
Use `Symbol` for the crate name instead of `String`/`str`
Oli Scherer
-4
/
+4
2022-12-01
rustc_hir: Change representation of import paths to support multiple resolutions
Vadim Petrochenkov
-1
/
+3
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-2
/
+2
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-1
/
+1
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-4
/
+4
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-7
/
+7
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-2
/
+3
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-2
/
+2
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-09
RPITIT placeholder items
Michael Goulet
-0
/
+1
2022-09-06
Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot
bors
-13
/
+2
2022-09-05
Make `hir::PathSegment::hir_id` non-optional.
Nicholas Nethercote
-1
/
+1
2022-09-05
Make `hir::PathSegment::res` non-optional.
Nicholas Nethercote
-4
/
+5
2022-09-02
Refactor and re-use BindingAnnotation
Cameron Steffen
-13
/
+2
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-2
/
+3
2022-08-24
save_analysis: Migrate diagnostics
Wonchul Lee
-1
/
+5
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-2
/
+2
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-1
/
+1
2022-07-01
Factor out hir::Node::Binding
Cameron Steffen
-3
/
+3
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-1
/
+1
2022-04-23
Stop pretty-printing HIR visibility.
Camille GILLOT
-3
/
+1
2022-04-23
Stop visiting visibility.
Camille GILLOT
-6
/
+0
2022-03-31
remove find_use_placement
Fausto
-1
/
+1
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-1
/
+1
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-20
Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk
bors
-1
/
+1
2022-02-19
Adopt let else in more places
est31
-12
/
+6
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-1
/
+1
2022-02-12
change to a struct variant
Ellen
-2
/
+2
2022-02-02
More let_else adoptions
est31
-0
/
+1
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+1
2022-01-31
Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726
Matthias Krüger
-1
/
+1
2022-01-19
Correctly handle starts in block doc comments
Guillaume Gomez
-2
/
+2
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-4
/
+4
2022-01-07
Add `trait_item_def_id` to `AssocItem`
Matthew Jasper
-7
/
+5
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-1
/
+1
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-14
fix clippy::single_char_pattern perf findings
Matthias Krüger
-1
/
+1
2021-11-07
Give inline const separate DefKind
Gary Guo
-0
/
+1
2021-11-06
Improve terminology around "after typeck"
pierwill
-1
/
+1
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-1
/
+0
[next]