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-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
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
2025-04-04
Update `rustc-literal-escaper` version to `0.0.2`
Guillaume Gomez
-2
/
+2
2025-04-04
Merge pull request #19519 from snprajwal/project-control-no-deps
Lukas Wirth
-2
/
+15
2025-04-04
internal: fix salsa-ified crate graph working with lazy project discovery
David Barsky
-31
/
+23
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
-120
/
+91
2025-04-04
feat(project-model): provide flag for no deps
Prajwal S N
-2
/
+15
2025-04-04
Remove usage of `rustc_lexer::unescape` in rust-analyzer
Guillaume Gomez
-18
/
+13
2025-04-04
chore: clean up some FIXMEs
Prajwal S N
-15
/
+8
2025-04-03
Stabilize `cfg_boolean_literals`
clubby789
-29
/
+0
2025-04-03
feat(proc-macro-srv): support metadata version 10
Prajwal S N
-4
/
+4
2025-04-03
fix(ide-assists): remove `AssistKind::None`
Prajwal S N
-15
/
+5
2025-04-01
Fix a bug in MBE expansion that arose from incorrect fixing of an older bug i...
Chayim Refael Friedman
-11
/
+107
[prev]
[next]