bjorn3
|
086ff67cff
|
Implement returning ! for "C" abi
|
2018-09-16 14:59:49 +02:00 |
|
bjorn3
|
19eb4194b2
|
Fix unsize coerce for structs containing PhantomData like Unique
|
2018-09-16 14:49:45 +02:00 |
|
bjorn3
|
73248114ea
|
Implement unsize of adt's (cc #14)
|
2018-09-16 12:02:03 +02:00 |
|
bjorn3
|
1f1746e2d3
|
Implement intrinsic min_align_of_val
|
2018-09-15 11:14:27 +02:00 |
|
bjorn3
|
0fb7c4d1b9
|
Implement some intrinsics and fix a codegen error
* intrinsic size_of_val for sized types
* intrinsic needs_drop
* incorrect codegen for UnOp::Not for bools
|
2018-09-14 19:49:33 +02:00 |
|
bjorn3
|
59518987ed
|
Implement drop support (fixes #11)
|
2018-09-12 14:40:06 +02:00 |
|
bjorn3
|
a63b85496a
|
Rustfmt
|
2018-09-11 19:28:13 +02:00 |
|
bjorn3
|
e7ca9a186b
|
Fix jit
|
2018-09-09 14:45:23 +02:00 |
|
bjorn3
|
6196146ac4
|
Implement trait objects (cc #14)
|
2018-09-08 18:00:06 +02:00 |
|
bjorn3
|
9f489bc8de
|
Don't require abi of defined function to be rust or rust-call
|
2018-09-08 14:44:32 +02:00 |
|
bjorn3
|
871792d9ab
|
Implement intrinsic size_of_val for slices
|
2018-09-06 18:45:29 +02:00 |
|
bjorn3
|
8adc744645
|
Implement Box rvalue
|
2018-09-04 19:04:25 +02:00 |
|
bjorn3
|
12282a8ebc
|
Implement unsize array -> slice and trait object -> trait object
|
2018-08-30 20:21:58 +02:00 |
|
bjorn3
|
871be2a469
|
Codegen entry wrapper (fixes #13)
|
2018-08-17 13:21:03 +02:00 |
|
bjorn3
|
0f26781a86
|
Support simplejit and faerie at the same time
|
2018-08-14 20:58:24 +02:00 |
|
bjorn3
|
4b10e6e613
|
Workaround missing encoding for icmp.i8
|
2018-08-14 11:58:39 +02:00 |
|
bjorn3
|
b9d7164eff
|
Fix and test checked binops
|
2018-08-13 19:14:55 +02:00 |
|
bjorn3
|
6d1f0068d1
|
Implement nested and mutable statics (fixes #9)
|
2018-08-13 19:02:42 +02:00 |
|
bjorn3
|
7f62fedeb8
|
Implement basic statics (#9)
|
2018-08-13 18:35:30 +02:00 |
|
bjorn3
|
9a8c25ae75
|
Improve mini_core_hello_world.rs
|
2018-08-11 14:52:00 +02:00 |
|
bjorn3
|
82dbd07806
|
Add support for calling C abi functions
|
2018-07-30 18:20:37 +02:00 |
|