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
Niko Matsakis
c92bdcb232
Fallout where types must be specified.
...
This is due to a [breaking-change] to operators. The primary affected
code is uses of the `Rng` trait where we used to (incorrectly) infer the
right-hand-side type from the left-hand-side, in the case that the LHS
type was a scalar like `i32`. The fix is to add a type annotation like
`x + rng.gen::<i32>()`.
2015-03-30 05:02:20 -04:00
Alex Crichton
43bfaa4a33
Mass rename uint/int to usize/isize
...
Now that support has been removed, all lingering use cases are renamed.
2015-03-26 12:10:22 -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
Tobias Bucher
7f64fe4e27
Remove all i
suffixes
2015-01-30 04:38:54 +01:00
Nick Cameron
4688aadfde
Update tests to use ?Sized
2014-12-26 10:16:24 +13:00
Aaron Turon
fc525eeb4e
Fallout from renaming
2014-09-16 14:37:48 -07:00
Nick Cameron
7d72bdb226
Fix ICE when casting &[T]
to *const [T]
...
Closes #16947
2014-09-03 15:22:32 +12:00
Nick Cameron
5520ea81a1
Reviewer changes
2014-09-02 19:47:39 +12:00
Nick Cameron
52d6d3be48
DST raw pointers - *-pointers are fat pointers
2014-09-02 10:05:00 +12:00