about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-01-25Shorten a filename for MSVCAlex Crichton-2/+2
2018-01-25Rollup merge of #47696 - Zoxc:variance-rg, r=nikomatsakisAlex Crichton-1/+1
2018-01-25Rollup merge of #47600 - varkor:empty-never-array, r=eddybAlex Crichton-0/+27
2018-01-25Rollup merge of #47529 - nikomatsakis:impl-trait-issue-38064, r=cramertjAlex Crichton-0/+39
2018-01-25Rollup merge of #47691 - estebank:unknown-lang-item-sp, r=rkruppeGuillaume Gomez-1/+2
2018-01-25Auto merge of #47006 - bitshifter:stabilize-repr-align, r=eddybbors-6/+0
2018-01-24Make use of the implemented red/green algorithm for varianceJohn Kåre Alsaker-1/+1
2018-01-23Point at unknown lang item attributeEsteban Küber-1/+2
2018-01-23Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakisbors-0/+14
2018-01-23Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakiskennytm-2/+2
2018-01-23Rollup merge of #47425 - EdSchouten:immutable-tls, r=nikomatsakiskennytm-0/+21
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-0/+14
2018-01-22Fix test reduxEsteban Küber-7/+14
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-6/+0
2018-01-22Auto merge of #47158 - rkruppe:repr-transparent, r=eddybbors-1/+146
2018-01-22Auto merge of #47144 - estebank:moved-closure-arg, r=nikomatsakisbors-185/+0
2018-01-21Rollup merge of #47512 - GuillaumeGomez:e0659, r=petrochenkovGuillaume Gomez-0/+26
2018-01-21Auto merge of #47116 - estebank:non-accessible-ctor, r=petrochenkovbors-5/+9
2018-01-20Add testing coverage for assigning to immutable thread-locals.Ed Schouten-0/+21
2018-01-19Fix tidy errorvarkor-1/+2
2018-01-19Fix type inhabitedness check for arraysvarkor-0/+26
2018-01-18Change the --unpretty flag to -Z unprettyMark Mansi-2/+2
2018-01-18in which the unused-parens lint comes to cover function and method argsZack M. Davis-5/+7
2018-01-18Add E0659 for ambiguous namesGuillaume Gomez-0/+26
2018-01-17track recursion limit when expanding existential impl traitNiko Matsakis-0/+39
2018-01-16Implement repr(transparent)Robin Kruppe-1/+146
2018-01-15Further tweaks to the outputEsteban Küber-5/+9
2018-01-15Move diagnostic logic to its own moduleEsteban Küber-191/+0
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-2/+2
2018-01-15Reexport -> re-export in error messagesCarol (Nichols || Goulding)-23/+25
2018-01-15Auto merge of #47413 - GuillaumeGomez:unstable-error-code, r=estebankbors-0/+13
2018-01-15Handle case of moving into vec with uninferred lifetimeEsteban Küber-1/+4
2018-01-15Generalize cases where specific move error ocurrsEsteban Küber-7/+10
2018-01-15Custom error when moving arg outside of its closureEsteban Küber-1/+1
2018-01-15Rollup merge of #47372 - topecongiro:issue-43925, r=alexcrichtonkennytm-0/+30
2018-01-15Add error code for unstable feature errorsGuillaume Gomez-0/+13
2018-01-15Auto merge of #47329 - davidtwco:issue-46983, r=nikomatsakisbors-12/+12
2018-01-14syntax: Disambiguate generics and qualified pathsVadim Petrochenkov-2/+2
2018-01-14syntax: Rewrite parsing of implsVadim Petrochenkov-7/+89
2018-01-14Auto merge of #47261 - estebank:immutable-arg, r=petrochenkovbors-3/+3
2018-01-13Address review.leonardo.yvens-3/+3
2018-01-13Remove wfcheck for auto traits, remove dead error codesleonardo.yvens-9/+5
2018-01-13Adjust tests for removal of `impl Foo for .. {}`leonardo.yvens-123/+20
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-19/+0
2018-01-13Auto merge of #47242 - estebank:issue-15980, r=petrochenkovbors-1/+1
2018-01-13Rollup merge of #47382 - topecongiro:issue-43105, r=eddybkennytm-0/+21
2018-01-13Rollup merge of #47344 - topecongiro:fixed-ices, r=alexcrichtonkennytm-0/+16
2018-01-13Rollup merge of #47306 - alexreg:dataflow-analysis, r=eddybkennytm-0/+10
2018-01-13Rollup merge of #47298 - cramertj:path-as-modrs, r=nikomatsakiskennytm-16/+0
2018-01-12Avoid panicking when invalid argument is passed to cfg(..)Seiichi Uchida-0/+30