This website requires JavaScript.
Explore
Help
Sign in
language-servers
/
rust-analyzer
Watch
1
Star
0
Fork
You've already forked rust-analyzer
0
mirror of
https://github.com/rust-lang/rust-analyzer.git
synced
2025-08-16 00:20:46 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
f29796da61
rust-analyzer
/
crates
/
syntax
History
Download ZIP
Download TAR.GZ
Aramis Razzaghipour
f29796da61
Replace
if let Some(_) = foo
with
if foo.is_some()
2021-10-05 09:00:18 +11:00
..
fuzz
minor: drop dummy authors field
2021-07-05 14:19:41 +03:00
src
Replace
if let Some(_) = foo
with
if foo.is_some()
2021-10-05 09:00:18 +11:00
test_data
internal: more reasonable grammar for blocks
2021-09-26 19:16:09 +03:00
Cargo.toml
internal: more reasonable grammar for blocks
2021-09-26 19:16:09 +03:00