Brian Anderson
|
072a920503
|
Remove check-fast. Closes #4193, #8844, #6330, #7416
|
2014-04-06 15:55:43 -07:00 |
|
Florian Hahn
|
f62460c1f5
|
Change xfail directives in compiletests to ignore , closes #11363
|
2014-02-11 18:23:20 +01:00 |
|
Patrick Walton
|
02c1d2ff52
|
test: Make all the run-pass tests use pub fn main
|
2014-01-03 15:30:54 -08:00 |
|
Alex Crichton
|
daf5f5a4d1
|
Drop the '2' suffix from logging macros
Who doesn't like a massive renaming?
|
2013-10-22 08:09:56 -07:00 |
|
Alex Crichton
|
630082ca89
|
rpass: Remove usage of fmt!
|
2013-09-30 23:21:19 -07:00 |
|
Huon Wilson
|
e995d9935b
|
syntax: implement cfg!() which evaluates to true/false where #[cfg] would keep/remove.
Example:
if cfg!(test) {
calculation_to_run_only_when_testing();
}
|
2013-08-01 23:03:03 +10:00 |
|