summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-08-10Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus...Erick Tryzelaar-1/+9
2013-08-09auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=ericktbors-21/+0
2013-08-09Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-11/+71
2013-08-09auto merge of #8387 : brson/rust/nooldrt, r=brsonbors-35/+0
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-35/+0
2013-08-09Add parse-error recovery for erroneous `struct_id { }` form.Felix S. Klock II-1/+73
2013-08-09auto merge of #8362 : sfackler/rust/env, r=alexcrichtonbors-11/+71
2013-08-08Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-7/+158
2013-08-08Allow attributes to appear as macro argumentsNiko Matsakis-0/+40
2013-08-08auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichtonbors-7/+28
2013-08-08env! syntax extension changesSteven Fackler-11/+71
2013-08-07Fix falloutCorey Richardson-7/+7
2013-08-07Fix unit structs in cross-crate situtationsAlex Crichton-0/+21
2013-08-07Add initial support for a new formatting syntaxAlex Crichton-0/+130
2013-08-07Fix incorrect non-exhaustive matching for fixed length vecsStepan Koltsov-14/+30
2013-08-07Enable privacy check for enum methods.Michael Woerister-1/+9
2013-08-06Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-2/+2
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-2/+2
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-6/+6
2013-08-04std: remove str::NullTerminatedStrErick Tryzelaar-21/+0
2013-08-03auto merge of #8264 : thestinger/rust/snapshot, r=Aatchbors-6/+6
2013-08-03remove obsolete `foreach` keywordDaniel Micay-6/+6
2013-08-03auto merge of #8223 : davidhalperin/rust/master, r=Aatchbors-0/+24
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-104/+0
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-1/+1
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-0/+3
2013-08-02Add backticks around trait name in conflicting implementations error messageDavid Halperin-1/+1
2013-08-02Add trait name to conflicting implementation error messageDavid Halperin-0/+24
2013-08-02replace `range` with an external iteratorDaniel Micay-39/+6
2013-08-01rustc: add a lint for `for`, suggesting `foreach` or `do`.Huon Wilson-0/+20
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-17/+3
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-6/+6
2013-08-01rc: from_{owned,const} -> from_{send,freeze}Daniel Micay-1/+1
2013-07-31rm ancient error for lowercase kindsDaniel Micay-12/+0
2013-07-30std: Remove get_task function. UnusedBrian Anderson-3/+3
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-4/+4
2013-07-28Add support for `..base` on static struct initializers.Kevin Mehall-0/+22
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-16/+16
2013-07-27auto merge of #8060 : Blei/rust/fix-obsolete-extern-visibility-span, r=pcwaltonbors-0/+10
2013-07-26Improve the camel case warning a bit.Michael Sullivan-6/+6
2013-07-26syntax: fix span for obsolete extern visibility errorPhilipp Brüschweiler-0/+10
2013-07-25auto merge of #8030 : thestinger/rust/iterator, r=huonwbors-7/+0
2013-07-25auto merge of #8029 : emillon/rust/issue-6804, r=cmrbors-0/+21
2013-07-25NaN patterns: indicate that is_NaN is a methodEtienne Millon-2/+2
2013-07-25Move/delete old tests that change behaviorKevin Murphy-34/+0
2013-07-24rm default method lintDaniel Micay-7/+0
2013-07-24Generalize NaN pattern detection using walk_patEtienne Millon-0/+5
2013-07-24Check for comparisons to NaN in patternsEtienne Millon-0/+16
2013-07-24rc: Use ~T for allocationblake2-ppc-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-7/+7