Patrick Walton
|
206ab89629
|
librustc: Stop reexporting the standard modules from prelude.
|
2013-05-29 19:04:53 -07:00 |
|
Daniel Micay
|
0d5fdce82e
|
syntax highlight code examples in docstrings
|
2013-05-27 14:47:21 -04:00 |
|
Daniel Micay
|
7bff0281c7
|
optimize util::swap, &mut pointers never alias
|
2013-05-23 23:00:16 -04:00 |
|
Daniel Micay
|
5ba5865e85
|
swap_ptr: rm equality check
This isn't needed semantically, and it's the wrong case to optimize for.
|
2013-05-23 21:57:37 -04: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 |
|
Ben Blum
|
63b70b2370
|
Remove std::util
|
2012-08-02 14:31:58 -04:00 |
|
Gareth Daniel Smith
|
be0141666d
|
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
|
2012-07-04 19:18:13 -07:00 |
|
Brian Anderson
|
95521c4084
|
std: Convert to rustdoc
|
2012-03-09 22:56:53 -08:00 |
|
Tim Chevalier
|
d048a00cf3
|
Change util::unreachable to core::unreachable
Closes #1931
|
2012-03-08 14:30:01 -08:00 |
|
Brian Anderson
|
26551e5481
|
libstd: Remove util::void
|
2012-01-14 02:51:08 -08:00 |
|
Brian Anderson
|
a3f5c66484
|
libstd: Remove util::orb. Redundant with core::bool
|
2012-01-14 02:48:16 -08:00 |
|
Marijn Haverbeke
|
60ae1590af
|
Switch to new param kind bound syntax
And remove support for the old syntax
|
2012-01-05 15:50:02 +01:00 |
|
Marijn Haverbeke
|
15be2fc73a
|
Add 'copy' bounds to functions that were faultily accepted without
Issue #1390
|
2012-01-02 15:31:58 +01:00 |
|
Graydon Hoare
|
447414f007
|
Establish 'core' library separate from 'std'.
|
2011-12-06 12:13:04 -08:00 |
|