Commit graph

2046 commits

Author SHA1 Message Date
GBA bot
84ee900e18 Update lockfiles 2022-02-24 20:50:57 +00:00
Renovate Bot
725fdb3e6b
Update Rust crate image to 0.24.1 2022-02-24 20:49:44 +00:00
Gwilym Kuiper
a71840bd3b
Merge pull request #168 from agbrs/renovate/rand-0.x
Update Rust crate rand to 0.8.5
2022-02-24 20:45:55 +00:00
GBA bot
5a7efa660a Update lockfiles 2022-02-24 20:37:17 +00:00
Renovate Bot
fc9c8f78fe
Update Rust crate rand to 0.8.5 2022-02-24 20:36:02 +00:00
Gwilym Kuiper
8c2da81e11
Merge pull request #172 from gwilymk/auto-update-lockfiles-for-renovate
Add github action for updating the lockfiles
2022-02-24 20:33:26 +00:00
Gwilym Kuiper
6ebe23cef6 Actually checkout the repo too 2022-02-24 20:31:39 +00:00
Gwilym Kuiper
af5b8c181a Handle no updates 2022-02-24 20:30:15 +00:00
Gwilym Kuiper
218058cfd5 Add github action for updating the lockfiles 2022-02-24 20:25:44 +00:00
Gwilym Kuiper
c2daa64329
Merge pull request #169 from agbrs/renovate/jamesives-github-pages-deploy-action-4.x
Update JamesIves/github-pages-deploy-action action to v4.2.5
2022-02-24 20:11:51 +00:00
Corwin
ce8ec52170
Merge pull request #170 from corwinkuiper/cache
Better caching?
2022-02-22 23:42:20 +00:00
Corwin
c7a7034618 don't rebuild if file exists 2022-02-22 23:36:46 +00:00
Corwin
0f4cbc8e09 try caching mgba? 2022-02-22 23:21:53 +00:00
Renovate Bot
5e14a75a12
Update JamesIves/github-pages-deploy-action action to v4.2.5 2022-02-16 15:31:25 +00:00
Gwilym Kuiper
bdaf774c88
Merge pull request #166 from agbrs/renovate/jamesives-github-pages-deploy-action-4.x
Update JamesIves/github-pages-deploy-action action to v4.2.3
2022-01-31 18:35:31 +00:00
Renovate Bot
dc6d51db86
Update JamesIves/github-pages-deploy-action action to v4.2.3 2022-01-31 14:30:51 +00:00
Corwin Kuiper
1c5978e806 update lock files 2022-01-22 13:11:06 +00:00
Corwin
a8eab60b19
Merge pull request #165 from agbrs/renovate/quote-1.x
Update Rust crate quote to 1.0.15
2022-01-22 13:08:22 +00:00
Renovate Bot
3cb4b6536f
Update Rust crate quote to 1.0.15 2022-01-22 01:56:33 +00:00
Corwin
b00ecf5c84
Merge pull request #164 from corwinkuiper/renovate
close issue if there is nothing to be done
2022-01-21 00:16:50 +00:00
Corwin Kuiper
4ca29eb0c3 close issue if there is nothing to be done 2022-01-21 00:11:08 +00:00
Gwilym Kuiper
5a7fb39d73
Merge pull request #162 from agbrs/renovate/syn-1.x
Update Rust crate syn to 1.0.86
2022-01-20 23:11:21 +00:00
Gwilym Kuiper
0744027b39 Update lockfiles 2022-01-20 23:00:53 +00:00
Renovate Bot
8fd94824dd Update Rust crate syn to 1.0.86 2022-01-20 23:00:36 +00:00
Corwin
5a861e7d48
Merge pull request #161 from corwinkuiper/alloc-better
Improving allocator
2022-01-20 22:53:35 +00:00
Gwilym Kuiper
a11057a7d1
Merge pull request #163 from gwilymk/fix-librs-documentation
Fix the entry link and the syntax
2022-01-20 22:53:23 +00:00
Gwilym Kuiper
5f753d791a Fix the entry link and the syntax 2022-01-20 22:34:30 +00:00
Corwin Kuiper
970b38e7da module level docs and test cfg 2022-01-20 22:28:52 +00:00
Corwin Kuiper
f7693f553c pad the either layout to align 2022-01-20 22:20:54 +00:00
Corwin Kuiper
fc6acda14d add some explanatory comments 2022-01-20 22:20:17 +00:00
Corwin Kuiper
08e07a0d37 merge multiple blocks 2022-01-20 19:06:48 +00:00
Corwin Kuiper
1614e46c4e move test runner to own module 2022-01-18 19:49:07 +00:00
Corwin Kuiper
e75adf9e67 check no blocks are leaked during testing 2022-01-18 19:33:25 +00:00
Corwin Kuiper
49c8720c8c A nice allocator!! Merges blocks together 2022-01-18 19:32:22 +00:00
Corwin Kuiper
03e9517215 only use critical section once 2022-01-17 21:46:14 +00:00
Corwin Kuiper
17de9a42bd use bare_metal mutex 2022-01-17 21:44:25 +00:00
Gwilym Kuiper
a9e728a037
Merge pull request #160 from gwilymk/make-agb-entry-create-gba-struct
Make agb entry create gba struct
2022-01-17 19:47:44 +00:00
Gwilym Kuiper
9f3dd0b86c
Merge pull request #159 from agbrs/renovate/siphasher-0.x
Update Rust crate siphasher to 0.3.8
2022-01-17 19:45:54 +00:00
Gwilym Kuiper
3366bfbfdf Remove siphasher by using DefaultHasher::new instead 2022-01-16 22:10:57 +00:00
Gwilym Kuiper
6d8d72077f Make it harder to call by accident 2022-01-16 21:50:18 +00:00
Gwilym Kuiper
040ff2eb0c Update the rust doc 2022-01-16 21:48:45 +00:00
Gwilym Kuiper
f3e3782699 Update the book and the template 2022-01-16 21:46:53 +00:00
Gwilym Kuiper
9feab2b689 Update the big examples too 2022-01-16 21:44:17 +00:00
Gwilym Kuiper
cf9ea504f6 Update agb tests and all the examples 2022-01-16 21:38:30 +00:00
Gwilym Kuiper
0d623fc5b0 Pass a Gba struct argument to the agb entry 2022-01-16 21:38:04 +00:00
Renovate Bot
e66b906fc9
Update Rust crate siphasher to 0.3.8 2022-01-16 10:33:27 +00:00
Gwilym Kuiper
40b87e6c6f
Merge pull request #158 from gwilymk/consolidate-workflows
Consolidate workflows
2022-01-12 23:34:47 +00:00
Gwilym Kuiper
e0b43acf42 Move building the book to its own workflow since it takes forever to install mdbook 2022-01-12 23:28:12 +00:00
Gwilym Kuiper
17867da596
Merge pull request #155 from agbrs/renovate/syn-1.x
Update Rust crate syn to 1.0.85
2022-01-12 23:18:16 +00:00
Gwilym Kuiper
43f806f116 Add deploying the book as a step for releasing agb 2022-01-12 23:13:31 +00:00