rust/src/libstd
Kevin Ballard d547de998d Make Vec.truncate() resilient against failure in Drop
If a vector element fails in Drop, Vec needs to make sure it doesn't try
to re-drop any elements it already dropped.
2014-05-15 13:50:29 -07:00
..
comm
fmt auto merge of #14133 : db48x/rust/ord-for-mut-refs, r=alexcrichton 2014-05-14 22:06:50 -07:00
hash
io std: Modify TempDir to not fail on drop. Closes #12628 2014-05-15 13:50:24 -07:00
num
path Add ToCStr impl for &Path and StrBuf 2014-05-14 22:42:46 -07:00
rt Process::new etc should support non-utf8 commands/args 2014-05-14 22:52:31 -07:00
sync core: Inherit the atomics module 2014-05-13 23:59:03 -07:00
unstable auto merge of #13948 : huonw/rust/test-regex-filter, r=alexcrichton 2014-05-15 11:22:02 -07:00
ascii.rs
bitflags.rs auto merge of #14009 : jcmoyer/rust/bitflags-complement, r=alexcrichton 2014-05-14 09:21:25 -07:00
c_str.rs Add ToCStr impl for &Path and StrBuf 2014-05-14 22:42:46 -07:00
c_vec.rs
cleanup.rs
from_str.rs
gc.rs
lib.rs std: Move the owned module from core to std 2014-05-13 17:24:07 -07:00
local_data.rs
macros.rs
option.rs
os.rs librand: Remove all uses of ~str from librand 2014-05-14 18:29:13 -07:00
owned.rs std: Move the owned module from core to std 2014-05-13 17:24:07 -07:00
prelude.rs
rc.rs
reflect.rs
repr.rs
result.rs
rtdeps.rs
slice.rs
str.rs std: Rename str::Normalizations to str::Decompositions 2014-05-13 17:24:07 -07:00
strbuf.rs Added functions pop_char and shift_char to StrBuf struct along with appropriate unit tests, using the same test case as push_char. 2014-05-13 11:01:12 +01:00
task.rs std: Move the owned module from core to std 2014-05-13 17:24:07 -07:00
to_str.rs
unicode.rs std: Rename str::Normalizations to str::Decompositions 2014-05-13 17:24:07 -07:00
vec.rs Make Vec.truncate() resilient against failure in Drop 2014-05-15 13:50:29 -07:00