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
/
docs
Age
Commit message (
Expand
)
Author
Lines
2025-07-22
Apply suggestions from code review
Jakub Beránek
-4
/
+5
2025-07-22
Document synces using `josh-sync`
Jakub Beránek
-12
/
+41
2025-07-04
remove syntaxTree from docs
vinícius x
-18
/
+0
2025-06-26
refactor: rename `branches` to `branch_exit_points` in highlight_related
roifewu
-1
/
+1
2025-06-26
feat: highlighting of related return values while the cursor is on any `match...
roifewu
-0
/
+7
2025-06-25
Fix link in the book
Chayim Refael Friedman
-3
/
+2
2025-06-24
Merge pull request #20064 from Wilfred/document_sysroot_project
Lukas Wirth
-0
/
+3
2025-06-23
Add troubleshooting FAQ to the book
Chayim Refael Friedman
-0
/
+12
2025-06-23
Document sysroot_project field in rust-project.json
Wilfred Hughes
-0
/
+3
2025-06-20
Add better documentation for excluding imports from symbol search
Lucas Holten
-1
/
+5
2025-06-19
fix: Temporarily disable `+` typing handler as it moves the cursor position
Lukas Wirth
-1
/
+1
2025-06-17
Merge pull request #19939 from ChayimFriedman2/fill-arms-self
Lukas Wirth
-0
/
+7
2025-06-16
feat: Insert required parentheses when typing `+` in trait type
Lukas Wirth
-1
/
+1
2025-06-16
Merge pull request #19994 from sourcefrog/book-links
Laurențiu Nicola
-3
/
+2
2025-06-15
Add config option to exclude imports from symbol search
Lucas Holten
-0
/
+7
2025-06-13
Make the URL a hyperlink
Martin Pool
-1
/
+1
2025-06-13
Fix link to the contribution guide
Martin Pool
-2
/
+1
2025-06-13
Fix link to good first issues
Jakub Beránek
-1
/
+1
2025-06-10
[minor] Fix typos
Wilfred Hughes
-1
/
+1
2025-06-06
In "Fill match arms", allow users to prefer `Self` to the enum name when poss...
Chayim Refael Friedman
-0
/
+7
2025-06-02
internal: Use 'ProjectJson' consistently
Wilfred Hughes
-1
/
+1
2025-05-28
feat: Render padding information when hovering on structs
Shoyu Vanilla
-0
/
+7
2025-05-26
Merge pull request #19819 from Veykril/push-utvzwvwuuvlm
Lukas Wirth
-1
/
+1
2025-05-22
Remove rust-analyzer.vs from other editors
Oli Scherer
-24
/
+0
2025-05-19
Change import prefix default to be by crate
Lukas Wirth
-1
/
+1
2025-04-20
doc: Fix dead manual links
bbb651
-1
/
+1
2025-04-20
doc: Rework generated configuration to have anchors
bbb651
-353
/
+681
2025-04-09
internal: rename `children_modules` to `child_modules`
David Barsky
-1
/
+1
2025-04-07
cargo xtask tidy
geetanshjuneja
-1
/
+1
2025-04-04
feat(project-model): provide flag for no deps
Prajwal S N
-0
/
+6
2025-03-24
chore: Cleanup vscode extension output channels
Lukas Wirth
-3
/
+6
2025-03-22
Improve contributing/README.md
BenjaminBrienen
-8
/
+8
2025-03-15
cargo xtask tidy
BenjaminBrienen
-1
/
+1
2025-03-15
edition = "2024"
BenjaminBrienen
-1
/
+1
2025-03-10
Remove generated md book files
Lukas Wirth
-5346
/
+1
2025-03-09
fix: Prevent wrong invocations of `needs_parens_in` with non-ancestral "parent"s
Shoyu Vanilla
-3
/
+3
2025-03-05
Merge pull request #19274 from Veykril/push-pouwrwwrlrlt
Lukas Wirth
-3
/
+3
2025-03-05
Use HIR unsafety information for unsafe syntax highlightng
Lukas Wirth
-3
/
+3
2025-03-03
Merge pull request #19261 from Veykril/push-rnqlyrvqpols
Lukas Wirth
-87
/
+111
2025-03-03
Merge pull request #19243 from Veykril/push-qrrqsywkwyzp
Lukas Wirth
-0
/
+4
2025-03-03
Support tuple struct patterns for expand_rest_pattern assist
Lukas Wirth
-2
/
+26
2025-03-02
Normalize some assist names
Lukas Wirth
-89
/
+89
2025-03-02
Merge pull request #19259 from Veykril/push-skmvrmtorqso
Lukas Wirth
-2
/
+22
2025-03-02
Add flip or-pattern assist
Lukas Wirth
-2
/
+22
2025-03-01
Migrate `convert_bool_then` to `SyntaxEditor`
Shoyu Vanilla
-4
/
+4
2025-02-27
Allow unsetting default cfgs
Lukas Wirth
-0
/
+4
2025-02-26
Merge pull request #19220 from Shourya742/2025-02-24-nit-setup-doc
Laurențiu Nicola
-4
/
+10
2025-02-25
internal: Migrate `remove_unused_param` assist to `SyntaxEditor`
Giga Bowser
-1
/
+1
2025-02-25
internal: Migrate `remove_parentheses` assist to `SyntaxEditor`
Giga Bowser
-1
/
+1
2025-02-25
doc: remove nit from setup.md
bit-aloo
-4
/
+10
[next]