bjorn3
|
5c601f7316
|
Rustfmt
|
2018-08-07 16:43:09 +02:00 |
|
bjorn3
|
e0b1176ae5
|
Update Cargo.lock and rustup to rustc 1.30.0-nightly (73c78734b 2018-08-05)
|
2018-08-07 16:34:45 +02:00 |
|
bjorn3
|
0df01fb503
|
Remove cranelift dir
|
2018-08-04 17:02:20 +02:00 |
|
bjorn3
|
8f602e7e7c
|
Use upstream cranelift cargo git dependency instead of my submodule
|
2018-08-03 17:44:32 +02:00 |
|
bjorn3
|
f001808249
|
Run rustfmt 0.9.0-nightly (69ad879 2018-07-27)
|
2018-07-31 12:25:16 +02:00 |
|
bjorn3
|
82dbd07806
|
Add support for calling C abi functions
|
2018-07-30 18:20:37 +02:00 |
|
bjorn3
|
a4da89d608
|
Add Coerce and CoerceUnsized to mini_core
|
2018-07-30 17:29:39 +02:00 |
|
bjorn3
|
37b61e0ca6
|
Rustup to rustc 1.29.0-nightly (866a71325 2018-07-29)
|
2018-07-30 16:57:40 +02:00 |
|
bjorn3
|
d86339bb5c
|
Simpler patch for "Remove atomics from libcore"
|
2018-07-30 16:09:09 +02:00 |
|
bjorn3
|
4901a66df1
|
Implement intrinsics assume and (un)likely
|
2018-07-30 16:02:26 +02:00 |
|
bjorn3
|
dc3ec67046
|
Implement intrinsics copy and copy_nonoverlapping
|
2018-07-30 15:58:46 +02:00 |
|
bjorn3
|
75a45965bb
|
Add support for binop rem on floats
|
2018-07-30 15:34:34 +02:00 |
|
bjorn3
|
9b06ec8f1d
|
Implement intrinsic discriminant_value and fix bug in discriminant reading
|
2018-07-30 14:36:32 +02:00 |
|
bjorn3
|
812fd6daca
|
Implement some intrinsics
|
2018-07-29 17:22:40 +02:00 |
|
bjorn3
|
dc4f234115
|
Implement float binops
|
2018-07-29 17:09:17 +02:00 |
|
bjorn3
|
ebaa122d34
|
Fix non-closure rust-call functions and fix a field projection bug
|
2018-07-29 16:58:32 +02:00 |
|
bjorn3
|
d470a61d0b
|
Add patch to disable atomic ops in libcore
|
2018-07-27 19:26:19 +02:00 |
|
bjorn3
|
3a0f5dc9ec
|
Fix a bug when the same function is called with different signatures
|
2018-07-27 19:01:38 +02:00 |
|
bjorn3
|
ab00acfb55
|
Add binop impls for TyBool
|
2018-07-26 10:59:57 +02:00 |
|
bjorn3
|
7862e2ea1c
|
Implement some intrinsics
|
2018-07-26 10:48:50 +02:00 |
|
bjorn3
|
874208bcd5
|
Add closure support (fixes #2)
|
2018-07-26 10:14:27 +02:00 |
|
bjorn3
|
ae44a1a172
|
Add support for metadata loading
|
2018-07-24 14:10:53 +02:00 |
|
bjorn3
|
eb077f67ac
|
Support metadata writing
|
2018-07-23 11:17:39 +02:00 |
|
bjorn3
|
e40d025843
|
Eval const values
|
2018-07-22 18:30:53 +02:00 |
|
bjorn3
|
4fad0f714f
|
Add some basic intrinsic support (only size_of atm)
|
2018-07-21 18:38:08 +02:00 |
|
bjorn3
|
0350f2faa9
|
Don't panic on intrinsics
|
2018-07-20 14:20:37 +02:00 |
|
bjorn3
|
a3b53eb451
|
Better comment handling
|
2018-07-20 13:51:34 +02:00 |
|
bjorn3
|
2b5e55fb17
|
Refactor fn sig handling in preparation for supporting closures
|
2018-07-20 13:36:53 +02:00 |
|
bjorn3
|
12e129579d
|
Fix a bug
|
2018-07-19 19:42:07 +02:00 |
|
bjorn3
|
bf2c35f05d
|
Implement char to uint cast
|
2018-07-19 19:37:34 +02:00 |
|
bjorn3
|
1138d38d87
|
Extract abi handling to abi.rs
|
2018-07-19 19:33:42 +02:00 |
|
bjorn3
|
b454bc34fb
|
Add a known panic case
|
2018-07-19 19:08:37 +02:00 |
|
bjorn3
|
c48beb652e
|
Add RUST_BACKTRACE=1 to .travis.yml
|
2018-07-19 18:58:30 +02:00 |
|
bjorn3
|
e89b062b76
|
Add .travis.yml
|
2018-07-19 18:52:13 +02:00 |
|
bjorn3
|
85eaa2c0c9
|
Better libcore building instructions and rustup
|
2018-07-19 18:41:37 +02:00 |
|
bjorn3
|
75d8fefc18
|
Mention needing a nightly compiler in readme
|
2018-07-19 17:59:13 +02:00 |
|
bjorn3
|
dabfac3df7
|
Fix a panic
|
2018-07-19 17:56:52 +02:00 |
|
bjorn3
|
5f57ac5725
|
Workaround a bug
|
2018-07-18 16:29:40 +02:00 |
|
bjorn3
|
5951efb748
|
Implement int casts
|
2018-07-18 16:22:29 +02:00 |
|
bjorn3
|
f52727b8e6
|
Implement some binops for TyRawPtr
|
2018-07-18 15:17:22 +02:00 |
|
bjorn3
|
fdc625e18a
|
Implement casting between TyRef and TyRawPtr
|
2018-07-18 14:21:13 +02:00 |
|
bjorn3
|
9e45cc490f
|
Monomorphize type of constant
|
2018-07-18 13:46:56 +02:00 |
|
bjorn3
|
9a9054ad23
|
Disable define_function to prevent crashing on things cranelift doesn't yet support
|
2018-07-18 13:43:17 +02:00 |
|
bjorn3
|
9615f3a137
|
Add instructions to build libcore
|
2018-07-18 13:35:03 +02:00 |
|
bjorn3
|
425b527dc3
|
Add patch to disable u128 and i128
|
2018-07-18 12:25:01 +02:00 |
|
bjorn3
|
d0ef7f455c
|
Add docs and expand some wildcard patterns
|
2018-07-18 11:55:52 +02:00 |
|
bjorn3
|
af3234cfd7
|
[WIP] Add arbitrary constant support
|
2018-07-16 15:13:37 +02:00 |
|
bjorn3
|
ee45f7d6bc
|
Add cranelift submodule
|
2018-07-15 20:30:03 +02:00 |
|
bjorn3
|
42ea584b8e
|
Better handling of ref types equality in write_cvalue
|
2018-07-15 20:11:49 +02:00 |
|
bjorn3
|
4694fa4f3d
|
Move const val handling to constant.rs
|
2018-07-14 16:45:20 +02:00 |
|