aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-26refactor: make `binds` harder to misuseJorge Aparicio
2019-02-26`binds` can only appear once in the argument listJorge Aparicio
2019-02-26document the `binds` featureJorge Aparicio
2019-02-26add `binds` example and make it workJorge Aparicio
2019-02-26fix warnings in cpass testJorge Aparicio
2019-02-26make cfail test actually failJorge Aparicio
2019-02-26add some testsJorge Aparicio
2019-02-26add `binds` argument to the `interrupt` and `exception` attributesJorge Aparicio
2019-02-24Merge #159bors[bot]
2019-02-23reject duplicate arguments in #[interrupt] and #[exception]Jorge Aparicio
2019-02-23Merge #153bors[bot]
2019-02-23fix ciJorge Aparicio
2019-02-19Merge #154bors[bot]
2019-02-19add Duration.as_cyclesJorge Aparicio
2019-02-19turn all potential UB into panicsJorge Aparicio
2019-02-19ci: report the size of built examplesJorge Aparicio
2019-02-19document the nightly featureJorge Aparicio
2019-02-19ci: test the nightly featureJorge Aparicio
2019-02-19add "nightly" featureJorge Aparicio
2019-02-15Merge #151bors[bot]
2019-02-16rebase fixJorge Aparicio
2019-02-16cargo fmtJorge Aparicio
2019-02-16make debug builds reproducibleJorge Aparicio
2019-02-16Temporarily disable checking for reproducibility of debug builds.Hugo van der Wijst
2019-02-16Make generated names stable when sorting.Hugo van der Wijst
2019-02-16Seed RNG with package name and prepend string to full random name.Hugo van der Wijst
2019-02-16Fix thumbv6 build.Hugo van der Wijst
2019-02-16Make identifiers deterministic.Hugo van der Wijst
2019-02-16Speed up CI significantly.Hugo van der Wijst
2019-02-16Make builds reproducibleHugo van der Wijst
2019-02-14fancier redirect pageJorge Aparicio
2019-02-14set a redirect from book/ to book/en/Jorge Aparicio
2019-02-14update link to documentation in the READMEJorge Aparicio
2019-02-14update documentation link in crate metadataJorge Aparicio
2019-02-13Merge #145bors[bot]
2019-02-13fix non_camel_case_types warningsJorge Aparicio
2019-02-12Merge #142bors[bot]
2019-02-12bump macros versionJorge Aparicio
2019-02-12changelog: note that new syntax is documented in the bookJorge Aparicio
2019-02-12(ru) late resourcesZgarbul Andrey
2019-02-12Merge #140bors[bot]
2019-02-12update CHANGELOG with alt init syntaxJorge Aparicio
2019-02-12(en) update the text related to late resourcesJorge Aparicio
2019-02-12update examples and testsJorge Aparicio
2019-02-12accept `init: fn() -> init::LateResources`Jorge Aparicio
2019-02-12v0.4.1Jorge Aparicio
2019-02-12document MSRV and SemVer policyJorge Aparicio
2019-02-12forbid early returns in initJorge Aparicio
2019-02-12(ru) fix includes in the prefaceJorge Aparicio
2019-02-11fix ci/after-success.shJorge Aparicio