about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-03-06Emit missing unclosed delimiter errorsEsteban Küber-40/+37
2019-03-06Reduce test caseEsteban Küber-18/+4
2019-03-06Emit unclosed delimiters during recoveryEsteban Küber-1/+13
2019-03-06Bail when encountering a second unexpected token in the same spanEsteban Küber-74/+15
2019-03-06Do not panic on missing close parenEsteban Küber-0/+107
2019-03-06Surround found token with `Esteban Küber-2/+2
2019-03-06rust-lldb: fix crash when printing empty stringAndy Russell-0/+35
2019-03-06add test for spurious intra-doc link warningQuietMisdreavus-0/+18
2019-03-06Regression test for issue #58158.Felix S. Klock II-0/+40
2019-03-06Regression test for #58813Felix S. Klock II-0/+14
2019-03-06Desugared asyncs into generators and minimised.Giles Cope-12/+13
2019-03-06Update testsJohn Kåre Alsaker-4/+109
2019-03-06Split up privacy checking so privacy_access_levels only does computations req...John Kåre Alsaker-18/+18
2019-03-05On incorrect cfg literal/identifier, point at the right spanEsteban Küber-2/+2
2019-03-05Fix negative integer literal testvarkor-19/+8
2019-03-05Update test falloutvarkor-18/+4
2019-03-05Update const generics testsvarkor-53/+30
2019-03-05Add a test for HashStable stabilityJohn Kåre Alsaker-0/+63
2019-03-05Removed whitespaceGiles Cope-1/+1
2019-03-05Unrolled await macro.Giles Cope-6/+6
2019-03-04Elide invalid method receiver error when it contains TyErrEsteban Küber-0/+30
2019-03-04Add an explicit test for issue #50582Josh Stone-0/+15
2019-03-04On return type `impl Trait` for block with no expr point at last semiEsteban Küber-0/+20
2019-03-04Regression test added for an async ICE.Giles Cope-0/+27
2019-03-04Use bit operations for setting large ranges of bits in a u64Oliver Scherer-1/+1
2019-03-04Test the `UndefMask` typeOliver Scherer-0/+26
2019-03-04Regression test for #58435.Felix S. Klock II-0/+17
2019-03-04Make the Entry API of HashMap<K, V> Sync and Send (fixes #45219)Anthony Ramine-0/+1
2019-03-04Auto merge of #58380 - estebank:missing-match-pats, r=zackmdavisbors-67/+285
2019-03-03Add .nll.stderr outputTim-0/+39
2019-03-04Monomorphize generator field types for debuginfoWim Looman-0/+27
2019-03-03Use the correct state for poisoning a generatorMatthew Jasper-0/+22
2019-03-03Don't incorrectly mark blocks in generator drop shims as cleanupMatthew Jasper-0/+43
2019-03-03Check which blocks are cleanup in mir-opt testsMatthew Jasper-20/+20
2019-03-03Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelixbors-0/+221
2019-03-03Auto merge of #58866 - kennytm:rollup, r=kennytmbors-1/+20
2019-03-03Rollup merge of #58865 - dlrobertson:fix-varargs, r=alexregkennytm-0/+15
2019-03-02Call clang and llvm-objdump with correct library pathMark Rousskov-6/+6
2019-03-03NitAlexander Regueiro-1/+1
2019-03-02Reword error messageEsteban Küber-1/+1
2019-03-02Point at enum definition when match patterns are not exhaustiveEsteban Küber-66/+284
2019-03-02Suggest appropriate code for unused field when desrtucturing pattternEsteban Küber-0/+40
2019-03-02Suggest removal of `&` when borrowing macro and appropriateEsteban Küber-3/+45
2019-03-02Fix C-variadic function printingDan Robertson-0/+15
2019-03-02Rollup merge of #58785 - euclio:tool-lint-attrs, r=estebankkennytm-1/+5
2019-03-02Auto merge of #58077 - Nemo157:generator-state-debug-info, r=Zoxcbors-2/+8
2019-03-01Expand where negative supertrait specific error is shownEsteban Küber-0/+15
2019-03-01Handle type annotations in promoted MIR correctlyMatthew Jasper-0/+29
2019-03-01Include bounds from promoted constants in NLLMatthew Jasper-3/+78
2019-02-28update rustdoc coverage tests with new table layoutQuietMisdreavus-80/+51