index
:
cortex-m
c-m-in
master
mutex_add
v0.5.x
v0.6.x
v0.7.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cortex-m-rt
/
tests
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-12
Fix cortex-m-rt compiletest tests
Adam Greig
2
-4
/
+3
2021-01-26
Add compile-fail test
Jonas Schievink
1
-0
/
+16
2021-01-08
Fix compile-fail test error message
Jonas Schievink
1
-1
/
+1
2020-08-23
Make it unsafe to define NMI handlers
Jonas Schievink
8
-13
/
+37
2020-07-21
Run rustfmt to make CI happier
Daniel Egger
1
-2
/
+3
2020-03-30
New compile-fail string for interrupt-invalid
Emil Fresk
1
-1
/
+1
2020-01-16
Updated to not need blacklist
Emil Fresk
4
-16
/
+16
2020-01-16
Even better error messages
Emil Fresk
1
-1
/
+1
2020-01-16
Better error message
Emil Fresk
1
-1
/
+1
2020-01-16
Better error message on multiple attributes
Emil Fresk
1
-1
/
+1
2020-01-08
Added test for double attribute
Emil Fresk
1
-0
/
+13
2020-01-07
Updated per comments
Emil Fresk
5
-1
/
+25
2019-12-29
Changed to whitelist
Emil Fresk
4
-12
/
+12
2019-12-29
Added blacklisted attributes
Emil Fresk
4
-0
/
+104
2019-12-28
Fixed changed compile-fail messages
Emil Fresk
2
-2
/
+2
2019-11-21
Add some compile-fail tests
Jonas Schievink
2
-0
/
+88
2019-11-21
Rename a function to not collide
Jonas Schievink
1
-1
/
+1
2019-11-21
Fix interrupt-invalid.rs on stable
Jonas Schievink
1
-1
/
+1
2019-01-22
update cfail tests to make them pass with latest nightly
Jorge Aparicio
6
-2
/
+8
2018-12-06
update error message
Jorge Aparicio
1
-1
/
+1
2018-11-14
update cfail test
Jorge Aparicio
1
-1
/
+1
2018-11-04
reject duplicate `static mut` variables
Jorge Aparicio
1
-0
/
+31
2018-10-26
update error messages in compile-fail tests
Jorge Aparicio
16
-32
/
+28
2018-10-09
Merge branch 'master' into interrupt
Adam Greig
25
-25
/
+25
2018-09-18
implement `#[interrupt]`
Jorge Aparicio
7
-0
/
+162
2018-09-18
use panic-halt instead of panic-{abort,semihosting}
Jorge Aparicio
25
-25
/
+25
2018-09-06
v0.6.0
Jorge Aparicio
2
-0
/
+55
2018-09-06
test that function with wrong return types are rejected
Jorge Aparicio
2
-0
/
+36
2018-09-06
relax checks of the signatures of `entry` and the exceptions
Jorge Aparicio
12
-106
/
+7
2018-09-06
add compile-fail tests for passing arguments to the attributes
Jorge Aparicio
3
-0
/
+45
2018-09-06
add compile-fail tests; test only on nightly
Jorge Aparicio
25
-0
/
+452