| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-05-24 | Move error code tests to error code folder | varkor | -264/+0 | |
| 2019-04-22 | Update ui tests | varkor | -3/+3 | |
| 2019-04-22 | Remove leading newlines | varkor | -1/+0 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -2/+2 | |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -10/+10 | |
| 2019-02-13 | Stabilize TryFrom and TryInto | Simon Sapin | -4/+3 | |
| 2019-01-21 | Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmaster | Mazdak 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-25 | Remove licenses | Mark Rousskov | -90/+10 | |
| 2018-12-16 | Fixed `Into` bound on `TryFrom` error. | Ozaren | -1/+1 | |
| fix to last commit | ||||
| 2018-12-16 | Changed expected error message for TryFrom | Ozaren | -1/+1 | |
| Reason: Due to changes in bounds of `TryFrom` from `From` to `Into` | ||||
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 | |
| 2018-11-06 | Elide anon lifetimes in conflicting impl note | Esteban Küber | -1/+1 | |
| 2018-09-29 | UI test updates | Scott McMurray | -1/+1 | |
| 2018-04-20 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -3/+5 | |
| This reverts commit e53a2a72743810e05f58c61c9d8a4c89b712ad2e. | ||||
| 2018-03-26 | Stabilize the TryFrom and TryInto traits | Simon Sapin | -5/+3 | |
| Tracking issue: https://github.com/rust-lang/rust/issues/33417 | ||||
| 2018-03-16 | Rollup merge of #49037 - estebank:coherence-tweaks, r=nikomatsakis | kennytm | -4/+8 | |
| Coherence diagnostic tweaks | ||||
| 2018-03-15 | Coherence diagnostic tweaks | Esteban Küber | -4/+8 | |
| 2018-03-14 | update tests | Guillaume Gomez | -8/+8 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -10/+10 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+8 | |
| 2017-12-17 | Use def span for conflicting impls and recursive fn | Esteban Küber | -37/+14 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -24/+26 | |
| 2017-10-23 | Print the conflicting impl on E0119 with external crate. | kennytm | -0/+355 | |
