about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
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
2017-01-28rustc: always include elidable lifetimes in HIR types.Eduard-Mihai Burtescu-2/+2
2017-01-27Rollup merge of #39335 - cramertj:cramertj/can_begin_expr_fix, r=petrochenkovAlex Crichton-0/+30
2017-01-27Rollup merge of #39306 - GuillaumeGomez:newtype_help, r=eddybAlex Crichton-1/+6
2017-01-27Rollup merge of #39290 - canndrew:hide-uninhabitedness, r=nikomatsakisAlex Crichton-19/+50
2017-01-27Rollup merge of #38617 - pnkfelix:double-reference, r=pnkfelixAlex Crichton-0/+38
2017-01-27Auto merge of #37057 - brson:nosuggest, r=nikomatsakisbors-126/+0
2017-01-27Auto merge of #39282 - petrochenkov:selfstab, r=nikomatsakisbors-37/+0
2017-01-26Fix can_begin_expr keyword behaviorTaylor Cramer-0/+30
2017-01-27Auto merge of #39158 - petrochenkov:bounds, r=nikomatsakisbors-15/+89
2017-01-26rustc: Remove all "consider using an explicit lifetime parameter" suggestionsBrian Anderson-126/+0
2017-01-26Auto merge of #39066 - arielb1:lifetime-extension-test, r=nikomatsakisbors-0/+27
2017-01-26Auto merge of #38819 - GuillaumeGomez:main_func_wrong_type, r=GuillaumeGomezbors-5/+5
2017-01-26Add note for E0117Guillaume Gomez-1/+6
2017-01-26Update error code numberGuillaume Gomez-5/+5
2017-01-26Add a distinct error code and description for "main function has wrong type"Guillaume Gomez-5/+5
2017-01-26Auto merge of #39075 - est31:remove_reflect, r=nikomatsakisbors-127/+0
2017-01-26Auto merge of #39000 - nikomatsakis:incr_comp_crosscontaminate_impl_item, r=m...bors-12/+52
2017-01-25Auto merge of #38920 - petrochenkov:selfimpl, r=eddybbors-0/+43
2017-01-25rename `Tables` to `TypeckTables`Niko Matsakis-14/+14
2017-01-25merge TypeckItemBody and Tables depnodesNiko Matsakis-12/+12
2017-01-25fix the test case by supplying proper optionsNiko Matsakis-0/+5
2017-01-25pacify the mercilous tidyNiko Matsakis-0/+10