about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-07-18Prohibit lifetime arguments in path segments with late bound lifetime parametersVadim Petrochenkov-15/+128
2017-07-18Support generic lifetime arguments in method callsVadim Petrochenkov-38/+38
2017-07-17Move resolve diagnostic instability to compile-failOliver Schneider-0/+67
2017-07-17Move some tests from compile-fail to uiOliver Schneider-129/+0
2017-07-16Fix checking for missing stability annotationsVadim Petrochenkov-1/+20
2017-07-12Rollup merge of #43000 - estebank:on-unimplemented-path, r=arielb1Mark Simulacrum-209/+0
2017-07-11Slew of feature gating tests for issue #43106.Felix S. Klock II-0/+1291
2017-07-11Auto merge of #42913 - kennytm:fix-40569-ident-without-backtrack, r=jseyfriedbors-2/+2
2017-07-10Auto merge of #43028 - michaelwoerister:dedup-dep-nodes, r=nikomatsakisbors-23/+35
2017-07-10Auto merge of #43109 - pnkfelix:fix-link_args-gate, r=nikomatsakisbors-4/+14
2017-07-10Fix feature gate for `#[link_args(..)]` attribute so that it will fireFelix S. Klock II-4/+14
2017-07-10Split DepNode::ItemSignature into non-overlapping variants.Michael Woerister-23/+35
2017-07-10Store all generic arguments for method calls in ASTVadim Petrochenkov-0/+13
2017-07-08Auto merge of #43097 - PlasmaPower:large-align, r=eddybbors-1/+1
2017-07-08Auto merge of #42996 - Boreeas:merge-e0609-e0612, r=GuillaumeGomezbors-18/+6
2017-07-08Lower alignment limit down to 2^31 - 1 (from LLVM)Lee Bousfield-1/+1
2017-07-08Raised alignment limit from 2^15 to 2^31Lee Bousfield-1/+1
2017-07-08Remove unused Add bounds in iterator for ranges impls.Simon Sapin-1/+0
2017-07-08Auto merge of #42894 - petrochenkov:deny, r=nikomatsakisbors-57/+18
2017-07-08Make `patterns_in_fns_without_body` warn-by-default againVadim Petrochenkov-0/+2
2017-07-08Move public reexports of private extern crates into a separate lintVadim Petrochenkov-1/+0
2017-07-08Make sufficiently old or low-impact compatibility lints deny-by-defaultVadim Petrochenkov-48/+8
2017-07-08Remove more anonymous trait method parametersVadim Petrochenkov-10/+10
2017-07-07Auto merge of #42840 - arielb1:poison-smoke-and-mirrors, r=nikomatsakisbors-0/+60
2017-07-07Fold E0613 into E0609boreeas-18/+6
2017-07-07Auto merge of #42809 - seanmonstar:stable-associated-consts, r=nikomatsakisbors-53/+0
2017-07-07use the evaluation cache instead of the global fulfillment cacheAriel Ben-Yehuda-0/+60
2017-07-07Only match a fragment specifier the if it starts with certain tokens.kennytm-2/+2
2017-07-07Address review commentspetrochenkov-6/+6
2017-07-06Check adjustments and node substsVadim Petrochenkov-7/+70
2017-07-06Check types for privacyVadim Petrochenkov-0/+372
2017-07-06remove associated_consts feature gateSean McArthur-53/+0
2017-07-06Disallow `$($v:vis)*`. Fix #42755.kennytm-0/+17
2017-07-06Auto merge of #42727 - alexcrichton:allocators-new, r=eddybbors-191/+94
2017-07-05`rustc_on_unimplemented` supports referring to traitEsteban Küber-209/+0
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-191/+94
2017-07-05Merge remote-tracking branch 'origin/master' into proc_macro_apiAlex Crichton-272/+327
2017-06-30Auto merge of #42995 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-1/+30
2017-06-30Rollup merge of #42957 - GuillaumeGomez:add-e0619, r=nikomatsakisGuillaume Gomez-1/+2
2017-06-30Rollup merge of #42669 - gaurikholkar:master, r=nikomatsakisGuillaume Gomez-0/+28
2017-06-30Fix error codes mixupGuillaume Gomez-6/+25
2017-06-30Add E0619 error explanationGuillaume Gomez-24/+6
2017-06-30Auto merge of #42969 - arielb1:struct-err, r=eddybbors-0/+18
2017-06-30rename compile-fail testgaurikholkar-0/+0
2017-06-30move ERROR lineNiko Matsakis-2/+2
2017-06-29Auto merge of #42902 - petrochenkov:keydcrate, r=jseyfriedbors-0/+68
2017-06-29tweak comments in E0495.rsNiko Matsakis-1/+6
2017-06-29adding compile-fail testgaurikholkar-0/+23
2017-06-29mem_categorization: handle type-based paths in variant patternsAriel Ben-Yehuda-0/+18
2017-06-29Auto merge of #42527 - qnighy:unsized-tuple-coercions, r=arielb1bors-0/+134