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
/
src
/
tools
/
rust-analyzer
/
crates
/
hir
Age
Commit message (
Expand
)
Author
Lines
2025-03-16
Suppress must_use for ControlFlow in rust-analyzer
Michael Goulet
-4
/
+4
2025-03-10
Merge pull request #19330 from ChayimFriedman2/normalize-projection
Lukas Wirth
-40
/
+103
2025-03-10
Merge pull request #19079 from ChayimFriedman2/rename-conflict
Lukas Wirth
-2
/
+93
2025-03-10
Merge pull request #19327 from Veykril/push-qyyvkulltzpz
Lukas Wirth
-0
/
+1
2025-03-10
Fix `path` macro hygiene
Lukas Wirth
-0
/
+1
2025-03-08
fix(hir): `VariantDef` is `impl HasSource`
Prajwal S N
-1
/
+11
2025-03-06
Warn the user when a rename will change the meaning of the program
Chayim Refael Friedman
-2
/
+93
2025-03-06
Pass the target crate in `HirFormatter`
Chayim Refael Friedman
-40
/
+103
2025-03-05
Merge pull request #19274 from Veykril/push-pouwrwwrlrlt
Lukas Wirth
-89
/
+28
2025-03-05
Use HIR unsafety information for unsafe syntax highlightng
Lukas Wirth
-89
/
+28
2025-03-03
Support tuple struct patterns for expand_rest_pattern assist
Lukas Wirth
-0
/
+2
2025-03-01
More precise macro modifiers for syntax highlighting
Lukas Wirth
-28
/
+21
2025-03-01
Cleanup highlighting macro-def handling
Lukas Wirth
-9
/
+10
2025-02-27
fix doc tests
BenjaminBrienen
-2
/
+2
2025-02-27
enable doctest
BenjaminBrienen
-1
/
+0
2025-02-24
Merge pull request #18987 from ChayimFriedman2/drop-glue
Lukas Wirth
-1
/
+34
2025-02-17
Merge pull request #19127 from ChayimFriedman2/different-generic-args
Lukas Wirth
-2
/
+14
2025-02-17
Calculate drop glue and show it on hover
Chayim Refael Friedman
-1
/
+34
2025-02-16
Refactor path lowering
Chayim Refael Friedman
-2
/
+14
2025-02-16
Improve error recovery when method-calling an assoc function
Lukas Wirth
-4
/
+4
2025-02-12
Merge pull request #19109 from Veykril/push-nzpuuqommpnq
Lukas Wirth
-8
/
+50
2025-02-12
fix: Do not show safety hints for extern items lacking semantics
Lukas Wirth
-8
/
+50
2025-02-12
Merge pull request #18995 from alibektas/12210
Lukas Wirth
-52
/
+68
2025-02-10
Shadowing BuiltinType by Module
Hayashi Mikihiro
-1
/
+38
2025-02-09
Check if PatPtr resolves to ExprId
Ali Bektas
-34
/
+41
2025-02-09
Fix clippy errors
Ali Bektas
-1
/
+1
2025-02-09
Remove dbg lines
Ali Bektas
-1
/
+0
2025-02-09
resolve_bind_pat_to_const does not early return if expr
Ali Bektas
-3
/
+12
2025-02-09
make SourceAnalyzer::pat_id return ExprOrPatId
Ali Bektas
-15
/
+17
2025-02-09
Lower ast::Ident to hir::Path when lowering RangePats
Ali Bektas
-1
/
+2
2025-02-04
Fix IDE resolution of `use` inside a body
Chayim Refael Friedman
-1
/
+5
2025-02-03
Make higher levels adapt Bodys exprs having ExprOrPatId values
Ali Bektas
-26
/
+24
2025-01-27
Back out "feat: Implement `default-field-values`"
David Barsky
-62
/
+4
2025-01-27
Back out "Merge record lit's ellipsis into pre-existing spread's variant"
David Barsky
-1
/
+1
2025-01-27
Back out "Compute diagnostics of a field body iff it has one"
David Barsky
-35
/
+12
2025-01-27
Back out "Remove `has_default` from `FieldId`"
David Barsky
-26
/
+38
2025-01-27
Merge pull request #19050 from ChayimFriedman2/iter-self
Lukas Wirth
-0
/
+11
2025-01-27
Merge pull request #19049 from ChayimFriedman2/add-reference-ty
Lukas Wirth
-12
/
+1
2025-01-27
Don't suggest `into_iter().method()` on iterators
Chayim Refael Friedman
-0
/
+11
2025-01-27
Remove duplicate method from `hir::Type`
Chayim Refael Friedman
-12
/
+1
2025-01-27
Fix #[rustc_deprecated_safe_2024]
Chayim Refael Friedman
-21
/
+53
2025-01-27
Remove `has_default` from `FieldId`
Shoyu Vanilla
-38
/
+26
2025-01-27
Compute diagnostics of a field body iff it has one
Shoyu Vanilla
-12
/
+35
2025-01-27
Merge record lit's ellipsis into pre-existing spread's variant
Shoyu Vanilla
-1
/
+1
2025-01-27
feat: Implement `default-field-values`
Shoyu Vanilla
-4
/
+62
2025-01-27
Merge pull request #19036 from Veykril/push-nprltlwvryxw
Lukas Wirth
-16
/
+24
2025-01-26
Support RFC 2396
Chayim Refael Friedman
-6
/
+24
2025-01-26
Add GenericDefId::StaticId
Lukas Wirth
-1
/
+7
2025-01-26
Split out `ExpressionStore` from `Body`
Lukas Wirth
-15
/
+17
2025-01-25
Merge pull request #19026 from Veykril/push-wrxrutptywzx
Lukas Wirth
-48
/
+39
[next]