about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-02-02Wording changes to object unsafe trait errorsEsteban Küber-16/+38
2020-02-02Point at `Sized` requirementsEsteban Küber-0/+3
2020-02-02Slight rewording of diagnostic messageEsteban Küber-4/+4
2020-02-02Use more accurate failed predicate spansEsteban Küber-32/+25
2020-02-02Tweak `Self: Sized` restriction diagnostic outputEsteban Küber-8/+9
2020-02-02Point at `Sized` boundEsteban Küber-2/+7
2020-02-02Point at arguments or output when fn obligations come from them, or ident whe...Esteban Küber-82/+45
2020-02-02move_ref_patterns: introduce testsMazdak Farrokhzad-40/+0
2020-02-02Do not suggest duplicate boundsYuki Okushi-4/+0
2020-02-02Fix ICE with save-analysisYuki Okushi-1/+3
2020-02-01Update existing tests for or-patternsMatthew Jasper-12/+4
2020-02-01Auto merge of #68698 - tmiasko:catch-panic, r=Amanieubors-0/+26
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-42/+42
2020-01-31Remove incorrect debug assertions from catch_unwindTomasz Miąsko-0/+26
2020-01-30Auto merge of #68325 - faern:move-numeric-consts-to-associated-consts-step1, ...bors-18/+0
2020-01-28lintify conflicting_repr_hintsMazdak Farrokhzad-1/+11
2020-01-27Rollup merge of #68562 - hjung4:spell, r=jonas-schievinkPietro Albini-1/+1
2020-01-26updatecomet-1/+1
2020-01-27Auto merge of #68447 - estebank:sugg-type-param, r=petrochenkovbors-1/+3
2020-01-26Suggest defining type parameter when appropriateEsteban Küber-1/+3
2020-01-26rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr.Eduard-Mihai Burtescu-2/+2
2020-01-24Add opt-level=0 to testThomas Lively-1/+1
2020-01-24Update LLVM to fix crash on Emscripten targetsThomas Lively-0/+8
2020-01-24Normalise notes with the/isvarkor-42/+42
2020-01-23Remove no longer valid testLinus Färnstrand-18/+0
2020-01-19review commentsEsteban Küber-6/+6
2020-01-19When encountering an expected named lifetime and none are present, suggest ad...Esteban Küber-6/+30
2020-01-18slice_patterns: remove gates in testsMazdak Farrokhzad-17/+6
2020-01-17Auto merge of #68305 - Dylan-DPC:rollup-aoohsz8, r=Dylan-DPCbors-16/+114
2020-01-17Rollup merge of #68195 - estebank:impl-trait-2000, r=CentrilDylan DPC-0/+9
2020-01-17Auto merge of #67731 - matthewjasper:drop-in-place-reclimit, r=eddybbors-36/+0
2020-01-16Ignore some tests on platforms without libstd spansVadim Petrochenkov-2/+7
2020-01-16resolve: Point at the private item definitions in privacy errorsVadim Petrochenkov-14/+98
2020-01-16review commentsEsteban Küber-2/+2
2020-01-16When trait bounds are missing for return values, point at themEsteban Küber-0/+9
2020-01-16Rollup merge of #68096 - varkor:diagnostic-cleanup, r=CentrilDylan DPC-6/+6
2020-01-15Add test for issue-66473Yuki Okushi-0/+0
2020-01-12Add backticks in appropriate placesvarkor-3/+3
2020-01-12Diagnostics should start lowercasevarkor-3/+3
2020-01-11Rollup merge of #67930 - lzutao:result-as_deref, r=dtolnayMazdak Farrokhzad-38/+2
2020-01-11Auto merge of #65912 - estebank:variants-orig, r=petrochenkovbors-5/+28
2020-01-11Update test after renaming Result::as_derefLzu Tao-38/+2
2020-01-11Rollup merge of #68106 - varkor:self_self_use, r=estebankMazdak Farrokhzad-0/+6
2020-01-11Rollup merge of #68084 - estebank:ice-68000, r=varkorMazdak Farrokhzad-0/+67
2020-01-11Rollup merge of #68079 - varkor:E0013-clarify, r=CentrilMazdak Farrokhzad-9/+22
2020-01-10Fix issue with using `self` module via indirectionvarkor-0/+6
2020-01-11Rollup merge of #68014 - estebank:unify-e0599, r=cramertjYuki Okushi-75/+76
2020-01-10Ignore platforms that can't point to stdEsteban Küber-7/+15
2020-01-10Use `def_span` to minimize definition span to first line when possibleEsteban Küber-28/+12
2020-01-10Point at the span for the definition of crate foreign ADTsEsteban Küber-6/+37