Niko Matsakis
|
2387651f7d
|
Update the "English-language" to-string function of a cmt to use
more modern terminology and update tests accordingly.
|
2015-01-08 09:19:27 -05:00 |
|
Jorge Aparicio
|
7d5b0454e9
|
fix cfail tests
|
2015-01-05 17:22:17 -05:00 |
|
Richo Healey
|
4348e23b26
|
std: Remove String's to_owned
|
2014-05-27 11:11:15 -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 |
|
kud1ing
|
4ad57513f4
|
adjust to currently used style
|
2014-02-19 22:38:15 +01:00 |
|
Derek Guenther
|
730bdb6403
|
Added tests to make tidy
|
2014-02-07 12:49:24 -06:00 |
|
Patrick Walton
|
406813957b
|
test: Remove most uses of &fn() from the tests.
|
2013-11-26 08:19:00 -08:00 |
|
Alex Crichton
|
3585c64d09
|
rustdoc: Change all code-blocks with a script
find src -name '*.rs' | xargs sed -i '' 's/~~~.*{\.rust}/```rust/g'
find src -name '*.rs' | xargs sed -i '' 's/ ~~~$/ ```/g'
find src -name '*.rs' | xargs sed -i '' 's/^~~~$/ ```/g'
|
2013-09-25 14:27:42 -07:00 |
|
Niko Matsakis
|
1670a8cfb1
|
Add new tests for irrefutable patterns used in various tricky ways
|
2013-07-08 13:53:44 -04:00 |
|