Alex Crichton
|
adcd67272e
|
test: Fix fallout in run-pass tests
|
2015-04-14 10:14:19 -07:00 |
|
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 |
|
Brian Anderson
|
df290f127e
|
Require feature attributes, and add them where necessary
|
2015-03-23 14:40:26 -07:00 |
|
Simonas Kazlauskas
|
7d941fa61f
|
Replace some uses of deprecated os functions
This commit mostly replaces some of the uses of os::args with env::args.
|
2015-02-16 16:19:24 +02:00 |
|
Jorge Aparicio
|
17bc7d8d5b
|
cleanup: replace as[_mut]_slice() calls with deref coercions
|
2015-02-05 13:45:01 -05:00 |
|
Jorge Aparicio
|
bce81e2464
|
cleanup: s/v.slice*() /&v[a..b] /g + remove redundant as_slice() calls
|
2015-01-27 09:03:06 -05:00 |
|
Alex Crichton
|
3a07f859b8
|
Fallout of io => old_io
|
2015-01-26 16:01:16 -08:00 |
|
John Kåre Alsaker
|
70cef9474a
|
Print stack overflow messages for Windows, Linux and OS X
Fixes #17562
|
2014-10-24 14:36:29 +02:00 |
|