bjorn3
|
58ffc47bbf
|
Add goal and better current status to readme
|
2020-06-25 18:01:55 +02:00 |
|
Vitaly Shukela
|
eda840a498
|
Longer README about how to use this instead of cargo run (#1054)
* Longer README about how to use this instead of `cargo run`
Resolves #1052.
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
|
2020-06-25 17:59:46 +02:00 |
|
bjorn3
|
5f54cc7658
|
Implement checked_mul
Fixes #6
|
2020-06-20 15:15:28 +02:00 |
|
bjorn3
|
f8add1960a
|
Document running rust code from the shell
|
2020-05-05 12:06:15 +02:00 |
|
bjorn3
|
fd3be6d492
|
Clarify debug mode vs release mode building in the readme
|
2020-04-08 12:44:10 +02:00 |
|
bjorn3
|
a3283962bc
|
Update the rustc usage section of the readme
|
2020-04-08 12:32:00 +02:00 |
|
bjorn3
|
d445a6f73d
|
Update links for the merge of the Cranelift and Wasmtime repos
|
2020-03-14 20:52:20 +01:00 |
|
bjorn3
|
f7666e9c2b
|
Fix typo found by @lqd
|
2020-03-12 11:25:35 +01:00 |
|
bjorn3
|
7c16ea63f6
|
[README] Threads are supported
|
2020-03-12 11:20:36 +01:00 |
|
bjorn3
|
1980371195
|
Better use of env vars
|
2020-03-12 11:19:26 +01:00 |
|
bjorn3
|
92ff6c2930
|
Mention CG_CLIF_INCR_CACHE in the readme
|
2020-03-11 19:54:18 +01:00 |
|
bjorn3
|
bcb469e147
|
Remove outdated troubleshooting section
The nightly version is pinned since recently
|
2020-01-25 12:28:22 +01:00 |
|
bjorn3
|
0669a49b10
|
Use release mode instead of debug mode in the readme
cc #865
|
2020-01-15 11:53:24 +01:00 |
|
bjorn3
|
2e2c8f8bbf
|
Update Readme.md
|
2019-09-20 09:54:23 +02:00 |
|
bjorn3
|
78d39117f0
|
Update Readme.md
|
2019-09-12 20:27:10 +02:00 |
|
bjorn3
|
b62e892fb5
|
Misc changes
|
2019-07-30 14:51:05 +02:00 |
|
bjorn3
|
ca714e4f01
|
Update Readme.md
|
2019-07-26 11:47:27 +02:00 |
|
bjorn3
|
2f36416fc9
|
Some changes to README.md
|
2019-04-14 10:49:07 +02:00 |
|
bjorn3
|
408f27bade
|
Libstd and varargs are now supported.
|
2019-02-16 12:21:22 +01:00 |
|
bjorn3
|
52a43e9639
|
Update Readme.md
|
2019-01-26 17:03:35 +01:00 |
|
bjorn3
|
36c0461654
|
Update SIMD entry in Readme
|
2018-11-27 11:21:20 +01:00 |
|
bjorn3
|
e3bbef764c
|
Some changes to Readme.md
`rustup override set nightly` is not needed, because there is a `rust-toolchain` file.
cc #165
|
2018-11-17 12:24:35 +01:00 |
|
bjorn3
|
e1811533ae
|
Update Readme.md for the current state and add some links to tracking issues
|
2018-11-16 17:05:59 +01:00 |
|
bjorn3
|
2b9c1e9149
|
Update Readme.md
|
2018-10-10 19:12:41 +02:00 |
|
bjorn3
|
460d3f05a2
|
Mention xargo in Readme.md and fix travis
|
2018-10-08 19:47:02 +02:00 |
|
bjorn3
|
62af9c9a04
|
Update Readme.md
|
2018-10-05 08:34:26 +02:00 |
|
bjorn3
|
8adc744645
|
Implement Box rvalue
|
2018-09-04 19:04:25 +02:00 |
|
bjorn3
|
4b10e6e613
|
Workaround missing encoding for icmp.i8
|
2018-08-14 11:58:39 +02:00 |
|
bjorn3
|
7b29b4cec1
|
Update message about crashing on libcore
|
2018-08-08 16:03:06 +02:00 |
|
bjorn3
|
0f73b8fb4c
|
Remove an error from Readme
|
2018-08-08 09:38:00 +02:00 |
|
bjorn3
|
376ec8c258
|
Don't crash on checked binops (treated like unchecked ones atm)
|
2018-08-08 09:35:35 +02:00 |
|
bjorn3
|
dc4f234115
|
Implement float binops
|
2018-07-29 17:09:17 +02:00 |
|
bjorn3
|
b454bc34fb
|
Add a known panic case
|
2018-07-19 19:08:37 +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
|
9615f3a137
|
Add instructions to build libcore
|
2018-07-18 13:35:03 +02:00 |
|
bjorn3
|
d0ef7f455c
|
Add docs and expand some wildcard patterns
|
2018-07-18 11:55:52 +02:00 |
|