| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-19 | Rollup merge of #68247 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPC | Dylan DPC | -7/+15 | |
| Clean up err codes r? @Dylan-DPC | ||||
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -9/+1 | |
| 2020-01-18 | Rollup merge of #68340 - GuillaumeGomez:clean-up-e0200, r=Dylan-DPC | Mazdak Farrokhzad | -5/+14 | |
| clean up e0200 explanation r? @Dylan-DPC | ||||
| 2020-01-18 | slice_patterns: adjust error codes | Mazdak Farrokhzad | -8/+0 | |
| 2020-01-18 | clean up e0200 explanation | Guillaume Gomez | -5/+14 | |
| 2020-01-17 | Rollup merge of #68317 - GuillaumeGomez:clean-up-e0199, r=Dylan-DPC | Tyler Mandry | -6/+15 | |
| Clean up E0199 explanation r? @Dylan-DPC | ||||
| 2020-01-17 | Rollup merge of #68279 - GuillaumeGomez:clean-up-e0198, r=Dylan-DPC | Tyler Mandry | -8/+9 | |
| Clean up E0198 explanation r? @Dylan-DPC | ||||
| 2020-01-17 | Clean up E0199 explanation | Guillaume Gomez | -6/+15 | |
| 2020-01-17 | Clean up E0198 explanation | Guillaume Gomez | -8/+9 | |
| 2020-01-16 | review comments | Esteban Küber | -1/+1 | |
| 2020-01-16 | review comments | Esteban Küber | -5/+5 | |
| 2020-01-16 | Fix error index test | Esteban Küber | -1/+2 | |
| 2020-01-16 | fix error code index comment | Esteban Küber | -1/+1 | |
| 2020-01-16 | Add E0746 explanation to the index | Esteban Küber | -1/+138 | |
| 2020-01-16 | Specific error for unsized `dyn Trait` return type | Esteban Küber | -0/+1 | |
| Suggest `impl Trait` when possible, and `Box<dyn Trait>` otherwise. | ||||
| 2020-01-16 | clean up E0197 explanation | Guillaume Gomez | -5/+12 | |
| 2020-01-16 | clean up E0195 explanation | Guillaume Gomez | -2/+3 | |
| 2020-01-15 | Rollup merge of #68211 - GuillaumeGomez:add-failing-example-e0170, r=Dylan-DPC | Yuki Okushi | -0/+21 | |
| Add failing example for E0170 explanation r? @Dylan-DPC | ||||
| 2020-01-15 | Update E0170.md | Dylan DPC | -1/+1 | |
| 2020-01-14 | Add failing example for E0170 explanation | Guillaume Gomez | -0/+21 | |
| 2020-01-14 | Rollup merge of #68176 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPC | Yuki Okushi | -4/+22 | |
| Clean up err codes r? @Dylan-DPC | ||||
| 2020-01-13 | Clean up E0192 explanation | Guillaume Gomez | -0/+16 | |
| 2020-01-13 | Clean up E0191 explanation | Guillaume Gomez | -4/+6 | |
| 2020-01-13 | Auto merge of #67850 - GuillaumeGomez:err-codes-checkup, r=Mark-Simulacrum | bors | -16/+28 | |
| Error codes checkup and rustdoc test fix This PR does a few things: * fix how rustdoc checks that an error code has been thrown (it only checked for "E0XXX" so if it appeared in the output because the file has it in its name or wherever, it passed the test, which was incorrect) * fix the failing code examples that weren't throwing the expected error code | ||||
| 2020-01-13 | Rollup merge of #68157 - GuillaumeGomez:clean-up-e0186, r=Dylan-DPC | Yuki Okushi | -1/+17 | |
| Clean up E0186 explanation r? @Dylan-DPC | ||||
| 2020-01-12 | Clean up E0186 explanation | Guillaume Gomez | -1/+17 | |
| 2020-01-12 | Fix error codes explanation' code examples | Guillaume Gomez | -16/+28 | |
| 2020-01-11 | Rollup merge of #68070 - GuillaumeGomez:clean-up-e0185, r=Dylan-DPC | Mazdak Farrokhzad | -1/+17 | |
| clean up E0185 explanation r? @Dylan-DPC | ||||
| 2020-01-10 | Update E0185.md | Dylan DPC | -2/+2 | |
| 2020-01-10 | Improve E0185 wording | Guillaume Gomez | -2/+2 | |
| 2020-01-09 | clean up E0185 explanation | Guillaume Gomez | -1/+17 | |
| 2020-01-09 | Rollup merge of #68009 - wcampbell0x2a:spellcheck-librustc_error_codes, ↵ | Mazdak Farrokhzad | -5/+5 | |
| r=Centril Spell check librustc_error_codes Found one wrongly spelled error message and decided to check all the error messages for wrongly spelled statements. | ||||
| 2020-01-09 | Rollup merge of #68005 - GuillaumeGomez:explanation-e0184, r=Dylan-DPC | Mazdak Farrokhzad | -4/+18 | |
| Improve E0184 explanation r? @Dylan-DPC | ||||
| 2020-01-08 | Spell check librustc_error_codes | wcampbell | -5/+5 | |
| Found one wrongly spelled error message and decided to check all the error messages for wrongly spelled statements. Signed-off-by: wcampbell <wcampbell1995@gmail.com> | ||||
| 2020-01-08 | Improve E0184 explanation | Guillaume Gomez | -4/+18 | |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -2/+2 | |
| - remove syntax::{help!, span_help!, span_note!} - remove unused syntax::{struct_span_fatal, struct_span_err_or_warn!, span_err_or_warn!} - lintify check_for_bindings_named_same_as_variants + conflicting_repr_hints - inline syntax::{struct_span_warn!, diagnostic_used!} - stringify_error_code! -> error_code! & use it more. - find_plugin_registrar: de-fatalize an error - de-fatalize metadata errors - move type_error_struct! to rustc_typeck - struct_span_err! -> rustc_errors | ||||
| 2020-01-06 | Clean up E0178 explanation | Guillaume Gomez | -7/+18 | |
| 2020-01-04 | Update E0164.md | Dylan DPC | -1/+1 | |
| 2020-01-04 | Clean up E0164 explanation | Guillaume Gomez | -9/+29 | |
| 2020-01-04 | Small error explanations cleanup | Guillaume Gomez | -4/+6 | |
| 2020-01-03 | Clean up E0131 error explanation | Guillaume Gomez | -2/+5 | |
| 2020-01-02 | Clean up E0130 error explanation | Guillaume Gomez | -2/+2 | |
| 2019-12-30 | Gammer fix | Donough Liu | -3/+3 | |
| 2019-12-30 | Add error code explanation for E0477 | Donough Liu | -1/+46 | |
| 2019-12-26 | Auto merge of #67268 - estebank:assoc-types, r=oli-obk | bors | -2/+52 | |
| Tweak errors for missing associated types and type parameters * On `dyn Trait` missing associated types, provide a structured suggestion for them * On missing type parameters, provide structured suggestion for them * Point at trait definition when missing required type parameter * Tweak output of E0658 * Tweak wording of E0719 * Account for `Trait1 + Trait2` case Fix #66380, fix #60595. CC #63711. | ||||
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -15/+15 | |
| `description` has been documented as soft-deprecated since 1.27.0 (17 months ago). There is no longer any reason to call it or implement it. This commit: - adds #[rustc_deprecated(since = "1.41.0")] to Error::description; - moves description (and cause, which is also deprecated) below the source and backtrace methods in the Error trait; - reduces documentation of description and cause to take up much less vertical real estate in rustdocs, while preserving the example that shows how to render errors without needing to call description; - removes the description function of all *currently unstable* Error impls in the standard library; - marks #[allow(deprecated)] the description function of all *stable* Error impls in the standard library; - replaces miscellaneous uses of description in example code and the compiler. | ||||
| 2019-12-24 | Handle more specific case E0222 | Esteban Küber | -2/+52 | |
| 2019-12-24 | Rollup merge of #67551 - ldm0:E0627, r=Dylan-DPC | Mazdak Farrokhzad | -1/+31 | |
| Add long error code explanation message for E0627 Part of #61137. r? @GuillaumeGomez | ||||
| 2019-12-24 | Rollup merge of #67547 - GuillaumeGomez:cleanup-err-codes, r=Dylan-DPC | Mazdak Farrokhzad | -6/+8 | |
| Cleanup err codes r? @Dylan-DPC | ||||
| 2019-12-23 | adjust E0303 error code docs | Mazdak Farrokhzad | -1/+9 | |
