Commit graph

  • 97ef185c1c
    link fix Lokathor 2018-11-19 11:55:39 -0700
  • c1409598ae Deploy rust-console/gba to github.com/rust-console/gba.git:master DocsBot (from Travis CI) 2018-11-19 09:25:45 +0000
  • 5b327dce6f
    Merge pull request #11 from rust-console/lokathor Lokathor 2018-11-19 02:23:02 -0700
  • edf3bba822
    Update book/src/ch03/gba_memory.md Thomas Winwood 2018-11-19 02:19:21 -0700
  • 39176c19ee part of ch3 Lokathor 2018-11-18 22:19:13 -0700
  • 06e8e61eb2 fixes Lokathor 2018-11-18 13:09:23 -0700
  • 480825bd65 [fix] Makefile echo of tabs Joel Santos 2018-11-18 15:50:19 +0000
  • b36c27ab69 [upd] README with the right pipe to shell Joel Santos 2018-11-18 15:41:06 +0000
  • 862f038986 [upd] Improve the APP_NAME being null Joel Santos 2018-11-18 15:37:21 +0000
  • 326db6990a [fix] Initializer usage Joel Santos 2018-11-18 15:33:08 +0000
  • 9ad09cf9f2 [new] Initializtion file Joel Santos 2018-11-18 15:25:32 +0000
  • 7554244523 better intro info Lokathor 2018-11-18 02:01:30 -0700
  • ea7b98f81b better path forward Lokathor 2018-11-18 02:01:05 -0700
  • 241fb1746c edits, cleanups, and a goal for ch3 Lokathor 2018-11-17 17:14:42 -0700
  • 3a355db578 cargo-make Makefile.toml Lokathor 2018-11-16 00:39:47 -0700
  • 8aa1bb0065 partial intrinsic work Lokathor 2018-11-15 01:23:04 -0700
  • 6cb50aa2eb more proc-macro Lokathor 2018-11-14 20:38:43 -0700
  • cb5d856e00 correctness Lokathor 2018-11-14 20:14:36 -0700
  • 19a766a345 crt0.o should live in the target directory now Lokathor 2018-11-14 19:55:03 -0700
  • c6b30a2fc6 testing of the lib should work now Lokathor 2018-11-14 19:54:48 -0700
  • 5b0e2e30a4 more correct example Lokathor 2018-11-14 19:54:32 -0700
  • 4060b5d6f1 test your keys! Lokathor 2018-11-14 19:54:04 -0700
  • 7bbbba66de more proc-macro! Lokathor 2018-11-14 19:53:53 -0700
  • f81e350f61 book chapter directory rename (we'll get 10+ chapters) Lokathor 2018-11-14 19:53:21 -0700
  • 0a7da9e6d2 More mode3 Lokathor 2018-11-14 19:50:42 -0700
  • e962b893fc More cargo test friendly Lokathor 2018-11-14 19:49:00 -0700
  • 9df17a5b26 More badges Lokathor 2018-11-14 19:48:45 -0700
  • 3789e206f3 VolatilePtr should be testing safe now Lokathor 2018-11-14 19:47:56 -0700
  • 8be6836e3e all set for a 0.2 Lokathor 2018-11-13 13:19:44 -0700
  • 451eac0af9 Deploy rust-console/gba to github.com/rust-console/gba.git:master DocsBot (from Travis CI) 2018-11-13 20:04:15 +0000
  • c775306b35 wording Lokathor 2018-11-13 13:02:56 -0700
  • 7279a5d1a7 Deploy rust-console/gba to github.com/rust-console/gba.git:master DocsBot (from Travis CI) 2018-11-13 19:53:43 +0000
  • 5fe640d388 test update Lokathor 2018-11-13 12:52:26 -0700
  • c5bec91abc Deploy rust-console/gba to github.com/rust-console/gba.git:master DocsBot (from Travis CI) 2018-11-13 19:50:10 +0000
  • 23c242171a WHOOPS Lokathor 2018-11-13 12:48:18 -0700
  • a4b6a4e8b2 Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" Lokathor 2018-11-13 12:47:52 -0700
  • 2f1c243742 Deploy rust-console/gba to github.com/rust-console/gba.git:master DocsBot (from Travis CI) 2018-11-13 19:43:53 +0000
  • 60593d833f cargo check needs nightly, trying again book magic Lokathor 2018-11-13 12:11:57 -0700
  • 61110b00aa 2nd attempt at travisCI magic Lokathor 2018-11-13 11:51:56 -0700
  • 9bfd6f1854 attemp1 to make TravisCI help us out Lokathor 2018-11-13 11:08:20 -0700
  • c8fd177ec5
    Merge pull request #6 from rust-console/lokathor Lokathor 2018-11-13 10:58:05 -0700
  • 7a71a78846 Improve ch0 based on user feedback Lokathor 2018-11-13 10:56:57 -0700
  • d690e696a4 capitalization Lokathor 2018-11-13 10:32:27 -0700
  • 9a063983fb
    typo Thomas Winwood 2018-11-13 10:28:45 -0700
  • 0edce7ce66
    typo Thomas Winwood 2018-11-13 10:28:31 -0700
  • a689763c9a
    typo Thomas Winwood 2018-11-13 10:28:11 -0700
  • da42ebffa2 credits Lokathor 2018-11-13 10:27:18 -0700
  • c07d4360a0 readme update to direct folks to the book. Lokathor 2018-11-12 16:40:13 -0700
  • 4b4fc31956 key input stuff added to the lib Lokathor 2018-11-12 16:37:38 -0700
  • c71878fe57 example 2 complete Lokathor 2018-11-12 16:29:17 -0700
  • 3761851df3 really the missing word this time. Lokathor 2018-11-12 14:58:27 -0700
  • 4ae3bc4fda missing word Lokathor 2018-11-12 14:58:02 -0700
  • cdb9be13d6 keyinput section Lokathor 2018-11-12 14:57:28 -0700
  • 44abf95841 linked a cppcon talk because it's amazing Lokathor 2018-11-11 15:22:14 -0700
  • c196ebc42b Next tutorial target: key input Lokathor 2018-11-11 14:56:11 -0700
  • b45cc2c56d Added the necessary fields to allow publishing Lokathor 2018-11-11 00:49:48 -0700
  • d25f9be54f
    Merge pull request #3 from rust-console/lokathor Lokathor 2018-11-11 00:45:46 -0700
  • 6ceba1d9dc applied further typos and fixes Lokathor 2018-11-11 00:40:49 -0700
  • db00e1e24d Remove trivial commented out code Lokathor 2018-11-11 00:30:13 -0700
  • 9858c962e4 "display control" to "display control register" Lokathor 2018-11-11 00:25:26 -0700
  • 7ee6e81ef9
    typo Thomas Winwood 2018-11-11 00:21:29 -0700
  • 25c181e1b3
    typo Thomas Winwood 2018-11-11 00:21:17 -0700
  • 910f7ec1e0 Merge branch 'lokathor' of https://github.com/rust-console/gba into lokathor Lokathor 2018-11-11 00:20:50 -0700
  • 2b69433807 explained #[start] better Lokathor 2018-11-11 00:20:48 -0700
  • fcd14bce43
    mgba version correction Thomas Winwood 2018-11-11 00:12:56 -0700
  • f0121f683a version bump, ready to publish if this PR is accepted Lokathor 2018-11-10 23:41:38 -0700
  • 0b9d8e9b29 hello world chapter is complete Lokathor 2018-11-10 23:39:26 -0700
  • f838103528 better target name Lokathor 2018-11-10 13:44:47 -0700
  • 097dd72124 almost chapter 1 Lokathor 2018-11-10 02:03:37 -0700
  • 5a49cbc713 Display Control Lokathor 2018-11-08 22:08:13 -0700
  • 4c99082b20 triggered an ICE Lokathor 2018-11-08 20:33:47 -0700
  • 134a8ef491
    Merge pull request #1 from rust-console/lokathor Lokathor 2018-11-07 23:57:32 -0700
  • e9b26f838b io register groundwork Lokathor 2018-11-07 23:43:22 -0700
  • c99a85bf39 readme Lokathor 2018-11-07 21:26:03 -0700
  • dfb56c21b2 crate start Lokathor 2018-11-07 21:21:17 -0700
  • 6934452fc1 rename Lokathor 2018-11-07 21:20:53 -0700
  • fda6b38331 prep for github pages Lokathor 2018-11-07 21:20:40 -0700
  • 40be8e3b1a update the gitignore Lokathor 2018-11-07 21:19:20 -0700
  • 0ff1e971dd
    Initial commit Lokathor 2018-11-07 20:23:11 -0700