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
2024-10-24
feat: Implement diagnostics pull model
Lukas Wirth
-18
/
+150
2024-10-24
Merge pull request #18402 from Veykril/veykril/push-wrvtystlszlr
Lukas Wirth
-10
/
+13
2024-10-24
Merge pull request #18401 from Veykril/veykril/push-ulpowvsymyys
Lukas Wirth
-3
/
+2
2024-10-24
internal: Improve proc-macro error msg for failed build scripts
Lukas Wirth
-10
/
+13
2024-10-24
minor: Remove intermediate allocations
Lukas Wirth
-3
/
+2
2024-10-24
fix: handle aliased pattern and simplify testcase
Khanh Duong Quoc
-23
/
+32
2024-10-24
refactor: separate function for getting import name
Khanh Duong Quoc
-7
/
+19
2024-10-24
Merge pull request #18399 from Veykril/veykril/push-nnsoxqrwqkmv
Lukas Wirth
-1
/
+3
2024-10-24
Fix diagnostic enable config being ignored
Lukas Wirth
-1
/
+3
2024-10-24
Merge pull request #18390 from ShoyuVanilla/issue-18308
Lukas Wirth
-9
/
+98
2024-10-24
Hide default config in Debug impl
Laurențiu Nicola
-1
/
+21
2024-10-24
Merge pull request #18395 from Wilfred/missing_cfg_for_core
Lukas Wirth
-3
/
+4
2024-10-24
Merge pull request #18394 from Wilfred/pretty_print_status
Lukas Wirth
-1
/
+1
2024-10-23
fix: Add missing cfg flags for `core` crate
Wilfred Hughes
-3
/
+4
2024-10-23
internal: Pretty-print Config in status command
Wilfred Hughes
-1
/
+1
2024-10-23
Merge pull request #18392 from Veykril/veykril/push-wktpkuklnzot
Lukas Wirth
-2
/
+1
2024-10-23
Swap query call order in file_item_tree_query
Lukas Wirth
-2
/
+1
2024-10-23
internal: log original syntax on panic
David Barsky
-1
/
+2
2024-10-24
fix: Prevent public reexport of private item
Shoyu Vanilla
-9
/
+98
2024-10-23
Rewrite `label_details_support` condition to be consistent with other parts o...
Jason Boatman
-4
/
+1
2024-10-23
Fix checking for `false` `labelDetailsSupport` value.
Jason Boatman
-1
/
+2
2024-10-23
fix: Handle missing time offsets gracefully
Wilfred Hughes
-6
/
+14
2024-10-23
Fix alphabetical order of handlers
Giga Bowser
-2
/
+2
2024-10-23
Add assist to generate a type alias for a function
Giga Bowser
-0
/
+474
2024-10-23
fix: auto-complete import for aliased function and module
Khanh Duong Quoc
-2
/
+50
2024-10-23
Merge pull request #18264 from ChayimFriedman2/semi-transparent
Lukas Wirth
-164
/
+670
2024-10-23
fix dyn incompatible hint message
usamoi
-1
/
+1
2024-10-23
Merge pull request #18376 from Veykril/veykril/push-ptmnsoqzsmqk
Lukas Wirth
-63
/
+93
2024-10-23
Don't emit edits for postfix adjustment hints
Lukas Wirth
-23
/
+28
2024-10-23
Add text edit to implicit 'static hints
Lukas Wirth
-1
/
+2
2024-10-23
Add text edit to discriminant hints
Lukas Wirth
-5
/
+6
2024-10-23
Add text edit to binding mode hints
Lukas Wirth
-36
/
+38
2024-10-23
Add text edit to adjustment hints
Lukas Wirth
-21
/
+42
2024-10-22
Correctly resolve variables and labels from before macro definition in macro ...
Chayim Refael Friedman
-50
/
+287
2024-10-22
Implement semitransparent hygiene
Chayim Refael Friedman
-124
/
+393
2024-10-22
Merge pull request #18254 from ChayimFriedman2/fix-mut
Lukas Wirth
-860
/
+1171
2024-10-22
Add test for tuple struct destructuring assignment where the path comes from ...
Chayim Refael Friedman
-0
/
+34
2024-10-22
Merge binding_mode inlay hints into one
Lukas Wirth
-11
/
+29
2024-10-22
Merge adjustment inlay hints into one
Lukas Wirth
-145
/
+83
2024-10-22
Merge closure capture inlay hints into one
Lukas Wirth
-90
/
+41
2024-10-22
Auto merge of #18370 - duncpro:goto-def-ranges, r=Veykril
bors
-8
/
+124
2024-10-22
Auto merge of #18368 - Veykril:test-lsif_contains_generated_macros, r=lnicola
bors
-15
/
+198
2024-10-22
Auto merge of #18349 - dqkqd:issue-18344, r=Veykril
bors
-1
/
+166
2024-10-22
Auto merge of #18371 - Veykril:veykril/push-kwttrusywysp, r=Veykril
bors
-25
/
+184
2024-10-22
fix: Fix incorrect parsing of use bounds
Lukas Wirth
-25
/
+184
2024-10-22
feat: render docs from aliased type when docs are missing
Khanh Duong Quoc
-1
/
+166
2024-10-22
tidy
Duncan Proctor
-2
/
+1
2024-10-22
tidy
Duncan Proctor
-5
/
+5
2024-10-22
remove duplicate test
Duncan Proctor
-16
/
+0
2024-10-22
resolve range patterns to the their struct types
Duncan Proctor
-8
/
+141
[prev]
[next]