about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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-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
2019-02-28add tests for doc coverageQuietMisdreavus-0/+251
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-3/+6
2019-02-28Auto merge of #57760 - dlrobertson:varargs1, r=alexregbors-37/+507
2019-02-28Make `Unique::as_ptr`, `NonNull::dangling` and `NonNull::cast` constTim-0/+92
2019-02-27allow specifying attributes for tool lintsAndy Russell-1/+5
2019-02-28Fix error in tag-that-dare-not-speak-its-nameTaiki Endo-2/+1
2019-02-28Fix errors in test/uiTaiki Endo-3/+12
2019-02-27Don't promote function calls to nonpromotable thingsOliver Scherer-0/+18
2019-02-27Rename variadic to c_variadicDan Robertson-13/+13
2019-02-27Add c_variadic language feature itemDan Robertson-0/+16
2019-02-27Support defining C compatible variadic functionsDan Robertson-24/+478
2019-02-27Rollup merge of #58761 - Mark-Simulacrum:add-feature-gate-unwind, r=CentrilMazdak Farrokhzad-1/+1
2019-02-27Rollup merge of #58757 - aoikonomopoulos:issue-58212, r=oli-obkMazdak Farrokhzad-0/+13
2019-02-27Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkorMazdak Farrokhzad-22/+131
2019-02-27Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavusMazdak Farrokhzad-2/+24