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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidate hir diagnostics code in one place
Aleksey Kladov
2020-07-14
6
-13
/
+14
*
Don't copy-paste `impl_froms` into every crate
Aleksey Kladov
2020-07-13
3
-30
/
+9
*
Reorder imports
Aleksey Kladov
2020-07-13
3
-8
/
+7
*
Merge #5331
bors[bot]
2020-07-12
2
-2
/
+63
|
\
|
*
Fix #4966
Florian Diebold
2020-07-12
2
-2
/
+63
*
|
Remove some unnecessary file names
Florian Diebold
2020-07-12
1
-3
/
+0
*
|
Add test for #4281
Florian Diebold
2020-07-12
1
-0
/
+23
*
|
Search more efficiently for int/float impls
Florian Diebold
2020-07-12
3
-18
/
+118
*
|
Adapt trait object coercion tests to the status quo
Florian Diebold
2020-07-12
1
-4
/
+51
*
|
Use Chalk built-in representation for array types
Florian Diebold
2020-07-12
1
-7
/
+36
*
|
Remove built-in Unsize impls
Florian Diebold
2020-07-12
4
-235
/
+6
*
|
Upgrade Chalk
Florian Diebold
2020-07-12
1
-2
/
+3
*
|
Enable Chalk tracing in hir_ty tests
Florian Diebold
2020-07-12
5
-66
/
+56
*
|
Upgrade Chalk
Florian Diebold
2020-07-12
5
-13
/
+63
|
/
*
infer: Add type inference support for Union types
Otavio Salvador
2020-07-11
2
-2
/
+32
*
arg count mismatch: handle tuple ctors
Jonas Schievink
2020-07-09
1
-17
/
+34
*
Address review comments
Jonas Schievink
2020-07-09
2
-40
/
+28
*
Add tests
Jonas Schievink
2020-07-09
1
-0
/
+129
*
Fix diagnostic for method calls
Jonas Schievink
2020-07-09
1
-3
/
+12
*
Correctly pluralize message
Jonas Schievink
2020-07-09
1
-1
/
+2
*
Don't emit diagnostic if there are type errors
Jonas Schievink
2020-07-09
1
-0
/
+7
*
Add argument count mismatch diagnostic
Jonas Schievink
2020-07-09
2
-5
/
+92
*
-
.
Merge #5235 #5236 #5241
bors[bot]
2020-07-07
4
-9
/
+6
|
\
\
|
|
*
Clippy perf warnings
kjeremy
2020-07-06
4
-9
/
+6
|
|
/
*
/
Switch to fully dynamically dispatched salsa
Aleksey Kladov
2020-07-07
5
-22
/
+18
|
/
*
Fix inference of indexing argument (partly)
Florian Diebold
2020-07-03
2
-8
/
+48
*
Merge #5149
bors[bot]
2020-07-01
7
-66
/
+135
|
\
|
*
Implement Chalk variable kinds
Florian Diebold
2020-07-01
7
-66
/
+135
*
|
ItemTree: Lower fields despite invalid type
Jonas Schievink
2020-07-01
1
-0
/
+24
*
|
Split `CrateImplDefs` in inherent and trait impls
Jonas Schievink
2020-07-01
3
-105
/
+110
*
|
Don't recursively call `impls_from_deps`
Jonas Schievink
2020-07-01
1
-11
/
+2
*
|
Use dynamic dispatch in AstDiagnostic
Laurențiu Nicola
2020-07-01
1
-5
/
+5
|
/
*
Better factoring
Aleksey Kladov
2020-06-30
2
-9
/
+18
*
Update the rest of the tests
Aleksey Kladov
2020-06-29
7
-438
/
+297
*
(T): make typification tests more data driven
Aleksey Kladov
2020-06-29
4
-133
/
+103
*
Merge #5124
bors[bot]
2020-06-29
4
-18
/
+92
|
\
|
*
(Partially) fix handling of type params depending on type params
Florian Diebold
2020-06-29
4
-18
/
+92
*
|
Merge #5105
bors[bot]
2020-06-28
2
-13
/
+3
|
\
\
|
*
|
Simlify with matches!()
Veetaha
2020-06-28
2
-13
/
+3
|
|
/
*
/
Update Chalk to released version
Florian Diebold
2020-06-28
1
-2
/
+2
|
/
*
Simplify unsafe expr collection match
Paul Daniel Faria
2020-06-27
1
-4
/
+3
*
Improve perf of finding unsafe exprs
Paul Daniel Faria
2020-06-27
1
-49
/
+39
*
Remove unneeded code, filename from tests, fix rebasing issues
Paul Daniel Faria
2020-06-27
2
-17
/
+5
*
Remove track_parent and parent_map, replace with simple walk in missign unsaf...
Paul Daniel Faria
2020-06-27
1
-19
/
+23
*
unsafe: Clean up, improve tracking, add debug_assert
Paul Daniel Faria
2020-06-27
2
-72
/
+74
*
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
[next]