about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2013-09-26auto merge of #9490 : alexcrichton/rust/issue-9487, r=cmrbors-0/+20
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-5/+5
2013-09-25Don't die in try_unsafe_borrow if tls isn't readyAlex Crichton-0/+20
2013-09-25auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwaltonbors-143/+143
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-143/+143
2013-09-24auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphismbors-10/+10
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-10/+10
2013-09-23auto merge of #9454 : alexcrichton/rust/snapshot, r=thestingerbors-26/+1
2013-09-23Register new snapshotsAlex Crichton-26/+1
2013-09-23librustc: Fix merge fallout.Patrick Walton-24/+16
2013-09-23test: Fix rustdoc and tests.Patrick Walton-426/+145
2013-09-23auto merge of #9301 : luqmana/rust/ncm, r=brsonbors-1/+26
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-09-20auto merge of #9350 : pnkfelix/rust/fsk-issue-4691-catch-bad-fsu-during-compu...bors-0/+101
2013-09-20Invert --cfg debug to --cfg ndebugAlex Crichton-3/+3
2013-09-20auto merge of #9332 : eugals/rust/master, r=alexcrichtonbors-0/+1
2013-09-20auto merge of #9321 : chris-morgan/rust/lowercase-nan-methods, r=brsonbors-19/+19
2013-09-20auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con...bors-9/+9
2013-09-20fix bug in test.Felix S. Klock II-2/+2
2013-09-20Resolves third bullet of #4691, and adds tests for it. Fix #4691.Felix S. Klock II-0/+101
2013-09-19pacified test/run-pass/core-run-destroy on Win7x64Evgeny Sologubov-0/+1
2013-09-19auto merge of #9299 : alexcrichton/rust/fmt-trailing-comma, r=huonwbors-0/+4
2013-09-19Rename the NaN and is_NaN methods to lowercase.Chris Morgan-19/+19
2013-09-19auto merge of #9267 : Kimundi/rust/master, r=huonwbors-2/+2
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-2/+2
2013-09-19auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichtonbors-46/+0
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-9/+9
2013-09-18tests: Remove crate_map from start.Luqman Aden-1/+26
2013-09-18Allow trailing commas in format!Alex Crichton-0/+4
2013-09-18Remove and replace cond! Closes #9282.Jimmy Zelinskie-46/+0
2013-09-18auto merge of #9264 : ben0x539/rust/pp-work, r=alexcrichtonbors-2/+0
2013-09-18auto merge of #9254 : vadimcn/rust/fix-mingw-v4, r=brsonbors-0/+6
2013-09-17Added support for a `\0` escape sequence.Daniel Rosenwasser-0/+44
2013-09-17pp: also print bounds in paths with no generic paramsBenjamin Herr-2/+0
2013-09-17Prevent a rare linkage issue with an xcrate staticAlex Crichton-0/+18
2013-09-17auto merge of #9244 : thestinger/rust/drop, r=catamorphismbors-42/+42
2013-09-17auto merge of #9225 : huonw/rust/closing-time, r=alexcrichtonbors-0/+166
2013-09-17Disabled tests which now fail on Windows+mingw4.0 due to GCC 4.8 ABI change (...Vadim Chugunov-0/+6
2013-09-17Tests for fixed issues.Huon Wilson-0/+166
2013-09-16auto merge of #9130 : alexcrichton/rust/inline-globals, r=thestingerbors-0/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-42/+42
2013-09-16testsuite: Add test for #4208Tim Chevalier-0/+19
2013-09-16auto merge of #9192 : Kimundi/rust/master, r=huonwbors-0/+153
2013-09-16Corrected a few small style issuesMarvin Löbel-1/+1
2013-09-16Add an SendStr typeMarvin Löbel-0/+153
2013-09-16auto merge of #9121 : sanxiyn/rust/arm, r=alexcrichtonbors-0/+2
2013-09-16Resume inlining globals across cratesAlex Crichton-0/+1
2013-09-16Ignore failing tests on AndroidSeo Sanghyeon-0/+2
2013-09-16auto merge of #9206 : alexcrichton/rust/issue-9188, r=catamorphismbors-0/+21
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-4/+4