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
2025-01-24
Lazily compute location links in type hints again
Lukas Wirth
-9
/
+18
2025-01-24
Record the use tree index in glob imports
Lukas Wirth
-95
/
+112
2025-01-24
Add a new failing test that overflows stack
Shoyu Vanilla
-0
/
+37
2025-01-24
Merge pull request #19012 from ShoyuVanilla/arbitrary-self
Lukas Wirth
-26
/
+129
2025-01-24
feat: Implement `arbitrary-self-types`
Shoyu Vanilla
-26
/
+129
2025-01-24
Merge pull request #19017 from Veykril/push-uktrsknwmsvy
Lukas Wirth
-10
/
+26
2025-01-24
Merge pull request #18993 from ChayimFriedman2/iter-config
Lukas Wirth
-56
/
+81
2025-01-24
Merge pull request #18994 from Wilfred/failed_rustc_cfg_as_warning
Lukas Wirth
-1
/
+1
2025-01-24
Merge pull request #19016 from Veykril/push-moqnsytyrupu
Lukas Wirth
-208
/
+234
2025-01-24
fix: Fix flycheck panicking with "once" invocation strategy
Lukas Wirth
-10
/
+26
2025-01-24
Fix `ItemScope` not recording glob imports
Lukas Wirth
-208
/
+234
2025-01-23
Check cfg when collecting macro defs
David Richey
-0
/
+6
2025-01-22
increase `AUTODEREF_RECURSION_LIMIT` to 20
Teodor Tanasoaia
-2
/
+2
2025-01-21
manual: Document all rust-project.json fields
Wilfred Hughes
-1
/
+1
2025-01-21
internal: Treat cfg fetching failures as a warning
Wilfred Hughes
-1
/
+1
2025-01-21
Provide a config to control auto-insertion of `await` and `iter()`
Chayim Refael Friedman
-56
/
+81
2025-01-21
Keep already computed inlay hint properties instead of late resolving them
Lukas Wirth
-92
/
+99
2025-01-21
Make `InlayHint::linked_location` computation lazy
Lukas Wirth
-204
/
+285
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
-53
/
+67
2025-01-21
Sort completion items that skip `await` and `iter()` behind those that don't
Chayim Refael Friedman
-0
/
+26
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
/
+49
2025-01-21
Cleanup `Name` string rendering
Lukas Wirth
-249
/
+145
2025-01-21
Merge pull request #18977 from ChayimFriedman2/fix-upmapping
Lukas Wirth
-13
/
+68
2025-01-20
Fix another bug with completion of trait items inside macros
Chayim Refael Friedman
-11
/
+36
2025-01-20
Goto `Display::fmt` when invoked on `to_string`
Lukas Wirth
-0
/
+49
2025-01-20
Bring back goto def redirect for parse -> FromStr
Lukas Wirth
-4
/
+59
2025-01-20
Move dual blanket impl logic from source analyzer to goto_def
Lukas Wirth
-114
/
+93
2025-01-20
fix: upmap ranges in convert_tuple_struct_to_named_struct assist
Vishruth-Thimmaiah
-1
/
+101
2025-01-20
Merge pull request #18967 from Veykril/push-pwonkmwqmmol
Lukas Wirth
-264
/
+366
2025-01-20
Merge pull request #18934 from 1hakusai1/goto_definition_from_into
Lukas Wirth
-2
/
+278
2025-01-20
Merge pull request #18982 from Veykril/push-lstmvzsowxyt
Lukas Wirth
-7
/
+15
2025-01-20
Merge pull request #18976 from ChayimFriedman2/non-module-generic-args
Lukas Wirth
-29
/
+81
2025-01-20
Fix import search not discarding rawness
Lukas Wirth
-28
/
+64
2025-01-20
Less allocs
Lukas Wirth
-19
/
+30
2025-01-20
Preserve impl assoc names in ImplData
Lukas Wirth
-89
/
+78
2025-01-20
Vec -> Box<[_]>
Lukas Wirth
-9
/
+6
2025-01-20
Properly record meaningful imports as re-exports in symbol index
Lukas Wirth
-143
/
+212
2025-01-20
Add a test case
1hakusai1
-0
/
+24
2025-01-20
Use Semantics::resolve_method_call_as_callable to find implementation
1hakusai1
-59
/
+89
2025-01-20
Merge pull request #18981 from Fabian-Gruenbichler/proc-macro-srv-portability
Laurențiu Nicola
-3
/
+9
2025-01-20
proc-macro-srv: make usage of RTLD_DEEPBIND portable
Fabian Grünbichler
-3
/
+9
2025-01-20
Merge from rust-lang/rust
Laurențiu Nicola
-0
/
+4
2025-01-19
Fix missing upmapping in trait impls completion
Chayim Refael Friedman
-3
/
+33
2025-01-19
Fix a bug where enum variants were not considered properly in type ns resolution
Chayim Refael Friedman
-29
/
+81
2025-01-18
Make niches into nices
Luuk Wester
-2
/
+96
2025-01-18
Merge pull request #18966 from lnicola/bump-windows-sys
Laurențiu Nicola
-4
/
+6
2025-01-18
Merge pull request #18968 from Veykril/push-szvltqqttsyy
Lukas Wirth
-1
/
+1
[prev]
[next]