about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-09-17auto merge of #9133 : dcrewi/rust/bigint-random-range, r=huonwbors-2/+140
2013-09-17auto merge of #9258 : thestinger/rust/doc, r=catamorphismbors-11/+63
2013-09-17Generate random big integers within a rangeDavid Creswick-2/+140
2013-09-17auto merge of #9269 : alexcrichton/rust/ignore-rustpkg-test, r=brsonbors-0/+1
2013-09-17Ignore a test which is blocking a snapshotAlex Crichton-0/+1
2013-09-17document what unsafety meansDaniel Micay-11/+63
2013-09-17auto merge of #9257 : alexcrichton/rust/better-address-insignificant, r=thest...bors-5/+67
2013-09-17auto merge of #9235 : olsonjeffery/rust/newrt_file_io_1, r=thestingerbors-231/+1444
2013-09-17auto merge of #9256 : thestinger/rust/drop, r=alexcrichtonbors-28/+8
2013-09-17Prevent a rare linkage issue with an xcrate staticAlex Crichton-5/+67
2013-09-17std: fix win32 build issue re: multistring parsingJeff Olson-1/+1
2013-09-17auto merge of #9236 : steveklabnik/rust/rustpkg_init, r=catamorphismbors-1/+24
2013-09-17Implementing 'rustpkg init'.Steve Klabnik-1/+24
2013-09-17std: whitespace clean up io::file docsJeff Olson-52/+52
2013-09-17remove unnecessary transmutesDaniel Micay-28/+8
2013-09-17auto merge of #9245 : kballard/rust/bytes-span, r=catamorphismbors-10/+10
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-203/+192
2013-09-17auto merge of #9241 : alexcrichton/rust/build-rustdoc-ng, r=catamorphismbors-72/+56
2013-09-17auto merge of #9239 : steveklabnik/rust/rustpkg_tutorial, r=catamorphismbors-0/+225
2013-09-17auto merge of #9234 : steveklabnik/rust/rustpkg_manpage, r=cmrbors-17/+4
2013-09-17auto merge of #9225 : huonw/rust/closing-time, r=alexcrichtonbors-0/+166
2013-09-17Tests for fixed issues.Huon Wilson-0/+166
2013-09-17auto merge of #9214 : adridu59/rust/issue-7723, r=thestingerbors-4/+1
2013-09-16auto merge of #9130 : alexcrichton/rust/inline-globals, r=thestingerbors-59/+157
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/+184
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-152/+290
2013-09-16merge cleanupJeff Olson-22/+23
2013-09-16std/rt: in-progress file io workJeff Olson-203/+708
2013-09-16auto merge of #9237 : brson/rust/valgrind, r=thestingerbors-0/+3
2013-09-16auto merge of #9233 : catamorphism/rust/issue-4208, r=catamorphismbors-0/+40
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-203/+192
2013-09-16Limit spans in bytes!() error messages to the argument in questionKevin Ballard-10/+10
2013-09-16Updating rustpkg tutorial from feedback.Steve Klabnik-37/+16
2013-09-16Add the rustdoc_ng binary to the makefile rulesAlex Crichton-72/+56