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
2024-12-19
Merge pull request #18717 from Veykril/push-pomxnvxotwlr
Lukas Wirth
-7
/
+11
2024-12-19
internal: Set `result_id` for pull diagnostics
Lukas Wirth
-7
/
+11
2024-12-18
Merge pull request #18715 from aibaars/ungram-asm-option
Lukas Wirth
-3
/
+1
2024-12-18
fix: Consider both completion detail fields in to_proto
Lukas Wirth
-1
/
+1
2024-12-18
Fix AsmOption rule in rust.ungram
Arthur Baars
-3
/
+1
2024-12-18
fix: Do not ask the client ro resolve for non existing label details
Lukas Wirth
-2
/
+4
2024-12-18
internal: Cleanup label structure of `CompletionItem`
Lukas Wirth
-1070
/
+1201
2024-12-18
Merge pull request #18711 from Veykril/push-kwurwxttmqwo
Lukas Wirth
-2
/
+27
2024-12-18
Taking a raw ref of a deref is always safe
Lukas Wirth
-2
/
+27
2024-12-18
make no-variant types a dedicated Variants variant
Ralf Jung
-9
/
+10
2024-12-18
Variants::Single: do not use invalid VariantIdx for uninhabited enums
Ralf Jung
-6
/
+7
2024-12-18
Remove salsa from proc-macro server dep tree
Lukas Wirth
-15
/
+88
2024-12-18
Merge pull request #18708 from ChayimFriedman2/fix-tiny
Lukas Wirth
-0
/
+19
2024-12-18
Fix pretty-printing of `@` patterns
Chayim Refael Friedman
-0
/
+19
2024-12-16
Stabilize #[coverage] attribute
ltdk
-1
/
+1
2024-12-16
Merge pull request #18700 from ChayimFriedman2/dyn-send
Lukas Wirth
-1
/
+18
2024-12-16
Use a record struct instead of a tuple for each namespace in `PerNs`
Chayim Refael Friedman
-133
/
+162
2024-12-16
Fix a panic with a diagnostics fix when a keyword is used as a field
Chayim Refael Friedman
-1
/
+18
2024-12-16
fix: Fix path qualified auto-importing completions not working with re-exports
Lukas Wirth
-134
/
+221
2024-12-16
Merge pull request #18698 from Veykril/push-vpqwrwxptsql
Lukas Wirth
-4
/
+12
2024-12-16
Merge pull request #18690 from Giga-Bowser/extract-variable-string
Lukas Wirth
-15
/
+168
2024-12-16
internal: Don't serialize empty fields in completions and resolve payloads
Lukas Wirth
-4
/
+12
2024-12-16
Merge pull request #18695 from roife/improve-tuple-destruction
Lukas Wirth
-74
/
+74
2024-12-16
Merge pull request #18696 from ChayimFriedman2/syn-syn
Lukas Wirth
-63
/
+110
2024-12-16
Merge pull request #18697 from Veykril/push-qtmmtvpyrntr
Lukas Wirth
-30
/
+9
2024-12-16
internal: Simplify ratoml testdir usage
Lukas Wirth
-30
/
+9
2024-12-16
Report unresolved idents for implicit captures in `format_args!()`
Chayim Refael Friedman
-63
/
+110
2024-12-16
refactor: simplify `edit_tuple_usages` in destructure_tuple_binding
roife
-46
/
+30
2024-12-15
Merge pull request #18693 from Veykril/push-wzoomkkmuolm
Laurențiu Nicola
-6
/
+3
2024-12-15
fix: Fix proc-macro dylib names on windows
Lukas Wirth
-6
/
+3
2024-12-15
internal: Show mir eval errors on hover with debug env var set
Lukas Wirth
-97
/
+113
2024-12-14
feat: Use string literal contents as a name when extracting into variable
Giga Bowser
-15
/
+168
2024-12-13
fix: Revert changes to client capabilities in `bac0ed5`
Giga Bowser
-1
/
+1
2024-12-13
feat: improve name generation in destructure_tuple_binding
roife
-33
/
+49
2024-12-13
Bump typos
Laurențiu Nicola
-11
/
+16
2024-12-13
Merge pull request #18678 from regexident/fix-typos
Laurențiu Nicola
-6
/
+6
2024-12-13
Fix a few typos
Vincent Esche
-6
/
+6
2024-12-13
Merge pull request #18674 from Veykril/push-lrxotqknvxvr
Lukas Wirth
-37
/
+76
2024-12-13
Merge pull request #18672 from Veykril/push-lurnqpqtzvzq
Lukas Wirth
-41
/
+15
2024-12-13
Show expansion errors in expand_macro feature
Lukas Wirth
-37
/
+76
2024-12-13
Do not require a special env var to be set for the proc-macro-srv
Lukas Wirth
-41
/
+15
2024-12-12
Merge pull request #18677 from Veykril/push-uumpxklsqpzk
Lukas Wirth
-1
/
+4
2024-12-12
internal: Implement `naked_asm!` builtin
Lukas Wirth
-1
/
+4
2024-12-12
Merge pull request #18675 from ShoyuVanilla/issue-18664
Lukas Wirth
-2
/
+50
2024-12-13
fix: Panic when displaying generic params with defaults, again
Shoyu Vanilla
-2
/
+50
2024-12-12
Fix typo in error message for invalid casting
Philipp Hofer
-1
/
+1
2024-12-12
Merge pull request #18670 from Veykril/push-ylomnylswnxm
Lukas Wirth
-48
/
+30
2024-12-12
internal: Drop proc-macro server support for ~1.66.0 and older toolchains
Lukas Wirth
-48
/
+30
2024-12-12
Merge pull request #18652 from Giga-Bowser/extract-constant
Lukas Wirth
-306
/
+1634
2024-12-12
Merge pull request #18669 from Veykril/push-qqkuxtvsmsut
Lukas Wirth
-32
/
+31
[prev]
[next]