| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-22 | Remove double trailing newlines | varkor | -3/+0 | |
| 2019-04-19 | Rollup merge of #60064 - estebank:issue-59980, r=varkor | Mazdak Farrokhzad | -4/+4 | |
| Point at try `?` on errors affecting the err match arm of the desugared code Fix #59980. | ||||
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -4/+3 | |
| 2019-04-17 | Give custom error for E0277 on `?` error case | Esteban Küber | -2/+2 | |
| 2019-04-17 | Point at try `?` on errors affecting the err match arm of the desugared code | Esteban Küber | -2/+2 | |
| 2019-04-14 | Rollup merge of #59835 - lzutao:nonzero-signed, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 | |
| Re-export NonZero signed variant in std Closes #59834 . | ||||
| 2019-04-12 | Rollup merge of #59847 - Kampfkarren:try-block-catch, r=estebank | Mazdak Farrokhzad | -0/+20 | |
| Error when using `catch` after `try` Part of https://github.com/rust-lang/rust/issues/31436 | ||||
| 2019-04-10 | Feedback | Kampfkarren | -2/+2 | |
| 2019-04-10 | Fix tests, I think | Kampfkarren | -2/+3 | |
| 2019-04-10 | Fix error brought up by changing tabs to spaces | Kampfkarren | -1/+1 | |
| 2019-04-10 | Adhere to tidy script | Kampfkarren | -3/+3 | |
| 2019-04-10 | Special error when using catch after try | Kampfkarren | -0/+19 | |
| 2019-04-10 | Update ui test | Lzu Tao | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -18/+18 | |
| 2019-02-17 | Add a note about 2018e if someone uses `try {` in 2015e | Scott McMurray | -0/+2 | |
| 2019-01-24 | When using value after move, point at span of local | Esteban Küber | -4/+6 | |
| When trying to use a value after move, instead of using a note, point at the local declaration that has a type that doesn't implement `Copy` trait. | ||||
| 2019-01-22 | Auto merge of #57475 - SimonSapin:signed, r=estebank | bors | -2/+2 | |
| Add signed num::NonZeroI* types Multiple people have asked for them in https://github.com/rust-lang/rust/issues/49137. Given that the unsigned ones already exist, they are very easy to add and not an additional maintenance burden. | ||||
| 2019-01-21 | Fix some non-determinism in help messages for E0277 errors. | Simon Sapin | -1/+1 | |
| The diagnostic for this error prints `the following implementations were found` followed by the first N relevant impls, sorted. This commit makes the sort happen before slicing, so that the set of impls being printed is deterministic when the input is not. | ||||
| 2019-01-17 | Add signed num::NonZeroI* types | Simon Sapin | -2/+2 | |
| Multiple people have asked for them, in https://github.com/rust-lang/rust/issues/49137. Given that the unsigned ones already exist, they are very easy to add and not an additional maintenance burden. | ||||
| 2019-01-15 | use structured macro and path resolve suggestions | Andy Russell | -1/+1 | |
| 2019-01-02 | Auto merge of #57250 - codeworm96:tyerr_msg, r=varkor | bors | -1/+1 | |
| Improve type mismatch error messages Closes #56115. Replace "integral variable" with "integer" and replace "floating-point variable" with "floating-point number" to make the message less confusing. TODO the book and clippy needs to be changed accordingly later. r? @varkor | ||||
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -1/+1 | |
| Replace "integral variable" with "integer" and replace "floating-point variable" with "floating-point number" to make the message less confusing. | ||||
| 2018-12-31 | Address review comments | Esteban Küber | -0/+4 | |
| - Suggest raw ident escaping in all editions - Keep primary label in all cases | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -99/+19 | |
| 2018-10-28 | Point at `match` when a parse failure ocurrs inside of it | Esteban Küber | -1/+3 | |
| 2018-10-10 | Use the span of the user type for `AscribeUserType` | Matthew Jasper | -1/+1 | |
| Also change the order of the fake read for let and the AscribeUserType, so that we use the better span and message from the fake read in errors. | ||||
| 2018-09-10 | insert `AscribeUserType` for ascriptions | Niko Matsakis | -2/+3 | |
| 2018-08-19 | Make a try-blocks folder for all the try{} UI tests | Scott McMurray | -0/+452 | |
