about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2014-06-05auto merge of #14669 : TeXitoi/rust/relicense-shootout-meteor, r=brsonbors-10/+40
2014-06-05mk: Move rust_test_helpers out of libstdAlex Crichton-30/+30
2014-06-05auto merge of #14538 : alexcrichton/rust/libcollections, r=brsonbors-53/+46
2014-06-05Fallout from the libcollections movementAlex Crichton-53/+46
2014-06-05auto merge of #14647 : BurntSushi/rust/fix-14185, r=alexcrichtonbors-0/+60
2014-06-05auto merge of #14644 : alexcrichton/rust/more-no-runtime-use-cases, r=brsonbors-0/+59
2014-06-05relicense shootout-meteor.rsGuillaume Pinot-10/+40
2014-06-04Fixes #14185.Andrew Gallant-0/+60
2014-06-04std: Improve non-task-based usageAlex Crichton-0/+59
2014-06-04Fix an ICE when a function argument is of the bottom typeJakub Wieczorek-0/+21
2014-06-03auto merge of #14628 : luqmana/rust/fcr, r=nikomatsakisbors-3/+35
2014-06-03librustc: Try to resolve before coercions.Luqman Aden-3/+35
2014-06-02auto merge of #14598 : alexcrichton/rust/triage, r=huonwbors-0/+26
2014-06-02test: Add tests for closed issue #10764Alex Crichton-0/+26
2014-06-02Fix deriving Encodable trait for unit structsPiotr Jawniak-0/+29
2014-06-02test: Enable #9205-related tests on windowsklutzy-6/+0
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-36/+36
2014-05-31auto merge of #14561 : jakub-/rust/issue-11319, r=alexcrichtonbors-0/+19
2014-05-31Make the match arm type mismatch message point to the arm's spanJakub Wieczorek-0/+19
2014-05-31Use RHS's struct def ID for error messages in pattern matchingJakub Wieczorek-0/+20
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-207/+210
2014-05-30auto merge of #14536 : zwarich/rust/issue-14498, r=luqmanabors-0/+63
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-0/+2
2014-05-30lib{serialize, uuid}: Fix snake case errors.Kevin Butler-7/+8
2014-05-30rustc: Add lint for snake_case functions & methods.Kevin Butler-0/+51
2014-05-30auto merge of #14517 : lucy/rust/issue-14499, r=alexcrichtonbors-0/+15
2014-05-29Fix the handling of assignments to owning pointer paths in check_loansCameron Zwarich-0/+63
2014-05-29auto merge of #14427 : alexcrichton/rust/librand, r=huonwbors-20/+13
2014-05-29std: Recreate a `rand` moduleAlex Crichton-20/+13
2014-05-29syntax: Fix span on illegal ABI errorslucy-0/+15
2014-05-29debuginfo: Make DWARF representation of enums uniform.Michael Woerister-23/+25
2014-05-29auto merge of #14481 : alexcrichton/rust/no-format-strbuf, r=sfacklerbors-52/+46
2014-05-28auto merge of #14477 : alexcrichton/rust/issue-14456, r=brsonbors-0/+55
2014-05-28auto merge of #14451 : alexcrichton/rust/issue-14442, r=brsonbors-1/+1
2014-05-28Test pattern macrosKeegan McAllister-0/+101
2014-05-28std: Remove format_strbuf!()Alex Crichton-52/+46
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-35/+214