summary refs log tree commit diff
path: root/src/librustc_error_codes
AgeCommit message (Collapse)AuthorLines
2020-01-28Rollup merge of #68573 - GuillaumeGomez:clean-up-e0262, r=Dylan-DPCYuki Okushi-3/+7
Clean up E0262 explanation r? @Dylan-DPC
2020-01-28Rollup merge of #68482 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPCYuki Okushi-3/+6
clean up error codes explanation r? @Dylan-DPC
2020-01-28Rollup merge of #68454 - GuillaumeGomez:clean-up-e0214, r=Dylan-DPCYuki Okushi-4/+9
clean up E0214 explanation r? @Dylan-DPC
2020-01-28Rollup merge of #68412 - GuillaumeGomez:clean-up-e0207, r=Dylan-DPCYuki Okushi-13/+17
Clean up E0207 explanation r? @Dylan-DPC
2020-01-28Rollup merge of #68383 - GuillaumeGomez:clean-up-e0205, r=Dylan-DPCYuki Okushi-5/+11
Clean up E0205 explanation r? @Dylan-DPC
2020-01-27Clean up E0262 explanationGuillaume Gomez-3/+7
2020-01-27Update src/librustc_error_codes/error_codes/E0220.mdGuillaume Gomez-1/+1
Co-Authored-By: Dylan DPC <dylan.dpc@gmail.com>
2020-01-26Rollup 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-25clean up error codeS E0229 and E0261Guillaume Gomez-4/+5
2020-01-25Rollup 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-24Clean up error codes E0223 and E0225 explanationsGuillaume Gomez-3/+7
2020-01-23Clean up E0207 explanationGuillaume Gomez-13/+17
2020-01-23clean up error codes explanationGuillaume Gomez-3/+6
2020-01-22clean up E0214 explanationGuillaume Gomez-4/+9
2020-01-21Clean up E0205 explanationGuillaume Gomez-5/+11
2020-01-20Rollup merge of #68365 - GuillaumeGomez:clean-up-err-codes-2, r=Dylan-DPCDylan DPC-10/+13
Clean up error codes r? @Dylan-DPC
2020-01-20Rollup merge of #68353 - Centril:code-liberation, r=petrochenkovDylan 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-19clean up E0204 explanationGuillaume Gomez-7/+10
2020-01-19clean up E0201 explanationGuillaume Gomez-3/+3
2020-01-19Rollup merge of #68247 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPCDylan DPC-7/+15
Clean up err codes r? @Dylan-DPC
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-9/+1
2020-01-18Rollup merge of #68340 - GuillaumeGomez:clean-up-e0200, r=Dylan-DPCMazdak Farrokhzad-5/+14
clean up e0200 explanation r? @Dylan-DPC
2020-01-18slice_patterns: adjust error codesMazdak Farrokhzad-8/+0
2020-01-18clean up e0200 explanationGuillaume Gomez-5/+14
2020-01-17Rollup merge of #68317 - GuillaumeGomez:clean-up-e0199, r=Dylan-DPCTyler Mandry-6/+15
Clean up E0199 explanation r? @Dylan-DPC
2020-01-17Rollup merge of #68279 - GuillaumeGomez:clean-up-e0198, r=Dylan-DPCTyler Mandry-8/+9
Clean up E0198 explanation r? @Dylan-DPC
2020-01-17Clean up E0199 explanationGuillaume Gomez-6/+15
2020-01-17Clean up E0198 explanationGuillaume Gomez-8/+9
2020-01-16review commentsEsteban Küber-1/+1
2020-01-16review commentsEsteban Küber-5/+5
2020-01-16Fix error index testEsteban Küber-1/+2
2020-01-16fix error code index commentEsteban Küber-1/+1
2020-01-16Add E0746 explanation to the indexEsteban Küber-1/+138
2020-01-16Specific error for unsized `dyn Trait` return typeEsteban Küber-0/+1
Suggest `impl Trait` when possible, and `Box<dyn Trait>` otherwise.
2020-01-16clean up E0197 explanationGuillaume Gomez-5/+12
2020-01-16clean up E0195 explanationGuillaume Gomez-2/+3
2020-01-15Rollup merge of #68211 - GuillaumeGomez:add-failing-example-e0170, r=Dylan-DPCYuki Okushi-0/+21
Add failing example for E0170 explanation r? @Dylan-DPC
2020-01-15Update E0170.mdDylan DPC-1/+1
2020-01-14Add failing example for E0170 explanationGuillaume Gomez-0/+21
2020-01-14Rollup merge of #68176 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPCYuki Okushi-4/+22
Clean up err codes r? @Dylan-DPC
2020-01-13Clean up E0192 explanationGuillaume Gomez-0/+16
2020-01-13Clean up E0191 explanationGuillaume Gomez-4/+6
2020-01-13Auto merge of #67850 - GuillaumeGomez:err-codes-checkup, r=Mark-Simulacrumbors-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-13Rollup merge of #68157 - GuillaumeGomez:clean-up-e0186, r=Dylan-DPCYuki Okushi-1/+17
Clean up E0186 explanation r? @Dylan-DPC
2020-01-12Clean up E0186 explanationGuillaume Gomez-1/+17
2020-01-12Fix error codes explanation' code examplesGuillaume Gomez-16/+28
2020-01-11Rollup merge of #68070 - GuillaumeGomez:clean-up-e0185, r=Dylan-DPCMazdak Farrokhzad-1/+17
clean up E0185 explanation r? @Dylan-DPC
2020-01-10Update E0185.mdDylan DPC-2/+2
2020-01-10Improve E0185 wordingGuillaume Gomez-2/+2
2020-01-09clean up E0185 explanationGuillaume Gomez-1/+17