summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-06-10Add test for issue #13214Piotr Jawniak-0/+29
2014-06-09auto merge of #14606 : pcwalton/rust/fn-trait-sugar, r=alexcrichtonbors-0/+38
2014-06-09auto merge of #14783 : alexcrichton/rust/rollup, r=alexcrichtonbors-3/+20
2014-06-09librustc: Use *signed* extension when converting enums to floats.Patrick Walton-0/+35
2014-06-09librustc: Implement sugar for the `FnMut` traitPatrick Walton-0/+38
2014-06-09Add test for issue #13446Piotr Jawniak-0/+17
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-3/+3
2014-06-09auto merge of #14590 : pcwalton/rust/overloaded-call, r=nick29581bors-0/+173
2014-06-09Add a test for deprecated phase(syntax)Keegan McAllister-0/+19
2014-06-09Convert tests to use #[plugin_registrar]Keegan McAllister-36/+30
2014-06-09Use phase(plugin) in testsKeegan McAllister-43/+43
2014-06-09librustc: Implement overloading for the call operator behind a featurePatrick Walton-0/+173
2014-06-09auto merge of #14709 : alexcrichton/rust/collections, r=brsonbors-5/+5
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-2/+2
2014-06-08auto merge of #14740 : P1start/rust/name-warnings, r=alexcrichtonbors-18/+18
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-5/+5
2014-06-08relicense shootout-fannkuch-redux.rsGuillaume Pinot-8/+38
2014-06-08Fix an LLVM assertion when matching against static stringsJakub Wieczorek-0/+19
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-1/+8
2014-06-08Add detection of dead struct fieldsJakub Wieczorek-0/+67
2014-06-08auto merge of #14741 : sfackler/rust/visit-attr, r=alexcrichtonbors-17/+67
2014-06-08auto merge of #14728 : TeXitoi/rust/relicense-shootout-regex-dna, r=brsonbors-8/+38
2014-06-08auto merge of #14743 : Sawyer47/rust/range-msg, r=huonwbors-1/+1
2014-06-08Add back hint for crate level attributesSteven Fackler-0/+2
2014-06-08Improve error message for range in matchPiotr Jawniak-1/+1
2014-06-07Remove the attribute_usage lintSteven Fackler-18/+8
2014-06-07Add visit_attribute to Visitor, use it for unused_attributeSteven Fackler-0/+58
2014-06-08update identifier naming warnings to give an exampleP1start-18/+18
2014-06-07relicense shootout-regex-dna.rsGuillaume Pinot-8/+38
2014-06-07auto merge of #14717 : zwarich/rust/borrowck-tests, r=cmrbors-84/+133
2014-06-07Clean up borrows in borrowck field-sensitivity testsCameron Zwarich-27/+33
2014-06-07Fix bad borrowck tests and move them from run-pass to compile-failCameron Zwarich-14/+17
2014-06-07Add more borrowck tests for functional update movesCameron Zwarich-0/+50
2014-06-07Make borrowck test functions better match their namesCameron Zwarich-18/+8
2014-06-07Mention the specific kind of use in borrowck test function namesCameron Zwarich-28/+28
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-2/+4
2014-06-06test: Fix fallout of previous changesAlex Crichton-8/+8
2014-06-06rustc: Preserve reachable extern fns with LTOAlex Crichton-14/+68
2014-06-06Rename Iterator::len to countAaron Turon-1/+1
2014-06-06librustc: Update AutoObject adjustment in writeback.Luqman Aden-0/+30
2014-06-06rustc: Avoid UB with signed division/remainderAlex Crichton-0/+35
2014-06-06Fix resolve to not permit refs to type vars from outer fnsNiko Matsakis-4/+53
2014-06-06Add missing test case for contravariant trait matchingNiko Matsakis-0/+37
2014-06-06auto merge of #14318 : zwarich/rust/check-loans-refactor, r=nikomatsakisbors-17/+416
2014-06-06Add a test for borrowck errors with multiple closure captures.Cameron Zwarich-0/+64
2014-06-06Add new tests for borrowck field-sensitivity.Cameron Zwarich-0/+347
2014-06-06Change check_loans to use ExprUseVisitor.Cameron Zwarich-17/+5
2014-06-06auto merge of #14677 : alexcrichton/rust/issue-2665, r=brsonbors-30/+30
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-9/+9
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-9/+9