about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-05-30Rollup merge of #33926 - jseyfried:fix_derive_span, r=nrcManish Goregaokar-0/+14
2016-05-28Rollup merge of #33852 - arielb1:autoderef-iterator, r=eddybManish Goregaokar-4/+25
2016-05-28Rollup merge of #33820 - jonathandturner:format_readability_updates, r=nikoma...Manish Goregaokar-48/+18
2016-05-28Add testJeffrey Seyfried-0/+14
2016-05-27Auto merge of #33706 - jseyfried:refactor_cfg, r=nrcbors-1/+7
2016-05-27Test that unconfigured macro-expanded macro invocations are not expanded.Jeffrey Seyfried-0/+3
2016-05-27Auto merge of #33900 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+242
2016-05-27Rollup merge of #33866 - GuillaumeGomez:err-codes, r=jonathandturnerGuillaume Gomez-0/+240
2016-05-27Rollup merge of #33753 - mmatyas:armtestfix, r=alexcrichtonGuillaume Gomez-0/+2
2016-05-27Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakisManish Goregaokar-13/+63
2016-05-27Test that a feature gated cfg variable in a `cfg_attr` on an unconfigured ite...Jeffrey Seyfried-1/+4
2016-05-26Auto merge of #33766 - jseyfried:cleanup_expansion, r=nrcbors-2/+5
2016-05-26Implement `..` in tuple (struct) patternsVadim Petrochenkov-13/+63
2016-05-25Auto merge of #33667 - pnkfelix:fixes-to-mir-dataflow, r=arielb1bors-0/+280
2016-05-25catch attempts to leak obligations out of snapshotsAriel Ben-Yehuda-2/+3
2016-05-25Auto merge of #33713 - LeoTestard:macro-rules-invalid-lhs, r=pnkfelixbors-1/+37
2016-05-25Add new error code testsggomez-0/+240
2016-05-25Auto merge of #33602 - eddyb:no-trans--check, r=michaelwoeristerbors-1/+1
2016-05-24Auto merge of #33615 - GuillaumeGomez:field_static_method, r=pnkfelixbors-2/+29
2016-05-25trans: move exported_symbol to Instance::symbol_name.Eduard Burtescu-1/+1
2016-05-24placate tidy in compile-fail test.Felix S. Klock II-1/+1
2016-05-25refactor autoderef to avoid registering obligationsAriel Ben-Yehuda-2/+22
2016-05-24Satisfy tidyJonathan Turner-0/+9
2016-05-24Move issue-26480 cfail to ui test. Fix #33763Jonathan Turner-48/+0
2016-05-24Rollup merge of #33781 - GuillaumeGomez:err-codes, r=steveklabnikGuillaume Gomez-0/+228
2016-05-24Make sure that macros that didn't pass LHS checking are not expanded.Leo Testard-1/+37
2016-05-24Fix asm-misplaced-option on ARM/AArch64Mátyás Mustoha-0/+2
2016-05-23Fix #33819 and update ui testJonathan Turner-0/+9
2016-05-23Auto merge of #33735 - jseyfried:concat_idents_in_ty_positions, r=nrcbors-3/+6
2016-05-23Don't suggest using fields in a static methodggomez-2/+29
2016-05-22Add new error code testsggomez-0/+228
2016-05-21Test diagnosticsJeffrey Seyfried-2/+5
2016-05-20Rollup merge of #33739 - GuillaumeGomez:error-code-tests, r=ManishearthGuillaume Gomez-0/+284
2016-05-20Rollup merge of #33683 - sanxiyn:paren-span, r=nikomatsakisGuillaume Gomez-3/+34
2016-05-20Rollup merge of #33676 - rkruppe:e0509-exact-words, r=sanxiynGuillaume Gomez-10/+12
2016-05-20markdown fix suggested during review.Felix S. Klock II-1/+1
2016-05-20Auto merge of #33553 - alexcrichton:cdylibs, r=brsonbors-0/+28
2016-05-19rustc: Add a new crate type, cdylibAlex Crichton-0/+28
2016-05-19Rollup merge of #33712 - jseyfried:fix_expanded_expr_span_bug, r=nrcManish Goregaokar-21/+23
2016-05-19Rollup merge of #33708 - nham:zero-elided-lifetimes, r=sanxiynManish Goregaokar-0/+35
2016-05-19Rollup merge of #33696 - nham:add-test-21225, r=luqmanaManish Goregaokar-0/+30
2016-05-19Add new error code testsggomez-0/+284
2016-05-19Allow `concat_idents!` in type positions as well as in expression positionsJeffrey Seyfried-3/+6
2016-05-19Reword the short diagnostic for E0509Robin Kruppe-10/+12
2016-05-19Auto merge of #33694 - arielb1:fuzzy-on-unimplemented, r=nikomatsakisbors-1/+58
2016-05-18Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakisbors-24/+29
2016-05-18Auto merge of #33686 - GuillaumeGomez:error-code-tests, r=steveklabnikbors-0/+121
2016-05-18address review commentsAriel Ben-Yehuda-2/+2
2016-05-18implement fuzzy matching in on_unimplementedAriel Ben-Yehuda-1/+58
2016-05-19Be smart about span of parenthesized expression in macroSeo Sanghyeon-0/+31