about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-03-24Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkovMazdak Farrokhzad-2/+28
2020-03-24Rollup merge of #69981 - oli-obk:const_blocks, r=eddybMazdak Farrokhzad-12/+28
2020-03-24Rollup merge of #69740 - mark-i-m:describe-it-3, r=eddybMazdak Farrokhzad-2/+2
2020-03-23Rollup merge of #70300 - aleksator:66636_reword_unused_variable_warning, r=Dy...Mazdak Farrokhzad-9/+9
2020-03-23Rollup merge of #70195 - rylev:test-for-53275, r=CentrilMazdak Farrokhzad-0/+9
2020-03-23Evaluate repeat expression lengths as late as possibleOliver Scherer-12/+28
2020-03-23Make sure issue 53275 test goes through codegenRyan Levick-1/+2
2020-03-23Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakisMazdak Farrokhzad-1/+1
2020-03-23Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasperMazdak Farrokhzad-50/+55
2020-03-23Reword unused variable warningAlex Tokarev-9/+9
2020-03-23Ignore tests on some platforms due to #53081Aaron Hill-2/+12
2020-03-22Store idents for `DefPathData` into crate metadataAaron Hill-0/+16
2020-03-23Rollup merge of #70227 - LeSeulArtichaut:typo-def, r=CentrilMazdak Farrokhzad-6/+5
2020-03-22Use more targetted span for error labelEsteban Küber-4/+4
2020-03-22Normalize wording of privacy access labelsEsteban Küber-18/+18
2020-03-22the crate and testsmark-2/+2
2020-03-22Add span label to primary error spanEsteban Küber-24/+19
2020-03-22Increase verbosity when suggesting subtle code changesEsteban Küber-8/+18
2020-03-21Allow `hir().find` to return `None`John Kåre Alsaker-0/+32
2020-03-21Bless testsLeSeulArtichaut-6/+5
2020-03-21rustc: keep upvars tupled in {Closure,Generator}Substs.Eduard-Mihai Burtescu-1/+1
2020-03-21Rollup merge of #70176 - rylev:ice-tests, r=CentrilMazdak Farrokhzad-0/+651
2020-03-20Auto merge of #69509 - RalfJung:debug-assert-write, r=eddybbors-3/+4
2020-03-20Add test for issue #53275Ryan Levick-0/+8
2020-03-20Add tests for #58319 and #65131Ryan Levick-0/+651
2020-03-18increase stack slack for x86_64-pc-windows-gnuRalf Jung-3/+4
2020-03-17Update tests for erasing regions in typeckMatthew Jasper-2/+2
2020-03-16Rollup merge of #69995 - contrun:add-context-to-literal-overflow, r=ecstatic-...Dylan DPC-0/+1
2020-03-15Add more context to the literal overflow messageYI-0/+1
2020-03-14increase slack for stack size testRalf Jung-2/+2
2020-03-12update testsMark Mansi-22/+22
2020-03-12Rollup merge of #69722 - estebank:negative-impl-span-ast, r=CentrilMazdak Farrokhzad-18/+12
2020-03-11Rollup merge of #69760 - Centril:parse-expr-improve, r=estebankMazdak Farrokhzad-6/+6
2020-03-10unify/improve/simplify attribute parsingMazdak Farrokhzad-6/+6
2020-03-10fix test failure due to earlier emitted errorYI-1/+8
2020-03-08Rollup merge of #69422 - JohnTitor:remove-unwrap, r=XanewokMazdak Farrokhzad-5/+8
2020-03-07Rollup merge of #69727 - JohnTitor:sugg-unwrap, r=estebankMazdak Farrokhzad-0/+37
2020-03-07Rollup merge of #67741 - estebank:point-at-pat-def, r=CentrilMazdak Farrokhzad-2/+22
2020-03-06When encountering an Item in a pat context, point at the item defEsteban Küber-2/+22
2020-03-07Add a regression testYuki Okushi-0/+37
2020-03-06Further tweak spans in ast validation errorsEsteban Küber-18/+12
2020-03-06Auto merge of #69614 - estebank:ice-age, r=davidtwcobors-0/+41
2020-03-02Rollup merge of #69623 - Centril:fix-69396-tmp, r=petrochenkovDylan DPC-0/+70
2020-03-02stash API: remove panic to fix ICE.Mazdak Farrokhzad-0/+70
2020-03-01`delay_span_bug` when codegen cannot select obligationEsteban Küber-0/+41
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-29Auto merge of #69255 - estebank:e0599-details, r=varkorbors-24/+50
2020-02-28keep predicate order and tweak outputEsteban Küber-12/+16
2020-02-28Review comments: split requirement text to multiple lines for readabilityEsteban Küber-3/+6
2020-02-28Account for arbitrary self types in E0599Esteban Küber-4/+2