about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2013-09-30testsuite: Un-xfail unit-like-struct-drop-run on WindowsTim Chevalier-2/+1
2013-09-30Expand tidy to prevent binaries from being checkedAlex Crichton-0/+0
2013-09-27auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichtonbors-1/+1
2013-09-27auto merge of #9535 : alexcrichton/rust/no-format-default, r=thestingerbors-5/+4
2013-09-27Remove the notion of an "unknown format"Alex Crichton-5/+4
2013-09-27auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestingerbors-83/+79
2013-09-27auto merge of #9527 : bmaxa/rust/master, r=alexcrichtonbors-0/+9
2013-09-26auto merge of #9504 : brson/rust/continue, r=alexcrichtonbors-1/+1
2013-09-26Update version numbers to 0.9-preBrian Anderson-1/+1
2013-09-26auto merge of #9261 : alexcrichton/rust/logging, r=huonwbors-76/+1
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-83/+79
2013-09-26Add 'continue' as a synonym for 'loop'Brian Anderson-1/+1
2013-09-26Ensure that skipped items aren't encodedAlex Crichton-0/+35
2013-09-26auto merge of #9515 : pnkfelix/rust/fsk-test-for-issue-5153, r=alexcrichtonbors-0/+23
2013-09-26Fix ICE caused by my previous patch, that is, if super trait had moreBranimir-0/+9
2013-09-26auto merge of #9464 : bmaxa/rust/master, r=cmrbors-0/+61
2013-09-26 fix for issue #9394Branimir-0/+61
2013-09-26auto merge of #9490 : alexcrichton/rust/issue-9487, r=cmrbors-0/+20
2013-09-26Regression test for ICE. Fix #5153.Felix S. Klock II-0/+23
2013-09-25Refactor the logging system for fewer allocationsAlex Crichton-76/+1