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-24
Merge pull request #18743 from ChayimFriedman2/e0107
Lukas Wirth
-275
/
+881
2024-12-24
Merge pull request #18754 from Veykril/push-zkkzxrsxnqnm
Lukas Wirth
-140
/
+209
2024-12-24
Unify handling of path diagnostics in hir-ty
Chayim Refael Friedman
-247
/
+848
2024-12-24
Cleanup target fetching for cargo metadata
Lukas Wirth
-140
/
+209
2024-12-24
Merge pull request #18707 from ChayimFriedman2/subst
Lukas Wirth
-186
/
+1015
2024-12-24
Merge pull request #18718 from Giga-Bowser/fix-syntaxfactory-intoiterator
Lukas Wirth
-16
/
+28
2024-12-24
Merge pull request #18722 from markmurphydev/status_bar_settings
Lukas Wirth
-35
/
+62
2024-12-24
Merge pull request #18750 from Veykril/push-tyvtqpwrwvsr
Lukas Wirth
-103
/
+7
2024-12-24
Back out "internal: Disable rustc test metrics"
Lukas Wirth
-2
/
+7
2024-12-24
Remove dangling outdated test module
Lukas Wirth
-101
/
+0
2024-12-24
Merge pull request #18749 from PrototypeNM1/windows-debugger-wait
Lukas Wirth
-7
/
+25
2024-12-23
minor: Break out of waiting for debugger on Windows using native debugger che...
Nicholas Rishel
-7
/
+25
2024-12-23
Auto merge of #134681 - lnicola:sync-from-ra, r=lnicola
bors
-2151
/
+3082
2024-12-23
Bump rustc crates
Laurențiu Nicola
-17
/
+17
2024-12-23
Merge from rust-lang/rust
Laurențiu Nicola
-3
/
+5
2024-12-23
Preparing for merge from rust-lang/rust
Laurențiu Nicola
-1
/
+1
2024-12-23
Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl...
Zalathar
-1
/
+1
2024-12-22
Treat ; as a terminator rather than something that can be glued together in a...
Brian Bosak
-0
/
+1
2024-12-22
Merge pull request #18742 from Veykril/push-yswvkzmsvqql
Lukas Wirth
-7
/
+7
2024-12-22
fix: Fix flycheck workspace when requested but package was found
Lukas Wirth
-7
/
+7
2024-12-22
fix: Delay initial flycheck until after build scripts
Lukas Wirth
-6
/
+12
2024-12-22
Merge pull request #18738 from Veykril/push-vqxqutskzvvu
Lukas Wirth
-8
/
+13
2024-12-22
Merge pull request #18740 from Veykril/push-tntsvtmtlotw
Lukas Wirth
-20
/
+20
2024-12-22
fix: Fix empty check diagnostics not marking files as changed
Lukas Wirth
-20
/
+20
2024-12-22
Merge pull request #18739 from Veykril/push-ntpvvqnnovtn
Lukas Wirth
-0
/
+19
2024-12-22
fix: Properly check if workspace flychecking is allowed
Lukas Wirth
-8
/
+13
2024-12-22
fix: Don't trigger paren wrapping typing handler after idents
Lukas Wirth
-0
/
+19
2024-12-22
Merge pull request #18737 from Veykril/push-rslstwynmzpx
Lukas Wirth
-0
/
+2
2024-12-22
minor: Tell the server to stop prior to restarting it
Lukas Wirth
-0
/
+2
2024-12-22
Merge pull request #18735 from Veykril/push-rpuxqrzrzvsw
Lukas Wirth
-3
/
+3
2024-12-22
fix: Set `result_id` for `RelatedFullDocumentDiagnosticReport` everywhere
Lukas Wirth
-3
/
+3
2024-12-21
fix: only show debug lens with a valid root
roife
-15
/
+19
2024-12-21
fix: remove always! check for file_id in runnables
roife
-16
/
+3
2024-12-20
change config rust-analyzer.statusBar.documentSelector to showStatusBar
Mark Murphy
-35
/
+62
2024-12-20
Revert "internal: Drop proc-macro server support for ~1.66.0 and older toolch...
Lukas Wirth
-30
/
+48
2024-12-20
internal: Standardize how we take iterator parameters in `SyntaxFactory`
Giga Bowser
-16
/
+28
2024-12-20
Move ty lowering diagnostic definitions into a separate module
Chayim Refael Friedman
-29
/
+34
2024-12-20
Merge pull request #18729 from Veykril/push-kyxtnozqzwkn
Lukas Wirth
-53
/
+140
2024-12-20
Clear all check diagnostics when the workspace changes
Lukas Wirth
-0
/
+1
2024-12-20
Arc the package ids coming from flycheck
Lukas Wirth
-12
/
+21
2024-12-20
Arc the workspace root flycheck
Lukas Wirth
-8
/
+8
2024-12-20
Clear flycheck diagnostics more granularly
Lukas Wirth
-48
/
+125
2024-12-20
Merge pull request #18723 from ChayimFriedman2/tracing-complete
Lukas Wirth
-360
/
+596
2024-12-20
Fix a case where completion was unable to expand a macro
Chayim Refael Friedman
-360
/
+596
2024-12-20
Merge pull request #18728 from Veykril/push-ozqlrzmqklwt
Lukas Wirth
-49
/
+51
2024-12-20
Merge pull request #18702 from ChayimFriedman2/prep
Lukas Wirth
-133
/
+162
2024-12-20
internal: Split serde derive feature into `serde_derive` usage
Lukas Wirth
-49
/
+51
2024-12-20
Show substitution where hovering over generic things
Chayim Refael Friedman
-186
/
+1015
2024-12-20
Merge pull request #18726 from Veykril/push-vyzotyqqtpqs
Lukas Wirth
-26
/
+19
2024-12-20
fix: Reduce applicability of unnecessary_async assist
Lukas Wirth
-26
/
+19
[prev]
[next]