about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+2
2013-08-19Issue #3678: Remove wrappers and call foreign functions directlyNiko Matsakis-5/+5
2013-08-18auto merge of #8556 : sfackler/rust/quote, r=alexcrichtonbors-5/+5
2013-08-18auto merge of #8561 : kballard/rust/do-block-internal-err-msg, r=thestingerbors-41/+0
2013-08-18quote_*! macros take an ExtCtxSteven Fackler-5/+5
2013-08-18auto merge of #8551 : huonw/rust/speling, r=alexcrichtonbors-2/+2
2013-08-17auto merge of #8547 : kballard/rust/trait-parse-err-msg, r=alexcrichtonbors-0/+13
2013-08-16Remove obsolete error message regarding do-blocks with internal itersKevin Ballard-41/+0
2013-08-16auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichtonbors-1/+23
2013-08-16doc: convert remaining uses of core:: to std::.Huon Wilson-2/+2
2013-08-16syntax: add a local_data_key macro that creates a key for access to the TLS.Huon Wilson-1/+23
2013-08-15Fix error message when trait method ends with wrong tokenKevin Ballard-0/+13
2013-08-15auto merge of #8485 : alexcrichton/rust/add-tests, r=catamorphismbors-0/+59
2013-08-15auto merge of #8483 : luqmana/rust/rexprs, r=catamorphismbors-0/+15
2013-08-14rustc: Eliminate a derived error in check::_matchTim Chevalier-2/+29
2013-08-13auto merge of #8477 : catamorphism/rust/issue-4096, r=msullivanbors-0/+22
2013-08-13Add a bunch of tests for closed issuesAlex Crichton-0/+59
2013-08-13Add test for repeat expr in statics.Luqman Aden-0/+15
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-7/+49
2013-08-12rustc: Give a hint when a static method call has fewer than expected type par...Tim Chevalier-0/+22
2013-08-12auto merge of #8418 : pnkfelix/rust/fsk-issue3192-improve-parse-error-for-emp...bors-1/+73
2013-08-11tests: Add new tests for borrowck/objects and update some existing testsNiko Matsakis-2/+178
2013-08-10Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats...Erick Tryzelaar-0/+40
2013-08-10Merge branch 'vec-exh' of https://github.com/stepancheg/rust into rollupErick Tryzelaar-14/+30
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