This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust-analyzer
Watch
1
Star
0
Fork
0
You've already forked rust-analyzer
mirror of
https://github.com/rust-lang/rust-analyzer.git
synced
2025-10-25 12:44:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust-analyzer
/
editors
/
code
/
src
History
Seivan Heidari
358a1bcd70
Merge branch 'master' of
https://github.com/rust-analyzer/rust-analyzer
into feature/themes
2019-11-21 01:11:41 +01:00
..
commands
Merge pull request
#2297
from kiljacken/master
2019-11-20 08:38:25 +03:00
events
Allow syntax tree to update when changing files
2019-03-03 22:03:37 +02:00
notifications
Run prettier on all files
2018-10-08 22:38:33 +01:00
test
Fix tests
2019-09-27 17:33:14 -04:00
utils
Fix
2019-09-27 20:02:51 -04:00
config.ts
Vscode wasn't running the linter automatically so ran
npm run fix
- wonder if it's related to
tslint
being deprecated.
2019-11-09 17:23:30 +01:00
extension.ts
Use DocumentProvider instead of Hover
2019-11-20 01:06:10 +08:00
highlighting.ts
Probably a better approach to check for values before assigning lest we replace something.
2019-11-10 22:30:53 +01:00
scopes_mapper.ts
Vscode wasn't running the linter automatically so ran
npm run fix
- wonder if it's related to
tslint
being deprecated.
2019-11-09 17:23:30 +01:00
scopes.ts
Readding jsonc parser because of
https://github.com/rust-analyzer/rust-analyzer/pull/2061\#discussion_r344783715
2019-11-18 02:37:18 +01:00
server.ts
Move type inlay hint truncation to language server
2019-11-19 17:23:50 +01:00