Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-23 | Make it unsafe to define NMI handlers | 1 | -2/+2 | ||
2018-10-26 | update error messages in compile-fail tests | 1 | -2/+2 | ||
2018-09-18 | use panic-halt instead of panic-{abort,semihosting} | 1 | -1/+1 | ||
the former requires a feature gate; the later pulls in the cortex-m crate | |||||
2018-09-06 | test that function with wrong return types are rejected | 1 | -0/+18 | ||
2018-09-06 | relax checks of the signatures of `entry` and the exceptions | 1 | -16/+0 | ||
2018-09-06 | add compile-fail tests; test only on nightly | 1 | -0/+16 | ||
we'll test on beta when 1.30-beta is out |