aboutsummaryrefslogtreecommitdiff
path: root/book/en/src
AgeCommit message (Collapse)Author
2019-08-21doc tweaksJorge Aparicio
2019-08-21fix preempt exampleJorge Aparicio
2019-08-21fix linkJorge Aparicio
2019-08-21doc upJorge Aparicio
2019-05-09Merge #189bors[bot]
189: write generated code to disk for easier inspection r=japaric a=japaric now that the generated code is actually readable let's make it easier to access this commit also documents how to inspect the generated code via `rtfm-expansion.rs` and `cargo-expand` Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2019-05-08document resolution and range of Instant and DurationJorge Aparicio
2019-05-08fix typoJorge Aparicio
2019-05-08write generated code to disk for easier inspectionJorge Aparicio
now that the generated code is actually readable let's make it easier to access this commit also documents how to inspect the generated code via `rtfm-expansion.rs` and `cargo-expand`
2019-05-01document internalsJorge Aparicio
note that this assumes that RFC #155 has been implemented
2019-05-01book: indirection for faster message passingJorge Aparicio
2019-05-01update the bookJorge Aparicio
2019-04-21book: resources shared with init must also be `Send`Jorge Aparicio
2019-04-21note that late resources must be SendJorge Aparicio
2019-04-16check task priority at compile timeJorge Aparicio
before we were checking the priority at runtime. The compile time error message when the priority is too high is kind of awful though.
2019-02-26document the `binds` featureJorge Aparicio
cc @burrbull
2019-02-12(en) update the text related to late resourcesJorge Aparicio
cc @burrbull
2019-02-11change layout of booksJorge Aparicio