about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-09-15Auto merge of #64491 - Centril:rollup-21wkl69, r=Centrilbors-19/+51
2019-09-15Rollup merge of #64472 - Mark-Simulacrum:unused-parens-attr, r=varkorMazdak Farrokhzad-19/+23
2019-09-15Rollup merge of #64250 - Xanewok:save-analysis-assoc-nested, r=varkorMazdak Farrokhzad-0/+28
2019-09-15Auto merge of #64474 - Mark-Simulacrum:permit-err-overlap, r=matthewjasperbors-0/+31
2019-09-15Permit impls referencing errors to overlapMark Rousskov-0/+31
2019-09-15Auto merge of #64483 - petrochenkov:expectattr2, r=Centrilbors-159/+159
2019-09-15resolve: Remove `!` from "cannot find" diagnostics for macrosVadim Petrochenkov-41/+41
2019-09-15resolve: Tweak "cannot find" wording for attributesVadim Petrochenkov-118/+118
2019-09-15Auto merge of #64469 - matthewjasper:increase-hygiene-use, r=petrochenkovbors-12/+34
2019-09-15Remove `with_legacy_ctxt`Matthew Jasper-12/+34
2019-09-15Auto merge of #64478 - Centril:rollup-bnt51w1, r=Centrilbors-11/+29
2019-09-15Rollup merge of #64471 - Mark-Simulacrum:warn-depr-attr, r=CentrilMazdak Farrokhzad-7/+16
2019-09-15Rollup merge of #64463 - petrochenkov:expectattr, r=CentrilMazdak Farrokhzad-4/+4
2019-09-15Rollup merge of #64457 - petrochenkov:macunfield, r=matthewjasperMazdak Farrokhzad-0/+9
2019-09-15Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obkbors-3/+18
2019-09-14Warn on no_start, crate_id attribute useMark Rousskov-7/+16
2019-09-14Don't mark expression with attributes as not needing parenthesesMark Rousskov-19/+23
2019-09-15save-analysis: Process bounds in impl trait only in argument positionIgor Matuszewski-3/+8
2019-09-14Try to fix the test output normalizationJonas Schievink-15/+15
2019-09-14Rollup merge of #64462 - petrochenkov:remattr, r=CentrilMazdak Farrokhzad-8/+8
2019-09-14Rollup merge of #64406 - Mark-Simulacrum:error-unknown-intrinsic, r=CentrilMazdak Farrokhzad-81/+165
2019-09-14Rollup merge of #64290 - Mark-Simulacrum:span-no-main, r=estebankMazdak Farrokhzad-89/+128
2019-09-14resolve: Tweak some expected/found wordingVadim Petrochenkov-4/+4
2019-09-14feature_gate: Merge various attribute gating functionsVadim Petrochenkov-8/+8
2019-09-14Ban non-extern rust intrinsicsMark Rousskov-81/+165
2019-09-14Provide a span if main function is not present in crateMark Rousskov-89/+128
2019-09-14Rollup merge of #64439 - 12101111:fix-owned-box, r=CentrilMazdak Farrokhzad-0/+26
2019-09-14Rollup merge of #64431 - pnkfelix:issue-63479-fnptr-is-structural-match, r=va...Mazdak Farrokhzad-0/+171
2019-09-14def_collector: Do not ICE on attributes on unnamed fieldsVadim Petrochenkov-0/+9
2019-09-14Auto merge of #64080 - estebank:parse-format-comma, r=zackmdavisbors-6/+6
2019-09-14add trailing newline12101111-1/+1
2019-09-14add ui test for #6443012101111-0/+26
2019-09-13Regression tests for fn ptr and `#[structural_match]` as discussed in #63479.Felix S. Klock II-0/+171
2019-09-13save-analysis: Add a related test caseIgor Matuszewski-0/+23
2019-09-12Auto merge of #64360 - varkor:foreign-items-diagnostic-const-generics, r=cram...bors-3/+40
2019-09-12Auto merge of #64359 - varkor:opaque-ty-in-extern, r=estebankbors-104/+186
2019-09-11Auto merge of #64271 - Centril:non-exhaustive-peel-refs, r=estebankbors-33/+284
2019-09-11Auto merge of #64154 - alexcrichton:std-backtrace, r=sfacklerbors-0/+75
2019-09-11Make wording less confusingvarkor-5/+5
2019-09-10Correct the polymorphic extern fn error for const parametersvarkor-0/+37
2019-09-10Refactor "not FFI-safe" diagnosticvarkor-105/+157
2019-09-10Surround `PhantomData` in backticksvarkor-6/+6
2019-09-10Forbid opaque types in extern blocksvarkor-0/+30
2019-09-10Rollup merge of #64292 - davidtwco:issue-63832-await-temporary-lifetimes, r=m...Mazdak Farrokhzad-12/+43
2019-09-10Rollup merge of #63786 - tspiteri:const-abs, r=alexcrichtonMazdak Farrokhzad-0/+22
2019-09-10lowering: extend temporary lifetimes around awaitDavid Wood-12/+43
2019-09-09Rollup merge of #64054 - estebank:unused-import-is-to-eager, r=petrochenkovMazdak Farrokhzad-11/+41
2019-09-09Auto merge of #64313 - Centril:rollup-7w8b67g, r=Centrilbors-420/+375
2019-09-09Rollup merge of #63468 - c410-f3r:attrs, r=petrochenkovMazdak Farrokhzad-420/+375
2019-09-09std: Add a `backtrace` moduleAlex Crichton-0/+75