about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-01-17Use structured suggestion to surround struct literal with parenthesisEsteban Küber-3/+9
2019-01-17fix compat-mode ui testMark Mansi-1/+1
2019-01-17Update testsMark Mansi-93/+88
2019-01-18Fix suggestions given mulitple bad lifetimesDan Robertson-2/+58
2019-01-18privacy: Account for associated existential typesVadim Petrochenkov-6/+33
2019-01-18Fix testsYuki Okushi-11/+67
2019-01-17Add signed num::NonZeroI* typesSimon Sapin-2/+2
2019-01-17Deny the `overflowing_literals` lint for all editionsOliver Middleton-17/+30
2019-01-17Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrumbors-14/+4
2019-01-17Add test for linking non-existent static libraryAB1908-0/+13
2019-01-16Fix error templateAB1908-1/+1
2019-01-16Prioritize variants as inherent associated items during name resolutionVadim Petrochenkov-0/+89
2019-01-16Don't explicitly increment the depth for new trait predicatesAaron Hill-3/+70
2019-01-16Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakisbors-1199/+1065
2019-01-16With this change, I am able to build and test cross-platform `rustc`Felix S. Klock II-5/+3
2019-01-16Auto merge of #57416 - alexcrichton:remove-platform-intrinsics, r=nagisabors-339/+0
2019-01-16Remove trailing whitespaceAB1908-1/+0
2019-01-16Add regression test to close #53787AB1908-0/+33
2019-01-16Fix testsYuki Okushi-24/+2
2019-01-15update test outputmark-12/+60
2019-01-15update/add testsmark-8/+183
2019-01-15use structured macro and path resolve suggestionsAndy Russell-15/+25
2019-01-15Rollup merge of #57587 - Aaron1011:fix/const-pat-ice, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-01-15Rollup merge of #57467 - JohnTitor:implement-the-check-attribute-1, r=oli-obkMazdak Farrokhzad-0/+30
2019-01-15Rollup merge of #57352 - arielb1:no-manual-markers, r=nikomatsakisMazdak Farrokhzad-0/+132
2019-01-15Fix testsYuki Okushi-32/+11
2019-01-14stabilize extern_crate_selfRyan Leckey-20/+46
2019-01-15fix test output changing in rebaseAriel Ben-Yehuda-2/+2
2019-01-15Add error checkYuki Okushi-9/+30
2019-01-15Add testYuki Okushi-0/+30
2019-01-14Rollup merge of #57585 - estebank:trailing-semicolon, r=petrochenkovMazdak Farrokhzad-6/+78
2019-01-14Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkovMazdak Farrokhzad-113/+48
2019-01-14Rollup merge of #57540 - estebank:eval-more, r=petrochenkovMazdak Farrokhzad-110/+222
2019-01-14Rollup merge of #57481 - euclio:bool-cast-suggestion, r=estebankMazdak Farrokhzad-20/+25
2019-01-14rustc: Remove platform intrinsics crateAlex Crichton-339/+0
2019-01-14Add a regression test for mutating a non-mut #[thread_local]Michael Bradshaw-0/+36
2019-01-14Auto merge of #57592 - Centril:rollup, r=Centrilbors-152/+193
2019-01-14Rollup merge of #57556 - petrochenkov:privexist, r=arielb1Mazdak Farrokhzad-0/+15
2019-01-14Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavisMazdak Farrokhzad-106/+178
2019-01-14Rollup merge of #57465 - jethrogb:jb/stablize-cfg-target-vendor, r=joshtriple...Mazdak Farrokhzad-46/+0
2019-01-14Auto merge of #57322 - Centril:stabilize-identity, r=SimonSapinbors-2/+0
2019-01-14Stabilize `cfg_target_vendor`, #29718Jethro Beekman-46/+0
2019-01-14Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obkbors-245/+322
2019-01-14Add 'rustc-env:RUST_BACKTRACE=0' to const-pat-ice testAaron Hill-0/+1
2019-01-13Suggest removal of semicolon when appropriateEsteban Küber-23/+73
2019-01-13Tweak output of type mismatch between "then" and `else` `if` armsEsteban Küber-7/+139
2019-01-13Recover from item trailing semicolonEsteban Küber-6/+78
2019-01-13Auto merge of #57580 - Centril:rollup, r=Centrilbors-1/+96
2019-01-13Rollup merge of #57538 - dlrobertson:fix_57472, r=zackmdavisMazdak Farrokhzad-0/+55
2019-01-13Rollup merge of #57366 - estebank:point-match-discrim, r=varkorMazdak Farrokhzad-1/+41