| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-28 | Rollup merge of #68573 - GuillaumeGomez:clean-up-e0262, r=Dylan-DPC | Yuki Okushi | -3/+7 | |
| Clean up E0262 explanation r? @Dylan-DPC | ||||
| 2020-01-28 | Rollup merge of #68482 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPC | Yuki Okushi | -3/+6 | |
| clean up error codes explanation r? @Dylan-DPC | ||||
| 2020-01-28 | Rollup merge of #68454 - GuillaumeGomez:clean-up-e0214, r=Dylan-DPC | Yuki Okushi | -4/+9 | |
| clean up E0214 explanation r? @Dylan-DPC | ||||
| 2020-01-28 | Rollup merge of #68412 - GuillaumeGomez:clean-up-e0207, r=Dylan-DPC | Yuki Okushi | -13/+17 | |
| Clean up E0207 explanation r? @Dylan-DPC | ||||
| 2020-01-28 | Rollup merge of #68383 - GuillaumeGomez:clean-up-e0205, r=Dylan-DPC | Yuki Okushi | -5/+11 | |
| Clean up E0205 explanation r? @Dylan-DPC | ||||
| 2020-01-27 | Clean up E0262 explanation | Guillaume Gomez | -3/+7 | |
| 2020-01-27 | Update src/librustc_error_codes/error_codes/E0220.md | Guillaume Gomez | -1/+1 | |
| Co-Authored-By: Dylan DPC <dylan.dpc@gmail.com> | ||||
| 2020-01-26 | Rollup merge of #68540 - GuillaumeGomez:err-codes-cleanup-e0229-e0261, ↵ | Yuki Okushi | -4/+5 | |
| r=Dylan-DPC clean up error codes E0229 and E0261 r? @Dylan-DPC | ||||
| 2020-01-25 | clean up error codeS E0229 and E0261 | Guillaume Gomez | -4/+5 | |
| 2020-01-25 | Rollup merge of #68509 - GuillaumeGomez:clean-up-err-codes-e0223-e0225, ↵ | Yuki Okushi | -3/+7 | |
| r=Dylan-DPC Clean up error codes E0223 and E0225 explanations r? @Dylan-DPC | ||||
| 2020-01-24 | Clean up error codes E0223 and E0225 explanations | Guillaume Gomez | -3/+7 | |
| 2020-01-23 | Clean up E0207 explanation | Guillaume Gomez | -13/+17 | |
| 2020-01-23 | clean up error codes explanation | Guillaume Gomez | -3/+6 | |
| 2020-01-22 | clean up E0214 explanation | Guillaume Gomez | -4/+9 | |
| 2020-01-21 | Clean up E0205 explanation | Guillaume Gomez | -5/+11 | |
| 2020-01-20 | Rollup merge of #68365 - GuillaumeGomez:clean-up-err-codes-2, r=Dylan-DPC | Dylan DPC | -10/+13 | |
| Clean up error codes r? @Dylan-DPC | ||||
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -9/+1 | |
| Remove `rustc_error_codes` deps except in `rustc_driver` Remove dependencies on `rustc_error_codes` in all crates except for `rustc_driver`. This has some benefits: 1. Adding a new error code when hacking on the compiler only requires rebuilding at most `rustc_error_codes`, `rustc_driver`, and the reflexive & transitive closure of the crate where the new error code is being added and its reverse dependencies. This improves time-to-UI-tests (TTUT). 2. Adding an error description to an error code only requires rebuilding `rustc_error_codes` and `rustc_driver`. This should substantially improve TTUT. r? @petrochenkov cc @rust-lang/wg-diagnostics | ||||
| 2020-01-19 | clean up E0204 explanation | Guillaume Gomez | -7/+10 | |
| 2020-01-19 | clean up E0201 explanation | Guillaume Gomez | -3/+3 | |
| 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 | |
