about summary refs log tree commit diff
path: root/src/test/ui/e0119
AgeCommit message (Collapse)AuthorLines
2019-05-24Move error code tests to error code foldervarkor-264/+0
2019-04-22Update ui testsvarkor-3/+3
2019-04-22Remove leading newlinesvarkor-1/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-2/+2
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-1/+1
2019-03-11Update testsVadim Petrochenkov-10/+10
2019-02-13Stabilize TryFrom and TryIntoSimon Sapin-4/+3
2019-01-21Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmasterMazdak Farrokhzad-1/+1
Change bounds on `TryFrom` blanket impl to use `Into` instead of `From` This is from this [comment](https://github.com/rust-lang/rust/issues/33417#issuecomment-447111156) I made. This will expand the impls available for `TryFrom` and `TryInto`, without losing anything in the process.
2018-12-25Remove licensesMark Rousskov-90/+10
2018-12-16Fixed `Into` bound on `TryFrom` error.Ozaren-1/+1
fix to last commit
2018-12-16Changed expected error message for TryFromOzaren-1/+1
Reason: Due to changes in bounds of `TryFrom` from `From` to `Into`
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2018-11-06Elide anon lifetimes in conflicting impl noteEsteban Küber-1/+1
2018-09-29UI test updatesScott McMurray-1/+1
2018-04-20Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-3/+5
This reverts commit e53a2a72743810e05f58c61c9d8a4c89b712ad2e.
2018-03-26Stabilize the TryFrom and TryInto traitsSimon Sapin-5/+3
Tracking issue: https://github.com/rust-lang/rust/issues/33417
2018-03-16Rollup merge of #49037 - estebank:coherence-tweaks, r=nikomatsakiskennytm-4/+8
Coherence diagnostic tweaks
2018-03-15Coherence diagnostic tweaksEsteban Küber-4/+8
2018-03-14update testsGuillaume Gomez-8/+8
2018-02-26Update UI testsVadim Petrochenkov-10/+10
2018-02-25Update ui testsGuillaume Gomez-0/+8
2017-12-17Use def span for conflicting impls and recursive fnEsteban Küber-37/+14
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-24/+26
2017-10-23Print the conflicting impl on E0119 with external crate.kennytm-0/+355