about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-12-21Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakisbors-3/+2
2017-12-21Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakisbors-10/+465
2017-12-21Auto merge of #46083 - petrochenkov:morepriv, r=nikomatsakisbors-23/+466
2017-12-21Always report private-in-public in associated types as hard errorsVadim Petrochenkov-23/+95
2017-12-21Prohibit access to private statics from other crates through macros 2.0Vadim Petrochenkov-0/+5
2017-12-21Properly check traits in type privacyVadim Petrochenkov-11/+9
2017-12-21Check associated type bindings for privacy and stabilityVadim Petrochenkov-0/+19
2017-12-21Add tests for associated item privacyVadim Petrochenkov-0/+349
2017-12-20Auto merge of #46862 - nikomatsakis:nll-master, r=arielb1bors-200/+885
2017-12-20convert region-liveness-drop{-,-no-}may-dangle.rs into ui testsNiko Matsakis-66/+78
2017-12-20add some run-pass tests for NLL showing that things work as expectedNiko Matsakis-0/+108
2017-12-20when using feature(nll), don't warn about AST-based region errorsNiko Matsakis-4/+61
2017-12-20feature nll implies borrowck=mirSantiago Pastorino-1/+0
2017-12-20feature nll implies two-phase-borrowsSantiago Pastorino-1/+3
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-69/+83
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/+121
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-20Auto merge of #46583 - scottmcm:fix-static-i128-lower, r=eddybbors-4/+244
2017-12-20Rollup merge of #46856 - estebank:missing-in-impl-def-span, r=arielb1kennytm-56/+24
2017-12-20Rollup merge of #46851 - petrochenkov:tospace, r=estebankkennytm-9/+9
2017-12-20Rollup merge of #46835 - topecongiro:bad-span-for-macro-invocation-in-type, r...kennytm-3/+2
2017-12-20Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnaykennytm-2/+2
2017-12-20Rollup merge of #46787 - varkor:contrib-6, r=QuietMisdreavuskennytm-0/+23
2017-12-20Rollup merge of #46359 - GuillaumeGomez:remove-dead-linkage, r=QuietMisdreavuskennytm-0/+32
2017-12-20Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1bors-67/+2436
2017-12-20Auto merge of #46441 - gaurikholkar:single_lifetimes, r=nikomatsakisbors-0/+170
2017-12-19Ignore pretty printing tests for non_modrs_modsTaylor Cramer-0/+3
2017-12-19Implement non-mod.rs mod statementsTaylor Cramer-10/+462
2017-12-19Point at def span in "missing in impl" errorEsteban Küber-56/+24
2017-12-20Fix whitespacing issues in pretty-printing of boundsVadim Petrochenkov-9/+9
2017-12-19Fix -Z lower_128bit_ops handling of staticsScott McMurray-4/+244
2017-12-20adding lint for single use lifetime namesNiko Matsakis-0/+170
2017-12-20Fix up an ui testSeiichi Uchida-3/+2
2017-12-19Auto merge of #46664 - mikeyhew:raw_pointer_self, r=arielb1bors-9/+182
2017-12-19Auto merge of #46829 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-415/+224
2017-12-19Always print floats with a decimal point with the Debug formatterDiggory Blake-2/+2
2017-12-19Add a test for `--sort-modules-by-appearance`varkor-0/+23
2017-12-18Rollup merge of #46812 - kennytm:fix-align-offset-sign, r=petrochenkovGuillaume Gomez-0/+16
2017-12-18Rollup merge of #46805 - estebank:unnecessary-unsafe-spans, r=arielb1Guillaume Gomez-117/+37
2017-12-18Rollup merge of #46804 - estebank:conflicting-impl-def-span, r=arielb1Guillaume Gomez-213/+98
2017-12-18Rollup merge of #46802 - estebank:redefined-def-span, r=michaelwoeristerGuillaume Gomez-27/+22
2017-12-18Rollup merge of #46801 - estebank:impl-extra-req-def-span, r=arielb1Guillaume Gomez-25/+19
2017-12-18Rollup merge of #46800 - estebank:expected-closure-def-span, r=arielb1Guillaume Gomez-33/+16
2017-12-18Rollup merge of #46786 - GuillaumeGomez:fix-sized-rendering, r=QuietMisdreavusGuillaume Gomez-0/+16
2017-12-18Add tests for hidden typesGuillaume Gomez-0/+32