rust/src/libstd
bors 09bf5deb68 auto merge of #10918 : eddyb/rust/inline-finally-dtor, r=thestinger
* fixes the vec::from_elem regression caused by #8780
* added 5 benchmarks for allocating a 1KB `~[u8]` and zeroing it
* closes #7136
2013-12-13 15:46:32 -08:00
..
fmt Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
io auto merge of #10895 : sfackler/rust/io-util, r=alexcrichton 2013-12-13 02:56:43 -08:00
num Remove dead codes 2013-12-08 02:55:28 -05:00
path Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
rand Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
rt Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
task librustuv: RAII-ify Local::borrow, and remove some 12 Cells. 2013-12-10 15:13:12 -08:00
unstable Inline Finallyalizer::drop, allowing LLVM to optimize finally. 2013-12-12 07:07:45 +02:00
any.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
ascii.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
at_vec.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
bool.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
borrow.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
c_str.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
cast.rs remove useless transmute_immut function 2013-12-01 10:18:47 -05:00
cell.rs libstd: Remove Cell from the library. 2013-12-10 17:55:09 -08:00
char.rs Fix handling of upper/lowercase, and whitespace 2013-11-27 23:36:20 +01:00
cleanup.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
clone.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
cmp.rs Now inline default 'ne' methods 2013-08-30 22:02:24 -04:00
comm.rs auto merge of #10562 : ongardie/rust/master, r=brson 2013-12-05 15:16:27 -08:00
condition.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
container.rs
default.rs std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
either.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
from_str.rs Add from_str docs 2013-09-05 00:58:12 -04:00
gc.rs libstd: Fix Win32 and other bustage. 2013-11-26 08:25:27 -08:00
hash.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
hashmap.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
iter.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
kinds.rs
lib.rs Make crate hash stable and externally computable. 2013-12-10 17:04:24 -07:00
libc.rs std::libc: Simplify win32/win64 type definitions 2013-11-24 19:08:41 +09:00
local_data.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
logging.rs Add a macro to check if logging at a given label is enabled 2013-12-02 21:47:57 +01:00
managed.rs Fix an off-by-one in managed::refcount 2013-10-18 09:33:18 -07:00
mem.rs Cleaned, documented, wrote tests for up std::bool 2013-10-24 17:21:39 +02:00
ops.rs libstd: Fix Win32 and other bustage. 2013-11-26 08:25:27 -08:00
option.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
os.rs librustpkg: Make io::ignore_io_error() use RAII; remove a few more 2013-12-10 15:13:12 -08:00
owned.rs
prelude.rs Move std::util::ignore to std::prelude::drop 2013-12-03 20:40:38 -08:00
ptr.rs test: Remove non-procedure uses of do from compiletest, libstd tests, 2013-11-26 08:25:27 -08:00
rc.rs librustc: Fix merge fallout. 2013-11-26 11:04:39 -08:00
reflect.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
repr.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
result.rs Made Results API more composable 2013-12-06 22:29:02 +01:00
rtdeps.rs Register new snapshots 2013-12-03 14:31:54 -08:00
run.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
select.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
send_str.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
str.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
to_bytes.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
to_str.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
trie.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
tuple.rs Removed a few macro-expanding-to-module workarounds 2013-11-29 17:33:36 +01:00
unicode.rs Remove dead codes 2013-12-08 02:55:28 -05:00
unit.rs Reordered the methods in std::Option and std::Result 2013-11-01 15:00:46 +01:00
util.rs Move std::util::ignore to std::prelude::drop 2013-12-03 20:40:38 -08:00
vec.rs Inline Finallyalizer::drop, allowing LLVM to optimize finally. 2013-12-12 07:07:45 +02:00