about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
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
2015-10-08Added tests illustrating when and when not to use the UGEH attribute w.r.t. t...Felix S. Klock II-0/+51
2015-10-08Added tests illustrating when and when not to use the UGEH attribute w.r.t. a...Felix S. Klock II-0/+48
2015-10-08Added tests illustrating when and when not to use the UGEH attribute w.r.t. a...Felix S. Klock II-0/+50
2015-10-08Auto merge of #28863 - nagisa:test-16403, r=alexcrichtonbors-0/+23
2015-10-07Auto merge of #28873 - dotdash:28339, r=nikomatsakisbors-1/+1
2015-10-07Fix reborrows of &mut pointersBjörn Steinbrink-1/+1
2015-10-07Add a test for #16403Simonas Kazlauskas-0/+23
2015-10-07Auto merge of #28841 - jld:const-slice-ice, r=Aatchbors-0/+16
2015-10-06Replace multiple trailing newlines with a single trailing newlineCarlos Liam-1/+0
2015-10-06review comment: use RFC example for compile-fail/issue28498-reject-ex1.rsFelix S. Klock II-44/+18
2015-10-06shorten URLs to placate `make tidy`.Felix S. Klock II-1/+2
2015-10-06compile-fail tests.Felix S. Klock II-0/+113
2015-10-06Auto merge of #28779 - alexcrichton:ffi-isize-usize, r=nrcbors-28/+8
2015-10-04Fix LLVM assertion on out-of-bounds const slice index.Jed Davis-0/+16
2015-10-03Auto merge of #28669 - arielb1:well-formed-methods, r=nikomatsakisbors-0/+184
2015-10-03Implement original version of RFC#1245John Hodge-0/+24
2015-10-03use the correct subtyping order in a testAriel Ben-Yehuda-8/+35
2015-10-03Auto merge of #28672 - sanxiyn:const-eval-span, r=alexcrichtonbors-0/+24
2015-10-02fix falloutAriel Ben-Yehuda-0/+3
2015-10-02ensure that the types of methods are well-formedAriel Ben-Yehuda-0/+154