Keegan McAllister
|
f051e13238
|
Fix references to doc.rs throughout the code
|
2015-02-18 19:54:45 -08:00 |
|
Huon Wilson
|
0c70ce1424
|
Update compile fail tests to use isize.
|
2015-01-08 11:02:24 -05:00 |
|
Edward Wang
|
e9ff91e9be
|
Move replace and swap to std::mem. Get rid of std::util
Also move Void to std::any, move drop to std::mem and reexport in
prelude.
|
2014-02-11 05:21:35 +08:00 |
|
Derek Guenther
|
730bdb6403
|
Added tests to make tidy
|
2014-02-07 12:49:24 -06: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
|
bf1647c92a
|
Reconcile docs and code, adding examples and adding RESTR_CLAIM
|
2013-05-28 20:22:15 -04:00 |
|