about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2019-09-28Rollup merge of #64793 - immunant:format_spans, r=matthewjasperMazdak Farrokhzad-6/+3
2019-09-28Auto merge of #64455 - GuillaumeGomez:long-error-explanation-E0531, r=Centrilbors-1/+2
2019-09-28Implement CRsWojciech Baranowski-0/+3
2019-09-27--bless --compare-mode=nllMazdak Farrokhzad-33/+0
2019-09-26Rollup merge of #64783 - onehr:onehrxn, r=varkorMazdak Farrokhzad-0/+31
2019-09-26issue-#45696: remove ignore-compare-mode-nllMazdak Farrokhzad-10/+6
2019-09-26issue-#45696-scribble...: remove outdated comment.Mazdak Farrokhzad-5/+3
2019-09-26rm "src/test/ui/issues/issue-45696-scribble-on-boxed-borrow.migrate.stderr"Mazdak Farrokhzad-36/+0
2019-09-26remove feature(nll) in more cases.Mazdak Farrokhzad-19/+6
2019-09-26remove feature(nll) from #45157 test.Mazdak Farrokhzad-30/+1
2019-09-26Adjust & --bless tests due to no longer downgrading NLL errors on 2015.Mazdak Farrokhzad-155/+54
2019-09-25Add test case for issue #64732Haoran Wang-0/+31
2019-09-25Fix format macro expansions spans to be macro-generatedStephen Crane-6/+3
2019-09-25update ui testsGuillaume Gomez-1/+2
2019-09-24fix rebaseEsteban Küber-1/+1
2019-09-24Remove blanket silencing of "type annotation needed" errorsEsteban Küber-13/+30
2019-09-24Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fnOliver Scherer-10/+1
2019-09-23Stabilize Option::deref and Option::deref_mutSimon Sapin-6/+2
2019-09-23Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centrilbors-0/+13
2019-09-23Rollup merge of #64674 - estebank:knock-down-the-wall, r=CentrilMazdak Farrokhzad-0/+13
2019-09-22ignore-x86 instead of ignore-muslEsteban Küber-1/+1
2019-09-22Point at type param when it's cause of unfulfilled obligationEsteban Küber-6/+6
2019-09-22ignore musl target in tests to avoid issues with output differencesEsteban Küber-1/+3
2019-09-22Point at correct span for parenthesized typesEsteban Küber-29/+29
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-55/+55
2019-09-22Point at definition when misusing ADTEsteban Küber-2/+14
2019-09-22Auto merge of #64669 - estebank:unreachable, r=Centrilbors-12/+6
2019-09-21review commentsEsteban Küber-1/+1
2019-09-21Propagate `types.err` in locals further to avoid spurious knock-down errorsEsteban Küber-0/+13
2019-09-21Do not trigger unreachable lint in async body and Use span labelsEsteban Küber-12/+6
2019-09-21Rollup merge of #64660 - guanqun:unify-errors-for-tuple-struct, r=estebankMazdak Farrokhzad-2/+33
2019-09-21Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obkMazdak Farrokhzad-0/+13
2019-09-21unify errors for tuple/struct variantsGuanqun Lu-2/+33
2019-09-21Rollup merge of #64642 - cuviper:move-for-loop-snippet, r=varkorMazdak Farrokhzad-0/+24
2019-09-21Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebankMazdak Farrokhzad-0/+12
2019-09-21Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obkMazdak Farrokhzad-0/+2
2019-09-20Fix the span used to suggest avoiding for-loop movesJosh Stone-0/+24
2019-09-20Exempt extern "Rust" from improper_ctypesJosh Stone-0/+12
2019-09-20Auto merge of #64498 - estebank:point-at-arg, r=Centrilbors-27/+57
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-27/+57
2019-09-19Rollup merge of #64592 - Aaron1011:feature/unreachable-span, r=CentrilMazdak Farrokhzad-0/+11
2019-09-18Add explanation to type mismatch involving type params and assoc typesEsteban Küber-0/+13
2019-09-18Point at original span when emitting unreachable lintAaron Hill-0/+11
2019-09-19Fix a minor grammar nit, update UI testsJames Munns-1/+1
2019-09-17Get rid of special const intrinsic query in favour of `const_eval`Oliver Scherer-39/+0
2019-09-16Tweak unsatisfied HRTB errorsEsteban Küber-24/+52
2019-09-15resolve: Remove `!` from "cannot find" diagnostics for macrosVadim Petrochenkov-12/+12
2019-09-15resolve: Tweak "cannot find" wording for attributesVadim Petrochenkov-6/+6
2019-09-15Rollup merge of #64471 - Mark-Simulacrum:warn-depr-attr, r=CentrilMazdak Farrokhzad-3/+0
2019-09-15Rollup merge of #64463 - petrochenkov:expectattr, r=CentrilMazdak Farrokhzad-4/+4