about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-10-29Point at the trait item and tweak wordingEsteban Küber-12/+21
2019-10-29review commentsEsteban Küber-8/+8
2019-10-29Custom lifetime error for `impl` item doesn't conform to `trait`Esteban Küber-48/+38
2019-10-29Auto merge of #65435 - michaelwoerister:fix-issue-64153, r=alexcrichtonbors-0/+38
2019-10-29Rollup merge of #65809 - roblabla:eficall-abi, r=nagisaMazdak Farrokhzad-82/+184
2019-10-29Rollup merge of #65562 - Patryk27:master, r=estebankMazdak Farrokhzad-39/+39
2019-10-29Rollup merge of #65318 - estebank:coherence, r=varkorMazdak Farrokhzad-196/+324
2019-10-29Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasperMazdak Farrokhzad-14/+169
2019-10-28Rollup merge of #65858 - davidtwco:rfc-2203-feature-gate-in-error, r=ecstatic...Mazdak Farrokhzad-2/+21
2019-10-28Rollup merge of #65640 - estebank:recover-missing-semi, r=CentrilMazdak Farrokhzad-50/+51
2019-10-28Rollup merge of #65563 - GuillaumeGomez:long-err-explanation-E0587, r=Dylan-DPCMazdak Farrokhzad-1/+2
2019-10-28suggest `const_in_array_repeat_expression` flagDavid Wood-2/+21
2019-10-28review commentsEsteban Küber-2/+2
2019-10-28Tweak unexpected token wordingEsteban Küber-36/+37
2019-10-28Use heuristics to recover parsing of missing `;`Esteban Küber-24/+24
2019-10-28Improve pretty-printing for compound qualified paths.Patryk Wychowaniec-2/+2
2019-10-28Fix a previously forgotten pretty-printing test after a change to the pretty-...Patryk Wychowaniec-1/+1
2019-10-28Improve the "try using a variant of the expected type" hint.Patryk Wychowaniec-40/+40
2019-10-28Do not display ADT type arguments and fix rebaseEsteban Küber-61/+89
2019-10-28Account for tuples in explanationEsteban Küber-23/+23
2019-10-28Talk about specific types and remove lifetimes from outputEsteban Küber-18/+18
2019-10-28Further tweak spans for better readabilityEsteban Küber-16/+16
2019-10-28Use more targeted spans for orphan rule errorsEsteban Küber-176/+272
2019-10-28Call out the types that are non local on E0117Esteban Küber-48/+52
2019-10-28Ignore issue-64153 run-make test on Windows since supporting a Windows versio...Michael Woerister-0/+4
2019-10-28Auto merge of #65421 - estebank:variants, r=petrochenkovbors-282/+517
2019-10-28Auto merge of #65188 - matthewjasper:stabilize-const-constructor, r=Centrilbors-98/+40
2019-10-28Rollup merge of #65880 - Nadrieril:gather-usefulness-tests, r=varkorMazdak Farrokhzad-3/+3
2019-10-28Rollup merge of #65664 - anp:panic-location, r=eddybMazdak Farrokhzad-2/+35
2019-10-27Stabilize `const_constructor`Matthew Jasper-98/+40
2019-10-27Gather together usefulness testsNadrieril-3/+3
2019-10-27Implementation of const caller_location.Adam Perry-0/+23
2019-10-27Panicking infra uses &core::panic::Location.Adam Perry-2/+3
2019-10-27Implement core::intrinsics::caller_location.Adam Perry-0/+9
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-282/+517
2019-10-27Rollup merge of #65855 - ObsidianMinor:extended_error/E0666, r=varkorMazdak Farrokhzad-2/+4
2019-10-27Rollup merge of #65777 - matthewjasper:allow-impl-trait-expansion, r=davidtwcoMazdak Farrokhzad-24/+42
2019-10-27Rollup merge of #65738 - ohadravid:re-rebalance-coherence-allow-fundamental-l...Mazdak Farrokhzad-0/+32
2019-10-27Rollup merge of #65566 - estebank:let-expr-as-ty, r=CentrilMazdak Farrokhzad-5/+65
2019-10-27Auto merge of #65519 - pnkfelix:issue-63438-trait-based-structural-match, r=m...bors-10/+31
2019-10-27Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakisbors-17/+97
2019-10-26Add detailed explaination for E0666Sydney Acksman-2/+4
2019-10-26Fix rebaseEsteban Küber-0/+1
2019-10-26review comments and tweaksEsteban Küber-10/+27
2019-10-26Remove unnecessary error in testEsteban Küber-14/+4
2019-10-26Use heuristics to suggest assignmentEsteban Küber-0/+52
2019-10-26Only run efiapi test on llvm 9.0+roblabla-0/+2
2019-10-26Rollup merge of #65773 - estebank:sugg-whitespace, r=CentrilMazdak Farrokhzad-0/+731
2019-10-26Rollup merge of #65743 - eddyb:generator-on-call, r=matthewjasperMazdak Farrokhzad-12/+12
2019-10-26Coherence should allow fundamental types to impl traitsOhad Ravid-0/+32