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
|
3396365cab
|
Add appropriate #[feature] directives to tests
|
2013-10-06 14:39:25 -07:00 |
|
Alex Crichton
|
ebf5f406ef
|
cfail: Remove usage of fmt!
|
2013-09-30 23:21:20 -07:00 |
|
Huon Wilson
|
e4f7561bcd
|
Clean-up tests after debug!/std-macros change.
The entire testsuite is converted to using info! rather than debug!
because some depend on the code within the debug! being trans'd.
|
2013-07-17 03:10:13 +10:00 |
|
Patrick Walton
|
2a65842c3a
|
test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting
|
2013-01-30 15:08:45 -08:00 |
|
Graydon Hoare
|
d1affff623
|
Reliciense makefiles and testsuite. Yup.
|
2012-12-10 17:32:58 -08:00 |
|
Graydon Hoare
|
dffe188991
|
Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports];
|
2012-09-21 18:11:43 -07:00 |
|
Patrick Walton
|
f686896f60
|
test: "import" -> "use"
|
2012-09-05 12:32:05 -07:00 |
|
Paul Stansifer
|
29f32b4a72
|
m1!{...} -> m1!(...)
|
2012-08-23 11:14:14 -07:00 |
|
Paul Stansifer
|
a9cc5066ee
|
Change syntax extension syntax: #m[...] -> m!{...} .
|
2012-07-30 18:38:15 -07:00 |
|
Graydon Hoare
|
8b580954fe
|
Register snapshots and switch logging over to use of log_full or #error / #debug.
|
2011-12-22 14:42:52 -08:00 |
|
Brian Anderson
|
518dc52f85
|
Reformat
This changes the indexing syntax from .() to [], the vector syntax from ~[] to
[] and the extension syntax from #fmt() to #fmt[]
|
2011-08-20 11:04:00 -07:00 |
|
Marijn Haverbeke
|
df7f21db09
|
Reformat for new syntax
|
2011-07-27 15:54:33 +02:00 |
|
Paul Stansifer
|
54ca8565c9
|
Fix bugs: make sure glob imports show up in the right module,
and make sure that circular glob imports don't diverge.
|
2011-05-27 02:42:33 +00:00 |
|
Paul Stansifer
|
40fe44d23e
|
"import module::*;" now works.
|
2011-05-27 02:42:33 +00:00 |
|