summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2015-10-28The `source_did` may not be local, so don't unwrap theNiko Matsakis-0/+26
2015-10-27Auto merge of #28833 - jryans:borrowck-linear-errors, r=pnkfelixbors-0/+28
2015-10-27Auto merge of #26421 - nham:fix_21546, r=pnkfelixbors-0/+65
2015-10-27Auto merge of #26848 - oli-obk:const_fn_const_eval, r=pnkfelixbors-2/+20
2015-10-27Auto merge of #29327 - sanxiyn:argument, r=nrcbors-2/+45
2015-10-27Auto merge of #29325 - alexcrichton:revert-trait-accessibility, r=nrcbors-0/+28
2015-10-26Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=ni...bors-1/+1
2015-10-26test: Add regression test for "source trait is private"Alex Crichton-0/+52
2015-10-26Revert "Add UFCS privacy test."Alex Crichton-24/+0
2015-10-27Distinguish argument from local variableSeo Sanghyeon-2/+45
2015-10-25Auto merge of #29284 - apasel422:tests, r=alexcrichtonbors-0/+59
2015-10-25Add testsAndrew Paseltiner-0/+59
2015-10-25Auto merge of #29273 - Manishearth:regression, r=alexcrichtonbors-0/+17
2015-10-25Switch to 'const unsafe fn' ordering (rust-lang/rust#29107)John Hodge-1/+1
2015-10-24Add regression test for #26886Manish Goregaokar-0/+17
2015-10-24object_safety: check whether a supertrait contains Self even without being itAriel Ben-Yehuda-0/+33
2015-10-23Auto merge of #29243 - skeleten:issue-29184, r=alexcrichtonbors-0/+13
2015-10-23Add error message for using `typeof` instead of an ICE.skeleten-0/+13
2015-10-22Warn when creating a module and a struct that both have the same name.Nick Hamann-0/+65
2015-10-21don't revisit modules while finding traits in suggestAriel Ben-Yehuda-0/+17
2015-10-19allow constant evaluation of function callsOliver Schneider-2/+20
2015-10-18Auto merge of #28845 - oli-obk:rfc1229, r=pnkfelixbors-22/+58
2015-10-17Auto merge of #28933 - fhahn:issue-28837-partialeq-note, r=alexcrichtonbors-0/+60
2015-10-17Auto merge of #29110 - apasel422:shared, r=alexcrichtonbors-0/+34
2015-10-16Add `Shared` pointer and have `{Arc, Rc}` use itAndrew Paseltiner-0/+34
2015-10-16Auto merge of #29014 - petrochenkov:stability, r=brsonbors-39/+61
2015-10-16Auto merge of #28957 - GuillaumeGomez:patch-5, r=Manishearthbors-9/+9
2015-10-16Change error message in rustbookGuillaume Gomez-4/+4
2015-10-15Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelixbors-88/+0
2015-10-14Auto merge of #28827 - thepowersgang:unsafe-const-fn-2, r=Aatchbors-0/+24
2015-10-13implement RFC 1229Oliver Schneider-22/+58
2015-10-13Some additional testsVadim Petrochenkov-0/+25
2015-10-13Test and gate empty structures and variants betterVadim Petrochenkov-18/+218
2015-10-13Unify structures and enum variants in ASTVadim Petrochenkov-4/+4
2015-10-13Update test error compilation message for E0512Guillaume Gomez-5/+5
2015-10-13Reword note about missing trait implementationFlorian Hahn-16/+16
2015-10-13Refactor attr::StabilityVadim Petrochenkov-39/+36
2015-10-12Add notes for all potentially missing std::ops traitsFlorian Hahn-10/+50
2015-10-12Remove the push_unsafe! and pop_unsafe! macros.Nick Cameron-88/+0
2015-10-11Auto merge of #28948 - steveklabnik:gh28944, r=alexcrichtonbors-2/+2
2015-10-10Diagnostic change: crate features -> crate rootSteve Klabnik-2/+2
2015-10-10Auto merge of #28932 - barosl:empty-comment, r=alexcrichtonbors-0/+17
2015-10-10Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1bors-0/+236
2015-10-09Add notes for missing PartialEq and PartialOrd, closes #28837Florian Hahn-0/+20
2015-10-10Prevent `/**/` from being parsed as a doc commentBarosl Lee-0/+17
2015-10-09revise cfail test, removing ugeh attribute that was erroneously cut-and-paste...Felix S. Klock II-1/+0
2015-10-09Auto merge of #28857 - nrc:lowering, r=nikomatsakisbors-11/+53
2015-10-09review commentsNick Cameron-0/+51
2015-10-09hygiene for `for` loops, `if let`, `while let`Nick Cameron-25/+16
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-12/+12