about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-12/+14
2019-05-12Auto merge of #60679 - petrochenkov:lit2, r=matkladbors-25/+21
2019-05-12Auto merge of #60244 - SimonSapin:dangling, r=oli-obkbors-2/+0
2019-05-12Auto merge of #60474 - mati865:musl_toolchain, r=alexcrichtonbors-3/+10
2019-05-11Move literal parsing code into a separate fileVadim Petrochenkov-16/+16
2019-05-11Auto merge of #60714 - varkor:existential-global-lift-ice, r=oli-obkbors-0/+44
2019-05-11Simplify conversions between tokens and semantic literalsVadim Petrochenkov-9/+5
2019-05-11Auto merge of #60717 - varkor:impl-const-generic, r=matthewjasperbors-0/+22
2019-05-11Auto merge of #60721 - estebank:ice-ice-baby, r=varkorbors-0/+26
2019-05-10Avoid ICE by using delay_span_bugEsteban Küber-0/+26
2019-05-11Add test for const implvarkor-0/+22
2019-05-10Auto merge of #59288 - Centril:hir-if-to-match, r=oli-obkbors-40/+287
2019-05-10Add testvarkor-0/+44
2019-05-10Rollup merge of #60697 - hellow554:fix_60629, r=michaelwoeristerMazdak Farrokhzad-0/+10
2019-05-10Rollup merge of #60692 - davidtwco:pr-60676-followup, r=CentrilMazdak Farrokhzad-0/+8
2019-05-10add test checking that 'if cond { .. }' where 'cond: &mut? bool' isn't accepted.Mazdak Farrokhzad-0/+61
2019-05-10Various test changesMazdak Farrokhzad-19/+200
2019-05-10Adjust mir-opt tests for new HIR without IfMazdak Farrokhzad-21/+26
2019-05-10Add a bunch more tests.David Wood-5/+506
2019-05-10Move uninhabited tests into subdirectory.David Wood-16/+16
2019-05-10Fix uninhabitedness of non-exhaustive enums.David Wood-105/+385
2019-05-10Fix inhabitedness of non-exhaustive variants.David Wood-1/+1
2019-05-10Add uninhabitedness tests w/ `#[non_exhaustive]`.David Wood-0/+193
2019-05-10Make tests compatible with musl hostMateusz Mikuła-3/+10
2019-05-10add regression test for #60629Marcel Hellwig-0/+10
2019-05-10Extend existing test for nested mut patterns.David Wood-0/+8
2019-05-09Rollup merge of #60676 - davidtwco:issue-60674, r=cramertjMazdak Farrokhzad-0/+27
2019-05-09Rollup merge of #60648 - petrochenkov:shorten2, r=Dylan-DPCMazdak Farrokhzad-2/+1
2019-05-09Rollup merge of #60188 - estebank:recover-block, r=varkorMazdak Farrokhzad-14/+192
2019-05-09Rollup merge of #59348 - matthewjasper:cleanup-drop-shims, r=arielb1Mazdak Farrokhzad-0/+88
2019-05-09Do not modify mutability of simple bindings.David Wood-1/+1
2019-05-09Add regression test for #60674.David Wood-0/+27
2019-05-09Rollup merge of #60647 - petrochenkov:nospace, r=michaelwoeristerMazdak Farrokhzad-123/+123
2019-05-09Rollup merge of #60644 - estebank:abolish-ice, r=varkorMazdak Farrokhzad-0/+51
2019-05-09Rollup merge of #60641 - estebank:defer-ice, r=oli-obkMazdak Farrokhzad-0/+25
2019-05-09Rollup merge of #60627 - matklad:test, r=estebankMazdak Farrokhzad-0/+40
2019-05-09Rollup merge of #60572 - tmandry:issue-59972, r=RalfJung,oli-obkMazdak Farrokhzad-0/+23
2019-05-09Rollup merge of #60550 - skinny121:concrete_const_tests, r=varkorMazdak Farrokhzad-0/+50
2019-05-09Skip codegen for one UI test with long file pathVadim Petrochenkov-2/+1
2019-05-09cleanup: Remove `DefIndexAddressSpace`Vadim Petrochenkov-123/+123
2019-05-08Use `delay_span_bug` for "Failed to unify obligation"Esteban Küber-0/+51
2019-05-08Instead of ICEing on incorrect pattern, use delay_span_bugEsteban Küber-0/+25
2019-05-08test for #50518Aleksey Kladov-0/+40
2019-05-08Add tests for concrete const typesben-0/+50
2019-05-08Auto merge of #60378 - froydnj:apple-target-modifications, r=michaelwoeristerbors-0/+104
2019-05-07Auto merge of #60586 - cramertj:await, r=oli-obkbors-94/+567
2019-05-07Implement built-in await syntaxTaylor Cramer-94/+567
2019-05-07Auto merge of #60612 - Centril:rollup-61drhqt, r=Centrilbors-19/+321
2019-05-07Rollup merge of #60583 - varkor:const-generics-emplace, r=petrochenkovMazdak Farrokhzad-8/+2
2019-05-07Rollup merge of #60535 - taiki-e:async-fn-arguments, r=cramertjMazdak Farrokhzad-11/+319