about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-06-25Rollup merge of #62085 - JohnTitor:add-test-for-issue-38591, r=CentrilMazdak Farrokhzad-0/+10
2019-06-25Rollup merge of #62078 - petrochenkov:nosendync2, r=varkorMazdak Farrokhzad-6/+24
2019-06-25Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelixMazdak Farrokhzad-0/+48
2019-06-25Rollup merge of #61814 - varkor:uninhabited-const-61744, r=oli-obkMazdak Farrokhzad-0/+43
2019-06-25Auto merge of #62094 - oli-obk:zst_intern, r=eddybbors-2/+8
2019-06-25Fix an ICE with uninhabited constsvarkor-0/+43
2019-06-25Auto merge of #61572 - Aaron1011:fix/generator-ref, r=varkorbors-0/+34
2019-06-24Auto merge of #62081 - RalfJung:miri-pointer-checks, r=oli-obkbors-3/+3
2019-06-24Pacify tidyOliver Scherer-2/+1
2019-06-24Add regression testOliver Scherer-0/+6
2019-06-24Simplify vtable interningOliver Scherer-2/+3
2019-06-24Add test for issue-38591Yuki Okushi-0/+10
2019-06-23Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrumbors-429/+330
2019-06-23comment tweaks, better validation errors, update UI testsRalf Jung-3/+3
2019-06-23Remove built-in derive macros `Send` and `Sync`Vadim Petrochenkov-6/+24
2019-06-23Auto merge of #60861 - Centril:let-chains-ast-intro, r=petrochenkovbors-215/+2007
2019-06-23Rollup merge of #62068 - ia0:fix_meta_var, r=petrochenkovMazdak Farrokhzad-1/+1
2019-06-23Rollup merge of #62051 - Centril:unused-derive-, r=petrochenkovMazdak Farrokhzad-14/+14
2019-06-23Rollup merge of #62047 - Centril:cfg-attr-empty-lint, r=estebankMazdak Farrokhzad-0/+34
2019-06-23Fix meta-variable binding errors in macrosJulien Cretin-1/+1
2019-06-23let_chains: Add test cases to pprust-expr-roundtrip.Mazdak Farrokhzad-23/+32
2019-06-23let_chains: --bless tests due to recovery in lowering.Mazdak Farrokhzad-94/+905
2019-06-23let_chains: Adjust tests for pre-expansion gating.Mazdak Farrokhzad-62/+103
2019-06-23let_chains: Account for const generics in validation tests.Mazdak Farrokhzad-54/+123
2019-06-23let_chains: scrutinee -> head expression.Mazdak Farrokhzad-4/+4
2019-06-23let_chains: Comment out Let in ident_can_begin_expr.Mazdak Farrokhzad-5/+6
2019-06-23let_chains: Test pretty output for simple stable if-let.Mazdak Farrokhzad-0/+16
2019-06-23let_chains: Remove redundant tests in syntax-ambiguity-*.rs.Mazdak Farrokhzad-188/+0
2019-06-23let_chains: Add test protecting the precedence of && in relation to other thi...Mazdak Farrokhzad-0/+18
2019-06-23let_chains: Adjust unnecessary parens tests.Mazdak Farrokhzad-4/+4
2019-06-23let_chains: Add feature gate tests.Mazdak Farrokhzad-0/+380
2019-06-23let_chains: Add tests for places where let expressions aren't allowed.Mazdak Farrokhzad-0/+635
2019-06-22Move run-pass test to run-pass/generatorAaron Hill-0/+6
2019-06-22Change how we compute yield_in_scopeAaron Hill-0/+16
2019-06-22Fix HIR visit orderAaron Hill-0/+12
2019-06-22Count all errors for `track_errors`Matthew Jasper-0/+48
2019-06-22Lint empty 'derive()' as unused attribute.Mazdak Farrokhzad-14/+14
2019-06-22Add test for linting on 'cfg_attr(,)'.Mazdak Farrokhzad-0/+34
2019-06-22Auto merge of #62010 - ecstatic-morse:kill-borrows-of-proj, r=pnkfelixbors-0/+164
2019-06-22Rollup merge of #62016 - JohnTitor:add-test-for-issue-27697, r=alexcrichtonMazdak Farrokhzad-0/+21
2019-06-22Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=ZoxcMazdak Farrokhzad-1/+1
2019-06-22Rollup merge of #61681 - asfreitas:addSendTrait, r=estebankMazdak Farrokhzad-14/+14
2019-06-22adding in these files that didn't get added in previous commitAndrew-7/+7
2019-06-21changed expected output in tests so it now passes with changed outputAndrew-7/+7
2019-06-21Add test checking our behavior for assigning over a `ConstIndex` projection.Felix S. Klock II-0/+59
2019-06-21Add test that our handling of projections hasn't gone too far:Felix S. Klock II-0/+52
2019-06-21Added test for deref projection.Felix S. Klock II-0/+27
2019-06-21add comment outlining test.Felix S. Klock II-0/+5
2019-06-21rename file because I found the old filename too long and unwieldy.Felix S. Klock II-0/+0
2019-06-21Auto merge of #61959 - oli-obk:const_field_ice, r=eddybbors-0/+17