about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2013-11-30Test fixes and merge conflictsAlex Crichton-0/+1
2013-11-29Add a new run-make test directoryAlex Crichton-0/+26
2013-11-29Statically link librustrt to libstdAlex Crichton-4/+0
2013-11-27auto merge of #10621 : Florob/rust/unicode63, r=cmrbors-15/+17
2013-11-27Be more strict about doc commentsCorey Richardson-2/+2
2013-11-27Fix handling of upper/lowercase, and whitespaceFlorian Zeitz-10/+12
2013-11-27Update unicode.py to reflect language changesFlorian Zeitz-5/+5
2013-11-26Turn off attribute_usage warning on check-fastklutzy-12/+16
2013-11-26rustc: Add lint for misplaced crate attributesklutzy-0/+1
2013-11-21Fix --local-rust-root option on Windowsklutzy-10/+11
2013-11-19add path environmentsYoung-il Choi-5/+6
2013-11-13be more robust when removing download artifacts and remove bogus raise statementBenjamin Peterson-2/+5
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-08auto merge of #10346 : klutzy/rust/mingw64-32-fix, r=alexcrichtonbors-0/+5
2013-11-08Define WSAPOLLFD only on mingw 4.xklutzy-0/+5
2013-11-07auto merge of #10243 : mattcarberry/rust/master, r=brsonbors-0/+10
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-0/+1
2013-11-02Grammar error and vim syntax highlighting mistake fixed.Matt Carberry-1/+1
2013-11-02Added octal literal support.Matt Carberry-1/+11
2013-10-31std::rand: correct an off-by-one in the Ziggurat code.Huon Wilson-5/+2
2013-10-29auto merge of #10149 : chris-morgan/rust/2013-10-29-vim-updates, r=ericktbors-24/+37
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-0/+4
2013-10-30Fix Vim indent for wrapped function arguments.Chris Morgan-2/+17
2013-10-30Update prelude items in Vim syntax file.Chris Morgan-22/+20
2013-10-25TidyBrian Anderson-0/+2
2013-10-24Remove even more of std::ioAlex Crichton-4/+4
2013-10-23register snapshotsDaniel Micay-3/+3
2013-10-19Highlight \0 in strings and chars in Vim.Chris Morgan-3/+3
2013-10-19Update prelude items in Vim syntax.Chris Morgan-6/+8
2013-10-18track language changes, improve attr handling in GtkSourceView language-specsp3d-22/+46
2013-10-08add vim syntax highlighting support for raw string literalsBenjamin Herr-0/+1
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+3
2013-10-04Don't fail when unpacking the windows snapshotAlex Crichton-0/+2
2013-10-04auto merge of #9662 : vadimcn/rust/package-runtime-deps, r=brsonbors-3/+1287
2013-10-02Package system runtime dependencies into Windows distribution.Vadim Chugunov-1/+17
2013-10-02Package system runtime dependencies into snapshotsVadim Chugunov-2/+1270
2013-10-01auto merge of #9600 : MicahChalmer/rust/fill-with-code-around, r=catamorphismbors-1/+31
2013-09-30Expand tidy to prevent binaries from being checkedAlex Crichton-0/+18
2013-09-28Fix single-line-style paragraph fills with code immediately before or afterMicah Chalmer-1/+31
2013-09-27auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichtonbors-1/+1
2013-09-27auto merge of #9538 : thestinger/rust/type_use, r=pcwaltonbors-80/+0
2013-09-26auto merge of #9504 : brson/rust/continue, r=alexcrichtonbors-1/+4
2013-09-26Update version numbers to 0.9-preBrian Anderson-1/+1
2013-09-26Add 'continue' keyword to emacs, vim, gedit, kateBrian Anderson-1/+4
2013-09-26remove type_useDaniel Micay-80/+0
2013-09-25Fix the rust logo iconBrian Anderson-0/+0
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-0/+2
2013-09-22auto merge of #9389 : poiru/rust/issue-9333, r=alexcrichtonbors-1/+1
2013-09-22Reserve the `alignof`, `offsetof`, and `sizeof` keywordsBirunthan Mohanathas-1/+1
2013-09-22auto merge of #9395 : brson/rust/0.8, r=alexcrichtonbors-1/+1