Marvin Löbel
|
9d9a209e9a
|
back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> slice_unique
|
2013-03-21 14:05:57 +01:00 |
|
Marvin Löbel
|
a7d296f24c
|
renamed str::view -> slice_DBG_BRWD
renamed str::slice -> slice_DBG_UNIQ
changed vec slice method -> to_owned()
renamed vec view method -> slice_V_DBG_BRWD
|
2013-03-21 01:50:32 +01:00 |
|
Patrick Walton
|
9c4d804cfe
|
libsyntax: Never use ::<> in the type grammar
|
2013-03-20 13:54:25 -07:00 |
|
Tim Chevalier
|
405a35c7f8
|
core: Address XXX, make static constants for strings used when stringifying floats
|
2013-02-28 16:49:02 -08:00 |
|
Marvin Löbel
|
46736868df
|
Removed has_* predicates from NumStrConv trait
Moved `is_*` predicates into standalone functions
|
2013-02-15 13:39:51 +01:00 |
|
Marvin Löbel
|
a0846d4f6a
|
tidy
|
2013-02-15 06:11:06 +01:00 |
|
Marvin Löbel
|
df36a8dfc9
|
Long lines, proper FIXME, inlining
|
2013-02-15 05:40:01 +01:00 |
|
Marvin Löbel
|
bd93a36d73
|
Made num <-> str conversion functions use NumStrConv trait
Removed hacky dependency on Round trait and generic infinity functions
Removed generic-runtime-failure-depending-on-type behavior
|
2013-02-15 05:20:36 +01:00 |
|
Marvin Löbel
|
26e0aafb88
|
Added NumStrConv trait and impls for the string conversion functions
|
2013-02-15 04:40:32 +01:00 |
|
Marvin Löbel
|
adac6cb5c6
|
Moved numeric string conversion functions into own module
|
2013-02-15 03:29:36 +01:00 |
|