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
Age
Commit message (
Expand
)
Author
Lines
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
chore(deps): bump crossbeam-channel from 0.5.14 to 0.5.15
dependabot[bot]
-3
/
+3
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 #19555 from Urgau/patch-1
Lukas Wirth
-0
/
+6
2025-04-10
Merge pull request #19559 from ChayimFriedman2/rust-186
Lukas Wirth
-1258
/
+1010
2025-04-10
Remove all upcasts!
Chayim Refael Friedman
-1257
/
+1009
2025-04-10
Update MSRV to Rust 1.86.0
Chayim Refael Friedman
-1
/
+1
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
Enable `[canonicalize-issue-links]` and `[no-mentions]` in triagebot
Urgau
-0
/
+6
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
-39
/
+45
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
-1
/
+204
2025-04-09
Merge pull request #19462 from Veykril/push-ypvprvvwkyll
Lukas Wirth
-7988
/
+6728
2025-04-09
refactor: Lower type-refs before type inference
Lukas Wirth
-7988
/
+6728
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
-2
/
+9
2025-04-07
added children modules
geetanshjuneja
-0
/
+196
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
-47
/
+36
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
-97
/
+131
2025-04-06
upstream stdx changes
BenjaminBrienen
-97
/
+131
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 #19533 from Veykril/push-zxlpwkvzxzws
Lukas Wirth
-14
/
+14
2025-04-06
chore: Set up a proper job matrix for rust-cross
Lukas Wirth
-14
/
+14
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
-5
/
+3
2025-04-05
Merge pull request #19447 from Natural-selection1/add_impl_for
Lukas Wirth
-0
/
+27
2025-04-05
Merge pull request #19501 from ChayimFriedman2/macro-expansion
Lukas Wirth
-11
/
+107
2025-04-05
the rustdoc file prefix for constants is "constant" not "const"
Jonathan Chan Kwan Yin
-1
/
+1
[prev]
[next]