about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-01-04Rollup merge of #67823 - euclio:drop-improvements, r=petrochenkovGuillaume Gomez-66/+115
2020-01-04Rollup merge of #67822 - wesleywiser:revert_67676, r=oli-obkGuillaume Gomez-28/+11
2020-01-04Rollup merge of #67835 - euclio:delimiter-wording, r=CentrilMazdak Farrokhzad-126/+126
2020-01-04Rollup merge of #67810 - crlf0710:uncommon_codepoints_lint, r=ManishearthMazdak Farrokhzad-0/+44
2020-01-04Rollup merge of #67786 - Centril:canon-span, r=petrochenkovMazdak Farrokhzad-13/+18
2020-01-04Rollup merge of #67773 - michalt:issue-37333-test, r=nikomatsakisMazdak Farrokhzad-0/+51
2020-01-04Rollup merge of #66913 - VirrageS:help-self, r=varkor,CentrilMazdak Farrokhzad-0/+65
2020-01-03clarify that `Drop` can be implemented for enums and unions tooAndy Russell-13/+23
2020-01-03improve generic `Drop` error messagesAndy Russell-53/+92
2020-01-03Auto merge of #67829 - michaelwoerister:try-to-fix-pgo-branch-weights-test, r...bors-11/+19
2020-01-03tweak wording of mismatched delimiter errorsAndy Russell-126/+126
2020-01-03Attempt to fix intermittent failures of pgo-branch-weights test.Michael Woerister-11/+19
2020-01-03Auto merge of #67828 - JohnTitor:rollup-qmswkkl, r=JohnTitorbors-16/+143
2020-01-03Rollup merge of #67807 - lzutao:toilet-closure, r=CentrilYuki Okushi-3/+3
2020-01-03Rollup merge of #67796 - Aaron1011:fix/mir-inline-proj, r=wesleywiserYuki Okushi-0/+17
2020-01-03Rollup merge of #67783 - LeSeulArtichaut:pattern-ref-warning, r=CentrilYuki Okushi-0/+78
2020-01-03Rollup merge of #67595 - ohadravid:impl-trait-does-not-live-long-enough, r=es...Yuki Okushi-13/+45
2020-01-03Auto merge of #67768 - wesleywiser:dnm_test_perf_65244, r=Mark-Simulacrumbors-32/+7
2020-01-02Revert `const_err` lint checking of castsWesley Wiser-28/+11
2020-01-03Implement uncommon_codepoints lint.Charles Lew-0/+44
2020-01-02fix src/test falloutMazdak Farrokhzad-13/+18
2020-01-02Reformulate test descriptionLeSeulArtichaut-1/+1
2020-01-02Enhance testLeSeulArtichaut-14/+35
2020-01-02Move testLeSeulArtichaut-0/+0
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-3/+3
2020-01-01Ensure that we process projections during MIR inliningAaron Hill-0/+17
2020-01-02Added testLeSeulArtichaut-0/+57
2020-01-01Auto merge of #67676 - wesleywiser:lint_overflowing_int_casts, r=oli-obkbors-0/+84
2020-01-01Ignore overflow lint on 32-bit platformWesley Wiser-0/+3
2020-01-01Add a test for #37333Michal Terepeta-0/+51
2019-12-31Revert "core: add IntoFuture trait and support for await"Wesley Wiser-32/+7
2019-12-31Rollup merge of #67748 - MaskRay:frame-pointer, r=rkruppeMazdak Farrokhzad-3/+4
2019-12-31Rollup merge of #67744 - Centril:reduce-diversity, r=petrochenkovMazdak Farrokhzad-4/+16
2019-12-31Rollup merge of #67730 - Centril:typeck-pat-cleanup, r=estebankMazdak Farrokhzad-53/+189
2019-12-31Auto merge of #67752 - Dylan-DPC:rollup-7f9v4nx, r=Dylan-DPCbors-3/+9
2019-12-31Rollup merge of #67735 - petrochenkov:uibool, r=Mark-SimulacrumDylan DPC-1/+1
2019-12-31Rollup merge of #67723 - ldm0:E0477, r=Dylan-DPCDylan DPC-2/+8
2019-12-31Change wording for lifetime suggestion for opaque types from `constraint` to ...Ohad Ravid-14/+14
2019-12-31Auto merge of #67597 - estebank:placeholder-type, r=oli-obkbors-92/+300
2019-12-30Use function attribute "frame-pointer" instead of "no-frame-pointer-elim"Fangrui Song-3/+4
2019-12-31parser::pat: remove .fatal callsMazdak Farrokhzad-3/+8
2019-12-31de-fatalize some errorsMazdak Farrokhzad-1/+8
2019-12-30Lint overflowing integer casts in const propWesley Wiser-0/+81
2019-12-30Suggest adding a lifetime constraint when opaque type is responsible for "doe...Ohad Ravid-0/+32
2019-12-30Support `-Z ui-testing=yes/no`Vadim Petrochenkov-1/+1
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-3/+0
2019-12-30Blame user type in pat type error.Mazdak Farrokhzad-1/+85
2019-12-30refactor and fix this-expression-has-type noteMazdak Farrokhzad-22/+43
2019-12-30Pass the span of `<init>` in `let <pat> = <init>;`Mazdak Farrokhzad-4/+12
2019-12-30Show scrutinee expr type for struct fields.Mazdak Farrokhzad-0/+23