summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2015-05-16Make a test compatible with the beta channelBrian Anderson-2/+0
2015-05-14Rollup merge of #25398 - nham:E0066_E0069, r=huonwManish Goregaokar-2/+2
2015-05-14Auto merge of #25338 - tamird:unignore-stage-tests, r=alexcrichtonbors-8/+0
2015-05-13Add error explanations for E0066 and E0069.Nick Hamann-2/+2
2015-05-13Fix ICE that occurs when an associated const is ambiguous.Sean Patrick Santos-74/+106
2015-05-13Unignore some tests in stage1Tamir Duberstein-8/+0
2015-05-13Auto merge of #25344 - arielb1:fresh-float, r=nikomatsakisbors-0/+44
2015-05-13Auto merge of #25318 - nrc:for-expn, r=sfacklerbors-0/+37
2015-05-13RebasingNick Cameron-2/+2
2015-05-13Fix a bunch of bugsNick Cameron-9/+5
2015-05-13eddyb's changes for DST coercionsNick Cameron-23/+9
2015-05-12Create a FreshFloatTy separate from FreshIntTyAriel Ben-Yehuda-0/+44
2015-05-12Rollup merge of #25329 - jooert:tests, r=alexcrichtonManish Goregaokar-0/+25
2015-05-12Add regression test for #20413Johannes Oertel-0/+25
2015-05-12Auto merge of #24818 - tbelaire:double-import, r=nrcbors-0/+27
2015-05-12TestsNick Cameron-0/+37
2015-05-11Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnikbors-1/+1
2015-05-10Rollup merge of #25252 - inrustwetrust:crate-type-attribute, r=alexcrichtonManish Goregaokar-0/+14
2015-05-10Upgraded warning for invalid crate_type attribute syntax to an errorinrustwetrust-0/+14
2015-05-08Fallout to compile-fail tests.Felix S. Klock II-1/+13
2015-05-08Regression tests for Issue 25199 (dropck and `Box<Trait + 'a>`).Felix S. Klock II-0/+214
2015-05-07Auto merge of #25123 - arielb1:self-inhibiting-error, r=nikomatsakisbors-2/+22
2015-05-07Auto merge of #25161 - jooert:moretests, r=alexcrichtonbors-0/+71
2015-05-07fix testAriel Ben-Yehuda-2/+1
2015-05-07Rollup merge of #24966 - ruud-v-a:explain, r=pnkfelixSteve Klabnik-26/+30
2015-05-06Auto merge of #24392 - seanmonstar:lint-transmute-mut, r=alexcrichtonbors-0/+20
2015-05-07Add regression test for #22037Johannes Oertel-0/+27
2015-05-07Add regression test for #21701Johannes Oertel-0/+25
2015-05-06Add regression test for #21177Johannes Oertel-0/+19
2015-05-06Fix #25076Ariel Ben-Yehuda-0/+21
2015-05-05lint: deny transmuting from immutable to mutable, since it's undefined behaviorSean McArthur-0/+20
2015-05-06test: Update expected compile-fail message for E0282Ruud van Asseldonk-26/+30
2015-05-05Add regression tests for #21174Johannes Oertel-0/+21
2015-05-05Add regression test for #20862Johannes Oertel-0/+23
2015-05-05Add regression test for #20105Johannes Oertel-0/+17
2015-05-05Auto merge of #25113 - pnkfelix:dropck-itemless-traits, r=huonwbors-0/+110
2015-05-04Auto merge of #25056 - jooert:sometests, r=alexcrichtonbors-0/+121
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-1/+1
2015-05-03Auto merge of #24737 - P1start:dst-cell, r=alexcrichtonbors-4/+0
2015-05-02Auto merge of #25038 - bluss:fat-pointer-cast, r=luqmanabors-8/+20
2015-05-02Add regression test for #19380Johannes Oertel-0/+28
2015-05-02Add regression test for #19163Johannes Oertel-0/+21
2015-05-02Add regression test for #19109Johannes Oertel-0/+22
2015-05-02Add regression test for #17959Johannes Oertel-0/+31
2015-05-02Add regression test for #12511Johannes Oertel-0/+19
2015-05-02Auto merge of #24980 - jooert:test-22468, r=pnkfelixbors-0/+19
2015-05-02typeck: Make sure casts to or from fat pointers are illegalUlrik Sverdrup-8/+20
2015-05-02Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTsP1start-4/+0
2015-05-01Fixed some nitsTheo Belaire-1/+3
2015-05-01Remove ManagedSimonas Kazlauskas-2/+5