about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-07-30Auto merge of #43543 - petrochenkov:32330, r=nikomatsakisbors-43/+30
2017-07-29Auto merge of #43009 - GuillaumeGomez:unused-doc-comments, r=nrcbors-6/+18
2017-07-29Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lintVadim Petrochenkov-43/+30
2017-07-27Auto merge of #43438 - petrochenkov:path, r=jseyfriedbors-50/+6
2017-07-27Give span to angle bracketed generic argumentsVadim Petrochenkov-73/+0
2017-07-27Discern between `Path` and `Path<>` in ASTVadim Petrochenkov-4/+32
2017-07-27Simplify parsing of pathsVadim Petrochenkov-4/+5
2017-07-27Auto merge of #43443 - bitshifter:issue-43317, r=nikomatsakisbors-6/+67
2017-07-27Update testsGuillaume Gomez-22/+4
2017-07-27Make a lint insteadGuillaume Gomez-59/+16
2017-07-27Throw errors when doc comments are added where they're unusedGuillaume Gomez-1/+74
2017-07-26Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturonbors-15/+0
2017-07-26Rollup merge of #43465 - topecongiro:needs-test, r=Mark-SimulacrumMark Simulacrum-0/+43
2017-07-26Rollup merge of #43447 - estebank:import-span, r=nikomatsakisMark Simulacrum-25/+22
2017-07-25Point at path segment on module not foundEsteban Küber-25/+22
2017-07-25Stabilize the `compile_error_macro` featureAlex Crichton-15/+0
2017-07-25Auto merge of #43325 - ollie27:overflowing_literals, r=arielb1bors-2/+2
2017-07-25Add tests for issues with the E-needstest labeltopecongiro-0/+43
2017-07-24Apply packed and align restrictions to unions.Cameron Hart-7/+60
2017-07-23Better detection of repr packed and alignCameron Hart-2/+10
2017-07-20Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichtonbors-1/+20
2017-07-19Auto merge of #42859 - eddyb:const-size-and-align-of, r=nikomatsakisbors-0/+18
2017-07-19Implement const fn {size,align}_of.Eduard-Mihai Burtescu-0/+18
2017-07-19Auto merge of #43168 - pnkfelix:check-attr-gating, r=aturonbors-0/+1291
2017-07-19Fix overflowing_literals lint for large f32sOliver Middleton-2/+2
2017-07-18Make `late_bound_lifetime_arguments` lint warn-by-defaultVadim Petrochenkov-0/+1
2017-07-18Fix incorrect subst indexVadim Petrochenkov-11/+45
2017-07-18Detect implicitly defined late bound lifetime parameters as wellVadim Petrochenkov-29/+83
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