Alex Crichton
11ac4df4d2
Register new snapshots
2014-03-20 11:02:26 -07:00
Alex Crichton
2a5e04c2a4
Test fixes from the rollup
2014-03-18 16:29:57 -07:00
Matthew McPherrin
d717d613e3
Docsprint: Document ops module, primarily Deref.
2014-03-18 13:51:17 -07:00
Eduard Burtescu
3b125ff3bb
Add the DerefImm and DerefMut traits.
2014-03-04 16:41:48 +02:00
Liigo Zhuang
53b9d1a324
move extra::test to libtest
2014-02-20 16:03:58 +08:00
Brendan Zabarauskas
4fc0452ace
Remove re-exports of std::io::stdio::{print, println} in the prelude.
...
The `print!` and `println!` macros are now the preferred method of printing, and so there is no reason to export the `stdio` functions in the prelude. The functions have also been replaced by their macro counterparts in the tutorial and other documentation so that newcomers don't get confused about what they should be using.
2014-01-11 10:46:00 +11:00
Luca Bruno
a9a7a427a1
std: uniform modules titles for doc
...
This commit uniforms the short title of modules provided by libstd,
in order to make their roles more explicit when glancing at the index.
Signed-off-by: Luca Bruno <lucab@debian.org>
2013-12-27 09:49:11 +01:00
Huon Wilson
55534100ce
std: fix spelling in docs.
2013-12-15 16:26:09 +11:00
Patrick Walton
151b7ed52d
libstd: Fix Win32 and other bustage.
2013-11-26 08:25:27 -08:00
Huon Wilson
c5c980ac2a
Fix a typo in std::ops documentation
2013-10-06 18:51:58 +11:00
Steve Klabnik
28e88b4c6f
Update std::ops docs as per feedback
...
from @chris-morgan
2013-10-03 12:37:33 -07:00
Steve Klabnik
964da1c9fd
Document std::ops.
...
Added an overview with a 'real' example, as well as toy implementations of all of
the traits.
Closes #9356 .
2013-09-26 11:17:34 -07:00
Daniel Micay
4e161a4d40
switch Drop to &mut self
2013-09-16 22:19:23 -04:00
Graydon Hoare
ca5ed4cc49
std: add benchmark for allocating-and-dropping a struct with a dtor.
2013-07-22 16:56:11 -07:00
Luqman Aden
ca2966c6d0
Change finalize -> drop.
2013-06-25 21:14:39 -04:00
Alex Crichton
007651cd26
Require documentation by default for libstd
...
Adds documentation for various things that I understand.
Adds #[allow(missing_doc)] for lots of things that I don't understand.
2013-05-30 01:02:55 -05:00
Patrick Walton
0c820d4123
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
...
This only changes the directory names; it does not change the "real"
metadata names.
2013-05-22 21:57:05 -07:00