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
/
hir_ty
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make unimplemented match variants explicit
Casey Primozic
2020-10-07
1
-1
/
+2
*
`todo!()` -> `unimplemented!() // FIXME` for CI
Casey Primozic
2020-10-06
2
-3
/
+5
*
Bump chalk to use latest git to get fix
Casey Primozic
2020-10-06
2
-0
/
+13
*
Fix trait object hir formatting behind pointer and references
Lukas Wirth
2020-10-06
1
-6
/
+23
*
Update chalk to 0.28.0
Bram van den Heuvel
2020-09-25
1
-2
/
+8
*
Bump smol_str from 0.1.16 to 0.1.17
Jean SIMARD
2020-09-24
1
-1
/
+1
*
Use Ty::apply instead of simple and fix method resolution.
Charles Lew
2020-09-16
3
-8
/
+14
*
Add a test.
Charles Lew
2020-09-16
1
-0
/
+38
*
Lower extern type alias as foreign opaque type.
Charles Lew
2020-09-16
1
-2
/
+6
*
Update chalk to 0.27 and adapt to chalk changes.
Charles Lew
2020-09-15
6
-27
/
+96
*
Merge #5971
bors[bot]
2020-09-13
7
-53
/
+213
|
\
|
*
Fix type walking about type of async block
oxalica
2020-09-11
1
-14
/
+9
|
*
Fix and prettify comments
oxalica
2020-09-11
1
-4
/
+6
|
*
Implement async blocks
oxalica
2020-09-10
7
-53
/
+216
*
|
Implement box pattern inference
Jonas Schievink
2020-09-12
1
-1
/
+13
*
|
Add box pattern test
Jonas Schievink
2020-09-12
1
-0
/
+25
*
|
Rename record_field_pat to record_pat_field
Pavan Kumar Sunkara
2020-09-10
2
-4
/
+4
*
|
Tweak interner for chalk
Nathan Whitaker
2020-09-09
1
-9
/
+9
*
|
Lookup ADT and assoc. type names for chalk debug
Nathan Whitaker
2020-09-09
2
-5
/
+21
|
/
*
Switch to expect_test from crates.io
Aleksey Kladov
2020-08-21
9
-9
/
+9
*
Add type safety to diagnostic codes
Aleksey Kladov
2020-08-18
1
-17
/
+17
*
Speedup ty tests
Aleksey Kladov
2020-08-18
1
-6
/
+11
*
Merge #5682
bors[bot]
2020-08-18
1
-0
/
+25
|
\
|
*
Merge branch 'master' into add-disable-diagnostics
Igor Aleksanov
2020-08-14
1
-0
/
+25
*
|
Fix missing match arm false error on unknown type
CAD97
2020-08-17
2
-4
/
+2
*
|
Document missing match arm false positive
CAD97
2020-08-17
1
-0
/
+19
*
|
Chalk 0.23
Jeremy Kolb
2020-08-16
1
-2
/
+2
*
|
Only print chalk programs with CHALK_PRINT
Wilco Kusee
2020-08-14
1
-10
/
+15
*
|
Lookup adt names
Wilco Kusee
2020-08-14
1
-1
/
+2
*
|
Only use logging db if CHALK_DEBUG is active
Wilco Kusee
2020-08-14
1
-12
/
+15
*
|
Print chalk programs in debug output
Wilco Kusee
2020-08-14
2
-12
/
+19
|
/
*
display correctly 'impl Trait<T> + Trait<T>' #4814
Benjamin Coenen
2020-08-13
1
-0
/
+1
*
Rename ra_hir_ty -> hir_ty
Aleksey Kladov
2020-08-13
35
-0
/
+22837