| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-28 | Rollup merge of #109565 - WaffleLapkin:better_docs_for_e0223, r=oli-obk | Matthias Krüger | -13/+15 | |
| Improve documentation for E0223 See discussion in https://rust-lang.zulipchat.com/#narrow/stream/213817-t-lang/topic/Inconsistency.20in.20prohibiting.20.60Type.3A.3AAssocType.60 | ||||
| 2023-03-27 | Bless tidy | Maybe Waffle | -4/+5 | |
| 2023-03-27 | Improve documentation for E0223 | Maybe Waffle | -13/+15 | |
| 2023-03-22 | Rollup merge of #109501 - lukas-code:link, r=WaffleLapkin | Matthias Krüger | -1/+1 | |
| make link clickable | ||||
| 2023-03-22 | make link clickable | Lukas Markeffsky | -1/+1 | |
| 2023-03-18 | Update links for custom discriminants. | Eric Huss | -5/+4 | |
| 2023-03-18 | Rollup merge of #107416 - czzrr:issue-80618, r=GuillaumeGomez | Matthias Krüger | -0/+65 | |
| Error code E0794 for late-bound lifetime parameter error. This PR addresses [#80618](https://github.com/rust-lang/rust/issues/80618). | ||||
| 2023-03-18 | Rollup merge of #109211 - mili-l:mili_l/update_e0206_description, r=WaffleLapkin | Matthias Krüger | -4/+4 | |
| E0206 - update description added `union` to description | ||||
| 2023-03-17 | Update compiler/rustc_error_codes/src/error_codes/E0206.md | Jamilya Shurukhova | -1/+1 | |
| Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com> | ||||
| 2023-03-17 | E0206 - code review changes | Jamilya Shurukhova | -3/+4 | |
| 2023-03-16 | E0206 - removed space | Jamilya Shurukhova | -2/+1 | |
| 2023-03-16 | E0206 - added `union` to description | Jamilya Shurukhova | -2/+2 | |
| 2023-03-15 | unequal → not equal | gimbles | -1/+1 | |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -3/+1 | |
| 2023-03-11 | Address the new odd backticks tidy lint in compiler/ | est31 | -3/+3 | |
| 2023-03-07 | Error code E0794 for late-bound lifetime parameter error. | Christopher Acosta | -0/+65 | |
| 2023-02-26 | refactor: statically guarantee that current error codes are documented | Ezra Shaw | -9/+9 | |
| 2023-02-25 | docs/test: add UI test and docs for `E0476` | Ezra Shaw | -1/+22 | |
| 2023-02-06 | Add extended error message for E0523 | Matthew Kelly | -1/+41 | |
| Adds the extended error documentation for E0523 to indicate that the error is no longer produced by the compiler. Update the E0464 documentation to include example code that produces the error. Remove the error message E0523 from the compiler and replace it with an internal compiler error. | ||||
| 2023-01-31 | make unaligned_reference a hard error | Ralf Jung | -1/+66 | |
| 2023-01-27 | compiler: Fix E0587 explanation | Samuel Ortiz | -1/+1 | |
| We meant to use 8 as the packed argument. Signed-off-by: Samuel Ortiz <sameo@rivosinc.com> | ||||
| 2023-01-23 | add UI test + docs for `E0789` | Ezra Shaw | -1/+31 | |
| 2023-01-19 | Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errors | Guillaume Gomez | -0/+45 | |
| document + UI test `E0208` and make its output more user-friendly Cleans up `E0208`'s output a lot. It could actually be useful for someone learning about variance now. I also added a UI test for it in `tests/ui/error-codes/` and wrote some docs for it. r? `@GuillaumeGomez` another error code, can't be bothered to find the issue :P. Obviously there's some compiler stuff, so you'll have to hand it off. Part of https://github.com/rust-lang/rust/issues/61137. | ||||
| 2023-01-18 | remove error code from `#[rustc_variance]` and document its remains | Ezra Shaw | -0/+45 | |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -5/+5 | |
| Remove double spaces after dots in comments Most of the comments do not have double spaces, so I assume these are typos. | ||||
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -5/+5 | |
| 2023-01-16 | Improve a TAIT error and add an error code plus documentation | Oli Scherer | -0/+61 | |
| 2023-01-12 | Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco | nils | -1/+1 | |
| remove unreachable error code `E0490` AFAIK, the untested and undocumented error code `E0490` is now unreachable, it was from the days of the original borrow checker. cc ``@GuillaumeGomez`` #61137 | ||||
| 2023-01-12 | remove unreachable error code `E0490` | Ezra Shaw | -1/+1 | |
| 2023-01-10 | remove E0280 and ICE instead | bowlerman | -1/+1 | |
| 2023-01-09 | docs/test: add error-docs and UI test for `E0711` | Ezra Shaw | -1/+31 | |
| 2023-01-09 | docs/test: add empty error-docs for `E0208`, `E0640` and `E0717` | Ezra Shaw | -3/+6 | |
| 2023-01-08 | Rollup merge of #106580 - Ezrashaw:remove-e0313, r=compiler-errors | Yuki Okushi | -2/+1 | |
| remove unreachable error code `E0313` Fixes #103742 Makes #103433 redundant Implements removal of `E0313`. I agree with the linked issue that this error code is unreachable but if someone could confirm that would be great, are crater runs done for this sort of thing? Also removed a redundant `// ignore-tidy-filelength` that I found while reading code. cc ``@GuillaumeGomez`` #61137 | ||||
| 2023-01-08 | Rollup merge of #106557 - Ezrashaw:ui-test-fixups-1, r=GuillaumeGomez | Yuki Okushi | -15/+8 | |
| Add some UI tests and reword error-code docs Added UI tests for `E0013` and `E0015`. Error code docs for `E0015` were a bit unclear (they referred to all non-const errors in const context, when only non-const functions applied), so I touched them up a bit. I also fixed up some issues in the new `error_codes.rs` tidy check (linked #106341), that I overlooked previously. r? ``@GuillaumeGomez`` | ||||
| 2023-01-08 | remove unreachable error code `E0313` | Ezra Shaw | -2/+1 | |
| 2023-01-08 | doc/test: add UI test and reword docs for `E0013` and `E0015` | Ezra Shaw | -15/+8 | |
| 2023-01-06 | Rollup merge of #106554 - LingMan:explanation_typo, r=compiler-errors | Michael Goulet | -1/+1 | |
| Fix a typo in the explanation of E0588 | ||||
| 2023-01-07 | Fix a typo in the explanation of E0588 | LingMan | -1/+1 | |
| 2023-01-02 | docs: revert removal of `E0729` | Ezra Shaw | -0/+33 | |
| 2023-01-01 | refactor: clean up `errors.rs` and `error_codes_check.rs` | Ezra Shaw | -31/+0 | |
| Move them into new `error_codes.rs` tidy check. | ||||
| 2022-12-31 | refactor: merge `E0465` into `E0464` | Ezra Shaw | -1/+1 | |
| 2022-12-29 | docs: add long-form error docs for `E0514` | Ezra Shaw | -1/+34 | |
| 2022-12-29 | docs/test: add UI test and long-form error docs for `E0519` | Ezra Shaw | -1/+41 | |
| 2022-12-27 | docs: add long-form error docs for `E0461` | Ezra Shaw | -1/+31 | |
| 2022-12-24 | Rollup merge of #105970 - Ezrashaw:add-docs+test-e0462, r=GuillaumeGomez | Matthias Krüger | -1/+33 | |
| docs/test: add UI test and long-form error docs for E0462 Another UI test/ docs combo. r? ``@GuillaumeGomez`` | ||||
| 2022-12-23 | docs/test: add UI test and long-form error docs for E0462 | Ezra Shaw | -1/+33 | |
| 2022-12-20 | Rollup merge of #105791 - Ezrashaw:add-e0472-long-docs, r=GuillaumeGomez | Matthias Krüger | -1/+32 | |
| docs: add long error explanation for error E0472 Add long-form error docs for E0472: "inline assembly not supported on this target" and update UI tests. R? `@GuillaumeGomez` | ||||
| 2022-12-20 | docs: add long error explanation for error E0472 | Ezra Shaw | -1/+32 | |
| 2022-12-20 | docs/test: add UI test and long-form error docs for `E0377` | Ezra Shaw | -2/+30 | |
| 2022-12-19 | more markdown list formatting | Ezra Shaw | -3/+3 | |
| Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com> | ||||
