Richo Healey
|
1f1b2e42d7
|
std: Rename strbuf operations to string
[breaking-change]
|
2014-05-27 12:59:31 -07:00 |
|
Richo Healey
|
553074506e
|
core: rename strbuf::StrBuf to string::String
[breaking-change]
|
2014-05-24 21:48:10 -07:00 |
|
Patrick Walton
|
95e310abdc
|
test: Remove all uses of ~str from the test suite.
|
2014-05-14 14:58:00 -07:00 |
|
Richo Healey
|
919889a1d6
|
Replace all ~"" with "".to_owned()
|
2014-04-18 17:25:34 -07:00 |
|
Manish Goregaokar
|
713e87526e
|
Use new attribute syntax in python files in src/etc too (#13478)
|
2014-04-14 21:00:31 +05:30 |
|
Huon Wilson
|
6d778ff610
|
Remove outdated and unnecessary std::vec_ng::Vec imports.
(And fix some tests.)
|
2014-03-22 01:08:57 +11:00 |
|
Patrick Walton
|
af79a5aa7d
|
test: Make manual changes to deal with the fallout from removal of
`~[T]` in test, libgetopts, compiletest, librustdoc, and libnum.
|
2014-03-21 23:37:21 +11:00 |
|
Patrick Walton
|
579eb2400b
|
test: Automatically remove all ~[T] from tests.
|
2014-03-21 23:37:21 +11:00 |
|
Alex Crichton
|
3396365cab
|
Add appropriate #[feature] directives to tests
|
2013-10-06 14:39:25 -07:00 |
|
Erick Tryzelaar
|
ad5c676853
|
Fix warnings it tests
|
2013-08-17 08:42:35 -07:00 |
|
Graydon Hoare
|
89c8ef792f
|
check-fast fallout from removing export, r=burningtree
|
2013-02-01 19:43:17 -08:00 |
|
Graydon Hoare
|
8e28f23c60
|
core: add macro_rules! for "condition! { c: in -> out; }".
|
2012-12-18 17:22:27 -08:00 |
|
Graydon Hoare
|
d1affff623
|
Reliciense makefiles and testsuite. Yup.
|
2012-12-10 17:32:58 -08:00 |
|
Tim Chevalier
|
165ce14f68
|
Remove xfail-pretty from tests that pretty-print correctly now
|
2012-10-30 15:06:10 -07:00 |
|
Paul Stansifer
|
c74a442e86
|
Eliminate some extraneous curly brackets inside invocations of macro_rules! .
|
2012-08-23 11:14:14 -07:00 |
|
Paul Stansifer
|
38891b91bf
|
Update invocation syntax for macro_rules!
|
2012-08-23 11:14:14 -07:00 |
|
Paul Stansifer
|
29f32b4a72
|
m1!{...} -> m1!(...)
|
2012-08-23 11:14:14 -07:00 |
|
Eric Holk
|
9a1a2580fc
|
A better HTML parser.
|
2012-08-10 12:23:16 -07:00 |
|
Eric Holk
|
d704fc9196
|
An attempt at a macro to support HTML literals
|
2012-08-10 12:23:16 -07:00 |
|