about summary refs log tree commit diff
path: root/src/librustc_error_codes
AgeCommit message (Collapse)AuthorLines
2020-06-23Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearthbors-8/+11
Rollup of 9 pull requests Successful merges: - #72271 (Improve compiler error message for wrong generic parameter order) - #72493 ( move leak-check to during coherence, candidate eval) - #73398 (A way forward for pointer equality in const eval) - #73472 (Clean up E0689 explanation) - #73496 (Account for multiple impl/dyn Trait in return type when suggesting `'_`) - #73515 (Add second message for LiveDrop errors) - #73567 (Clarify --extern documentation.) - #73572 (Fix typos in doc comments) - #73590 (bootstrap: no `config.toml` exists regression) Failed merges: r? @ghost
2020-06-23Rollup merge of #73472 - GuillaumeGomez:cleanup-e0689, r=Dylan-DPCManish Goregaokar-8/+11
Clean up E0689 explanation r? @Dylan-DPC
2020-06-23Rollup merge of #73610 - GuillaumeGomez:cleanup-e0699, r=Dylan-DPCDylan DPC-2/+4
Clean up E0699 explanation r? @Dylan-DPC
2020-06-23Rollup merge of #73575 - dario23:typo-errorcodes-doc, r=matthewjasperDylan DPC-1/+1
Fix typo in error_codes doc
2020-06-22Clean up E0699 explanationGuillaume Gomez-2/+4
2020-06-21Fix some small mistakesAlexis Bourget-8/+2
2020-06-21Documenting the separate behaviors of edition 2015 and 2018Alexis Bourget-5/+26
2020-06-21Create E0765 error for unterminated double quote stringsGuillaume Gomez-0/+14
2020-06-21Fix typo in error_codes docJohannes Schilling-1/+1
2020-06-20Rollup merge of #73543 - GuillaumeGomez:cleanup-e0695, r=Dylan-DPCRalf Jung-1/+1
Clean up E0695 explanation r? @Dylan-DPC
2020-06-20Clean up E0695 explanationGuillaume Gomez-1/+1
2020-06-19Rollup merge of #73436 - GuillaumeGomez:cleanup-e0670, r=Dylan-DPCManish Goregaokar-1/+1
Clean up E0670 explanation r? @Dylan-DPC
2020-06-19Rollup merge of #73399 - GuillaumeGomez:cleanup-e0668, r=Dylan-DPCManish Goregaokar-5/+8
Clean up E0668 explanation r? @Dylan-DPC
2020-06-19add new error codeChristian Poveda-0/+40
2020-06-19Rollup merge of #73280 - GuillaumeGomez:add-e0763, r=petrochenkovRalf Jung-0/+14
Add E0763
2020-06-18Clean up E0689 explanationGuillaume Gomez-8/+11
2020-06-17Clean up E0670 explanationGuillaume Gomez-1/+1
2020-06-16Create new E0763 error code for unterminated byte constantGuillaume Gomez-0/+14
2020-06-16Clean up E0668 explanationGuillaume Gomez-5/+8
2020-06-15Change E0758 to E0759 to avoid conflict with #72912Esteban Küber-0/+68
2020-06-15Rollup merge of #73351 - gnodarse:patch-1, r=ecstatic-morseRalf Jung-8/+24
Update E0446.md The existing error documentation did not show how to use a child module's functions if the types used in those functions are private. These are some other places this problem has popped up that did not present a solution (these are from before the solution existed, 2016-2017. The solution was released in the Rust 2018 edition. However these were the places I was pointed to when I encountered the problem myself): https://github.com/rust-lang/rust/issues/30905 https://stackoverflow.com/questions/39334430/how-to-reference-private-types-from-public-functions-in-private-modules/62374958#62374958
2020-06-14Update E0446.mdgnodarse-8/+24
The existing error documentation did not show how to use a child module's functions if the types used in those functions are private. These are some other places this problem has popped up that did not present a solution (these are from before the solution existed, 2016-2017. The solution was released in the Rust 2018 edition. However these were the places I was pointed to when I encountered the problem myself): https://github.com/rust-lang/rust/issues/30905 https://stackoverflow.com/questions/39334430/how-to-reference-private-types-from-public-functions-in-private-modules/62374958#62374958
2020-06-14Added proper explanation of ErrorCode-E0687pankajchaudhary5-1/+37
2020-06-13Update incorrect error code docsDylan MacKenzie-6/+6
2020-06-12Rollup merge of #73236 - GuillaumeGomez:cleanup-e0666, r=Dylan-DPCDylan DPC-7/+11
Clean up E0666 explanation r? @Dylan-DPC
2020-06-12Rollup merge of #73163 - ayushmishra2005:61137-add-long-error-code-e0724, ↵Dylan DPC-1/+25
r=davidtwco Add long error explanation for E0724 Add long explanation for the E0724 error code Part of #61137
2020-06-11Add long error explanation for E0724Ayush Kumar Mishra-1/+25
Minor refactoring Minor refactoring Update src/librustc_error_codes/error_codes/E0724.md Co-authored-by: David Wood <Q0KPU0H1YOEPHRY1R2SN5B5RL@david.davidtw.co> Update src/librustc_error_codes/error_codes/E0724.md Co-authored-by: David Wood <Q0KPU0H1YOEPHRY1R2SN5B5RL@david.davidtw.co> Update src/librustc_error_codes/error_codes/E0724.md Co-authored-by: David Wood <Q0KPU0H1YOEPHRY1R2SN5B5RL@david.davidtw.co> Minor refactoring
2020-06-11Rollup merge of #73207 - GuillaumeGomez:cleanup-e0648, r=Dylan-DPCDylan DPC-1/+10
Clean up E0648 explanation r? @Dylan-DPC
2020-06-11Clean up E0666 explanationGuillaume Gomez-7/+11
2020-06-11Rollup merge of #73164 - GuillaumeGomez:add-e0761, r=petrochenkovDylan DPC-0/+14
Add new E0762 error code
2020-06-11Rollup merge of #72976 - GuillaumeGomez:cleanup-e0642, r=Dylan-DPCDylan DPC-1/+1
Clean up E0642 explanation r? @Dylan-DPC
2020-06-10Create new error code E0762 for unterminated char literalsGuillaume Gomez-0/+14
2020-06-10Clean up E0648 explanationGuillaume Gomez-1/+10
2020-06-10Rollup merge of #73123 - GuillaumeGomez:cleanup-e0647, r=Dylan-DPCDylan DPC-1/+2
Clean up E0647 explanation r? @Dylan-DPC
2020-06-10Rollup merge of #73122 - doctorn:issue-73116, r=varkorDylan DPC-1/+27
Resolve E0584 conflict Adds a new error code (`E0761`) to indicate ambiguity in module file names and an accompanying expanded description to resolve a conflict over `E0584`. Resolves #73116
2020-06-09Update commentsNathan Corbyn-2/+2
2020-06-08Rollup merge of #73124 - ayushmishra2005:correction_in_explanation_of_E0207, ↵Dylan DPC-2/+2
r=petrochenkov Removed lifetime parameters from Explanation of E0207 Removed lifetime parameters from Explanation of E0207 Fixes #62144
2020-06-08Rollup merge of #72912 - GuillaumeGomez:add-e0755, r=estebankDylan DPC-0/+21
Add new E0758 error code
2020-06-08Removed lifetime parameters from Explanation of E0207 #62144Ayush Kumar Mishra-2/+2
2020-06-08Clean up E0647 explanationGuillaume Gomez-1/+2
2020-06-08Resolve E0584 conflictNathan Corbyn-0/+26
2020-06-08Rollup merge of #73092 - GuillaumeGomez:cleanup-e0646, r=Dylan-DPCRalf Jung-0/+1
Clean up E0646 r? @Dylan-DPC
2020-06-07Clean up E0646Guillaume Gomez-0/+1
2020-06-07Create new error code E0758 for unterminated multi-line commentsGuillaume Gomez-0/+21
2020-06-07Rollup merge of #73057 - GuillaumeGomez:cleanup-e0644, r=Dylan-DPCDylan DPC-1/+1
Clean up E0644 explanation r? @Dylan-DPC
2020-06-06Clean up E0644 explanationGuillaume Gomez-1/+1
2020-06-05Rollup merge of #72260 - csmoe:issue-69276, r=estebankDylan DPC-0/+33
Spell out `Self` in async function return Closes #69276 r? @tmandry
2020-06-04Clean up E0642 explanationGuillaume Gomez-1/+1
2020-06-04resolve error code e0760csmoe-2/+2
2020-06-03clean up E0641 explanationGuillaume Gomez-6/+6