summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-10-14Remove unused abi attributes.Steve Klabnik-2/+1
2013-10-11clean up the `Rc`/`RcMut` types and move to libstdDaniel Micay-7/+24
2013-10-11correct names for `#[no_send]`/`#[no_freeze]` testsDaniel Micay-0/+0
2013-10-10Typeck: Disallow scalar casts to bare_fn.Geoff Hill-0/+21
2013-10-09auto merge of #9750 : alexcrichton/rust/safer-strings, r=brsonbors-0/+18
2013-10-09Forbid modifications of strings in the compilerAlex Crichton-0/+18
2013-10-09Change default lint output format.Geoff Hill-0/+32
2013-10-08auto merge of #9753 : alexcrichton/rust/macro-attrs, r=brsonbors-17/+0
2013-10-08Allow attributes on macrosAlex Crichton-17/+0
2013-10-08auto merge of #9756 : catamorphism/rust/issue-2354, r=alexcrichtonbors-8/+14
2013-10-07auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichtonbors-0/+41
2013-10-07Fix merge fallout of privacy changesAlex Crichton-0/+7
2013-10-07syntax: Display spans for open delimiters when a file ends prematurelyTim Chevalier-8/+14
2013-10-08lex raw string literals, like r#"blah"#Benjamin Herr-0/+41
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-47/+87
2013-10-07Extract privacy checking from name resolutionAlex Crichton-0/+313
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-4/+35
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-0/+34
2013-10-05test: fix the tests for windowsErick Tryzelaar-1/+1
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-04Correctly report errors for ambiguous default methodsSeo Sanghyeon-0/+19
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-02auto merge of #9673 : huonw/rust/macros, r=catamorphismbors-0/+26
2013-10-02auto merge of #9665 : alexcrichton/rust/snapshot, r=brsonbors-1/+16
2013-10-02auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat...bors-0/+60
2013-10-02syntax: indicate an error when a macro ignores trailing tokens.Huon Wilson-0/+26
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-1/+1
2013-10-01Obsolete parsing 'loop' as 'continue'Alex Crichton-0/+15
2013-10-01remove the `float` typeDaniel Micay-26/+24
2013-10-01fix tests for check-fast.Felix S. Klock II-1/+16
2013-09-30cfail: Remove usage of fmt!Alex Crichton-201/+182
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-01Add new lint: non_uppercase_pattern_statics, for #7526.Felix S. Klock II-0/+43
2013-09-30Expand tidy to prevent binaries from being checkedAlex Crichton-0/+0
2013-09-27auto merge of #9535 : alexcrichton/rust/no-format-default, r=thestingerbors-2/+2
2013-09-27Remove the notion of an "unknown format"Alex Crichton-2/+2
2013-09-27auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestingerbors-7/+6
2013-09-26auto merge of #9261 : alexcrichton/rust/logging, r=huonwbors-2/+1
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-7/+6
2013-09-26auto merge of #9515 : pnkfelix/rust/fsk-test-for-issue-5153, r=alexcrichtonbors-0/+23
2013-09-26Regression test for ICE. Fix #5153.Felix S. Klock II-0/+23
2013-09-25Refactor the logging system for fewer allocationsAlex Crichton-2/+1
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-26/+26
2013-09-25auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwaltonbors-16/+190