aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-22update cfail tests to make them pass with latest nightlyGravatar Jorge Aparicio 6-2/+8
2018-12-06update error messageGravatar Jorge Aparicio 1-1/+1
2018-11-14update cfail testGravatar Jorge Aparicio 1-1/+1
2018-11-04reject duplicate `static mut` variablesGravatar Jorge Aparicio 1-0/+31
2018-10-26update error messages in compile-fail testsGravatar Jorge Aparicio 16-32/+28
2018-10-09Merge branch 'master' into interruptGravatar Adam Greig 25-25/+25
2018-09-18implement `#[interrupt]`Gravatar Jorge Aparicio 7-0/+162
2018-09-18use panic-halt instead of panic-{abort,semihosting}Gravatar Jorge Aparicio 25-25/+25
2018-09-06v0.6.0Gravatar Jorge Aparicio 2-0/+55
2018-09-06test that function with wrong return types are rejectedGravatar Jorge Aparicio 2-0/+36
2018-09-06relax checks of the signatures of `entry` and the exceptionsGravatar Jorge Aparicio 12-106/+7
2018-09-06add compile-fail tests for passing arguments to the attributesGravatar Jorge Aparicio 3-0/+45
2018-09-06add compile-fail tests; test only on nightlyGravatar Jorge Aparicio 25-0/+452