about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-02-19Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-case, r=pe...Dylan DPC-1/+2
2020-02-19avoid excessive number of revisionsRalf Jung-151/+1
2020-02-18Add `#[rustc_args_required_const]` to `simd_shuffle` testsDylan MacKenzie-1/+2
2020-02-19Auto merge of #69241 - shahn:checked_add_revert, r=Mark-Simulacrum,lqdbors-0/+31
2020-02-18Revert "Remove `checked_add` in `Layout::repeat`"Sebastian Hahn-0/+31
2020-02-18better lint namesRalf Jung-9/+9
2020-02-18Rollup merge of #69217 - LeSeulArtichaut:remove-lint-impl-op, r=estebankMazdak Farrokhzad-17/+0
2020-02-18Rollup merge of #69211 - petrochenkov:prevtok, r=CentrilMazdak Farrokhzad-6/+6
2020-02-18Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkovMazdak Farrokhzad-3/+3
2020-02-17parser: Do not call `bump` recursivelyVadim Petrochenkov-6/+6
2020-02-17Do not emit note suggesting to implement trait to foreign typeLeSeulArtichaut-17/+0
2020-02-15parse associated statics.Mazdak Farrokhzad-3/+3
2020-02-16Add test for issue-51798Yuki Okushi-0/+17
2020-02-15fix another testRalf Jung-7/+7
2020-02-15more revisions and use them for another testRalf Jung-2/+152
2020-02-15fix tests, and use variants to test debug and release builds togetherRalf Jung-471/+479
2020-02-13parser: misc small item related improvements & cleanups.Mazdak Farrokhzad-3/+3
2020-02-13ast_validation: tweak diagnostic outputMazdak Farrokhzad-3/+3
2020-02-13parser_fn_front_matter: allow `const .. extern`Mazdak Farrokhzad-8/+1
2020-02-12Rollup merge of #69002 - RalfJung:miri-op-overflow, r=oli-obk,wesleywiserDylan DPC-39/+117
2020-02-11On mismatched argument count point at argumentsEsteban Küber-21/+29
2020-02-11Rollup merge of #68816 - estebank:fn-mut-closure, r=varkorDylan DPC-17/+16
2020-02-11Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPCbors-17/+18
2020-02-10div/rem overflow tests: also test i128Ralf Jung-39/+117
2020-02-09Auto merge of #67665 - Patryk27:master, r=zackmdavisbors-23/+38
2020-02-09--bless --compare-mode=nllMatthias Prechtl-17/+18
2020-02-09Improve reporting errors and suggestions for trait boundsPatryk Wychowaniec-23/+38
2020-02-09Auto merge of #68689 - estebank:where-clause-sugg-missing-fn, r=varkorbors-1/+1
2020-02-08review commentEsteban Küber-1/+1
2020-02-09Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasperbors-40/+0
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-8/+75
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-8/+8
2020-02-06Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkovDylan DPC-4/+3
2020-02-06Auto merge of #68583 - estebank:hrlt, r=oli-obkbors-18/+28
2020-02-05review comments: wordingEsteban Küber-2/+2
2020-02-05Account for `fn()` types in lifetime suggestionsEsteban Küber-36/+17
2020-02-05review commentsEsteban Küber-9/+9
2020-02-05Suggest `'r` instead of `'lifetime`Esteban Küber-14/+14
2020-02-05When suggesting lifetimes, propose adding the new lifetime to all argumentsEsteban Küber-12/+12
2020-02-05Use spans for input borrowed types unrelated to return typeEsteban Küber-6/+30
2020-02-05Account for HKTB when suggesting introduction of named lifetimeEsteban Küber-0/+5
2020-02-05`#![recursion_limit = "X"]`: note current crate name.Mazdak Farrokhzad-7/+7
2020-02-05parser: merge `fn` grammars wrt. bodies & headersMazdak Farrokhzad-4/+3
2020-02-04Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obkbors-121/+128
2020-02-03Tweak borrow error on `FnMut` when `Fn` is expectedEsteban Küber-17/+16
2020-02-03Auto merge of #67668 - matthewjasper:or-patterns, r=pnkfelixbors-12/+4
2020-02-03Auto merge of #68756 - JohnTitor:fix-ice-save-analysis-2, r=davidtwcobors-1/+3
2020-02-02Point at reason in object unsafe trait with `Self` in supertraits or `where`-...Esteban Küber-9/+26
2020-02-02Account for `?Sized` type parameter boundsEsteban Küber-1/+1
2020-02-02Use more appropriate spans on object unsafe traits and provide structured sug...Esteban Küber-1/+4