| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-11-14 | Remove unused error_codes.rs files | Guillaume Gomez | -2048/+0 | |
| 2019-10-31 | Add long error explanation for E0578 | Guillaume Gomez | -1/+28 | |
| 2019-10-30 | Add long error explanation for E0577 | Guillaume Gomez | -1/+27 | |
| 2019-10-29 | Change E0741 into E0742 | Guillaume Gomez | -2/+3 | |
| 2019-10-29 | Add long error explanation for E0740 | Guillaume Gomez | -1/+38 | |
| 2019-10-29 | Create new error code E0740 for visibility restrictions to ancestor module ↵ | Guillaume Gomez | -0/+1 | |
| issues | ||||
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -3/+4 | |
| Point at the span for the definition of ADTs internal to the current crate. Look at the leading char of the ident to determine whether we're expecting a likely fn or any of a fn, a tuple struct or a tuple variant. Turn fn `add_typo_suggestion` into a `Resolver` method. | ||||
| 2019-10-25 | Rollup merge of #65390 - GuillaumeGomez:long-err-explanation-E0576, ↵ | Mazdak Farrokhzad | -1/+25 | |
| r=matthewjasper,kinnison Add long error explanation for E0576 Part of #61137. | ||||
| 2019-10-24 | Rollup merge of #65627 - varkor:const-generics-forbid-non-structural_match, ↵ | Mazdak Farrokhzad | -3/+4 | |
| r=petrochenkov Forbid non-`structural_match` types in const generics Fixes https://github.com/rust-lang/rust/issues/60286. | ||||
| 2019-10-23 | Rollup merge of #65691 - GuillaumeGomez:2018-edition-E0659, r=Dylan-DPC | Mazdak Farrokhzad | -9/+9 | |
| Update E0659 error code long explanation to 2018 edition Fixes #65571 r? @Centril | ||||
| 2019-10-23 | Add long error explanation for E0576 | Guillaume Gomez | -1/+25 | |
| 2019-10-22 | Use E0741 for structural match error | varkor | -1/+1 | |
| 2019-10-22 | Remove "type parameter depends on const parameter" error from resolution | varkor | -3/+4 | |
| 2019-10-22 | Update E0659 error code long explanation to 2018 edition | Guillaume Gomez | -9/+9 | |
| 2019-10-21 | Correctly note code as Ok not error for E0573 | Ryo Onodera | -1/+1 | |
| 2019-10-19 | Rollup merge of #65542 - estebank:kill-static-methods, r=Centril | Mazdak Farrokhzad | -8/+17 | |
| Refer to "associated functions" instead of "static methods" Fix #59782. | ||||
| 2019-10-18 | review comments | Esteban Küber | -5/+7 | |
| 2019-10-18 | review comments: help wording | Esteban Küber | -10/+11 | |
| 2019-10-17 | Refer to "associated functions" instead of "static methods" | Esteban Küber | -8/+14 | |
| 2019-10-17 | Add long error explanation for E0575 | Guillaume Gomez | -1/+53 | |
| 2019-10-16 | Add long error explanation for E0573 | Guillaume Gomez | -1/+74 | |
| 2019-10-13 | Add long error explanation for E0574 | Guillaume Gomez | -1/+50 | |
| 2019-10-03 | Allocate a new diagnostic for defaulted type parameters cannot use `Self` | Felix S. Klock II | -4/+19 | |
| (Without this commit, you still get an error (a very similar one, at that), but it complains about use of forward declaration, which is confusing since people do not necessarily think of `Self` as being declared at all.) Update: incorporate review feedback. | ||||
| 2019-09-25 | Add long error explanation for E0531 | Guillaume Gomez | -1/+45 | |
| 2019-09-05 | Replace diagnostic plugins with macro_rules | Mark Rousskov | -7/+2 | |
| 2019-08-17 | Move type parameter shadowing errors to resolve | Matthew Jasper | -3/+13 | |
| For some reason type checking did this. Further it didn't consider hygiene. | ||||
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by ↵ | Vadim Petrochenkov | -2/+0 | |
| rustbuild Remove some random unnecessary lint `allow`s | ||||
| 2019-07-13 | Make `register_[long_]diagnostics` hygienic | Matthew Jasper | -1/+1 | |
| 2019-04-25 | Fix error code description | varkor | -2/+5 | |
| 2019-04-25 | Prevent const parameters having type parameters as types | varkor | -0/+10 | |
| 2019-04-17 | Rename diagnostics to error_codes | Yuki OKUSHI | -0/+1672 | |
