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
/
ide
Age
Commit message (
Expand
)
Author
Lines
2025-04-18
Sort notable traits in hover
Chayim Refael Friedman
-0
/
+1
2025-04-18
Fix a panic when a trait method in an impl declares a lifetime parameter not ...
Chayim Refael Friedman
-0
/
+32
2025-04-17
Merge pull request #19612 from ChayimFriedman2/parent-generics
Lukas Wirth
-0
/
+19
2025-04-17
Fix a bug with predicate lowering of associated items
Chayim Refael Friedman
-0
/
+19
2025-04-16
Merge pull request #19589 from roife/fix-issue-19138
Lukas Wirth
-0
/
+66
2025-04-16
feat: highlight tail expr when cursor is on label
roifewu
-0
/
+37
2025-04-16
feat: enhance signature help to display generic parameters for callables and ...
roifewu
-13
/
+154
2025-04-15
feat: highlight tail expression in labeled block
roifewu
-0
/
+29
2025-04-14
Prevent panics when there is a cyclic dependency between closures
Chayim Refael Friedman
-0
/
+28
2025-04-13
internal: Render sigantures with view hir command
Lukas Wirth
-19
/
+8
2025-04-10
Merge pull request #19570 from ChayimFriedman2/fix-store-panic
Chayim Refael Friedman
-0
/
+38
2025-04-11
Fix an incorrect `ExpressionStore` that was passed
Chayim Refael Friedman
-0
/
+38
2025-04-10
Merge pull request #19461 from Hmikihiro/shadow_by_module
Lukas Wirth
-0
/
+144
2025-04-10
Remove all upcasts!
Chayim Refael Friedman
-18
/
+12
2025-04-10
fix: shadow type by module
Hayashi Mikihiro
-0
/
+144
2025-04-09
internal: rename `children_modules` to `child_modules`
David Barsky
-18
/
+18
2025-04-09
Merge pull request #19255 from geetanshjuneja/master
Lukas Wirth
-0
/
+129
2025-04-09
Merge pull request #19462 from Veykril/push-ypvprvvwkyll
Lukas Wirth
-20
/
+46
2025-04-09
refactor: Lower type-refs before type inference
Lukas Wirth
-20
/
+46
2025-04-08
make hover_feature test less fragile
Ralf Jung
-79
/
+8
2025-04-08
Merge pull request #19541 from Veykril/push-twqrorwqzmwv
Lukas Wirth
-16
/
+4
2025-04-08
fix(auto-import): Prefer imports of matching types for argument lists
Lukas Wirth
-16
/
+4
2025-04-07
cargo xtask tidy
geetanshjuneja
-1
/
+8
2025-04-07
added children modules
geetanshjuneja
-0
/
+122
2025-04-07
Merge pull request #19425 from ConradIrwin/drop-drop-glue-goo
Lukas Wirth
-421
/
+107
2025-04-06
update docs
Bennet Bleßmann
-26
/
+2
2025-04-06
Merge pull request #19531 from Veykril/push-kxyrpznnllkx
Lukas Wirth
-1
/
+1
2025-04-06
fix: Fix `format_args` lowering for >=1.87
Lukas Wirth
-1
/
+1
2025-04-05
Merge pull request #19501 from ChayimFriedman2/macro-expansion
Lukas Wirth
-0
/
+22
2025-04-05
the rustdoc file prefix for constants is "constant" not "const"
Jonathan Chan Kwan Yin
-1
/
+1
2025-04-04
Merge pull request #19522 from davidbarsky/davidbarsky/fix-panic-in-view-crat...
Lukas Wirth
-1
/
+3
2025-04-04
Merge pull request #19515 from jrmuizel/multiple-definitions
Lukas Wirth
-7
/
+102
2025-04-04
internal: fix panic in `view_crate_graph`
David Barsky
-1
/
+3
2025-04-04
fix: don't drop references with more than one definition.
Jeff Muizelaar
-7
/
+102
2025-04-04
prefer default over new
BenjaminBrienen
-1
/
+1
2025-04-03
fix(ide-assists): remove `AssistKind::None`
Prajwal S N
-1
/
+1
2025-04-01
Fix a bug in MBE expansion that arose from incorrect fixing of an older bug i...
Chayim Refael Friedman
-0
/
+22
2025-04-01
chore: Remove unnecessary `Arc` clones
Lukas Wirth
-22
/
+0
2025-03-31
fix: Fix new nightly lints
Lukas Wirth
-6
/
+5
2025-03-31
fix: Cleanup param name inlay hint filtering
Lukas Wirth
-108
/
+163
2025-03-29
fix: Fix, clarify and require a value for `proc_macro_cwd` of `CrateData`
Lukas Wirth
-1
/
+7
2025-03-25
Tidy up drop glue notification
Conrad Irwin
-421
/
+107
2025-03-24
Merge pull request #19435 from Veykril/push-owstqqlrtsko
Lukas Wirth
-5
/
+6
2025-03-24
Merge pull request #19430 from Veykril/push-wknpypxuyrsz
Lukas Wirth
-3
/
+3
2025-03-24
fix: Fix closure return inlayhints using macro ranges
Lukas Wirth
-5
/
+6
2025-03-23
Merge pull request #19400 from Shourya742/2025-03-20-fix-syntax-highlighting
Lukas Wirth
-18
/
+77
2025-03-23
chore: Bump dependencies
Lukas Wirth
-3
/
+3
2025-03-22
Merge pull request #19419 from ShoyuVanilla/issue-15132
Lukas Wirth
-7
/
+73
2025-03-22
Render layout and other extra informations on hovering `Self`
Shoyu Vanilla
-7
/
+73
2025-03-22
Speed up resolving "Generate delegate method" assist (part 2)
Felicián Németh
-2
/
+6
[prev]
[next]