index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
base_db
/
src
/
input.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve readability
Aleksey Kladov
2021-03-23
1
-0
/
+1
*
Align naming of deps and revdeps
Aleksey Kladov
2021-03-23
1
-4
/
+1
*
Align semantics of deps and rev deps
Aleksey Kladov
2021-03-23
1
-2
/
+2
*
Compute more mathematically well-rounded notion of transitive deps
Aleksey Kladov
2021-03-23
1
-1
/
+3
*
a lot of clippy::style fixes
Matthias Krüger
2021-03-21
1
-1
/
+1
*
Don't repeat work in transitive_reverse_dependencies
Lukas Wirth
2021-03-16
1
-11
/
+10
*
Implement Crate::transitive_reverse_dependencies
Lukas Wirth
2021-03-15
1
-0
/
+28
*
Fix warnings when running `cargo doc --document-private-items`
Joshua Nelson
2021-01-18
1
-1
/
+1
*
Add support for Rust 2021.
Mara Bos
2021-01-01
1
-2
/
+5
*
Pass crate environment to proc macros
Jonas Schievink
2020-12-27
1
-2
/
+10
*
Move TokenExpander to base_db and rename it
Jonas Schievink
2020-12-27
1
-3
/
+8
*
Retain types of proc macros and allow attr. macros
Jonas Schievink
2020-12-07
1
-4
/
+9
*
Compress code
Aleksey Kladov
2020-11-17
1
-2
/
+18
*
Deny unreachable-pub
Aleksey Kladov
2020-11-02
1
-3
/
+1
*
More type safety around names
Aleksey Kladov
2020-10-20
1
-7
/
+20
*
Introduce CrateDisplayName
Aleksey Kladov
2020-10-20
1
-1
/
+23
*
Rename declaration_name -> display_name
Aleksey Kladov
2020-10-20
1
-9
/
+11
*
Add a hacky remidy for #6038
Aleksey Kladov
2020-10-20
1
-0
/
+23
*
Improve prime_caches and display its progress
Jonas Schievink
2020-10-12
1
-0
/
+28
*
Properly name the field
Kirill Bulatov
2020-10-02
1
-6
/
+7
*
Fix the hover dash issues
Kirill Bulatov
2020-10-02
1
-2
/
+2
*
Move most of the logic into the completion module
Kirill Bulatov
2020-09-09
1
-1
/
+7
*
Rename ra_db -> base_db
Aleksey Kladov
2020-08-13
1
-0
/
+453