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
Age
Commit message (
Expand
)
Author
Lines
2025-04-11
Fix an incorrect `ExpressionStore` that was passed
Chayim Refael Friedman
-6
/
+44
2025-04-11
fix: `make::expr_call() -> CallExpr`
Prajwal S N
-29
/
+33
2025-04-11
fix: `make::expr_method_call() -> MethodCallExpr`
Prajwal S N
-27
/
+27
2025-04-11
fix: `make::expr_closure() -> ClosureExpr`
Prajwal S N
-7
/
+6
2025-04-11
fix: `make::expr_paren() -> ParenExpr`
Prajwal S N
-12
/
+13
2025-04-11
refactor: editor for `destructure_struct_binding`
Prajwal S N
-99
/
+76
2025-04-10
Merge pull request #19565 from davidbarsky/davidbarsky/add-prime-caches-subco...
David Barsky
-13
/
+108
2025-04-10
internal: cleanup CLI flag documentation
David Barsky
-10
/
+10
2025-04-10
internal: add `prime-caches` subcommand
David Barsky
-6
/
+101
2025-04-10
Merge pull request #19566 from flodiebold/push-vzpyzvpkwkyt
Florian Diebold
-5
/
+4
2025-04-10
Fix dyn compatibility code bypassing callable_item_signature query
Florian Diebold
-5
/
+4
2025-04-10
fix: Walk const block expressions for unsafety checking
Lukas Wirth
-0
/
+21
2025-04-10
fix: Fix invalid signature bitflags
Lukas Wirth
-103
/
+100
2025-04-10
Merge pull request #19461 from Hmikihiro/shadow_by_module
Lukas Wirth
-7
/
+180
2025-04-10
Merge pull request #19559 from ChayimFriedman2/rust-186
Lukas Wirth
-1257
/
+1009
2025-04-10
Remove all upcasts!
Chayim Refael Friedman
-1257
/
+1009
2025-04-10
Update crates/hir-def/src/resolver.rs
Hayashi Mikihiro
-1
/
+1
2025-04-10
TypeNs contain module
Hayashi Mikihiro
-88
/
+71
2025-04-10
return single option
Hayashi Mikihiro
-78
/
+59
2025-04-10
fix: shadow type by module
Hayashi Mikihiro
-72
/
+281
2025-04-10
Fix a small bug with catastrophic effects
Chayim Refael Friedman
-1
/
+1
2025-04-09
Merge pull request #19553 from davidbarsky/davidbarsky/fix-rustdoc-tests
David Barsky
-4
/
+4
2025-04-09
internal: fix `NameGenerator`'s and `AnyMap`'s rustdocs
David Barsky
-4
/
+4
2025-04-09
internal: rename `children_modules` to `child_modules`
David Barsky
-27
/
+27
2025-04-09
Merge pull request #19550 from Veykril/push-rsskztqzwuzk
Lukas Wirth
-87
/
+104
2025-04-09
refactor: Turn `LifetimeRef` into an enum
Lukas Wirth
-87
/
+104
2025-04-09
Merge pull request #19255 from geetanshjuneja/master
Lukas Wirth
-0
/
+151
2025-04-09
Merge pull request #19462 from Veykril/push-ypvprvvwkyll
Lukas Wirth
-7986
/
+6717
2025-04-09
refactor: Lower type-refs before type inference
Lukas Wirth
-7986
/
+6717
2025-04-08
Rollup merge of #139496 - Skgland:139455-went-too-far, r=Veykril
Matthias Krüger
-7
/
+38
2025-04-08
Merge pull request #19536 from jackh726/closure-infer
David Barsky
-157
/
+405
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
-109
/
+291
2025-04-08
fix(auto-import): Prefer imports of matching types for argument lists
Lukas Wirth
-109
/
+291
2025-04-07
Port closure inference from rustc
jackh726
-157
/
+405
2025-04-07
Revert "remove rust-analyser support for `extern "rust-intrinsic"` blocks"
Bennet Bleßmann
-7
/
+38
2025-04-07
cargo xtask tidy
geetanshjuneja
-1
/
+8
2025-04-07
added children modules
geetanshjuneja
-0
/
+144
2025-04-07
Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obk
Stuart Cook
-64
/
+9
2025-04-07
Merge pull request #19425 from ConradIrwin/drop-drop-glue-goo
Lukas Wirth
-421
/
+107
2025-04-07
Merge pull request #19511 from snprajwal/fixmes
Lukas Wirth
-15
/
+8
2025-04-07
Merge pull request #19432 from ShoyuVanilla/issue-19431
Lukas Wirth
-26
/
+134
2025-04-07
Merge pull request #19512 from BenjaminBrienen/update-stdx
Lukas Wirth
-95
/
+129
2025-04-06
upstream stdx changes
BenjaminBrienen
-95
/
+129
2025-04-06
update docs
Bennet Bleßmann
-26
/
+2
2025-04-06
remove rust-analyser support for `extern "rust-intrinsic"` blocks
Skgland
-38
/
+7
2025-04-06
Merge pull request #19531 from Veykril/push-kxyrpznnllkx
Lukas Wirth
-54
/
+129
2025-04-06
fix: Fix `format_args` lowering for >=1.87
Lukas Wirth
-54
/
+129
2025-04-05
Clean up `rustc-literal-escaper` usage in rust-analyzer
Guillaume Gomez
-4
/
+2
2025-04-05
Merge pull request #19447 from Natural-selection1/add_impl_for
Lukas Wirth
-0
/
+27
[prev]
[next]