Alex Crichton
|
ec7c800d2f
|
Remove pretty-expanded from failing tests
This commit removes pretty-expanded from all tests that wind up calling panic!
one way or another now that its internals are unstable.
|
2015-04-08 17:21:34 -07:00 |
|
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 |
|
Eduard Burtescu
|
89b80faa8e
|
Register new snapshots.
|
2015-01-17 16:37:34 -08:00 |
|
Nick Cameron
|
dd3e89aaf2
|
Rename target_word_size to target_pointer_width
Closes #20421
[breaking-change]
|
2015-01-08 09:07:55 +13: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 |
|
Daniel Micay
|
210e059750
|
clearly define int and uint to fix unsoundness
This fixes the gap in the language definition causing #18726 by defining
a clear bound on the maximum size for libraries to enforce.
Closes #18069
|
2014-11-19 05:17:56 -05:00 |
|