about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-11-19Rollup merge of #79164 - varkor:unbraced-single-segment-const-arguments, r=pe...Dylan DPC-21/+36
2020-11-19Rollup merge of #79117 - cjkenn:mir-fuel, r=oli-obkDylan DPC-2/+2
2020-11-19Rollup merge of #79110 - estebank:issue-58964, r=oli-obkDylan DPC-506/+93
2020-11-19Rollup merge of #79102 - Alexendoo:ice-regression-tests, r=Mark-SimulacrumDylan DPC-0/+90
2020-11-19Rollup merge of #79101 - tmiasko:lower-func-type, r=jonas-schievinkDylan DPC-0/+38
2020-11-19Rollup merge of #79094 - est31:ignore_macos, r=pietroalbiniDylan DPC-0/+1
2020-11-19Rollup merge of #79082 - ThePuzzlemaker:issue-78941-fix, r=estebankDylan DPC-21/+42
2020-11-19Rollup merge of #78961 - CraftSpider:22565, r=oli-obkDylan DPC-14/+53
2020-11-19update print fuel test output again...cjkenn-1/+1
2020-11-18Auto merge of #79106 - tmiasko:inline-hint, r=nagisa,eddybbors-0/+31
2020-11-18Auto merge of #78995 - Nadrieril:clean-empty-match, r=varkorbors-57/+176
2020-11-18Account for indirect cyclic requirementsEsteban Küber-1/+89
2020-11-18Remove redundant notes in E0275Esteban Küber-505/+4
2020-11-18change print-fuel ui test to check-passcjkenn-2/+2
2020-11-18Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obkMara Bos-18/+31
2020-11-18Rollup merge of #78999 - petrochenkov:deprid, r=eddybMara Bos-1/+11
2020-11-18move fuel checks to later points in instcombine and const_prop, add opt level...cjkenn-2/+2
2020-11-18Add tests for multi-segment paths in const generic argumentsvarkor-12/+49
2020-11-18Permit standalone generic parameters as const generic arguments in macrosvarkor-25/+3
2020-11-18change error for `LayoutErr::SizeOverflow`Bastian Kauschke-18/+31
2020-11-18Revert "Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum"Pietro Albini-18/+29
2020-11-18Auto merge of #77820 - jyn514:from-inner, r=petrochenkovbors-9/+9
2020-11-18Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrumbors-29/+18
2020-11-17Add `from_def_id_and_kind` reducing duplication in rustdocJoshua Nelson-0/+2
2020-11-17Use DefPath for clean::Visibility, not clean::PathJoshua Nelson-9/+7
2020-11-17Move change to check_fn, fix up overloaded-calls-nontupleRune Tynan-2/+16
2020-11-17Update fulldeps testMark Rousskov-29/+18
2020-11-17Rollup merge of #79130 - lcnr:extend-tes, r=varkorMara Bos-2/+44
2020-11-17Rollup merge of #79072 - oli-obk:byte_str_pat, r=estebankMara Bos-2/+59
2020-11-17Fix ui tests for `fn`s with qualifiers in `extern` blocksThePuzzlemaker-21/+42
2020-11-17extend macro braces testBastian Kauschke-2/+44
2020-11-17Fix exhaustiveness in case a byte string literal is used at slice typeoli-2/+59
2020-11-17Rollup merge of #79097 - GuillaumeGomez:code-block-invalid-html-tag-lint, r=j...Mara Bos-0/+21
2020-11-17Rollup merge of #79027 - tmiasko:inline-always-live-locals, r=oli-obkMara Bos-4/+31
2020-11-17Rollup merge of #78967 - tmiasko:codegen-tests, r=cuviperMara Bos-9/+17
2020-11-17Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakisbors-2/+1630
2020-11-16update ui test for increased fuel usagecjkenn-1/+1
2020-11-17Fix setting inline hint based on `InstanceDef::requires_inline`Tomasz Miąsko-0/+31
2020-11-16Add two regression testsAlex Macleod-0/+90
2020-11-16Add a test for foreign empty enumsNadrieril-48/+102
2020-11-16Rollup merge of #79032 - lcnr:arg-count, r=varkorMara Bos-199/+123
2020-11-16Rollup merge of #78714 - m-ou-se:simplify-local-streams, r=KodrAusMara Bos-37/+11
2020-11-16Rollup merge of #78678 - Nemo157:doc-cfg-w-traits, r=jyn514,GuillaumeGomezMara Bos-0/+124
2020-11-16Add test to ensure that "invalid HTML tag" lint isn't fired in code blocksGuillaume Gomez-0/+21
2020-11-16improve error message for const ty param mismatchBastian Kauschke-195/+119
2020-11-16Add //ignore-macos to pretty-std-collections.rsest31-0/+1
2020-11-16Apply suggestions from code reviewNadrieril-2/+2
2020-11-16Don't special case constant operands when lowering intrinsicsTomasz Miąsko-0/+38
2020-11-15Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkovJonas Schievink-43/+210
2020-11-15Rollup merge of #78980 - thiolliere:gui-fix-qpath, r=estebankDylan DPC-0/+16