about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-09-11Make wording less confusingvarkor-5/+5
2019-09-10Correct the polymorphic extern fn error for const parametersvarkor-0/+37
2019-09-06Rollup merge of #64161 - estebank:point-variant, r=CentrilMazdak Farrokhzad-0/+21
2019-09-06Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkovMazdak Farrokhzad-40/+685
2019-09-06Rollup merge of #64094 - kawa-yoiko:rustdoc-search, r=GuillaumeGomezMazdak Farrokhzad-0/+163
2019-09-05Rollup merge of #64157 - gilescope:opaque-type-location, r=cramertj,CentrilMazdak Farrokhzad-2/+2
2019-09-05Rollup merge of #64083 - estebank:tweak-e0308, r=oli-obkMazdak Farrokhzad-13/+86
2019-09-05Rollup merge of #64063 - JohnTitor:fix-const-err, r=oli-obkMazdak Farrokhzad-49/+468
2019-09-05Rollup merge of #64041 - matklad:token-stream-tt, r=petrochenkovMazdak Farrokhzad-3/+3
2019-09-05Rollup merge of #63930 - estebank:rustdoc-ice, r=GuillaumeGomezMazdak Farrokhzad-0/+32
2019-09-05or-patterns: fix fallout from #664128.Mazdak Farrokhzad-34/+19
2019-09-05or-patterns: fix pprust-expr-roundtrip due to AST change.Mazdak Farrokhzad-3/+3
2019-09-05resolve: test consistent or-patterns being allowed.Mazdak Farrokhzad-38/+132
2019-09-05resolve: test binding mode consistency for or-patterns.Mazdak Farrokhzad-0/+98
2019-09-05resolve: add test for missing bindings in or-patterns.Mazdak Farrokhzad-0/+324
2019-09-05resolve: account for general or-patterns in consistency checking.Mazdak Farrokhzad-4/+11
2019-09-05resolve: add tests for already-bound check.Mazdak Farrokhzad-0/+136
2019-09-05resolve: already-bound-check: account for or-patterns.Mazdak Farrokhzad-3/+4
2019-09-05Opaque type locations in error message for clarity.Giles Cope-2/+2
2019-09-04Point at variant on pattern field count mismatchEsteban Küber-0/+21
2019-09-05Rollup merge of #64128 - Centril:unused-parens-pat, r=davidtwcoMazdak Farrokhzad-47/+192
2019-09-05Rollup merge of #64110 - estebank:receiver-type, r=CentrilMazdak Farrokhzad-99/+133
2019-09-05Rollup merge of #64043 - matthewjasper:underscore-import-tests, r=alexcrichtonMazdak Farrokhzad-0/+54
2019-09-05Rollup merge of #64038 - matthewjasper:deny-mutual-impl-trait-recursion, r=va...Mazdak Farrokhzad-2/+94
2019-09-05Rollup merge of #64031 - Centril:param-attrs-no-macros-test, r=nikomatsakisMazdak Farrokhzad-0/+299
2019-09-04Improve searching in rustdoc and add testsShiqing-0/+163
2019-09-04Auto merge of #63825 - nathanwhit:check-run-results, r=Mark-Simulacrumbors-82/+30
2019-09-04Add compile flagYuki Okushi-41/+43
2019-09-03use TokenStream rather than &[TokenTree] for built-in macrosAleksey Kladov-3/+3
2019-09-03review commentsEsteban Küber-2/+2
2019-09-03unused_parens: fix for or-patterns + &(mut x)Mazdak Farrokhzad-47/+192
2019-09-03Rollup merge of #64104 - Mark-Simulacrum:intrinsic-fn-ptr-ice, r=estebankMazdak Farrokhzad-0/+37
2019-09-03Rollup merge of #64056 - estebank:arbitrary-self-types, r=CentrilMazdak Farrokhzad-0/+67
2019-09-03Rollup merge of #64049 - estebank:if-else-type-err, r=CentrilMazdak Farrokhzad-96/+9
2019-09-02account for DUMMY_SP and correct wordingEsteban Küber-9/+11
2019-09-02On object safety violation, point at source when possibleEsteban Küber-62/+92
2019-09-02Refer to "`self` type" instead of "receiver type"Esteban Küber-48/+50
2019-09-02Add match test casesEsteban Küber-1/+76
2019-09-02Emit error on intrinsic to fn ptr castsMark Rousskov-0/+37
2019-09-02Auto merge of #63692 - iluuu1994:issue-49660, r=sfacklerbors-0/+77
2019-09-01Point at appropriate arm on type error on if/else/match with one non-! armEsteban Küber-12/+10
2019-09-02Auto merge of #63834 - andjo403:rustdoc-linker-remove, r=Mark-Simulacrumbors-1/+1
2019-09-02Fix tests againYuki Okushi-72/+542
2019-09-02Fix condition and tests' flagsYuki Okushi-141/+74
2019-09-02Fix overflow_checkYuki Okushi-49/+163
2019-09-01Auto merge of #63870 - estebank:async-fn-call, r=oli-obkbors-2081/+1234
2019-09-02Add `overflow_check` checkYuki Okushi-6/+0
2019-09-02Add `opt-level` checkYuki Okushi-145/+53
2019-09-01Fix const_err with `-(-0.0)`Yuki Okushi-14/+12
2019-09-01Account for arbitrary self types in E0599Esteban Küber-0/+67