aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-03Update the tests file to find the testsGravatar Henrik Tjäder 1-1/+1
2021-03-03Remove keyword single for all testsGravatar Henrik Tjäder 1-0/+0
2019-11-06CI: replace compiletest-rs with trybuildGravatar Jorge Aparicio 1-15/+3
2019-08-21drop the "multi" testGravatar Jorge Aparicio 1-16/+0
2019-08-20adapt to changes in rtfm-syntaxGravatar Jorge Aparicio 1-2/+4
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportGravatar Jorge Aparicio 50-1284/+33
2019-05-21remove unused checkGravatar Jorge Aparicio 2-0/+32
2019-05-01test RFC 147Gravatar Jorge Aparicio 5-0/+93
2019-05-01update compile-fail testsGravatar Jorge Aparicio 35-179/+95
2019-05-01update compile-pass testsGravatar Jorge Aparicio 10-212/+107
2019-04-16check task priority at compile timeGravatar Jorge Aparicio 2-0/+44
2019-02-26fix warnings in cpass testGravatar Jorge Aparicio 1-0/+2
2019-02-26make cfail test actually failGravatar Jorge Aparicio 1-2/+2
2019-02-26add some testsGravatar Jorge Aparicio 2-0/+46
2019-02-23reject duplicate arguments in #[interrupt] and #[exception]Gravatar Jorge Aparicio 2-0/+48
2019-02-16cargo fmtGravatar Jorge Aparicio 1-12/+10
2019-02-12update examples and testsGravatar Jorge Aparicio 7-10/+15
2019-02-12forbid early returns in initGravatar Jorge Aparicio 2-0/+61
2018-12-16properly handle `#[cfg]` (conditional compilation) on tasksGravatar Jorge Aparicio 1-2/+6
2018-12-16properly handle #[cfg] (conditional compilation) on resourcesGravatar Jorge Aparicio 3-0/+170
2018-12-15remove no longer necessary feature gatesGravatar Jorge Aparicio 8-8/+0
2018-11-04fix codegenGravatar Jorge Aparicio 2-11/+11
2018-11-03v0.4.0Gravatar Jorge Aparicio 54-659/+978
2018-08-24more fixesGravatar Jorge Aparicio 18-24/+8
2018-04-16cargo fmtGravatar Jorge Aparicio 1-3/+2
2018-04-16update parserGravatar Jorge Aparicio 6-7/+7
2017-12-09safe `&'static mut` references via init.resourcesGravatar Jorge Aparicio 2-0/+67
2017-12-09implement the Resource trait for owned resourcesGravatar Jorge Aparicio 2-10/+12
2017-12-09make resource proxies not SyncGravatar Jorge Aparicio 1-1/+2
2017-12-09deny warnings and unsafe code in tests and examplesGravatar Jorge Aparicio 16-0/+16
2017-12-09make resource proxies !SendGravatar Jorge Aparicio 1-0/+52
2017-12-09rename LateResourceValues to LateResourcesGravatar Jorge Aparicio 1-2/+2
2017-12-08fix cfail testsGravatar Jorge Aparicio 1-1/+1
2017-11-22fix ciGravatar Jorge Aparicio 2-2/+0
2017-09-22Add cfail test for late resourcesGravatar Jonas Schievink 1-0/+49
2017-09-22Fix warning in wrong-threshold cfail testGravatar Jonas Schievink 1-2/+1
2017-09-22Don't use deprecated method to create compiletest configGravatar Jonas Schievink 1-1/+2
2017-07-27`Send`-ness check is now in rtfm-coreGravatar Jorge Aparicio 2-3/+10
2017-07-27make task.$T.enabled optionalGravatar Jorge Aparicio 8-18/+6
2017-07-27update tests and examplesGravatar Jorge Aparicio 10-166/+27
2017-07-24add another duplicated-handler cfail testGravatar Jorge Aparicio 1-0/+40
2017-07-23add cfail test: borrow can't escape critical sectionsGravatar Jorge Aparicio 1-0/+50
2017-07-23update cfail testsGravatar Jorge Aparicio 16-17/+37
2017-07-20more cfail testsGravatar Jorge Aparicio 2-0/+51
2017-07-18tasks / idle have exclusive access to Threshold, but do not own the tokenGravatar Jorge Aparicio 8-11/+55
2017-07-18add cfail testsGravatar Jorge Aparicio 13-0/+430
2017-07-04rtfm! macro take 2Gravatar Jorge Aparicio 17-1169/+0
2017-05-08require Resource protected data to be Send, make tokens !SendGravatar Jorge Aparicio 1-0/+159
2017-05-08replace the ceiling token with a preemption threshold tokenGravatar Jorge Aparicio 15-97/+115
2017-04-27make the ceiling part of the task signatureGravatar Jorge Aparicio 13-64/+309