summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-09-29rollup merge of #17613 : bkoropoff/issue-17593Alex Crichton-1/+3
2014-09-29rollup merge of #17598 : bkoropoff/issue-17441Alex Crichton-0/+24
2014-09-29rollup merge of #17592 : kmcallister/inline-asm-locAlex Crichton-0/+37
2014-09-29rollup merge of #17586 : Sawyer47/test-16465Alex Crichton-0/+24
2014-09-29rollup merge of #17576 : kmcallister/hide-quotesAlex Crichton-0/+17
2014-09-29rollup merge of #17531 : tomjakubowski/rustdoc-where-clausesAlex Crichton-0/+55
2014-09-29rollup merge of #17519 : pcwalton/unboxed-closure-move-syntaxAlex Crichton-18/+19
2014-09-29rustdoc: Render where clauses as appropriateTom Jakubowski-0/+55
2014-09-29rustc: Fix permission denied error in 'ar' when lto is enabledRicardo M. Correia-0/+36
2014-09-29auto merge of #17409 : farcaller/rust/patch-1, r=huonwbors-0/+2
2014-09-29Fixed quote_method!() implementationVladimir Pouzanov-0/+2
2014-09-29auto merge of #17321 : apoelstra/rust/error-on-unknown-impl, r=alexcrichtonbors-2/+92
2014-09-29auto merge of #17533 : michaelwoerister/rust/function-call-locs, r=luqmanabors-2/+2
2014-09-28Add regression test for issue #17441Brian Koropoff-0/+24
2014-09-29Test for `..` in range patternsNick Cameron-0/+16
2014-09-28Correctly populate trait impl map when checking for impl overlapsBrian Koropoff-1/+3
2014-09-28Cleanup error messages for anonymous impl for types not declared in the curre...Andrew Poelstra-2/+92
2014-09-28auto merge of #17527 : sfackler/rust/cfg-syntax, r=alexcrichtonbors-29/+28
2014-09-27Convert cfg syntax to new systemSteven Fackler-29/+28
2014-09-27auto merge of #17523 : TeXitoi/rust/relicense-shootout-fasta-redux, r=brsonbors-8/+38
2014-09-27auto merge of #17517 : pczarn/rust/hashmap-lifetimes, r=alexcrichtonbors-0/+37
2014-09-27Translate inline assembly errors back to source locationsKeegan McAllister-0/+37
2014-09-27Add test for #16465Piotr Jawniak-0/+24
2014-09-27auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichtonbors-1/+60
2014-09-26Hide the quote_*! macros when the feature gate is offKeegan McAllister-0/+17
2014-09-26librustc: Give trait methods accessible via fewer autoderefs priorityPatrick Walton-3/+37
2014-09-26Add test for #13259. Closes #13259 and #14742Brian Anderson-0/+28
2014-09-26Disable runtime split stack support on WindowsBrian Anderson-2/+8
2014-09-26librustc: Eliminate the `ref` syntax for unboxed closure capture clausesPatrick Walton-18/+19
2014-09-25Fix various places that were affected by adding core as dep of libcNiko Matsakis-1/+3
2014-09-25debuginfo: Make sure that all calls to drop glue are associated with debug lo...Michael Woerister-2/+2
2014-09-25Move checking of whether fields are Sized or not into wf / trait code.Niko Matsakis-7/+6
2014-09-25Move checks for closure bounds out of kind.rsNiko Matsakis-6/+7
2014-09-25Move unsafe destructor check from kind.rs into wf.rsNiko Matsakis-1/+21
2014-09-25Integrate builtin bounds fully into the trait checkerNiko Matsakis-25/+28
2014-09-25auto merge of #17492 : alexcrichton/rust/issue-16274, r=aturonbors-0/+86
2014-09-25auto merge of #17428 : fhahn/rust/issue-16114-rename-begin-unwind-2, r=alexcr...bors-3/+3
2014-09-25Rename `fail_` lang item to `fail`, closes #16114Florian Hahn-2/+2
2014-09-25Relicense shootout-fasta-redux.rs to the shootout license.Guillaume Pinot-8/+38
2014-09-24Rename `begin_unwind` lang item to `fail_fmt`, refs #16114Florian Hahn-1/+1
2014-09-24Use more descriptive names in dead code messagesJakub Wieczorek-24/+24
2014-09-24Add detection of unused enum variantsJakub Wieczorek-3/+48
2014-09-24Fix free lifetime vars in HashMap's iteratorsPiotr Czarnecki-0/+37
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-1/+5
2014-09-23Add a cfg_attr syntax extensionSteven Fackler-0/+55
2014-09-23rustdoc: Don't try to inline the crate rootAlex Crichton-1/+52
2014-09-23rustdoc: Prevent infinite recursion when inliningAlex Crichton-0/+35
2014-09-23auto merge of #17413 : jakub-/rust/issue-17385, r=pcwaltonbors-0/+39
2014-09-23auto merge of #17028 : pcwalton/rust/higher-rank-trait-lifetimes, r=pnkfelixbors-0/+2
2014-09-23Add deallocate calls to the realloc-16687.rs test.Felix S. Klock II-4/+17