bjorn3
|
0a5968dfd2
|
Use the new cranelift-module interface
This updates Cranelift to include bytecodealliance/wasmtime#2249
|
2020-10-08 19:00:21 +02:00 |
|
bjorn3
|
c8699076f9
|
Document almost all modules
Fixes #1082
|
2020-09-23 15:13:49 +02:00 |
|
CohenArthur
|
4e685a512e
|
fmt: Run cargo fmt since it is available
|
2020-08-28 12:10:48 +02:00 |
|
bjorn3
|
266ca933f4
|
Rustup to rustc 1.46.0-nightly (2d8bd9b74 2020-06-19)
|
2020-06-20 11:10:27 +02:00 |
|
bjorn3
|
ac1c5d6954
|
Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
|
2020-04-03 11:54:18 +02:00 |
|
bjorn3
|
017a9b7641
|
Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)
|
2020-03-30 19:00:24 +02:00 |
|
bjorn3
|
f288959c00
|
Limit publicness to crate where possible and remove unused imports
|
2020-03-27 12:14:45 +01:00 |
|
bjorn3
|
e9db3e7817
|
Avoid u/i*::{min.max}_value()
They will be deprecated in the future
|
2020-03-20 16:29:05 +01:00 |
|
bjorn3
|
217beab62a
|
Reduce the amount of calls to layout_of
|
2020-01-15 13:18:54 +01:00 |
|
Atul Bhosale
|
f481a4b685
|
Format code using 'cargo fmt'
|
2019-08-31 22:58:09 +05:30 |
|
bjorn3
|
e704eb5259
|
Sync discriminant getter and setter with upstream
Fixes #683
|
2019-08-26 11:03:06 +02:00 |
|
bjorn3
|
1bee110d95
|
Let codegen_get_discriminant accept CValue instead of CPlace
|
2019-08-18 16:19:33 +02:00 |
|
bjorn3
|
7c7a8e8367
|
Workaround for missing icmp{,_imm}.i128 legalizations
Fixes #667
|
2019-08-15 11:36:23 +02:00 |
|
bjorn3
|
32cb5b8c8e
|
Move discriminant get and set to discriminant.rs
|
2019-08-14 12:01:41 +02:00 |
|