summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-09-19auto merge of #9279 : erickt/rust/master, r=alexcrichtonbors-19/+1
2013-09-19Rename the NaN and is_NaN methods to lowercase.Chris Morgan-115/+115
2013-09-19auto merge of #9292 : blake2-ppc/rust/borrow-ref-eq, r=huonwbors-1/+15
2013-09-19auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichtonbors-53/+53
2013-09-18auto merge of #9280 : alexcrichton/rust/less-c++, r=brsonbors-4/+17
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-34/+4
2013-09-18Remove rust_run_program.cppAlex Crichton-4/+17
2013-09-18libstd/librustc: Make the crate_map a weak symbol that libstd links against.Luqman Aden-1/+2
2013-09-18Implement process bindings to libuvAlex Crichton-67/+1034
2013-09-18librustc/libstd: No longer pass crate_map to start.Luqman Aden-2/+74
2013-09-18auto merge of #9296 : alexcrichton/rust/snapshots, r=cmrbors-1445/+13
2013-09-18Register new snapshotsAlex Crichton-1445/+13
2013-09-18auto merge of #9277 : crabtw/rust/mips, r=brsonbors-27/+140
2013-09-18auto merge of #9275 : blake2-ppc/rust/float-from-str, r=thestingerbors-211/+187
2013-09-18Remove and replace cond! Closes #9282.Jimmy Zelinskie-53/+53
2013-09-17std: Fix an invalid read in from_c_multistringBrian Anderson-2/+2
2013-09-18std::borrow: Use raw pointer comparison for `ref_eq`blake2-ppc-1/+15
2013-09-17Document a few undocumented modules in libstdAlex Crichton-51/+336
2013-09-17std: Remove Option.or_{default,zero}Erick Tryzelaar-19/+1
2013-09-18fix compilation errors of mips targetJyun-Yan You-27/+140
2013-09-18std: Remove {float,f64,f32}::from_str in favor of from_strblake2-ppc-211/+187
2013-09-17auto merge of #9235 : olsonjeffery/rust/newrt_file_io_1, r=thestingerbors-231/+1386
2013-09-17std: fix win32 build issue re: multistring parsingJeff Olson-1/+1
2013-09-17std: whitespace clean up io::file docsJeff Olson-52/+52
2013-09-17remove unnecessary transmutesDaniel Micay-27/+8
2013-09-17std: fix win32 build error in os::env()Jeff Olson-1/+1
2013-09-17std: remove RtioStreamJeff Olson-5/+0
2013-09-17auto merge of #9244 : thestinger/rust/drop, r=catamorphismbors-76/+68
2013-09-16std: merge conflict cleanup from std::strJeff Olson-1/+0
2013-09-16std: docstring fixes in io::fileJeff Olson-239/+259
2013-09-16std: minor cleanup in some io_error descs in io::fileJeff Olson-2/+2
2013-09-16std: lots of docs for std::rt::io::fileJeff Olson-52/+298
2013-09-16std: FsRequest.req_boilerplate() be &mut selfJeff Olson-17/+58
2013-09-16std: remove impl'd/commented-out fstat signaturesJeff Olson-4/+0
2013-09-16std: generlize & move io::file::suppressed_stat to io::ignore_io_errorJeff Olson-19/+19
2013-09-16std: correctly pass STDOUT in to naive_print test fnJeff Olson-1/+1
2013-09-16std: unignore some file io tests that work on windows, nowJeff Olson-6/+0
2013-09-16std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanupJeff Olson-16/+173
2013-09-16std: expose more stat infoJeff Olson-7/+7
2013-09-16std: more work on from_c_multistring.. let it take an optional len paramJeff Olson-6/+18
2013-09-16std: clean up Dir/FileInfo inheritence and flesh out Dir InfoJeff Olson-59/+129
2013-09-16std: win32 os::env() str parsing to str::raw::from_c_multistring + testJeff Olson-10/+38
2013-09-16std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriterJeff Olson-131/+269
2013-09-16merge cleanupJeff Olson-1/+2
2013-09-16std/rt: in-progress file io workJeff Olson-203/+661
2013-09-16auto merge of #9108 : blake2-ppc/rust/hazards-on-overflow, r=alexcrichtonbors-118/+152
2013-09-16switch Drop to `&mut self`Daniel Micay-76/+68
2013-09-17std::at_vec: Fix segfault on overflow when resizing ~[@T]blake2-ppc-5/+16
2013-09-17rt::io: Use vec::reserve_additionalblake2-ppc-1/+1
2013-09-17std::str: Fix overflow problems in unsafe codeblake2-ppc-105/+59