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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove insta for ra_hir_def
Aleksey Kladov
2020-07-17
2
-163
/
+169
*
Rewrite def map tests from insta to expect
Aleksey Kladov
2020-07-17
5
-1938
/
+1821
*
Semantical call info
Aleksey Kladov
2020-07-16
1
-1
/
+9
*
Remove TypeCtor interning
Florian Diebold
2020-07-15
1
-4
/
+4
*
Cleanup limits
Aleksey Kladov
2020-07-15
1
-7
/
+7
*
Check cancellation when updating imports recursively
Aleksey Kladov
2020-07-15
1
-0
/
+1
*
Micro-optimize update
Aleksey Kladov
2020-07-15
1
-5
/
+6
*
Update ItemTree snapshots
Jonas Schievink
2020-07-14
1
-12
/
+12
*
Thread varargs through r-a
Jonas Schievink
2020-07-14
4
-3
/
+22
*
ItemTree: Lower tuple types despite invalid type
Jonas Schievink
2020-07-14
1
-7
/
+6
*
Guard against infinite macro expansions
Aleksey Kladov
2020-07-14
2
-0
/
+29
*
Don't copy-paste `impl_froms` into every crate
Aleksey Kladov
2020-07-13
1
-30
/
+15
*
Rewrite item_tree tests to expect
Aleksey Kladov
2020-07-11
1
-105
/
+109
*
Extern fns are implicitly unsafe
Aleksey Kladov
2020-07-11
1
-0
/
+1
*
Bump macro recursion limit in release
Aleksey Kladov
2020-07-11
1
-2
/
+8
*
More tight recursion limit when expanding macros in function bodies
Aleksey Kladov
2020-07-11
1
-6
/
+48
*
Goto type definition works for self
Aleksey Kladov
2020-07-10
1
-0
/
+5
*
Re-enable IDE features for incomplete impl blocs
Aleksey Kladov
2020-07-09
1
-2
/
+3
*
Remove relative_path dependency
Aleksey Kladov
2020-07-08
1
-29
/
+87
*
Switch to fully dynamically dispatched salsa
Aleksey Kladov
2020-07-07
2
-15
/
+15
*
Use SmolStr
Jonas Schievink
2020-07-02
1
-3
/
+4
*
Fix tests
Jonas Schievink
2020-07-02
1
-1
/
+27
*
Record and suggest trait items via ImportMap
Jonas Schievink
2020-07-02
1
-8
/
+39
*
ItemTree: Lower fields despite invalid type
Jonas Schievink
2020-07-01
1
-1
/
+1
*
Remove `entries_without_primitives`
Jonas Schievink
2020-06-30
2
-11
/
+3
*
Simplify entry API usage
Jonas Schievink
2020-06-30
1
-21
/
+12
*
Reorder imports
Jonas Schievink
2020-06-30
1
-1
/
+2
*
Split namespace maps in `ItemScope`
Jonas Schievink
2020-06-30
1
-34
/
+79
*
Cleanup changes leftover from previous tracking attempt
Paul Daniel Faria
2020-06-27
1
-14
/
+16
*
Remove track_parent and parent_map, replace with simple walk in missign unsaf...
Paul Daniel Faria
2020-06-27
2
-272
/
+98
*
Fix issues caused during rebase
Paul Daniel Faria
2020-06-27
1
-45
/
+63
*
unsafe: Clean up, improve tracking, add debug_assert
Paul Daniel Faria
2020-06-27
2
-81
/
+158
*
Track expr parents during lowering, use parent map when checking if unsafe ex...
Paul Daniel Faria
2020-06-27
2
-88
/
+165
*
Rename Expr::UnsafeBlock to Expr::Unsafe
Paul Daniel Faria
2020-06-27
2
-3
/
+3
*
Track unsafe blocks, don't trigger missing unsafe diagnostic when unsafe expr...
Paul Daniel Faria
2020-06-27
2
-2
/
+9
*
Merge #5033
bors[bot]
2020-06-27
3
-20
/
+198
|
\
|
*
Replace simple is_named with matches macro
Paul Daniel Faria
2020-06-27
1
-10
/
+1
|
*
Remove comment that's no longer valid
Paul Daniel Faria
2020-06-26
1
-2
/
+0
|
*
Split glob import map to per-ns, switch ExprCollector to use a simpler push_res
Paul Daniel Faria
2020-06-26
3
-33
/
+64
|
*
Track import type outside of , use enum rather than bool to improve readability
Paul Daniel Faria
2020-06-25
4
-40
/
+73
|
*
Revert resolution of all glob imports first, replace with tracking of glob im...
Paul Daniel Faria
2020-06-25
4
-49
/
+119
|
*
Order of glob imports should not affect import shadowing
Paul Daniel Faria
2020-06-25
2
-16
/
+71
*
|
Make find_inner_item fallible
Jonas Schievink
2020-06-26
2
-14
/
+28
*
|
find_inner_item: more detailed panic message
Jonas Schievink
2020-06-26
1
-1
/
+7
*
|
Simplify inner item lowering
Jonas Schievink
2020-06-26
1
-61
/
+30
*
|
Make VFS join methods fallible
Jonas Schievink
2020-06-26
1
-0
/
+16
*
|
Use ItemTree to answer enum_data query
Jonas Schievink
2020-06-25
1
-7
/
+19
*
|
Use IdRange for variants
Jonas Schievink
2020-06-25
3
-9
/
+29
*
|
Generalize FieldIds -> IdRange<T>
Jonas Schievink
2020-06-25
2
-13
/
+14
*
|
adt.rs: fetch struct/union data from item tree
Jonas Schievink
2020-06-25
1
-19
/
+49
[next]