about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-04-16Auto merge of #59769 - RalfJung:compiletest-normalization, r=alexcrichtonbors-6/+85
2019-04-16this panic occurs not just on Windows, normalize it away everywhereRalf Jung-6/+6
2019-04-16Rollup merge of #59993 - euclio:unused-ref-field, r=estebankMazdak Farrokhzad-0/+107
2019-04-16Rollup merge of #59903 - estebank:after-main, r=oli-obkMazdak Farrokhzad-0/+49
2019-04-15normalize away some Windows-only panic printingRalf Jung-3/+15
2019-04-15include mode in unused binding suggestion spanAndy Russell-0/+107
2019-04-15Update testJohn Kåre Alsaker-182/+186
2019-04-15Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of loopingJohn Kåre Alsaker-2/+2
2019-04-14Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011bors-1/+1
2019-04-14Rollup merge of #59936 - petrochenkov:confict, r=davidtwcoMazdak Farrokhzad-0/+12
2019-04-14Rollup merge of #59896 - estebank:dedup-spans, r=davidtwcoMazdak Farrokhzad-0/+27
2019-04-14Address review commentsVadim Petrochenkov-0/+3
2019-04-14Fix cross-crate visibility of fictive variant constructorsVadim Petrochenkov-0/+9
2019-04-14huge-enum also exhibits this errorRalf Jung-0/+4
2019-04-14some more tests need normalizationRalf Jung-0/+12
2019-04-14normalize away spurious errorRalf Jung-3/+27
2019-04-14normalize flags and rustc version in ICE reproRalf Jung-2/+4
2019-04-14fix testsRalf Jung-0/+25
2019-04-14Auto merge of #59798 - rchaser53:issue-59488, r=estebankbors-0/+115
2019-04-14Properly parse '--extern-private' with name and pathAaron Hill-1/+1
2019-04-14Auto merge of #59950 - Centril:rollup-hpmr62i, r=Centrilbors-0/+395
2019-04-14Rollup merge of #59784 - davidtwco:issue-59764, r=estebankMazdak Farrokhzad-0/+395
2019-04-14Rollup merge of #59899 - nnethercote:sort-enum-variants-by-size, r=pnkfelixMazdak Farrokhzad-25/+25
2019-04-14Rollup merge of #59858 - mark-i-m:dup-matcher-bindings-3, r=CentrilMazdak Farrokhzad-33/+37
2019-04-14Rollup merge of #59835 - lzutao:nonzero-signed, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-04-14Rollup merge of #59708 - matthewjasper:double-closure-unused-mut, r=pnkfelixMazdak Farrokhzad-8/+11
2019-04-14Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichtonMazdak Farrokhzad-22/+15
2019-04-12Add test and fix dedupEsteban Küber-0/+27
2019-04-12Rollup merge of #59866 - estebank:recover-missing-semi, r=petrochenkovMazdak Farrokhzad-0/+52
2019-04-12Rollup merge of #59862 - estebank:tweak-unstable-diag, r=petrochenkovMazdak Farrokhzad-417/+790
2019-04-12Rollup merge of #59859 - davidtwco:issue-59756, r=cramertjMazdak Farrokhzad-1/+53
2019-04-12Rollup merge of #59847 - Kampfkarren:try-block-catch, r=estebankMazdak Farrokhzad-0/+20
2019-04-12Rollup merge of #59846 - euclio:not-a-module, r=davidtwcoMazdak Farrokhzad-50/+62
2019-04-12Rollup merge of #59781 - whitfin:issue-59378, r=oli-obkMazdak Farrokhzad-12/+3
2019-04-12Stabilize the `alloc` crate.Simon Sapin-22/+15
2019-04-12add the logic for when other_ty is FnDefrchaser53-3/+55
2019-04-11Continue evaluating after missing mainEsteban Küber-0/+49
2019-04-12In `-Zprint-type-size` output, sort enum variants by size.Nicholas Nethercote-25/+25
2019-04-12Switch to multipart suggestions.David Wood-167/+29
2019-04-12Improve robustness of nested check.David Wood-4/+46
2019-04-12Handle edge cases.David Wood-5/+386
2019-04-12Handle renamed imports.David Wood-4/+46
2019-04-12Suggest macro import from crate root.David Wood-3/+25
2019-04-11review commentsEsteban Küber-2/+2
2019-04-11remove warnMark Mansi-1/+0
2019-04-11Reword tracking issue noteEsteban Küber-370/+370
2019-04-12improve error messagesrchaser53-13/+39
2019-04-10make duplicate matcher bindings a hard errorMark Mansi-32/+37
2019-04-10FeedbackKampfkarren-2/+2
2019-04-10Tweak unstable diagnostic outputEsteban Küber-417/+790