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
|
571cc7f8e9
|
remove all kind annotations from closures
|
2015-02-04 20:06:08 -05:00 |
|
Tobias Bucher
|
7f64fe4e27
|
Remove all i suffixes
|
2015-01-30 04:38:54 +01:00 |
|
Jorge Aparicio
|
ec11f66dbf
|
replace f.call_mut(a, b, ..) with f(a, b, ..)
|
2015-01-05 17:22:18 -05:00 |
|
Patrick Walton
|
b0931a0a0f
|
librustc: When checking static method calls to unboxed closures, look at
the right trait and take the method name into account.
Closes #16599.
|
2014-08-20 10:38:06 -07:00 |
|