about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-01-25process trait/impl items directly from the visitor callbackNiko Matsakis-0/+25
2017-01-25Hide uninhabitedness checks behind feature gateAndrew Cann-19/+50
2017-01-25Auto merge of #35712 - oli-obk:exclusive_range_patterns, r=nikomatsakisbors-0/+78
2017-01-25end temporary lifetimes being extended by `let X: &_` hintsAriel Ben-Yehuda-0/+27
2017-01-25Stabilize Self and associated types in struct expressions and patternsVadim Petrochenkov-37/+0
2017-01-24Remove Reflectest31-127/+0
2017-01-24Improve some expected/found error messages from parserVadim Petrochenkov-7/+10
2017-01-24Add testsVadim Petrochenkov-0/+54
2017-01-24Refactor parsing of generic arguments/parameters and where clausesVadim Petrochenkov-15/+32
2017-01-22[Gate Tests] - marking feature testsColm Seale-0/+11
2017-01-22Auto merge of #39127 - canndrew:unreachable-pattern-errors-into-warnings, r=a...bors-0/+96
2017-01-22Warn on unused `#[macro_use]` imports.Jeffrey Seyfried-2/+21
2017-01-21Resolve `Self` in impl headersVadim Petrochenkov-0/+43
2017-01-21Improve `unused_extern_crate` warnings.Jeffrey Seyfried-0/+5
2017-01-20Test fixes from the rollupAlex Crichton-0/+2
2017-01-20Rollup merge of #39195 - nagisa:deny-extra-requirement-in-impl, r=eddybAlex Crichton-2/+0
2017-01-20Rollup merge of #39143 - nikomatsakis:issue-38967, r=eddybAlex Crichton-0/+17
2017-01-20Rollup merge of #39120 - alexcrichton:emscripten-tests, r=brsonAlex Crichton-0/+14
2017-01-20Rollup merge of #39077 - jseyfried:crate_var_imports, r=nrcAlex Crichton-3/+10
2017-01-20Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfriedAlex Crichton-0/+5
2017-01-21Add unreachable attribute to Err branchAndrew Cann-0/+20
2017-01-20Remove attribute on matchAndrew Cann-0/+30
2017-01-20Auto merge of #38955 - estebank:highlighted-diags, r=nikomatsakisbors-156/+0
2017-01-20Auto merge of #38603 - arielb1:supertrait-self-3, r=nikomatsakisbors-0/+42
2017-01-20Deny extra_requirement_in_impl forward-compat lintSimonas Kazlauskas-2/+0
2017-01-19travis: Get an emscripten builder onlineAlex Crichton-0/+14
2017-01-19Feature gateVadim Chugunov-0/+13
2017-01-19Auto merge of #38465 - japaric:msp430-interrupt, r=eddybbors-0/+26
2017-01-19test slice patterns with exclusive range patternsOliver Schneider-0/+54
2017-01-19check exclusive_range_pattern feature gateOliver Schneider-0/+0
2017-01-19add cfail test for the new feature gateJorge Aparicio-0/+19
2017-01-19Rollup merge of #39151 - canndrew:feature-gate-uninhabited-references, r=brsonGuillaume Gomez-0/+19
2017-01-19Rollup merge of #39149 - circuitfox:E0122-type-def-trait-bounds-where-clause,...Guillaume Gomez-1/+16
2017-01-19Rollup merge of #38970 - apasel422:may-dangle, r=pnkfelixGuillaume Gomez-1/+23
2017-01-19add exclusive range patterns under a feature gateOliver Schneider-0/+24
2017-01-18calling convention for MSP430 interruptsJorge Aparicio-0/+7
2017-01-18Feature gate `&Void`'s uninhabitedness.Andrew Cann-0/+19
2017-01-18E0122 should apply with where clausesChris Stankus-1/+16
2017-01-18Auto merge of #38168 - estebank:help-E0034, r=nrcbors-88/+0
2017-01-18Auto merge of #39019 - nikomatsakis:issue-38919, r=eddybbors-0/+15
2017-01-17check inherent impls of traits for overlap as wellNiko Matsakis-0/+17
2017-01-17more complete error messageNiko Matsakis-1/+1
2017-01-17Teach Diagnostics to highlight textEsteban Küber-156/+0
2017-01-17Change unreachable patterns ICEs to warningsAndrew Cann-0/+46
2017-01-16Move "completed feature gate checking" pass to after "name resolution" pass s...Austin Bonander-0/+5
2017-01-17AST/HIR: Merge ObjectSum and PolyTraitRefVadim Petrochenkov-17/+6
2017-01-16Auto merge of #38806 - comex:lint-attr-fix, r=nrcbors-0/+19
2017-01-15Auto merge of #39040 - estebank:relevant-impl-multiline, r=nikomatsakisbors-85/+0
2017-01-15Improve the warning cycle for `use $crate;`.Jeffrey Seyfried-3/+10
2017-01-14Merge branch 'master' into lint-attr-fixcomex-413/+744