about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2014-07-10auto merge of #15336 : jakub-/rust/diagnostics, r=brsonbors-2/+70
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-2/+70
2014-07-10auto merge of #15559 : fhahn/rust/issue-15445-mut-cast, r=alexcrichtonbors-0/+15
2014-07-10typeck: check casts from pointers to floats, closes #15445Florian Hahn-0/+15
2014-07-10Add range lint for float literals, fixing #10934Falco Hirschenberger-0/+5
2014-07-10auto merge of #15561 : huonw/rust/must-use-iterators, r=alexcrichtonbors-0/+8
2014-07-09tests: Remove uses of advance.Luqman Aden-1/+1
2014-07-10lint: extend `#[must_use]` to handle a message.Huon Wilson-0/+8
2014-07-09test: simplify numeric literal cfail testsCorey Richardson-53/+14
2014-07-09testsuite: merge some lexer testcasesCorey Richardson-238/+73
2014-07-08auto merge of #15493 : brson/rust/tostr, r=pcwaltonbors-21/+24
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-21/+24
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-30/+30
2014-07-08auto merge of #15508 : jakub-/rust/struct-pattern-witness, r=alexcrichtonbors-2/+2
2014-07-08auto merge of #15443 : pcwalton/rust/module-and-type-with-same-name, r=nick29581bors-4/+23
2014-07-07auto merge of #15394 : pcwalton/rust/new-index-traits, r=nick29581bors-0/+64
2014-07-07auto merge of #15440 : pcwalton/rust/struct-aliases, r=brsonbors-2/+2
2014-07-07Improve non-exhaustive pattern witnesses for structs with multiple fieldsJakub Wieczorek-2/+2
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-0/+64
2014-07-07librustc: Disallow modules and types from having the same name.Patrick Walton-4/+23
2014-07-06Add a test case for #12187, which appears to have been fixedJakub Wieczorek-0/+36
2014-07-05rustc: Default #[crate_name] on input, not outputAlex Crichton-1/+1
2014-07-05test: Fix tests for crate_id removalAlex Crichton-95/+5
2014-07-04librustc: Accept type aliases for structures in structure literals andPatrick Walton-2/+2
2014-07-04librustc: Remove the `&LIFETIME EXPR` production from the language.Patrick Walton-3/+3
2014-07-04auto merge of #15356 : pcwalton/rust/wrong-implementor, r=alexcrichtonbors-0/+78
2014-07-03librustc: Have the kind checker check sub-bounds in trait casts.Patrick Walton-0/+39
2014-07-03Fix ICE with nested macro_rules!-style macrosKevin Ballard-0/+34
2014-07-03auto merge of #15325 : pcwalton/rust/trait-impl-bound-mismatch, r=pnkfelixbors-0/+111
2014-07-02librustc: Take the parameter space into account when combining typePatrick Walton-0/+78
2014-07-02auto merge of #15313 : pcwalton/rust/overloaded-call-expr-use, r=alexcrichtonbors-0/+74
2014-07-02Change exhaustiveness analysis to permit multiple constructors per patternJakub Wieczorek-5/+14
2014-07-02auto merge of #15310 : pcwalton/rust/tests-for-12223, r=brsonbors-0/+38
2014-07-01librustc: Properly compare implementation method type parameter boundsPatrick Walton-0/+111
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-6/+22
2014-07-01librustc: Fix `expr_use_visitor` (and, transitively, the borrow check)Patrick Walton-0/+74
2014-07-01test: Add tests for issue #12223, "drop allowed while active borrowsPatrick Walton-0/+38
2014-06-30auto merge of #15262 : zecozephyr/rust/15620, r=luqmanabors-0/+19
2014-06-29librustc: Don't ICE on binding same field multiple times in structJonathan Bailey-0/+19
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-1/+5
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-177/+209
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-56/+56
2014-06-28Rename all raw pointers as necessaryAlex Crichton-56/+56
2014-06-28auto merge of #15191 : pcwalton/rust/variance-in-trait-matching, r=huonwbors-1/+62
2014-06-28librustc: Match trait self types exactly.Patrick Walton-1/+62
2014-06-28Add test for issue #12552Piotr Jawniak-0/+21
2014-06-27rustc: update the unnecessary parens lint for struct literals.Huon Wilson-0/+23
2014-06-26librustc: Ensure that proc upvars have static lifetime.Patrick Walton-0/+26
2014-06-26auto merge of #15184 : jbclements/rust/for-loop-hygiene-etc, r=jbclementsbors-0/+21
2014-06-25added compile-fail test for 15167John Clements-0/+21