| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-06 | fix bash comparison | Jorge Aparicio | |
| 2019-11-06 | run cfail tests only when rustc --version == $MSRV | Jorge Aparicio | |
| this version is more or less fixed so new releases of Rust (stable or nightly channel) are unlikely to break to build due to changes in diagnostic messages | |||
| 2019-11-06 | CI: replace compiletest-rs with trybuild | Jorge Aparicio | |
| We use compiletest to run compile-fail tests but compiletest depends on compiler internals so it breaks every now and then and requires nightly. With trybuild we can also run compile-fail tests but it works on stable and it already has reached version 1.0 | |||
| 2019-10-25 | CI: build 0.4 docs from the v0.4.x branch | Jorge Aparicio | |
| instead of using a specific tag; this way documentation changes done to the v0.4.x branch will show up on the site as soon as they land -- right now they require publishing a new v0.4.x release on crates.io and manually updating the `after-success.sh` build script on master | |||
| 2019-10-15 | v0.5.0 beta release | Jorge Aparicio | |
| 2019-09-17 | www: fix book placement | Jorge Aparicio | |
| 2019-09-17 | www: prefix latest docs with the minor version | Jorge Aparicio | |
| 2019-09-15 | fix install script | Jorge Aparicio | |
| 2019-09-15 | 0.4: don't cross compile docs | Jorge Aparicio | |
| 2019-09-15 | faster doc builds and fix redirect on 0.4 | Jorge Aparicio | |
| 2019-09-15 | fix redirects and CNAME | Jorge Aparicio | |
| 2019-09-15 | fix gh-pages build | Jorge Aparicio | |
| 2019-08-21 | ci: install some thumb targets on x86 | Jorge Aparicio | |
| 2019-08-21 | ci: fix x86 build | Jorge Aparicio | |
| 2019-08-21 | fix preempt example | Jorge Aparicio | |
| 2019-08-21 | bump mdbook to v0.3.1 | Jorge Aparicio | |
| 2019-08-21 | doc up | Jorge Aparicio | |
| 2019-07-10 | implement RFC #212 | Jorge Aparicio | |
| 2019-06-18 | add homogeneous multi-core support | Jorge Aparicio | |
| 2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | Jorge Aparicio | |
| 2019-05-21 | bump heapless dependency to v0.5.0; remove "nightly" feature | Jorge Aparicio | |
| with the upcoming version of heapless we are able to initialize all internal queues in const context removing the need for late initialization this commit also removes the "nightly" feature because all the optimization provided by it are now enabled by default | |||
| 2019-05-01 | book: indirection for faster message passing | Jorge Aparicio | |
| 2019-05-01 | push docs to another repo & update README | Jorge Aparicio | |
| 2019-05-01 | ci: the singleton example has been removed | Jorge Aparicio | |
| 2019-04-21 | add .run file | Jorge Aparicio | |
| 2019-04-21 | book: resources shared with init must also be `Send` | Jorge Aparicio | |
| 2019-02-26 | add `binds` example and make it work | Jorge Aparicio | |
| 2019-02-23 | fix ci | Jorge Aparicio | |
| 2019-02-19 | ci: report the size of built examples | Jorge Aparicio | |
| 2019-02-19 | ci: test the nightly feature | Jorge Aparicio | |
| 2019-02-16 | make debug builds reproducible | Jorge Aparicio | |
| 2019-02-16 | Temporarily disable checking for reproducibility of debug builds. | Hugo van der Wijst | |
| 2019-02-16 | Make generated names stable when sorting. | Hugo van der Wijst | |
| 2019-02-16 | Fix thumbv6 build. | Hugo van der Wijst | |
| 2019-02-16 | Make identifiers deterministic. | Hugo van der Wijst | |
| 2019-02-16 | Speed up CI significantly. | Hugo van der Wijst | |
| 2019-02-16 | Make builds reproducible | Hugo van der Wijst | |
| This is done by using `BTreeMap`s and `BTreeSet`s to get deterministic ordering. Also updated the CI job to check reproducibility of all examples. | |||
| 2019-02-14 | set a redirect from book/ to book/en/ | Jorge Aparicio | |
| closes #148 | |||
| 2019-02-11 | fix ci/after-success.sh | Jorge Aparicio | |
| 2019-02-11 | change layout of books | Jorge Aparicio | |
| 2019-02-08 | skeleton for the Russian translation of the book | Jorge Aparicio | |
| 2019-02-08 | impl Default for Duration | Jorge Aparicio | |
| 2018-12-16 | actually, don't check the output of the cfg example | Jorge Aparicio | |
| 2018-12-16 | book: add an example of conditional compilation of resources and tasks | Jorge Aparicio | |
| 2018-12-16 | note that the timer queue is not supported on ARMv6-M | Jorge Aparicio | |
| 2018-12-15 | ci: switch to an older nightly | Jorge Aparicio | |
| to work around rust-lang/rust#56814 | |||
| 2018-11-04 | impl Mutex on all shared resources | Jorge Aparicio | |
| document how to write generic code that operates on resources | |||
| 2018-11-03 | run linkchecker | Jorge Aparicio | |
| 2018-11-03 | ci: install mdbook | Jorge Aparicio | |
| 2018-11-03 | fix TRAVIS_PULL_REQUEST logic | Jorge Aparicio | |
