| Commit message (Expand) | Author | Age | Files | Lines |
* | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | 2023-05-09 | 1 | -1/+3 |
|\ |
|
| * | misc nameres changes for anon consts | Boxy | 2023-05-05 | 1 | -1/+3 |
* | | Update compiler/rustc_error_codes/src/error_codes/E0726.md | Astroide | 2023-05-06 | 1 | -1/+1 |
* | | rustc --explain E0726 - grammar fixing (it's => its + add a `the` where it fe... | Astroide | 2023-05-06 | 1 | -2/+2 |
|/ |
|
* | Spelling - compiler | Josh Soref | 2023-04-17 | 6 | -7/+7 |
* | Make "unneccesary visibility qualifier" error much more clear | Tam Pham | 2023-04-03 | 1 | -9/+20 |
* | Rollup merge of #109565 - WaffleLapkin:better_docs_for_e0223, r=oli-obk | Matthias Krüger | 2023-03-28 | 1 | -13/+15 |
|\ |
|
| * | Improve documentation for E0223 | Maybe Waffle | 2023-03-27 | 1 | -13/+15 |
* | | Bless tidy | Maybe Waffle | 2023-03-27 | 2 | -4/+5 |
|/ |
|
* | Rollup merge of #109501 - lukas-code:link, r=WaffleLapkin | Matthias Krüger | 2023-03-22 | 1 | -1/+1 |
|\ |
|
| * | make link clickable | Lukas Markeffsky | 2023-03-22 | 1 | -1/+1 |
* | | Update links for custom discriminants. | Eric Huss | 2023-03-18 | 1 | -5/+4 |
|/ |
|
* | Rollup merge of #107416 - czzrr:issue-80618, r=GuillaumeGomez | Matthias Krüger | 2023-03-18 | 2 | -0/+65 |
|\ |
|
| * | Error code E0794 for late-bound lifetime parameter error. | Christopher Acosta | 2023-03-07 | 2 | -0/+65 |
* | | Rollup merge of #109211 - mili-l:mili_l/update_e0206_description, r=WaffleLapkin | Matthias Krüger | 2023-03-18 | 1 | -4/+4 |
|\ \ |
|
| * | | Update compiler/rustc_error_codes/src/error_codes/E0206.md | Jamilya Shurukhova | 2023-03-17 | 1 | -1/+1 |
| * | | E0206 - code review changes | Jamilya Shurukhova | 2023-03-17 | 1 | -3/+4 |
| * | | E0206 - removed space | Jamilya Shurukhova | 2023-03-16 | 1 | -2/+1 |
| * | | E0206 - added `union` to description | Jamilya Shurukhova | 2023-03-16 | 1 | -2/+2 |
* | | | unequal → not equal | gimbles | 2023-03-15 | 1 | -1/+1 |
|/ / |
|
* | | Remove uses of `box_syntax` in rustc and tools | clubby789 | 2023-03-12 | 1 | -3/+1 |
* | | Address the new odd backticks tidy lint in compiler/ | est31 | 2023-03-11 | 2 | -3/+3 |
|/ |
|
* | refactor: statically guarantee that current error codes are documented | Ezra Shaw | 2023-02-26 | 2 | -9/+9 |
* | docs/test: add UI test and docs for `E0476` | Ezra Shaw | 2023-02-25 | 2 | -1/+22 |
* | Add extended error message for E0523 | Matthew Kelly | 2023-02-06 | 3 | -1/+41 |
* | make unaligned_reference a hard error | Ralf Jung | 2023-01-31 | 2 | -1/+66 |
* | compiler: Fix E0587 explanation | Samuel Ortiz | 2023-01-27 | 1 | -1/+1 |
* | add UI test + docs for `E0789` | Ezra Shaw | 2023-01-23 | 2 | -1/+31 |
* | Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errors | Guillaume Gomez | 2023-01-19 | 1 | -0/+45 |
|\ |
|
| * | remove error code from `#[rustc_variance]` and document its remains | Ezra Shaw | 2023-01-18 | 1 | -0/+45 |
* | | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | 2023-01-17 | 4 | -5/+5 |
|\ \ |
|
| * | | Remove double spaces after dots in comments | Maybe Waffle | 2023-01-17 | 4 | -5/+5 |
| |/ |
|
* | | Improve a TAIT error and add an error code plus documentation | Oli Scherer | 2023-01-16 | 2 | -0/+61 |
|/ |
|
* | Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco | nils | 2023-01-12 | 1 | -1/+1 |
|\ |
|
| * | remove unreachable error code `E0490` | Ezra Shaw | 2023-01-12 | 1 | -1/+1 |
* | | remove E0280 and ICE instead | bowlerman | 2023-01-10 | 1 | -1/+1 |
|/ |
|
* | docs/test: add error-docs and UI test for `E0711` | Ezra Shaw | 2023-01-09 | 2 | -1/+31 |
* | docs/test: add empty error-docs for `E0208`, `E0640` and `E0717` | Ezra Shaw | 2023-01-09 | 4 | -3/+6 |
* | Rollup merge of #106580 - Ezrashaw:remove-e0313, r=compiler-errors | Yuki Okushi | 2023-01-08 | 1 | -2/+1 |
|\ |
|
| * | remove unreachable error code `E0313` | Ezra Shaw | 2023-01-08 | 1 | -2/+1 |
* | | Rollup merge of #106557 - Ezrashaw:ui-test-fixups-1, r=GuillaumeGomez | Yuki Okushi | 2023-01-08 | 1 | -15/+8 |
|\ \
| |/
|/| |
|
| * | doc/test: add UI test and reword docs for `E0013` and `E0015` | Ezra Shaw | 2023-01-08 | 1 | -15/+8 |
* | | Rollup merge of #106554 - LingMan:explanation_typo, r=compiler-errors | Michael Goulet | 2023-01-06 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fix a typo in the explanation of E0588 | LingMan | 2023-01-07 | 1 | -1/+1 |
* | | docs: revert removal of `E0729` | Ezra Shaw | 2023-01-02 | 2 | -0/+33 |
* | | refactor: clean up `errors.rs` and `error_codes_check.rs` | Ezra Shaw | 2023-01-01 | 2 | -31/+0 |
|/ |
|
* | refactor: merge `E0465` into `E0464` | Ezra Shaw | 2022-12-31 | 1 | -1/+1 |
* | docs: add long-form error docs for `E0514` | Ezra Shaw | 2022-12-29 | 2 | -1/+34 |
* | docs/test: add UI test and long-form error docs for `E0519` | Ezra Shaw | 2022-12-29 | 2 | -1/+41 |
* | docs: add long-form error docs for `E0461` | Ezra Shaw | 2022-12-27 | 2 | -1/+31 |