Alex Crichton
|
3396365cab
|
Add appropriate #[feature] directives to tests
|
2013-10-06 14:39:25 -07:00 |
|
Alex Crichton
|
630082ca89
|
rpass: Remove usage of fmt!
|
2013-09-30 23:21:19 -07:00 |
|
Marvin Löbel
|
06d1dccf95
|
Turned extra::getopts functions into methods
Some minor api and doc adjustments
|
2013-09-19 12:32:18 +02:00 |
|
Erick Tryzelaar
|
ad5c676853
|
Fix warnings it tests
|
2013-08-17 08:42:35 -07:00 |
|
Patrick Walton
|
99b33f7219
|
librustc: Remove all uses of "copy".
|
2013-07-17 14:57:51 -07:00 |
|
Patrick Walton
|
206ab89629
|
librustc: Stop reexporting the standard modules from prelude.
|
2013-05-29 19:04:53 -07:00 |
|
Patrick Walton
|
1be40be613
|
test: Update tests to use the new syntax.
|
2013-05-22 21:57:10 -07:00 |
|
Patrick Walton
|
1e91595520
|
librustc: Remove fail_unless!
|
2013-03-29 16:39:08 -07:00 |
|
Patrick Walton
|
d661711cc2
|
test: Fix tests.
|
2013-03-07 22:37:58 -08:00 |
|
Nick Desaulniers
|
4445b38df2
|
Remove die!, raplace invocations with fail! Issue #4524 pt 3
|
2013-02-13 17:01:32 -08:00 |
|
Graydon Hoare
|
89c8ef792f
|
check-fast fallout from removing export, r=burningtree
|
2013-02-01 19:43:17 -08:00 |
|
Nick Desaulniers
|
aee7929469
|
Replace most invocations of fail keyword with die! macro
|
2013-01-31 20:12:49 -08:00 |
|
Patrick Walton
|
4c2e4c37ce
|
librustc: Make use statements crate-relative by default. r=brson
|
2012-12-13 13:05:22 -08:00 |
|
Graydon Hoare
|
d1affff623
|
Reliciense makefiles and testsuite. Yup.
|
2012-12-10 17:32:58 -08:00 |
|
Patrick Walton
|
e1685dd990
|
test: More bustage fixes. rs=me
|
2012-12-05 17:36:51 -08:00 |
|
Patrick Walton
|
6084032270
|
test: More run-pass test fixes
|
2012-12-05 16:51:32 -08:00 |
|
Tim Chevalier
|
f74fe894fc
|
[libstd] getopts, now with fewer copies
Change the opt_ functions in getopts to take a reference to a
Matches, instead of taking a Matches by-value, as suggested in
|
2012-11-24 12:52:27 -08:00 |
|