about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
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
2019-04-10Recover from missing semicolon based on the found tokenEsteban Küber-0/+52
2019-04-10Suggest removing `?` to resolve type errors.David Wood-3/+28
2019-04-10Fix tests, I thinkKampfkarren-2/+3
2019-04-10Fix error brought up by changing tabs to spacesKampfkarren-1/+1
2019-04-10Adhere to tidy scriptKampfkarren-3/+3
2019-04-10Special error when using catch after tryKampfkarren-0/+19
2019-04-10clarify what the item is in "not a module" errorAndy Russell-50/+62
2019-04-10Update ui testLzu Tao-1/+1
2019-04-09improve unknown enum variant errorsAndy Russell-68/+175
2019-04-08Update test cases for changes to error messagesIsaac Whitfield-12/+3
2019-04-08Merge remote-tracking branch 'origin/master'rchaser53-0/+61
2019-04-08Add test demonstrating existing behaviour.David Wood-0/+27
2019-04-07Only run SIMD tests on x86Oliver Scherer-3/+9