about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-02-09Rollup merge of #39707 - durka:parsimonious-span-note, r=jonathandturnerCorey Farwell-1/+1
2017-02-09Rollup merge of #39700 - msopena:master, r=est31Corey Farwell-0/+17
2017-02-09Rollup merge of #39674 - jseyfried:fix_token_tree_parsing_ICE, r=nrcCorey Farwell-0/+32
2017-02-09change span_notes to notes in E0368/E0369Alex Burka-1/+1
2017-02-09Adding compile fail test for const_indexing featureMario-0/+17
2017-02-09Auto merge of #39265 - est31:master, r=petrochenkovbors-15/+0
2017-02-08Rollup merge of #39653 - JanZerebecki:test-issue-27433, r=alexcrichtonCorey Farwell-0/+15
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-0/+13
2017-02-09Fix ICE when parsing token trees after an error.Jeffrey Seyfried-0/+32
2017-02-08sanitizer supportJorge Aparicio-0/+13
2017-02-08Add test for #27433Jan Zerebecki-0/+15
2017-02-08Rollup merge of #39462 - emilio:improper-ctypes, r=nikomatsakisCorey Farwell-0/+6
2017-02-08Stabilize static in constest31-15/+0
2017-02-07Rollup merge of #39361 - cengizIO:master, r=arielb1Corey Farwell-27/+19
2017-02-05Auto merge of #38897 - nikomatsakis:issue-32330-followup, r=arielb1bors-30/+18
2017-02-05make lifetimes that only appear in return type early-boundNiko Matsakis-30/+18
2017-02-05Rollup merge of #39526 - canndrew:uninhabited-while-let-fix, r=arielb1Corey Farwell-0/+8
2017-02-05Rollup merge of #39442 - keeperofdakeys:expand-derives, r=jseyfriedCorey Farwell-7/+9
2017-02-05Rollup merge of #39009 - canndrew:default-unit-warnings, r=nikomatsakisCorey Farwell-0/+51
2017-02-05Auto merge of #38103 - zackmdavis:lint_errors_resulting_from_lint_groups_or_w...bors-45/+12
2017-02-05Move derive macro expansion into the MacroExpanderJosh Driver-6/+8
2017-02-05Rename CustomDerive to ProcMacroDerive for macros 1.1Josh Driver-1/+1
2017-02-04Add a new ui test and update existing onesCengiz Can-39/+29
2017-02-04Improve error message for uninferrable types #38812Cengiz Can-26/+28
2017-02-04Auto merge of #38426 - vadimcn:nobundle, r=alexcrichtonbors-0/+13
2017-02-04note wording: lint implied by lint group, not lint group implies lintZack M. Davis-1/+1
2017-02-04make lint-group-style test a UI rather than a compile-fail testZack M. Davis-51/+0
2017-02-04note lint group set on command line triggering individual lintZack M. Davis-1/+1
2017-02-04note individual lint name set via lint group attribute in notesZack M. Davis-9/+27
2017-02-04Uninhabited while-let pattern fixAndrew Cann-0/+8
2017-02-04Expand defaulted unit testAndrew Cann-0/+15
2017-02-03lint/ctypes: Don't warn on non-unsized structs with PhantomData.Emilio Cobos Álvarez-0/+6
2017-02-03Fix testAndrew Cann-3/+6
2017-02-03Fix testAndrew Cann-4/+11
2017-02-03Use a proper future-compatibility lintAndrew Cann-0/+26
2017-02-02Rollup merge of #39420 - oli-obk:sugg, r=pnkfelixGuillaume Gomez-1/+2
2017-02-02Auto merge of #39384 - wesleywiser:fix_fixmes, r=alexcrichtonbors-31/+0
2017-02-02Auto merge of #38932 - petrochenkov:privctor, r=jseyfriedbors-71/+71
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-31/+0
2017-01-31use suggestions instead of helps with code in themOliver Schneider-1/+2
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-40/+35
2017-01-29Improve diagnostics for inaccessible constructorsVadim Petrochenkov-63/+1
2017-01-29Implement compatibility lint for legacy constructor visibilitiesVadim Petrochenkov-0/+28
2017-01-29Fix the falloutVadim Petrochenkov-82/+53
2017-01-29Privatize constructors of tuple structs with private fieldsVadim Petrochenkov-0/+63
2017-01-28Auto merge of #39305 - eddyb:synelide, r=nikomatsakisbors-14/+52
2017-01-28test: add missing lifetime in recently added test.Eduard-Mihai Burtescu-1/+1
2017-01-28rustc: always keep an explicit lifetime in trait objects.Eduard-Mihai Burtescu-2/+4
2017-01-28rustc_typeck: move impl Trait checks out of RegionScope.Eduard-Mihai Burtescu-1/+1
2017-01-28rustc: move most of lifetime elision to resolve_lifetimes.Eduard-Mihai Burtescu-8/+44