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
/
ra_hir_def
/
src
/
data.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert function structs back to using bool to track self param, use first par...
Paul Daniel Faria
2020-08-10
1
-3
/
+3
*
Unsafe borrow of packed fields: account for borrow through ref binding, auto ...
Paul Daniel Faria
2020-08-10
1
-3
/
+3
*
Thread varargs through r-a
Jonas Schievink
2020-07-14
1
-0
/
+2
*
Switch to fully dynamically dispatched salsa
Aleksey Kladov
2020-07-07
1
-1
/
+1
*
Collect field/variant attrs in ItemTree
Jonas Schievink
2020-06-25
1
-2
/
+2
*
ItemTree: Use more boxed slices
Jonas Schievink
2020-06-24
1
-2
/
+2
*
Don't allocate common visibilities
Jonas Schievink
2020-06-24
1
-4
/
+4
*
Address more comments
Jonas Schievink
2020-06-24
1
-4
/
+3
*
Unify and test attribute handling
Jonas Schievink
2020-06-24
1
-2
/
+3
*
Make remaining item data queries use item tree
Jonas Schievink
2020-06-24
1
-122
/
+42
*
draw the rest of the owl
Jonas Schievink
2020-06-24
1
-124
/
+96
*
Make known paths use `core` instead of `std`
Jonas Schievink
2020-06-11
1
-1
/
+1
*
Add highlight support for unsafe fn calls and raw ptr deref
Paul Daniel Faria
2020-06-02
1
-1
/
+5
*
Highlight mutable statics as mutable
Matthew Jasper
2020-05-10
1
-5
/
+26
*
Rename ImplItem to AssocItem
Edwin Cheng
2020-05-05
1
-9
/
+9
*
refactor: use attrsOwner directly in is_cfg_enabled
Benjamin Coenen
2020-05-05
1
-2
/
+1
*
Fixes names for collect_item funtions
Edwin Cheng
2020-05-04
1
-25
/
+14
*
Support macro for trait items
Edwin Cheng
2020-05-03
1
-82
/
+67
*
Introduce LowerCtx for path lowering
Edwin Cheng
2020-05-01
1
-8
/
+13
*
-
.
Merge #3966 #3968
bors[bot]
2020-04-15
1
-4
/
+14
|
\
\
|
*
|
Add support for bounds on associated types in trait definitions
Florian Diebold
2020-04-13
1
-4
/
+14
*
|
|
Implement inline associated type bounds
Florian Diebold
2020-04-13
1
-2
/
+6
|
/
/
*
|
Align naming
Aleksey Kladov
2020-04-11
1
-1
/
+1
*
|
Use Expander for cfg handling in impls
Aleksey Kladov
2020-04-11
1
-13
/
+14
*
|
Pull Expander up
Aleksey Kladov
2020-04-11
1
-5
/
+5
|
/
*
Simpler acessors for keywords
Aleksey Kladov
2020-04-09
1
-2
/
+2
*
Merge #3918
bors[bot]
2020-04-09
1
-9
/
+5
|
\
|
*
feat: add support for feature attributes in struct literal
Benjamin Coenen
2020-04-09
1
-9
/
+5
*
|
Be consistent about token accesors
Aleksey Kladov
2020-04-09
1
-3
/
+3
|
/
*
feat: add attributes support on struct fields and method #3870
Benjamin Coenen
2020-04-08
1
-4
/
+21
*
feat: add attributes support on struct fields #3870
Benjamin Coenen
2020-04-07
1
-1
/
+5
*
Use `dyn Trait` for working with databse
Aleksey Kladov
2020-03-16
1
-9
/
+9
*
Merge #3591
bors[bot]
2020-03-15
1
-1
/
+1
|
\
|
*
Support local macro_rules
Edwin Cheng
2020-03-14
1
-1
/
+1
*
|
Fix completion of trait items
Florian Diebold
2020-03-14
1
-8
/
+18
|
/
*
Handle visibility for assoc item path completion as well
Florian Diebold
2020-03-08
1
-12
/
+19
*
Handle visibility in method call completion
Florian Diebold
2020-03-07
1
-3
/
+9
*
Add profiling calls
Aleksey Kladov
2020-03-05
1
-0
/
+2
*
Rename ast::ImplBlock -> ast::ImplDef
Aleksey Kladov
2020-02-29
1
-3
/
+3
*
Remove AsyncOwner
Edwin Cheng
2019-12-24
1
-3
/
+1
*
Formatting
Edwin Cheng
2019-12-24
1
-2
/
+0
*
Implement infer await from async func
Edwin Cheng
2019-12-24
1
-2
/
+25
*
Add a limit for protect against infinite recursion
Edwin Cheng
2019-12-20
1
-2
/
+10
*
Recursive collect macros in impl items
Edwin Cheng
2019-12-20
1
-10
/
+28
*
Add support macros in impl blocks
Edwin Cheng
2019-12-20
1
-39
/
+80
*
Rename ContainerId -> AssocContainerId
Aleksey Kladov
2019-12-20
1
-6
/
+6
*
Rename N! to name!
Florian Diebold
2019-12-13
1
-2
/
+2
*
Add macros for known names and paths
Florian Diebold
2019-12-13
1
-2
/
+2
*
Move traits to the new loc
Aleksey Kladov
2019-12-12
1
-3
/
+3
*
Switch to the new location for impls
Aleksey Kladov
2019-12-12
1
-1
/
+1
[next]