Michael Sullivan
|
8668d06400
|
Get rid of many implicit copies as a preliminary to Issue #2448.
|
2012-05-25 16:39:35 -07:00 |
|
Erick Tryzelaar
|
24cfe29a8a
|
std: Fix a typo
|
2012-05-19 10:08:44 -07:00 |
|
Tim Chevalier
|
ca3a9f83f4
|
Annotate more FIXMES in libstd (comments only)
|
2012-05-03 15:36:47 -07:00 |
|
Marijn Haverbeke
|
b5a4fa9456
|
Move some code over to iterator-for to see how it performs.
|
2012-03-27 15:46:33 +02:00 |
|
Graydon Hoare
|
6e6798c4e1
|
Bulk-edit mutable -> mut.
|
2012-03-26 18:35:18 -07:00 |
|
Niko Matsakis
|
dc07280b08
|
make --enforce-mut-vars always on, add mut annotations to remaining files
|
2012-03-22 09:58:19 -07:00 |
|
Niko Matsakis
|
6b35875dca
|
annotate libstd and start enforcing mutability
|
2012-03-14 20:46:36 -04:00 |
|
Brian Anderson
|
cd72b1f848
|
Overhaul constructor naming in libs
|
2012-03-13 11:07:22 -07:00 |
|
Brian Anderson
|
95521c4084
|
std: Convert to rustdoc
|
2012-03-09 22:56:53 -08:00 |
|
Brian Anderson
|
3ed6f6520f
|
core: Remove _mut functions from vec
Instead, use vec::to_mut/from_mut to transform vectors in place as
needed.
|
2012-03-02 15:49:49 -08:00 |
|
Kevin Cantu
|
7782f5d692
|
(core::str) remove len_bytes alias
|
2012-02-23 17:00:19 +01:00 |
|
Kevin Cantu
|
1b957c0942
|
(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes with find[_from]
|
2012-02-23 17:00:19 +01:00 |
|
Kevin Cantu
|
2b4f5136a5
|
(core::str) rename byte_len -> len_bytes and rename char_len -> len
|
2012-02-12 15:30:20 -08:00 |
|
Marijn Haverbeke
|
50fb4c30ed
|
Increase precedence of as operator
Closes #1717
|
2012-02-09 11:58:08 +01:00 |
|
Kevin Cantu
|
2b0396c34a
|
core: make str::substr use char positions (and replace other uses)
|
2012-02-07 16:25:35 -08:00 |
|
Graham Fawcett
|
7763b40c71
|
issue #1352: change param order on vec::init_elt, putting block in final position.
To match the init_fn() and init_fn_mut() changes.
|
2012-01-21 13:33:16 -08:00 |
|
Brian Anderson
|
6e27b27cf8
|
libstd: Move std tests into libstd
|
2012-01-17 19:48:58 -08:00 |
|
Marijn Haverbeke
|
4f76db43e6
|
Convert std::sha1 and std::rand over to ifaces
|
2012-01-11 20:33:44 +01:00 |
|
Graydon Hoare
|
447414f007
|
Establish 'core' library separate from 'std'.
|
2011-12-06 12:13:04 -08:00 |
|