| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-06-23 | Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearth | bors | -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-23 | Rollup merge of #73472 - GuillaumeGomez:cleanup-e0689, r=Dylan-DPC | Manish Goregaokar | -8/+11 | |
| Clean up E0689 explanation r? @Dylan-DPC | ||||
| 2020-06-23 | Rollup merge of #73610 - GuillaumeGomez:cleanup-e0699, r=Dylan-DPC | Dylan DPC | -2/+4 | |
| Clean up E0699 explanation r? @Dylan-DPC | ||||
| 2020-06-23 | Rollup merge of #73575 - dario23:typo-errorcodes-doc, r=matthewjasper | Dylan DPC | -1/+1 | |
| Fix typo in error_codes doc | ||||
| 2020-06-22 | Clean up E0699 explanation | Guillaume Gomez | -2/+4 | |
| 2020-06-21 | Fix some small mistakes | Alexis Bourget | -8/+2 | |
| 2020-06-21 | Documenting the separate behaviors of edition 2015 and 2018 | Alexis Bourget | -5/+26 | |
| 2020-06-21 | Create E0765 error for unterminated double quote strings | Guillaume Gomez | -0/+14 | |
| 2020-06-21 | Fix typo in error_codes doc | Johannes Schilling | -1/+1 | |
| 2020-06-20 | Rollup merge of #73543 - GuillaumeGomez:cleanup-e0695, r=Dylan-DPC | Ralf Jung | -1/+1 | |
| Clean up E0695 explanation r? @Dylan-DPC | ||||
| 2020-06-20 | Clean up E0695 explanation | Guillaume Gomez | -1/+1 | |
| 2020-06-19 | Rollup merge of #73436 - GuillaumeGomez:cleanup-e0670, r=Dylan-DPC | Manish Goregaokar | -1/+1 | |
| Clean up E0670 explanation r? @Dylan-DPC | ||||
| 2020-06-19 | Rollup merge of #73399 - GuillaumeGomez:cleanup-e0668, r=Dylan-DPC | Manish Goregaokar | -5/+8 | |
| Clean up E0668 explanation r? @Dylan-DPC | ||||
| 2020-06-19 | add new error code | Christian Poveda | -0/+40 | |
| 2020-06-19 | Rollup merge of #73280 - GuillaumeGomez:add-e0763, r=petrochenkov | Ralf Jung | -0/+14 | |
| Add E0763 | ||||
| 2020-06-18 | Clean up E0689 explanation | Guillaume Gomez | -8/+11 | |
| 2020-06-17 | Clean up E0670 explanation | Guillaume Gomez | -1/+1 | |
| 2020-06-16 | Create new E0763 error code for unterminated byte constant | Guillaume Gomez | -0/+14 | |
| 2020-06-16 | Clean up E0668 explanation | Guillaume Gomez | -5/+8 | |
| 2020-06-15 | Change E0758 to E0759 to avoid conflict with #72912 | Esteban Küber | -0/+68 | |
| 2020-06-15 | Rollup merge of #73351 - gnodarse:patch-1, r=ecstatic-morse | Ralf 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-14 | Update E0446.md | gnodarse | -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-14 | Added proper explanation of ErrorCode-E0687 | pankajchaudhary5 | -1/+37 | |
| 2020-06-13 | Update incorrect error code docs | Dylan MacKenzie | -6/+6 | |
| 2020-06-12 | Rollup merge of #73236 - GuillaumeGomez:cleanup-e0666, r=Dylan-DPC | Dylan DPC | -7/+11 | |
| Clean up E0666 explanation r? @Dylan-DPC | ||||
| 2020-06-12 | Rollup 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-11 | Add long error explanation for E0724 | Ayush 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-11 | Rollup merge of #73207 - GuillaumeGomez:cleanup-e0648, r=Dylan-DPC | Dylan DPC | -1/+10 | |
| Clean up E0648 explanation r? @Dylan-DPC | ||||
| 2020-06-11 | Clean up E0666 explanation | Guillaume Gomez | -7/+11 | |
| 2020-06-11 | Rollup merge of #73164 - GuillaumeGomez:add-e0761, r=petrochenkov | Dylan DPC | -0/+14 | |
| Add new E0762 error code | ||||
| 2020-06-11 | Rollup merge of #72976 - GuillaumeGomez:cleanup-e0642, r=Dylan-DPC | Dylan DPC | -1/+1 | |
| Clean up E0642 explanation r? @Dylan-DPC | ||||
| 2020-06-10 | Create new error code E0762 for unterminated char literals | Guillaume Gomez | -0/+14 | |
| 2020-06-10 | Clean up E0648 explanation | Guillaume Gomez | -1/+10 | |
| 2020-06-10 | Rollup merge of #73123 - GuillaumeGomez:cleanup-e0647, r=Dylan-DPC | Dylan DPC | -1/+2 | |
| Clean up E0647 explanation r? @Dylan-DPC | ||||
| 2020-06-10 | Rollup merge of #73122 - doctorn:issue-73116, r=varkor | Dylan 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-09 | Update comments | Nathan Corbyn | -2/+2 | |
| 2020-06-08 | Rollup 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-08 | Rollup merge of #72912 - GuillaumeGomez:add-e0755, r=estebank | Dylan DPC | -0/+21 | |
| Add new E0758 error code | ||||
| 2020-06-08 | Removed lifetime parameters from Explanation of E0207 #62144 | Ayush Kumar Mishra | -2/+2 | |
| 2020-06-08 | Clean up E0647 explanation | Guillaume Gomez | -1/+2 | |
| 2020-06-08 | Resolve E0584 conflict | Nathan Corbyn | -0/+26 | |
| 2020-06-08 | Rollup merge of #73092 - GuillaumeGomez:cleanup-e0646, r=Dylan-DPC | Ralf Jung | -0/+1 | |
| Clean up E0646 r? @Dylan-DPC | ||||
| 2020-06-07 | Clean up E0646 | Guillaume Gomez | -0/+1 | |
| 2020-06-07 | Create new error code E0758 for unterminated multi-line comments | Guillaume Gomez | -0/+21 | |
| 2020-06-07 | Rollup merge of #73057 - GuillaumeGomez:cleanup-e0644, r=Dylan-DPC | Dylan DPC | -1/+1 | |
| Clean up E0644 explanation r? @Dylan-DPC | ||||
| 2020-06-06 | Clean up E0644 explanation | Guillaume Gomez | -1/+1 | |
| 2020-06-05 | Rollup merge of #72260 - csmoe:issue-69276, r=estebank | Dylan DPC | -0/+33 | |
| Spell out `Self` in async function return Closes #69276 r? @tmandry | ||||
| 2020-06-04 | Clean up E0642 explanation | Guillaume Gomez | -1/+1 | |
| 2020-06-04 | resolve error code e0760 | csmoe | -2/+2 | |
| 2020-06-03 | clean up E0641 explanation | Guillaume Gomez | -6/+6 | |
