Alex Crichton
|
d3155faede
|
Specialize to_str_common for floats/integers in strconv
This allows the integral paths to avoid allocations on the heap
Closes #4424, #4423
|
2013-06-30 09:19:25 -07:00 |
|
Graydon Hoare
|
d904c72af8
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
Huon Wilson
|
7e6a5940cb
|
std: convert pow, hypot, atan2, log to take arguments by reference.
|
2013-06-11 11:36:03 +10:00 |
|
Tim Chevalier
|
a014088da1
|
std: Fix search-and-replace typos
|
2013-06-08 11:59:03 -07: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
|
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 |
|
Erick Tryzelaar
|
dc970c13f4
|
cleanup warnings from libstd
|
2013-05-23 17:48:16 -07: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 |
|