about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-06-05Auto merge of #42383 - estebank:candidate-newline, r=arielb1bors-239/+1
2017-06-04Separate suggestion in a `help` and a `note`Esteban Küber-0/+1
2017-06-04Auto merge of #42265 - Zoxc:for-sugar, r=eddybbors-1/+18
2017-06-03Auto merge of #42391 - photoszzt:master, r=Manishearthbors-15/+18
2017-06-03Auto merge of #42387 - GuillaumeGomez:error-codes-next, r=Susurrusbors-0/+17
2017-06-03Auto merge of #42334 - est31:master, r=jseyfriedbors-14/+52
2017-06-03Auto merge of #42396 - venkatagiri:remove_lifetime_extn, r=arielb1bors-3/+1
2017-06-02Better suggestion for unknown methodzzhu-15/+18
2017-06-02rustc: remove temporary lifetime extension by borrow hintVenkata Giri Reddy-3/+1
2017-06-02Add E0603 error codeGuillaume Gomez-0/+17
2017-06-02Use multiline note for trait suggestionEsteban Küber-239/+0
2017-06-01remove `layout_cache` and fix `-Z print-type-sizes`Niko Matsakis-20/+0
2017-06-01Change for-loop desugar to not borrow the iterator during the loopJohn Kåre Alsaker-1/+18
2017-06-01Rollup merge of #42324 - seanmonstar:41323-compare_const_impl, r=nikomatsakisCorey Farwell-0/+57
2017-05-31Fix a test and address review commentest31-0/+2
2017-05-31Extend the unused macro lint to macros 2.0est31-14/+50
2017-05-30associated_consts: check trait obligations and regionck for associated constsSean McArthur-0/+57
2017-05-30Turn `invalid_type_param_default` into a lint againVadim Petrochenkov-0/+5
2017-05-30Turn public reexporting of private extern crates into a lint againVadim Petrochenkov-0/+4
2017-05-30Turn sufficiently old compatibility lints into hard errorsVadim Petrochenkov-52/+56
2017-05-30Auto merge of #42282 - Mark-Simulacrum:issue-40342, r=arielb1bors-2/+8
2017-05-29Auto merge of #42264 - GuillaumeGomez:new-error-codes, r=Susurrusbors-0/+46
2017-05-29Auto merge of #41856 - qnighy:prohibit-parenthesized-params-in-more-types, r=...bors-1/+102
2017-05-29Auto merge of #42262 - Mark-Simulacrum:issue-40350, r=eddybbors-0/+24
2017-05-28Don't warn on lifetime generic no_mangle functions.Mark Simulacrum-2/+8
2017-05-27Rollup merge of #42249 - Mark-Simulacrum:issue-40244, r=eddybMark Simulacrum-5/+9
2017-05-27Rollup merge of #42217 - venkatagiri:issue_39974, r=Mark-SimulacrumMark Simulacrum-0/+21
2017-05-27Rollup merge of #42207 - Nashenas88:remove_fragment_info, r=eddybMark Simulacrum-529/+0
2017-05-27Auto merge of #42162 - est31:closure-to-fn-coercion, r=aturonbors-47/+0
2017-05-27Add invalid unary operator usage error codeGuillaume Gomez-0/+13
2017-05-27Fix ICE on inner enum in missing docs lint.Mark Simulacrum-0/+24
2017-05-27Add new error codesGuillaume Gomez-0/+33
2017-05-27Allow variadic functions with cdecl calling convention.Mark Simulacrum-5/+9
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-29/+21
2017-05-26Rollup merge of #42230 - venkatagiri:ice_regression_tests, r=Mark-SimulacrumCorey Farwell-0/+129
2017-05-26Rollup merge of #42216 - charliesome:associate-type-typo, r=petrochenkovCorey Farwell-3/+3
2017-05-26Add warning cycle #42238.Masaki Hara-3/+35
2017-05-26Auto merge of #42083 - petrochenkov:safeassign, r=nikomatsakisbors-7/+38
2017-05-26Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakisbors-0/+8
2017-05-25regression test for #37550Venkata Giri Reddy-0/+18
2017-05-25regression test for #37665Venkata Giri Reddy-0/+20
2017-05-25Auto merge of #40847 - jseyfried:decl_macro, r=nrcbors-0/+193
2017-05-25regression test for #38160Venkata Giri Reddy-0/+31
2017-05-25regression test for #39362Venkata Giri Reddy-0/+28
2017-05-25regression test for #38954Venkata Giri Reddy-0/+16
2017-05-25regression test for #36379Venkata Giri Reddy-0/+16
2017-05-25regression test for #39974Venkata Giri Reddy-0/+21
2017-05-25Remove irrelevant tests and unused testing attributePaul Faria-529/+0
2017-05-25Stabilize non capturing closure to fn coercionest31-47/+0
2017-05-25Use parameter environment associated with field use, not field definitionVadim Petrochenkov-2/+1