aboutsummaryrefslogtreecommitdiff
path: root/macros/src/lib.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-04Preparing release 0.6.0-alpha.1Gravatar Emil Fresk 1-1/+1
2020-12-03Save, init generation fixedGravatar Emil Fresk 1-1/+1
2020-11-19Fix the linkGravatar Henrik Tjäder 1-1/+1
2020-11-19Remove stale documentation, refer to the bookGravatar Henrik Tjäder 1-185/+1
2020-10-11Now with spawn/schedule from anywhereGravatar Emil Fresk 1-1/+0
2020-10-05Added back accidentally removed blockGravatar Emil Fresk 1-2/+1
2020-09-29Keep user code as-is within the module, add exampleGravatar Henrik Tjäder 1-1/+2
2020-09-25Update documentation where const is replaced by modGravatar Henrik Tjäder 1-3/+2
2020-09-01Brutally yank out multicoreGravatar Henrik Tjäder 1-1/+1
2020-06-11Rename RTFM to RTICGravatar Henrik Tjäder 1-8/+8
2019-09-15fix gh-pages buildGravatar Jorge Aparicio 1-2/+2
2019-08-21doc tweaksGravatar Jorge Aparicio 1-2/+2
2019-08-21document #[app]Gravatar Jorge Aparicio 1-0/+188
2019-08-20adapt to changes in rtfm-syntaxGravatar Jorge Aparicio 1-1/+0
2019-06-20RFC #207Gravatar Jorge Aparicio 1-13/+8
2019-06-18add homogeneous multi-core supportGravatar Jorge Aparicio 1-1/+1
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportGravatar Jorge Aparicio 1-289/+23
2019-05-08write generated code to disk for easier inspectionGravatar Jorge Aparicio 1-1/+10
2019-05-01implement RFCs 147 and 155, etc.Gravatar Jorge Aparicio 1-3/+3
2018-12-16move macros crate to the 2018 editionGravatar Jorge Aparicio 1-4/+0
2018-12-16properly handle #[cfg] (conditional compilation) on resourcesGravatar Jorge Aparicio 1-2/+2
2018-11-03v0.4.0Gravatar Jorge Aparicio 1-120/+247
2018-08-24more fixesGravatar Jorge Aparicio 1-1/+0
2018-04-16update parserGravatar Jorge Aparicio 1-13/+8
2018-01-15v0.3.0Gravatar Jorge Aparicio 1-7/+15
2017-11-22v0.2.2v0.2.2Gravatar Jorge Aparicio 1-41/+37
2017-07-29v0.2.0v0.2.0Gravatar Jorge Aparicio 1-1/+1
2017-07-29update examplesrelease/v0.1Gravatar Jorge Aparicio 1-2/+142
2017-07-20doc tweaksGravatar Jorge Aparicio 1-0/+5
2017-07-14rename rtfm! to app! and adapt to changes in rtfm-syntaxGravatar Jorge Aparicio 1-9/+7
2017-07-14split macro parser into its own crate and improve error handling / reportingGravatar Jorge Aparicio 1-9/+27
2017-07-11compiler plugin -> proc macroGravatar Jorge Aparicio 1-44/+6
2017-07-06syntax tweaks, relax check, add set_pending(), deal with imported typesGravatar Jorge Aparicio 1-0/+1
2017-07-04rtfm! macro take 2Gravatar Jorge Aparicio 1-0/+63