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_ty
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add HighlightTag::Operator, use it for unsafe deref. Move unsafe validation t...
Paul Daniel Faria
2020-06-27
4
-48
/
+69
*
Track expr parents during lowering, use parent map when checking if unsafe ex...
Paul Daniel Faria
2020-06-27
2
-12
/
+12
*
Address review comments, have MissingUnsafe diagnostic point to each unsafe u...
Paul Daniel Faria
2020-06-27
3
-25
/
+19
*
Rename Expr::UnsafeBlock to Expr::Unsafe
Paul Daniel Faria
2020-06-27
2
-2
/
+2
*
Track unsafe blocks, don't trigger missing unsafe diagnostic when unsafe expr...
Paul Daniel Faria
2020-06-27
4
-16
/
+72
*
Add missing self param to test
Paul Daniel Faria
2020-06-27
1
-1
/
+1
*
Remove UnnecessaryUnsafe diagnostic, Fix Expr::Call unsafe analysis
Paul Daniel Faria
2020-06-27
3
-69
/
+21
*
Add tests covering unsafe blocks, more attempts to get call expr tests passing
Paul Daniel Faria
2020-06-27
2
-1
/
+86
*
Move diagnostics back into expr, add tests for diagnostics, fix logic to acco...
Paul Daniel Faria
2020-06-27
4
-20
/
+154
*
Add unsafe diagnostics and unsafe highlighting
Paul Daniel Faria
2020-06-27
2
-1
/
+81
*
Merge #4982
bors[bot]
2020-06-27
5
-39
/
+107
|
\
|
*
Bump chalk
Laurențiu Nicola
2020-06-26
5
-39
/
+107
*
|
Merge #5033
bors[bot]
2020-06-27
1
-0
/
+46
|
\
\
|
*
|
Split glob import map to per-ns, switch ExprCollector to use a simpler push_res
Paul Daniel Faria
2020-06-26
1
-0
/
+46
*
|
|
Address review comments
Jonas Schievink
2020-06-26
1
-1
/
+2
|
|
/
|
/
|
*
|
Infer type for slice wildcard patterns
adamrk
2020-06-25
3
-2
/
+34
|
/
*
Make `iterate_method_candidates` non-generic
Jonas Schievink
2020-06-24
1
-56
/
+73
*
Remove file id from item tree
Jonas Schievink
2020-06-24
1
-3
/
+3
*
draw the rest of the owl
Jonas Schievink
2020-06-24
1
-5
/
+11
*
Fix string literal inference in match
Laurențiu Nicola
2020-06-24
2
-13
/
+77
*
Use only one code-path for parsing fixtures
Aleksey Kladov
2020-06-23
8
-2692
/
+2692
*
Remove RelativePathBuf from fixture
Aleksey Kladov
2020-06-22
1
-1
/
+1
*
Merge #4947
bors[bot]
2020-06-20
4
-56
/
+87
|
\
|
*
Recursively compute impl sets
Jonas Schievink
2020-06-19
1
-13
/
+26
|
*
Don't include downstream crate in query
Jonas Schievink
2020-06-19
1
-1
/
+2
|
*
Replace `impls_in_trait` with `CrateImplDefs`
Jonas Schievink
2020-06-19
4
-57
/
+74
*
|
Merge #4958
bors[bot]
2020-06-20
4
-24
/
+312
|
\
\
|
*
|
Push obligation instead of matching on solution
adamrk
2020-06-20
2
-45
/
+40
|
*
|
Get Output assoc type by name
adamrk
2020-06-20
1
-13
/
+3
|
*
|
Add test for dyn Fn Output
adamrk
2020-06-20
1
-0
/
+68
|
*
|
move tests to ra_hir_ty
adamrk
2020-06-20
1
-0
/
+155
|
*
|
Fixes to callable_sig_from_fn_trait
adamrk
2020-06-20
1
-65
/
+65
|
*
|
Make get_fn_trait a method of FnTrait
adamrk
2020-06-20
3
-21
/
+21
|
*
|
Switch back callable_sig for known fn types
adamrk
2020-06-20
2
-4
/
+4
|
*
|
Infer FnSig from Fn traits
adamrk
2020-06-19
4
-18
/
+98
*
|
|
Shift bound variables correctly when using assoc type shorthand
Florian Diebold
2020-06-19
2
-0
/
+94
*
|
|
Use correct substs for super trait assoc types
Florian Diebold
2020-06-19
3
-17
/
+47
|
/
/
*
|
Fix substs in resolve_value_path for ImplSelf
Vincent Rouillé
2020-06-19
2
-1
/
+33
*
|
Merge #4851
bors[bot]
2020-06-19
1
-1
/
+11
|
\
\
|
*
|
Add quickfix to add a struct field
Timo Freiberg
2020-06-12
1
-1
/
+11
*
|
|
Merge #4839
bors[bot]
2020-06-19
1
-7
/
+56
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Apply suggestions from code review
vsrs
2020-06-18
1
-28
/
+25
|
*
|
Add Type::walk method
vsrs
2020-06-18
1
-0
/
+52
|
*
|
Add `Go to Type Definition` hover action.
vsrs
2020-06-18
1
-3
/
+3
*
|
|
Avoid all unchecked indexing in match checking
Jonas Schievink
2020-06-17
1
-28
/
+49
|
/
/
*
|
Use ra_fixture and reformat tests
Jonas Schievink
2020-06-16
1
-387
/
+385
*
|
Fix index-out-of-bounds panic in match checking
Jonas Schievink
2020-06-16
1
-2
/
+26
*
|
_match.rs: improve comment formatting
Jonas Schievink
2020-06-14
1
-113
/
+142
|
/
*
Make known paths use `core` instead of `std`
Jonas Schievink
2020-06-11
4
-28
/
+32
*
Make relevant_crates return a Set
Aleksey Kladov
2020-06-11
1
-1
/
+2
[prev]
[next]