about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-10-07syntax: Display spans for open delimiters when a file ends prematurelyTim Chevalier-8/+14
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-43/+170
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+67
2013-10-05testsuite: Two tests for fixed bugsTim Chevalier-2/+69
2013-10-05auto merge of #9250 : erickt/rust/num, r=ericktbors-8/+79
2013-10-05test: fix the tests for windowsErick Tryzelaar-2/+2
2013-10-05Implemented `IntoSendStr` on `SendStr` to allow naming aMarvin Löbel-0/+19
2013-10-05Make a task name use a `SendStr`, allowing for eitherMarvin Löbel-0/+55
2013-10-03auto merge of #9712 : ben0x539/rust/obsolete-syntax, r=pcwaltonbors-73/+299
2013-10-04Remove specific errors for very old obsolete syntaxBenjamin Herr-73/+299
2013-10-03auto merge of #9711 : sanxiyn/rust/ambiguous-default-method, r=alexcrichtonbors-0/+19
2013-10-04Correctly report errors for ambiguous default methodsSeo Sanghyeon-0/+19
2013-10-03auto merge of #9698 : sanxiyn/rust/android, r=huonwbors-6/+6
2013-10-03Close out #9155Steven Fackler-0/+37
2013-10-03Ignore tests on Android correctlySeo Sanghyeon-6/+6
2013-10-02Stop using newtype wrappers in std::rt::ioSteven Fackler-1/+1
2013-10-02auto merge of #9675 : sfackler/rust/lint, r=alexcrichtonbors-0/+37
2013-10-02Check enums in missing_doc lintSteven Fackler-0/+37
2013-10-02test: add compile-fail test for #[deriving(FromPrimitive)]Erick Tryzelaar-0/+34
2013-10-02syntax: Add #[deriving(FromPrimitive)] syntax extensionErick Tryzelaar-0/+37
2013-10-02std: Replace num::IntConvertible with {To,From}PrimitiveErick Tryzelaar-8/+8
2013-10-02auto merge of #9673 : huonw/rust/macros, r=catamorphismbors-0/+26
2013-10-02auto merge of #9665 : alexcrichton/rust/snapshot, r=brsonbors-12/+27
2013-10-02auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat...bors-0/+131
2013-10-02syntax: indicate an error when a macro ignores trailing tokens.Huon Wilson-0/+26
2013-10-01auto merge of #9578 : alexcrichton/rust/un-ignore-libuv-process-tests, r=brsonbors-0/+156
2013-10-01Move the rt::io::process tests to run-passAlex Crichton-0/+156
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-12/+12
2013-10-01Obsolete parsing 'loop' as 'continue'Alex Crichton-0/+15
2013-10-01auto merge of #9519 : thestinger/rust/float, r=catamorphismbors-245/+190
2013-10-01remove the `float` typeDaniel Micay-245/+190
2013-10-01Change the format! statics to be all-capsAlex Crichton-0/+15
2013-10-01fix tests for check-fast.Felix S. Klock II-1/+1
2013-10-01fix tests for check-fast.Felix S. Klock II-4/+19
2013-10-01Merge fall out of removing fmt!Alex Crichton-1/+1
2013-09-30pretty: Remove usage of fmt!Alex Crichton-3/+3
2013-09-30bench: Remove usage of fmt!Alex Crichton-54/+55
2013-09-30rfail: Remove usage of fmt!Alex Crichton-114/+114
2013-09-30cfail: Remove usage of fmt!Alex Crichton-201/+182
2013-09-30rpass: Remove usage of fmt!Alex Crichton-842/+852
2013-09-30auto merge of #9643 : thestinger/rust/immediate, r=alexcrichtonbors-0/+38
2013-10-01fix dropping non-primitive immediatesDaniel Micay-3/+1
2013-09-30Add test for issue #9446.David Creswick-0/+40
2013-10-01Revise error message to use phrase "all caps" instead of "uppercase".Felix S. Klock II-2/+2
2013-10-01Workaround conflict between all-uppercase static and NaN definition.Felix S. Klock II-0/+2
2013-10-01Expanded test to clarify that the constants *are* matching when they should.Felix S. Klock II-0/+15
2013-10-01Fix typo in comment.Felix S. Klock II-1/+1
2013-10-01Throwing in another interesting test case: There is no need to warnFelix S. Klock II-0/+9
2013-10-01Add new lint: non_uppercase_pattern_statics, for #7526.Felix S. Klock II-0/+90
2013-09-30auto merge of #9628 : alexcrichton/rust/tidy-binaries, r=thestingerbors-0/+0