rust/src/libstd
Daniel Micay 2bc4d3ec23 get rid of libc_heap::{malloc_raw, realloc_raw}
The C standard library functions should be used directly. The quirky
NULL / zero-size allocation workaround is no longer necessary and was
adding an extra branch to the allocator code path in a build without
jemalloc. This is a small step towards liballoc being compatible with
handling OOM errors instead of aborting (#18292).

[breaking-change]
2014-10-25 14:12:19 -04:00
..
collections Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
io auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon 2014-10-20 16:07:43 +00:00
num auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon 2014-10-20 16:07:43 +00:00
path libstd: Remove all uses of {:?}. 2014-10-16 11:15:35 -04:00
rand Clean up rustc warnings. 2014-10-13 14:16:22 +08:00
rt get rid of libc_heap::{malloc_raw, realloc_raw} 2014-10-25 14:12:19 -04:00
sync Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
time std: Convert statics to constants 2014-10-09 09:44:51 -07:00
ascii.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
bitflags.rs libstd: Inline more methods on bitflags. 2014-10-16 15:25:46 -07:00
c_vec.rs get rid of libc_heap::{malloc_raw, realloc_raw} 2014-10-25 14:12:19 -04:00
dynamic_lib.rs libstd: Remove all uses of {:?}. 2014-10-16 11:15:35 -04:00
failure.rs Remove #[allow(deprecated)] from libstd 2014-09-21 21:05:05 -07:00
fmt.rs Remove libdebug and update tests. 2014-10-16 11:15:34 -04:00
from_str.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
hash.rs mark std::hash experimental 2014-07-11 14:25:15 -07:00
lib.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
macros.rs improve the performance of the vec![] macro 2014-10-10 14:20:12 -04:00
os.rs libstd: Remove all uses of {:?}. 2014-10-16 11:15:35 -04:00
prelude.rs implement Box<[T]> <-> Vec<T> conversions 2014-10-10 11:42:30 -04:00
rtdeps.rs Fix spelling errors and capitalization. 2014-09-03 23:10:38 -04:00
task.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
to_string.rs Rename to_str to to_string 2014-07-21 09:54:52 -07:00