about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-08-02Add regression test for #40510Daan Sprenkels-0/+23
2017-08-01Added tests for bugs fixed.Isaac van Bakel-0/+14
2017-08-01Auto merge of #43552 - petrochenkov:instab, r=jseyfriedbors-67/+0
2017-07-31limit and delimit available fields in noteZack M. Davis-7/+7
2017-07-30Auto merge of #43543 - petrochenkov:32330, r=nikomatsakisbors-43/+30
2017-07-30resolve: Fix instability in import suggestionsVadim Petrochenkov-67/+0
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-28Fix testsJohn Kåre Alsaker-4/+2
2017-07-28change how we report `err_out_of_scope` borrowck errorsNiko Matsakis-188/+0
2017-07-28Convert to spacesJohn Kåre Alsaker-8/+8
2017-07-28Remove support for `gen arg`Alex Crichton-12/+5
2017-07-28fix yields-in-args test and add a reverse oneNiko Matsakis-4/+28
2017-07-28add some tests of yielding with outstanding borrowsNiko Matsakis-0/+144
2017-07-28Convert tabs to spacesAlex Crichton-4/+4
2017-07-28Add a testJohn Kåre Alsaker-0/+20
2017-07-28Use FIXME instead of TODOJohn Kåre Alsaker-1/+1
2017-07-28Ensure upvars are dropped when generators have never been resumedJohn Kåre Alsaker-1/+1
2017-07-28Make yield and gen arg outside generator literals an error and update testsJohn Kåre Alsaker-8/+30
2017-07-28Add some generator pass/fail testsAlex Crichton-0/+66
2017-07-28Added some testsJohn Kåre Alsaker-15/+14
2017-07-28Fix tidy warningsAlex Crichton-9/+9
2017-07-28Generator literal supportJohn Kåre Alsaker-0/+55
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 return type always when type mismatch against itEsteban Küber-7/+5
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-23field does not exist error: note fields if Levenshtein suggestion failsZack M. Davis-4/+11
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