about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-08-01auto merge of #16102 : zwarich/rust/borrowck-unboxed, r=pcwaltonbors-6/+158
2014-08-01librustc: Forbid pattern bindings after `@`s, for memory safety.Patrick Walton-97/+16
2014-08-01auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichtonbors-151/+148
2014-07-31Test fixes from the rollupAlex Crichton-6/+12
2014-07-31librustc: Don't ICE with struct exprs where the name is not a valid struct.Luqman Aden-0/+26
2014-07-31librustc: Don't ICE when trying to subst regions in destructor call.Luqman Aden-0/+45
2014-07-31Add a non-regression test for issue #8372Simon Sapin-0/+30
2014-07-31auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichtonbors-0/+10
2014-07-31Move SeekableMemWriter into librbmlErick Tryzelaar-114/+2
2014-07-31remove serialize::ebml, add librbmlErick Tryzelaar-32/+34
2014-07-31auto merge of #16076 : SimonSapin/rust/deprecate-url, r=alexcrichtonbors-0/+20
2014-07-31Fix test suite for DragonFlyMichael Neumann-0/+10
2014-07-31Deprecate the url crate.Simon Sapin-0/+20
2014-07-30auto merge of #16059 : epdtry/rust/mono-item-dedup, r=alexcrichtonbors-0/+32
2014-07-30Add a new test for borrow checker Box<T> behaviorCameron Zwarich-0/+150
2014-07-30Implement RFC #43Cameron Zwarich-6/+8
2014-07-30avoid redundant translation of items during monomorphizationStuart Pernsteiner-0/+32
2014-07-30auto merge of #15944 : alexcrichton/rust/task-dont-die, r=brsonbors-0/+47
2014-07-30green: Prevent runtime corruption on spawn failureAlex Crichton-0/+47
2014-07-30auto merge of #15915 : erickt/rust/master, r=alexcrichtonbors-22/+125
2014-07-30auto merge of #16037 : erickt/rust/quote_arm, r=acrichtobors-6/+25
2014-07-30auto merge of #15777 : SimonSapin/rust/pub-ascii-maps, r=alexcrichtonbors-1/+1
2014-07-29remove seek from std::io::MemWriter, add SeekableMemWriter to librustcErick Tryzelaar-22/+125
2014-07-29Test fixes from the rollupAlex Crichton-1/+1
2014-07-29syntax: add support for quoting armsErick Tryzelaar-4/+7
2014-07-29Rename the std::ascii::{Owned,}StrAsciiExt traits to {Owned,}AsciiExtSimon Sapin-1/+1
2014-07-29Fix a bug pretty printing `match { 5i } { _ => { } }`Erick Tryzelaar-2/+18
2014-07-29Add pretty=typed test support to compiletest and add a test for fixed size ar...Luqman Aden-0/+144
2014-07-29libsyntax: Don't ICE on macro invocation in count expr of fixed array type.Luqman Aden-0/+18
2014-07-29auto merge of #15989 : pcwalton/rust/borrowck-pattern-guards, r=pnkfelixbors-56/+68
2014-07-26Remove managed_box gate from testsBrian Anderson-213/+23
2014-07-27auto merge of #16006 : TeXitoi/rust/relicense-shootout-k-nucleotide, r=brsonbors-8/+38
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-12/+12
2014-07-26Relicense shootout-k-nucleotide.rsGuillaume Pinot-8/+38
2014-07-26auto merge of #15991 : pcwalton/rust/resolve-regions-in-trait-matching, r=ale...bors-0/+30
2014-07-26auto merge of #15987 : brson/rust/hidestdrt, r=alexcrichtonbors-0/+36
2014-07-25Add tests that the injected runtime is inaccessibleBrian Anderson-0/+36
2014-07-25librustc: Resolve regions and report errors in trait/impl methodPatrick Walton-0/+30
2014-07-25librustc: Disallow mutation and assignment in pattern guards, and modifyPatrick Walton-56/+68
2014-07-25auto merge of #15957 : pcwalton/rust/builtin-bound-impl-checking, r=huonw,pnk...bors-0/+23
2014-07-25librustc: Check built-in trait bounds on implementations when directPatrick Walton-0/+23
2014-07-25auto merge of #15961 : pcwalton/rust/fn-pointer-in-iterator, r=huonwbors-0/+92
2014-07-25auto merge of #15809 : pcwalton/rust/dedesugar-for, r=pnkfelixbors-6/+68
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-6/+68
2014-07-25auto merge of #15951 : edwardw/rust/issue-15896, r=alexcrichtonbors-0/+24
2014-07-24librustc: Make references to functions not have static lifetime.Patrick Walton-0/+92
2014-07-24auto merge of #15424 : TeXitoi/rust/relicense-shootout-threadring, r=brsonbors-8/+38
2014-07-25Fix #15896Edward Wang-0/+24
2014-07-24librustc: Check structure constructors against their types.Patrick Walton-0/+56
2014-07-24librustc: Make bare functions implement the `FnMut` trait.Patrick Walton-0/+37