Commit graph

31 commits

Author SHA1 Message Date
Lokathor
273a8bd676 commit the changes 2019-02-14 19:16:09 -07:00
Lokathor
dcd7e40b15 Start towards 0.4 2019-02-04 20:25:40 -07:00
Lokathor
fd5c74e199 Update the version
there was already a 0.3.1 with some amount of patches but not the latest.
2019-02-02 00:29:05 -07:00
Lokathor
edfffbb704
v0.3.1 patches (#53)
* mGBA output wasn't resetting its length used

* admonish people to stay updated

* IWRAM fix

* version bump

* fix to work with latest nightly.

* don't know what this is or why we have it

* Delete the builtins module

The `__clzsi2` function is now part of the compiler-builtins crate, so it's part of all of Rust.

* ??

* mgba 0.7 came out!
2019-02-02 00:26:08 -07:00
Lokathor
e29453f8d8
Mid January 0.3.1 fixes batch (#52)
* mGBA output wasn't resetting its length used

* admonish people to stay updated

* IWRAM fix

* version bump

* fix to work with latest nightly.
2019-01-13 00:00:59 -07:00
Lokathor
e3c3b572dd allow us to publish 2019-01-02 22:32:24 -07:00
Lokathor
70b752f82b make docs be hosted in a separate branch 2019-01-02 20:27:15 -07:00
Lokathor
f825d78e71 More registers! 2018-12-31 16:28:20 -07:00
Lokathor
d62fbae4f0 more const! 2018-12-30 23:29:58 -07:00
Lokathor
6466a53475 Move to the phantom_fields! proc-macro 2018-12-29 00:06:08 -07:00
Lokathor
bee2d16a5b More docs, and also less no-docs warnings 2018-12-27 23:34:12 -07:00
Lokathor
d6a6301815 CLOSE to another release 2018-12-25 23:19:16 -07:00
Lokathor
35ed03cb44 cleanup, hello world runs 100% safe now 2018-12-23 14:45:38 -07:00
Lokathor
fdf0eebb69 Drop the quickcheck usage
Some day we can split the software math into its own crate and do quickcheck there, until then the test code must be fully no_std because otherwise the examples won't build (sadly, dev-dependencies applies to both tests and examples)
2018-12-20 15:30:08 -07:00
Lokathor
c3f62b1ab5 trying a commit but i think nightly is broked 2018-12-19 20:58:41 -07:00
Lokathor
58d739dd9e fixed point and stuff 2018-12-17 17:00:22 -07:00
Lokathor
827ae55355 legal name applied to the cargo file 2018-12-10 10:10:03 -07:00
Lokathor
00e14960c6 ch 00: rewrite done 2018-12-10 01:48:06 -07:00
Lokathor
3a355db578 cargo-make Makefile.toml 2018-11-16 00:39:47 -07:00
Lokathor
8aa1bb0065 partial intrinsic work 2018-11-15 01:23:04 -07:00
Lokathor
6cb50aa2eb more proc-macro 2018-11-14 20:38:43 -07:00
Lokathor
7bbbba66de more proc-macro! 2018-11-14 19:53:53 -07:00
Lokathor
8be6836e3e all set for a 0.2 2018-11-13 13:19:44 -07:00
Lokathor
a4b6a4e8b2 Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master"
This reverts commit 2f1c243742.
2018-11-13 12:47:52 -07:00
DocsBot (from Travis CI)
2f1c243742 Deploy rust-console/gba to github.com/rust-console/gba.git:master 2018-11-13 19:43:53 +00:00
Lokathor
b45cc2c56d Added the necessary fields to allow publishing
also a keyword
2018-11-11 00:49:48 -07:00
Lokathor
f0121f683a version bump, ready to publish if this PR is accepted 2018-11-10 23:41:38 -07:00
Lokathor
097dd72124 almost chapter 1 2018-11-10 02:03:37 -07:00
Lokathor
5a49cbc713 Display Control 2018-11-08 22:08:13 -07:00
Lokathor
4c99082b20 triggered an ICE 2018-11-08 20:33:47 -07:00
Lokathor
dfb56c21b2 crate start 2018-11-07 21:21:17 -07:00