Steven Fackler
|
9519abecfb
|
Convert cfg syntax to new system
This removes the ability to use `foo(bar)` style cfgs. Switch them to
`foo_bar` or `foo="bar"` instead.
[breaking-change]
|
2014-09-27 22:59:26 -07:00 |
|
Jonas Hietala
|
9968ae2554
|
Adjust the error messages to match the pattern "expected foo, found bar"
Closes #8492
|
2014-08-24 09:53:01 +02:00 |
|
Brian Anderson
|
072a920503
|
Remove check-fast. Closes #4193, #8844, #6330, #7416
|
2014-04-06 15:55:43 -07:00 |
|
Brian Anderson
|
451e8c1c61
|
Convert most code to new inner attribute syntax.
Closes #2569
|
2014-03-28 17:12:21 -07:00 |
|
Alex Crichton
|
6a7306fdab
|
test: Fix android tests
This compile-fail test didn't have a main function for architectures other than
x86
|
2014-03-18 09:20:07 -07:00 |
|
Piotr Czarnecki
|
2a1bd2ff9f
|
Fix and improve inline assembly.
Read+write modifier
Some documentation in asm.rs
rpass and cfail tests
|
2014-03-13 22:38:15 +01:00 |
|