summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-01-12Treat #[path] files as mod.rs filesTaylor Cramer-10/+1
2018-01-01Auto merge of #47098 - estebank:immutable-field, r=nagisabors-39/+42
2018-01-01Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfriedbors-0/+29
2018-01-01Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebankbors-4/+2
2017-12-31Reword trying to operate in immutable fieldsEsteban Küber-39/+42
2017-12-30in which leading zeroes on tuple-struct accesses are abjuredZack M. Davis-0/+36
2017-12-30Remove excessive trailing newlines.kennytm-2/+0
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-2/+2
2017-12-28Add feature gate macro_lifetime_matcherMatt Peterson-0/+29
2017-12-28Auto merge of #47021 - shssoichiro:46576-Incorrect-Span-Imports, r=estebankbors-2/+47
2017-12-27Auto merge of #46479 - bkchr:termination_trait, r=arielb1bors-10/+47
2017-12-27Auto merge of #46803 - estebank:non-ascii-def-span, r=petrochenkovbors-18/+8
2017-12-26Pass correct span when lowering grouped importsJosh Holmer-2/+47
2017-12-26Auto merge of #46956 - estebank:incompatible-arm-span-label, r=Zoxcbors-20/+5
2017-12-26convert print-type-sizes to use `start` instead of `main`Niko Matsakis-10/+47
2017-12-25Auto merge of #46973 - arielb1:tuple-casting, r=estebankbors-0/+94
2017-12-25"incompatible arm" diagnostic span tweakEsteban Küber-20/+5
2017-12-25Auto merge of #46949 - davidtwco:issue-46631, r=arielb1bors-0/+47
2017-12-25Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1bors-2/+4
2017-12-24Handle casts to integer/float variablesAriel Ben-Yehuda-0/+25
2017-12-23Update check::cast::pointer_kind logic to new rustcAriel Ben-Yehuda-0/+69
2017-12-23Auto merge of #46864 - estebank:closure-type-err-sp, r=nikomatsakisbors-67/+23
2017-12-23Auto merge of #46857 - estebank:use-loop-sp, r=nikomatsakisbors-24/+5
2017-12-22Auto merge of #46838 - pnkfelix:issue-46112-followup, r=estebankbors-2/+2
2017-12-22Updated existing tests.David Wood-0/+2
2017-12-22Converted moves-based-on-type-tuple test and added MIR borrowck comparison.David Wood-0/+45
2017-12-22Convert warning about `*const _` to a future-compat lintMichael Hewson-2/+4
2017-12-22Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkovbors-20/+60
2017-12-21Do not emit type errors on recovered blocksEsteban Küber-20/+60
2017-12-21Auto merge of #45930 - jplatte:generics_refactoring, r=eddybbors-8/+8
2017-12-21Add GenericParam, refactor Generics in ast, hir, rustdocJonas Platte-8/+8
2017-12-21Rollup merge of #46860 - estebank:candidate-def-sp, r=petrochenkovGuillaume Gomez-14/+10
2017-12-21Rollup merge of #46827 - petrochenkov:assocrecov2, r=estebankGuillaume Gomez-3/+89
2017-12-21Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakisbors-6/+262
2017-12-20Fix parsing of paths with fn-like generic argumentsVadim Petrochenkov-15/+7
2017-12-20Add tests checking taht "priority" of qpath recovery is higher than unary and...Vadim Petrochenkov-3/+97
2017-12-20convert region-liveness-drop{-,-no-}may-dangle.rs into ui testsNiko Matsakis-0/+114
2017-12-20when using feature(nll), don't warn about AST-based region errorsNiko Matsakis-1/+52
2017-12-20Add nll feature and make nll imply nll_dump_causeSantiago Pastorino-6/+35
2017-12-20use `report_generic_bound_failure` when we can in the compilerNiko Matsakis-58/+102
2017-12-20connect NLL machinery to the `NiceRegionError` codeNiko Matsakis-62/+76
2017-12-20only dump causes if we have nothing betterNiko Matsakis-5/+5
2017-12-20Add three point error handling to borrowckSantiago Pastorino-9/+35
2017-12-20connect NLL type checker to the impl trait codeNiko Matsakis-0/+118
2017-12-20propagate `region_bound_pairs` into MIR type-checkNiko Matsakis-0/+252
2017-12-20get the `DefiningTy` from the `body_owner_kind` not typeNiko Matsakis-0/+21
2017-12-20Various tweaksEsteban Küber-19/+14
2017-12-20Rollup merge of #46856 - estebank:missing-in-impl-def-span, r=arielb1kennytm-56/+24
2017-12-20Rollup merge of #46835 - topecongiro:bad-span-for-macro-invocation-in-type, r...kennytm-3/+2
2017-12-20Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1bors-33/+2392