aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-15v0.5.0 beta releaseJorge Aparicio
2019-10-15Merge #253bors[bot]
253: Fix matrix.to web link for the static room view. r=japaric a=tim-seoss Fix the matrix.to link so that the room history can be viewed in "Matrix-Static" by users who aren't registered on Matrix (e.g. for previewing). Hopefully this will also get the room content into search engines. n.b. The new matrix.to URL uses the room name instead of the room ID, because the ID didn't work with Matrix-Static, and the matrix.to README at: https://github.com/matrix-org/matrix.to says... "Note that linking to rooms by ID should only be used for rooms to which the target user has been invited: these links cannot be assumed to work for all visitors." Co-authored-by: Tim Small <tim@seoss.co.uk>
2019-10-11Fix matrix.to web link for the static room view.Tim Small
Fix the matrix.to link so that the room history can be viewed in "Matrix-Static" by users who aren't registered on Matrix (e.g. for previewing). Hopefully this will also get the room content into search engines. n.b. The new matrix.to URL uses the room name instead of the room ID, because the ID didn't work with Matrix-Static, and the matrix.to README at: https://github.com/matrix-org/matrix.to says... "Note that linking to rooms by ID should only be used for rooms to which the target user has been invited: these links cannot be assumed to work for all visitors."
2019-09-17Merge #248bors[bot]
248: update the changelog and fix some links r=korken89 a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2019-09-17fix linkchecker warningJorge Aparicio
2019-09-17fix more linksJorge Aparicio
2019-09-17update the CHANGELOGJorge Aparicio
also fix link to the older documentation
2019-09-17www: fix book placementJorge Aparicio
2019-09-17www: prefix latest docs with the minor versionJorge Aparicio
2019-09-15Merge #245 #246bors[bot]
245: add CONTRIBUTING.md and link to Matrix room r=korken89 a=nils-grepit Inspired by the Rust lang [CONTRIBUTING.md](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md), but small. There might be more we want to use from there. 246: turn git deps into crates.io deps r=korken89 a=japaric required for publishing v0.5.0-beta Co-authored-by: nils-grepit <nils.fitinghoff@grepit.se> Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2019-09-15remove reference from README to CONTRIBUTINGnils-grepit
The book (which includes the text from README.md) does not need to go into that level of detail.
2019-09-15turn git deps into crates.io depsJorge Aparicio
2019-09-15Merge #241bors[bot]
241: One more place links updated r=japaric a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2019-09-15add CONTRIBUTING.md and link to Matrix roomnils-grepit
2019-09-15Revert "Fixed install script"Emil Fresk
This reverts commit 0f5894cafe3ebab6597174dbfcca0df38bb6da83.
2019-09-15Fixed install scriptEmil Fresk
2019-09-15Merge #236 #238 #243bors[bot]
236: link to older docs from the book r=korken89 a=japaric 238: Updated links in README for rtfm.rs r=japaric a=korken89 243: fix install script r=korken89 a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io> Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2019-09-15fix install scriptJorge Aparicio
2019-09-15Book fixEmil Fresk
2019-09-15Merge pull request #242 from japaric/fix-doc-buildJorge Aparicio
0.4: don't cross compile docs
2019-09-150.4: don't cross compile docsJorge Aparicio
2019-09-15One more place updatedEmil Fresk
2019-09-15Merge pull request #240 from japaric/faster-docsJorge Aparicio
faster doc builds and fix redirect on 0.4
2019-09-15faster doc builds and fix redirect on 0.4Jorge Aparicio
2019-09-15Merge pull request #239 from japaric/fix-thingsJorge Aparicio
fix redirects and CNAME
2019-09-15fix redirects and CNAMEJorge Aparicio
2019-09-15Updated links in README for rtfm.rsEmil Fresk
2019-09-15Merge pull request #235 from rtfm-rs/cname_additionJorge Aparicio
Added CNAME for rtfm.rs
2019-09-15link to older docs from the bookJorge Aparicio
2019-09-15Added CNAME for rtfm.rsEmil Fresk
2019-09-15Merge #234bors[bot]
234: fix gh-pages build r=korken89 a=japaric this should build the latest docs and the docs for v0.4.x after successful merges Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2019-09-15fix gh-pages buildJorge Aparicio
2019-09-15Merge pull request #205 from japaric/heterogeneousJorge Aparicio
rtfm-syntax refactor + heterogeneous multi-core support
2019-09-15don't use deprecated APIJorge Aparicio
2019-08-21ci: install some thumb targets on x86Jorge Aparicio
2019-08-21doc tweaksJorge Aparicio
2019-08-21document #[app]Jorge Aparicio
2019-08-21ci: fix x86 buildJorge Aparicio
2019-08-21fix Cargo.tomlJorge Aparicio
2019-08-21drop the "multi" testJorge Aparicio
2019-08-21fix preempt exampleJorge Aparicio
2019-08-21bump mdbook to v0.3.1Jorge Aparicio
2019-08-21fix linkJorge Aparicio
2019-08-21doc upJorge Aparicio
2019-08-20adapt to changes in rtfm-syntaxJorge Aparicio
2019-07-12use a stable heapless releaseJorge Aparicio
2019-07-11bump dependenciesJorge Aparicio
2019-07-11change Monotonic::ratio return type to FractionJorge Aparicio
2019-07-11travis: enable stable buildsJorge Aparicio
2019-07-11implement the #[shared] attribute as specified in RFC #211Jorge Aparicio