about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-06-13Add a regression test for issue-85113Yuki Okushi-0/+70
2021-06-12Report an error if resolution of closure call functions failedFabian Wolff-0/+26
2021-06-12Pretty print generator witness only in `-Zverbose` modeTomasz Miąsko-26/+26
2021-06-12add `@has`Ellen-0/+2
2021-06-12Auto merge of #86215 - FabianWolff:unnameable-types, r=jackh726bors-0/+105
2021-06-12lineEllen-1/+1
2021-06-12dont ICE on `ConstEvaluatable` predicatesEllen-0/+5
2021-06-12Auto merge of #86130 - BoxyUwU:abstract_const_as_cast, r=oli-obkbors-0/+279
2021-06-11Suggest a FnPtr type if a FnDef type is foundFabian Wolff-27/+33
2021-06-12Rollup merge of #86205 - JohnTitor:full-test-for-72293, r=oli-obkYuki Okushi-11/+17
2021-06-12Rollup merge of #86174 - lqd:const-ub-align, r=RalfJungYuki Okushi-0/+48
2021-06-12Rollup merge of #86153 - tmiasko:dummy-span, r=estebankYuki Okushi-8/+8
2021-06-12Rollup merge of #85823 - fee1-dead:borrowck-0, r=jackh726Yuki Okushi-0/+20
2021-06-12Rollup merge of #85800 - BoxyUwU:const-param-default-diagnostics, r=oli-obkYuki Okushi-12/+40
2021-06-11Do not suggest to add type annotations for unnameable typesFabian Wolff-0/+99
2021-06-11Auto merge of #86116 - FabianWolff:issue-86100, r=varkorbors-0/+80
2021-06-11Auto merge of #85994 - tmiasko:monomorphic-needs-drop, r=RalfJungbors-0/+37
2021-06-11Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieubors-4/+0
2021-06-10std: Stabilize wasm simd intrinsicsAlex Crichton-4/+0
2021-06-11Auto merge of #85961 - 1000teslas:issue-71519-fix, r=petrochenkovbors-0/+10
2021-06-11Fix type checking of return expressions outside fn bodiesFabian Wolff-29/+167
2021-06-11Run full const-generics test for issue-72293Yuki Okushi-11/+17
2021-06-10Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkovbors-101/+207
2021-06-10Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrumbors-20/+26
2021-06-10Fix force-warns to allow dashes.Eric Huss-1/+1
2021-06-10support `as _` and add testsEllen-2/+217
2021-06-10Do not emit alloca for ZST locals with multiple assignmentsTomasz Miąsko-2/+2
2021-06-10Auto merge of #82639 - jyn514:stable-options, r=Mark-Simulacrumbors-816/+80
2021-06-10Use more precise span for E0282 in cast expressionsFabian Wolff-0/+21
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-101/+207
2021-06-10regression test for issue 82465.Felix S. Klock II-0/+16
2021-06-10manually crafted revert of PR #80653, to address issue #82465.Felix S. Klock II-83/+2
2021-06-10gcc-lld mvp1000teslas-0/+10
2021-06-10Make OR_PATTERNS_BACK_COMPAT be a 2021 future-incompatible linthi-rustin-12/+41
2021-06-09Fix ICE when `main` is declared in an `extern` blockasquared31415-0/+15
2021-06-10Account for bad placeholder errors on consts/statics with trait objectsYuki Okushi-2/+22
2021-06-09detect incorrect vtable alignment during const eval instead of ICE-ingRémy Rakic-0/+48
2021-06-09Add more tests + visit_ty in some placesEllen-5/+37
2021-06-09Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrumbors-198/+25
2021-06-09Handle C-variadic arguments properly when reporting region errorsFabian Wolff-42/+182
2021-06-09BTree: encapsulate LeafRange better & some debug assertsStein Somers-35/+148
2021-06-09Auto merge of #86118 - spastorino:tait-soundness-bug, r=nikomatsakisbors-0/+103
2021-06-09Auto merge of #86107 - Smittyvb:peephole-optim-eq-bool, r=wesleywiserbors-0/+166
2021-06-09Rollup merge of #86124 - Aaron1011:ambig-macro-name, r=varkorYuki Okushi-2/+2
2021-06-09Rollup merge of #85982 - alexcrichton:doc-safe-wasm, r=jyn514Yuki Okushi-0/+7
2021-06-09Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obkYuki Okushi-0/+6
2021-06-09Print dummy spans as `no-location`Tomasz Miąsko-8/+8
2021-06-08Check whether the closure's owner has a body before deferring to it in thir-u...Fabian Wolff-0/+20
2021-06-08Check the number of generic lifetime and const parameters of intrinsicsFabian Wolff-0/+47
2021-06-08Support as casts in abstract constsEllen-0/+32