summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2014-05-27native: Ignore stdio fds with /dev/nullAlex Crichton-0/+55
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-566/+566
2014-05-27auto merge of #14444 : huonw/rust/nice-for-errors, r=alexcrichtonbors-0/+48
2014-05-27std: Rename strbuf operations to stringRicho Healey-404/+404
2014-05-27auto merge of #14428 : alexcrichton/rust/issue-14422, r=pcwaltonbors-0/+111
2014-05-27std: Remove String's to_ownedRicho Healey-162/+162
2014-05-27rustc: Account for typedefs in privacyAlex Crichton-0/+111
2014-05-27rustc: Use rust strings for failure argumentsAlex Crichton-1/+1
2014-05-27rustc: provide more precise information about refutable patterns.Huon Wilson-0/+32
2014-05-27syntax: desugar a `for` loop to a let binding to get better errorHuon Wilson-0/+16
2014-05-26auto merge of #14300 : cmr/rust/enum-size-lint, r=kballardbors-0/+42
2014-05-25Allow $foo:block nonterminals in expression positionKevin Ballard-0/+21
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-364/+364