about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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 #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-201/+190
2013-09-16Limit spans in bytes!() error messages to the argument in questionKevin Ballard-10/+10
2013-09-16Add the rustdoc_ng binary to the makefile rulesAlex Crichton-70/+31
2013-09-16auto merge of #9231 : cmr/rust/enum_encoding, r=catamorphismbors-37/+146
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
2013-09-16Update syntax testCorey Richardson-1/+123
2013-09-16auto merge of #9109 : thestinger/rust/function, r=alexcrichtonbors-112/+172
2013-09-16set attributes on `invoke` instructions tooDaniel Micay-29/+18
2013-09-16Fix hardcoded string in libsyntaxCorey Richardson-24/+2
2013-09-16testsuite: Add test for #4208Tim Chevalier-0/+40
2013-09-16auto merge of #9211 : klutzy/rust/win32-fix, r=alexcrichtonbors-35/+47
2013-09-16document why attributes are set on CallInstDaniel Micay-1/+8
2013-09-16add sret + noalias to the out pointer parameterDaniel Micay-3/+28
2013-09-16fix handling of function attributesDaniel Micay-80/+119
2013-09-16auto merge of #9204 : lkuper/rust/workcache, r=alexcrichtonbors-7/+16
2013-09-16std::str: Add bench tests for StrVector::connect() and for str::push_strblake2-ppc-0/+19
2013-09-16std::vec: Add function vec::bytes::push_bytesblake2-ppc-0/+17
2013-09-16std::vec: Fix hazards with uint overflows in unsafe codeblake2-ppc-6/+29
2013-09-16extra::json: use a different encoding for enums.Corey Richardson-15/+24
2013-09-16auto merge of #9192 : Kimundi/rust/master, r=huonwbors-16/+431
2013-09-16Corrected a few small style issuesMarvin Löbel-19/+44
2013-09-16Add an SendStr typeMarvin Löbel-16/+406
2013-09-16auto merge of #9121 : sanxiyn/rust/arm, r=alexcrichtonbors-0/+2
2013-09-16Resume inlining globals across cratesAlex Crichton-59/+157
2013-09-16Ignore failing tests on AndroidSeo Sanghyeon-0/+2
2013-09-16auto merge of #9220 : kballard/rust/c_str-as_str, r=thestingerbors-3/+74
2013-09-16std::num: Add uint::next_power_of_two_optblake2-ppc-1/+11
2013-09-16rustdoc_ng: add licenses and issue numbers to appease tidyCorey Richardson-1/+91
2013-09-16Update rustdoc_ng to syntax and metadata changesCorey Richardson-57/+54
2013-09-16Update rustdoc_ng to new ast namingCorey Richardson-83/+64
2013-09-16Add rustdoc_ngCorey Richardson-0/+1977
2013-09-16auto merge of #9206 : alexcrichton/rust/issue-9188, r=catamorphismbors-2/+49
2013-09-16auto merge of #9196 : alexcrichton/rust/attempting-9055, r=cmrbors-13/+25
2013-09-16auto merge of #9187 : lkuper/rust/no-simplevisitor, r=catamorphismbors-144/+3