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 |
|
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 |
|
Tamir Duberstein
|
d51047ded0
|
Strip all leading/trailing newlines
|
2015-03-15 09:08:21 -07:00 |
|
Jorge Aparicio
|
ec11f66dbf
|
replace f.call_mut(a, b, ..) with f(a, b, ..)
|
2015-01-05 17:22:18 -05:00 |
|
Niko Matsakis
|
39221a013f
|
Implement the Fn trait for bare fn pointers in the compiler rather than doing it using hard-coded impls. This means that it works also for more complex fn types involving bound regions. Fixes #19126.
|
2014-12-04 01:49:42 -05:00 |
|
Niko Matsakis
|
56ba260749
|
Update test for equivalency to include region binders in object types, add new tests relating to HRTB, consolidate the unboxed_closures and overloaded_calls feature gates.
|
2014-11-18 12:32:38 -05:00 |
|
Niko Matsakis
|
058abcc209
|
Place parenthetical notation under the unboxed_closure feature-gate.
Consolidate the `unboxed_closure_sugar` and `unboxed_closure` feature gates.
|
2014-11-18 12:26:04 -05:00 |
|
Niko Matsakis
|
680d579ff0
|
Add blanket impls to allow the various Fn traits to be interconverted.
Fixes #18387.
|
2014-11-05 22:01:29 -05:00 |
|