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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
/
crates
/
ide
Age
Commit message (
Expand
)
Author
Lines
2025-02-07
minor changes
jnyfah
-1
/
+1
2025-02-06
collapsing if statement
jnyfah
-4
/
+2
2025-02-06
closure parameter inlay hints
jnyfah
-1
/
+39
2025-02-04
Fix a failing test
Chayim Refael Friedman
-2
/
+20
2025-02-04
Fix IDE resolution of `use` inside a body
Chayim Refael Friedman
-0
/
+18
2025-02-04
Merge pull request #19084 from Veykril/push-muworpzpzqup
Lukas Wirth
-1
/
+2
2025-02-04
Expose symbol of `CrateName`
Lukas Wirth
-1
/
+2
2025-02-03
Merge pull request #19062 from darichey/scip-fix-module-names
Lukas Wirth
-16
/
+43
2025-01-29
Merge pull request #19070 from Veykril/push-wpqzmznymtrn
Lukas Wirth
-70
/
+32
2025-01-29
Remove mutable syntax tree shenanigans from adjustment hints
Lukas Wirth
-70
/
+32
2025-01-28
Merge pull request #19015 from Wilfred/mdbook
Lukas Wirth
-253
/
+207
2025-01-28
Fix scip symbols for implicit modules
David Richey
-11
/
+26
2025-01-28
Fix scip `crate` symbol name
David Richey
-5
/
+17
2025-01-27
fix: Properly handle CRLF line endings in the syntax tree view
Giga Bowser
-34
/
+65
2025-01-27
Merge pull request #19047 from lnicola/rename-highlight
Laurențiu Nicola
-0
/
+14
2025-01-27
Fix syntactic highlighting for renames
Laurențiu Nicola
-0
/
+14
2025-01-27
Fix #[rustc_deprecated_safe_2024]
Chayim Refael Friedman
-15
/
+35
2025-01-27
Merge pull request #19036 from Veykril/push-nprltlwvryxw
Lukas Wirth
-1
/
+4
2025-01-26
Support RFC 2396
Chayim Refael Friedman
-2
/
+6
2025-01-26
Add GenericDefId::StaticId
Lukas Wirth
-1
/
+4
2025-01-25
Merge pull request #19020 from ShoyuVanilla/issues-19007
Lukas Wirth
-0
/
+34
2025-01-26
fix: Prevent infinite recursion of bounds formatting
Shoyu Vanilla
-37
/
+34
2025-01-25
fix: Fix markdown horizontal ruler sometimes being treated as a heading
Lukas Wirth
-1
/
+5
2025-01-25
Skip redundant path search in `resolve_completion_edits`
Lukas Wirth
-1
/
+1
2025-01-25
Merge pull request #18973 from ThouCheese/feat/nice-niches
Lukas Wirth
-2
/
+85
2025-01-24
manual: Convert to mdbook
Wilfred Hughes
-253
/
+207
2025-01-24
Merge pull request #18991 from Veykril/push-rmqmnrymwmoz
Lukas Wirth
-245
/
+339
2025-01-24
Lazily compute location links in type hints again
Lukas Wirth
-9
/
+18
2025-01-24
Add a new failing test that overflows stack
Shoyu Vanilla
-0
/
+37
2025-01-21
Keep already computed inlay hint properties instead of late resolving them
Lukas Wirth
-27
/
+31
2025-01-21
Make `InlayHint::linked_location` computation lazy
Lukas Wirth
-203
/
+281
2025-01-21
remove is_pwr2
Luuk Wester
-17
/
+3
2025-01-21
switch from using leading zeros to trailing zeros
Luuk Wester
-1
/
+4
2025-01-21
Fix Param::as_local treating closures wrong
Lukas Wirth
-38
/
+41
2025-01-21
make large niche description more terse, switch to using u128::is_power_of_two
Luuk Wester
-5
/
+5
2025-01-21
Merge pull request #18986 from Veykril/push-zlwvwlowpzqm
Lukas Wirth
-0
/
+39
2025-01-21
Cleanup `Name` string rendering
Lukas Wirth
-31
/
+24
2025-01-20
Goto `Display::fmt` when invoked on `to_string`
Lukas Wirth
-0
/
+39
2025-01-20
Bring back goto def redirect for parse -> FromStr
Lukas Wirth
-3
/
+43
2025-01-20
Move dual blanket impl logic from source analyzer to goto_def
Lukas Wirth
-28
/
+39
2025-01-20
Merge pull request #18967 from Veykril/push-pwonkmwqmmol
Lukas Wirth
-2
/
+5
2025-01-20
Merge pull request #18934 from 1hakusai1/goto_definition_from_into
Lukas Wirth
-0
/
+162
2025-01-20
Preserve impl assoc names in ImplData
Lukas Wirth
-2
/
+5
2025-01-20
Add a test case
1hakusai1
-0
/
+24
2025-01-20
Use Semantics::resolve_method_call_as_callable to find implementation
1hakusai1
-51
/
+4
2025-01-18
Make niches into nices
Luuk Wester
-2
/
+96
2025-01-16
Merge pull request #18951 from Veykril/push-zpvunsvlpuxt
Lukas Wirth
-6
/
+23
2025-01-16
Generalize some type walking in hover type actions
Lukas Wirth
-31
/
+30
2025-01-16
Add missing `#[rust_analyzer::rust_fixture]` annotations
Lukas Wirth
-6
/
+23
2025-01-16
add goto-to-def actions for trait bound
lh123
-1
/
+104
[next]