Brian Anderson
|
8c93a79e38
|
rustdoc: Replace no-pretty-expanded with pretty-expanded
Now that features must be declared expanded source often does not compile.
This adds 'pretty-expanded' to a bunch of test cases that still work.
|
2015-03-23 14:40:26 -07:00 |
|
Flavio Percoco
|
f436f9ca29
|
Make Send and Sync traits unsafe
|
2014-12-26 17:26:33 +01:00 |
|
Flavio Percoco
|
fb803a8570
|
Require types to opt-in Sync
|
2014-12-26 17:26:32 +01:00 |
|
Nick Cameron
|
2e86929a4a
|
Allow use of [_ ; n] syntax for fixed length and repeating arrays.
This does NOT break any existing programs because the `[_, ..n]` syntax is also supported.
|
2014-12-20 15:23:29 +13:00 |
|
Jakub Wieczorek
|
64716d529a
|
Add tests for a few fixed issues
|
2014-10-17 00:27:12 +02:00 |
|