about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-06-27Rollup merge of #62155 - cramertj:61872, r=centrilMazdak Farrokhzad-0/+21
2019-06-27Rollup merge of #62152 - doctorn:async_let_ice, r=cramertjMazdak Farrokhzad-3/+72
2019-06-27Rollup merge of #62106 - cramertj:test-await, r=centrilMazdak Farrokhzad-0/+338
2019-06-27Rollup merge of #62067 - doctorn:await_diagnostic, r=matthewjasperMazdak Farrokhzad-0/+124
2019-06-27Rollup merge of #62043 - Centril:remove-fnbox, r=cramertjMazdak Farrokhzad-13/+0
2019-06-27Add suggestion for missing `.await` keywordNathan Corbyn-0/+124
2019-06-26Add regression test for MIR drop generation in async loopsTaylor Cramer-0/+21
2019-06-26Don't ICE on item in `.await` expressionNathan Corbyn-3/+72
2019-06-26Auto merge of #61872 - matthewjasper:refactor-mir-drop-gen, r=nikomatsakisbors-31/+154
2019-06-26Auto merge of #62072 - eddyb:generator-memory-index, r=tmandrybors-0/+19
2019-06-25Add StorageDead statements for `while` conditionsMatthew Jasper-25/+84
2019-06-25Use `as_temp` to evaluate statement expressionsMatthew Jasper-6/+59
2019-06-25Fix incorrect double assignment in MIR for while loopsMatthew Jasper-0/+11
2019-06-25Add more tests for async/awaitTaylor Cramer-0/+338
2019-06-25Auto merge of #62119 - Centril:rollup-el20wu0, r=Centrilbors-6/+125
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 #60732 - jswrenn:arbitrary_enum_discriminant, r=pnkfelixbors-14/+164
2019-06-25rustc: correctly transform memory_index mappings for generators.Eduard-Mihai Burtescu-0/+19
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