Patrick Walton
|
f571e46ddb
|
test: Remove non-procedure uses of do from compiletest, libstd tests,
compile-fail tests, run-fail tests, and run-pass tests.
|
2013-11-26 08:25:27 -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 |
|
Graydon Hoare
|
29a449aae3
|
Add tests for cross-crate condition handling. Close #5446.
|
2013-08-19 15:09:20 -07:00 |
|