about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-03-31Auto merge of #59577 - dlrobertson:fix_58881, r=nagisabors-0/+21
2019-03-31Fix LLVM IR generated for C-variadic argumentsDan Robertson-0/+21
2019-03-31Rollup merge of #59583 - oberien:patch-1, r=CentrilMazdak Farrokhzad-0/+16
2019-03-31Rollup merge of #59580 - taiki-e:coerce-closure, r=oli-obkMazdak Farrokhzad-0/+12
2019-03-31Rollup merge of #59506 - JohnTitor:improve-mcount, r=nagisaMazdak Farrokhzad-0/+7
2019-03-31Rollup merge of #58805 - fabric-and-ink:redundant_import, r=petrochenkovMazdak Farrokhzad-20/+92
2019-04-01Allow closure to unsafe fn coercionTaiki Endo-0/+12
2019-03-31Rollup merge of #59574 - JohnTitor:distinguish-error-vs-warning, r=CentrilMazdak Farrokhzad-2/+2
2019-03-31Rollup merge of #59572 - davidtwco:issue-59508, r=varkorMazdak Farrokhzad-13/+85
2019-03-31match match match match matchJaro Fietz-0/+16
2019-03-31Only mention const generics if enabled.David Wood-14/+46
2019-03-31Include bounds in generic reordering diagnostic.David Wood-0/+40
2019-03-31Distinguish depending on error levelYuki OKUSHI-2/+2
2019-03-31Fix testYuki OKUSHI-1/+1
2019-03-30Restore testFabian Drinck-0/+3
2019-03-30Handle glob import in redundancy checkFabian Drinck-9/+0
2019-03-30Change message to present tenseFabian Drinck-4/+4
2019-03-30Fix more testsFabian Drinck-10/+0
2019-03-30Add glob import to redundancy testFabian Drinck-6/+36
2019-03-30Fix testsFabian Drinck-5/+13
2019-03-30Replace REDUNDANT_IMPORT with UNUSED_IMPORTSFabian Drinck-63/+14
2019-03-30Edit ui testsFabian Drinck-0/+2
2019-03-30Distinguish between imported and defined itemsFabian Drinck-1/+1
2019-03-30Bless testsFabian Drinck-0/+69
2019-03-30Improve warningFabian Drinck-7/+4
2019-03-30Add lint for redundant importsFabian Drinck-0/+31
2019-03-30Rollup merge of #59463 - pnkfelix:issue-56327-skip-dyn-keyword-lint-under-mac...Mazdak Farrokhzad-0/+454
2019-03-30Rollup merge of #59380 - philipc:thinlto-variant, r=michaelwoeristerMazdak Farrokhzad-0/+48
2019-03-30Rollup merge of #59525 - pnkfelix:whitelist-some-rustc-attrs, r=petrochenkovMazdak Farrokhzad-0/+46
2019-03-30Rollup merge of #59455 - estebank:borrow-sugg-shorthand-field, r=davidtwcoMazdak Farrokhzad-4/+70
2019-03-30Rollup merge of #59453 - estebank:recover-tuple-parse, r=petrochenkovMazdak Farrokhzad-8/+171
2019-03-30Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,...Mazdak Farrokhzad-189/+136
2019-03-29Regression test for incremental treatment of rustc_scalar_valid_range_{start,...Felix S. Klock II-0/+19
2019-03-29Regression test for incremental treatment of rustc_on_unimplemented.Felix S. Klock II-0/+27
2019-03-29revert change to test file as per review requestEsteban Küber-2/+1
2019-03-29Rollup merge of #59486 - varkor:dead-code-impl, r=sanxiynMazdak Farrokhzad-0/+17
2019-03-29Rollup merge of #59473 - estebank:borrow-sugg-inside-macro, r=davidtwcoMazdak Farrokhzad-4/+33
2019-03-29Rollup merge of #59467 - hgallagher1993:local_branch, r=estebankMazdak Farrokhzad-84/+173
2019-03-29Rollup merge of #59462 - taiki-e:no-core, r=petrochenkovMazdak Farrokhzad-0/+18
2019-03-28fix text after rebaseEsteban Küber-0/+8
2019-03-29Rollup merge of #59394 - mark-i-m:dup-matcher-bindings-2, r=CentrilMazdak Farrokhzad-5/+10
2019-03-29Use platform dependent mcount functionYuki OKUSHI-0/+7
2019-03-28Implement `#[non_exhaustive]` on variants.David Wood-189/+136
2019-03-28deny duplicate matcher bindings by defaultmark-5/+10
2019-03-28Add check for when left and right overlap and change span for explanation to ...hgallagher1993-42/+9
2019-03-28Rollup merge of #59429 - estebank:for-loop-move-nll, r=petrochenkovMazdak Farrokhzad-22/+14
2019-03-28Rollup merge of #59408 - euclio:compiletest-normalization, r=oli-obkMazdak Farrokhzad-149/+149
2019-03-28Rollup merge of #59371 - dlrobertson:rename_va_list_copy, r=joshtriplettMazdak Farrokhzad-20/+20
2019-03-28Revise and generalize the macros-unlinted tests.Felix S. Klock II-2/+85
2019-03-28Revise test slightly so that `dyn` in macro invocation *must* be parsed as ke...Felix S. Klock II-4/+4