about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-11-03auto trait future compatibility lintleonardo.yvens-0/+36
2017-11-03Add tests for `auto trait`, fix parsing bugleonardo.yvens-0/+32
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-6/+6
2017-11-02fallback to provided signature in the event of a type errorNiko Matsakis-4/+4
2017-11-02new rules for merging expected/supplied types in closure signaturesNiko Matsakis-0/+322
2017-11-02Auto merge of #45409 - tamird:suggest-match-default-bindings, r=nikomatsakisbors-11/+16
2017-11-02rustc: add item name to deprecated lint warningKevin Butler-222/+291
2017-11-02add TerminatorKind::FalseEdges and use it in matchesMikhail Modin-0/+42
2017-11-01Auto merge of #45538 - nikomatsakis:nll-liveness, r=pnkfelixbors-0/+194
2017-10-31WIP patch `compile-fail/nll/region-ends-after-if-condition.rs`Niko Matsakis-2/+16
2017-10-31connect MIR borrowck with NLLNiko Matsakis-0/+180
2017-10-31rustc_typeck: use subtyping on the LHS of binops.Eduard-Mihai Burtescu-1/+1
2017-10-30typeck: suggest use of match_default_bindings featureTamir Duberstein-11/+16
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-4/+4
2017-10-28Auto merge of #45489 - oli-obk:json_diagnostics, r=petrochenkovbors-1/+1
2017-10-28Auto merge of #44295 - plietar:extern-types, r=arielb1bors-0/+108
2017-10-28Auto merge of #45503 - thombles:tk/i44339-v5, r=petrochenkovbors-3/+1
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-0/+108
2017-10-26Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1bors-137/+45
2017-10-25Reword to avoid using either re-assignment or reassignment in errorsCarol (Nichols || Goulding)-18/+18
2017-10-25Update compile-fail tests for error message deduplication.Michael Woerister-137/+45
2017-10-25Compiletest should parse suggestions from the spansOliver Schneider-1/+1
2017-10-25Update tests for less noisy error messagesThomas Karpiniec-3/+1
2017-10-22`crate` shorthand visibility modifierZack M. Davis-1/+29
2017-10-22Auto merge of #45442 - matthewjasper:const-dynamic-capture-error, r=petrochenkovbors-0/+19
2017-10-20Auto merge of #45359 - arielb1:escaping-borrow, r=eddybbors-1/+6
2017-10-19Cleanly error for non-const expression in associated constmatthewjasper-0/+19
2017-10-20Rollup merge of #45352 - alexcrichton:emscripten-tests, r=nikomatsakiskennytm-1/+1
2017-10-19Auto merge of #45232 - zackmdavis:moar_lint_suggestions, r=estebankbors-4/+3
2017-10-18run EndRegion when unwinding otherwise-empty scopesAriel Ben-Yehuda-1/+6
2017-10-17test: Update Emscripten failures/passingAlex Crichton-1/+1
2017-10-16add error to the correct line in unit testtoidiu-3/+2
2017-10-16add a test casetoidiu-0/+24
2017-10-16code suggestions for no-mangle lintsZack M. Davis-4/+3
2017-10-15Auto merge of #45123 - goffrie:fix-method-unit-call, r=oli-obkbors-38/+0
2017-10-15Auto merge of #45200 - mikhail-m1:match-with-false-edges, r=nikomatsakisbors-0/+25
2017-10-14Implement `dyn Trait` syntaxVadim Petrochenkov-0/+46
2017-10-13Pass the full span for method callsGeoffry Song-38/+0
2017-10-13Rollup merge of #45133 - GuillaumeGomez:usize-index-msg, r=dtolnaykennytm-0/+15
2017-10-13Auto merge of #45025 - pnkfelix:mir-borrowck-moves-of-supporting-prefixes-inv...bors-5/+137
2017-10-12Auto merge of #44985 - zilbuz:issue-44974, r=pnkfelixbors-9/+339
2017-10-11Added `revisions: ast mir` template to tests that this PR sync'ed ast+mir bor...Felix S. Klock II-5/+28
2017-10-11Test case illustrating some variants of the issue pointed out by ariel.Felix S. Klock II-0/+60
2017-10-11Test against accesses to uninitialized fields.Felix S. Klock II-0/+49
2017-10-11Auto merge of #44888 - tirr-c:binder-hr-region, r=arielb1bors-6/+6
2017-10-11MIR-borrowck: add false edges to match armsYour Name-0/+25
2017-10-09incr.comp.: Move macro-export test case to src/test/incremental.Michael Woerister-23/+0
2017-10-09usize index message for vecGuillaume Gomez-0/+15
2017-10-08Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r...bors-13/+60
2017-10-08Fix testsWonwoo Choi-6/+6