Mazdak Farrokhzad
d4f59564e7
Rollup merge of #66880 - aDotInTheVoid:add-E0203-long, r=GuillaumeGomez
...
Add long error code explanation message for E0203
Addressed some of #61137
r? @GuillaumeGomez
2019-12-01 04:49:29 +01:00
Nixon
a52eb05ec6
Address review comments
2019-11-30 11:22:20 +00:00
Nixon
f8fb24f18f
Add explanation message for E0203
2019-11-29 22:42:38 +00:00
Ralf Jung
0f6e6363fc
Rollup merge of #66808 - GuillaumeGomez:cleanup-err-code-3, r=Dylan-DPC
...
Cleanup error code
r? @Dylan-DPC
2019-11-29 22:57:38 +01:00
Tyler Mandry
999fd561ba
Rollup merge of #66798 - bwignall:typo, r=varkor
...
Fix spelling typos
Should be non-semantic.
Uses https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines to find likely typos.
2019-11-27 15:28:53 -06:00
Tyler Mandry
6a1fe67cac
Rollup merge of #66777 - GuillaumeGomez:tidy-err-codes, r=Mark-Simulacrum
...
Put back tidy check on error codes
I just realized that the tidy checks were not run anymore on the error code long explanations. This add it back.
cc @Dylan-DPC
r? @Mark-Simulacrum
2019-11-27 15:28:50 -06:00
Tyler Mandry
ae49770918
Rollup merge of #66774 - GuillaumeGomez:cleanup-err-codes-2, r=Dylan-DPC
...
Clean up error codes
r? @Dylan-DPC
2019-11-27 15:28:48 -06:00
Guillaume Gomez
7edaebaf6a
Clean up E0091 long explanation
2019-11-27 18:02:05 +01:00
Guillaume Gomez
ce696101c4
Clean up E0081 long explanation
2019-11-27 18:02:05 +01:00
Guillaume Gomez
38f9cd4d69
Clean up E0080 long explanation
2019-11-27 18:02:05 +01:00
Guillaume Gomez
5bb70c14be
Fix tidy issues
2019-11-27 17:58:54 +01:00
Guillaume Gomez
d05a914b24
Clean up E0071 long explanation
2019-11-27 13:18:00 +01:00
Guillaume Gomez
97a1653f09
Clean up E0077 long explanation
2019-11-27 13:18:00 +01:00
Guillaume Gomez
843869c690
Clean up E0076 long explanation
2019-11-27 13:18:00 +01:00
Brian Wignall
16fabd8efd
Fix spelling typos
2019-11-26 22:19:54 -05:00
Guillaume Gomez
2af8cd2de8
Clean up E0075 long explanation
2019-11-26 13:47:45 +01:00
Guillaume Gomez
77ecb6d44a
Clean up E0072 long explanation
2019-11-26 13:40:48 +01:00
Guillaume Gomez
1bd28b1087
Clean up E0070 long explanation
2019-11-25 15:39:07 +01:00
Guillaume Gomez
ef35980ffb
Clean up E0069 long explanation
2019-11-25 15:39:07 +01:00
Guillaume Gomez
98e2917626
Clean up E0067 long explanation
2019-11-25 15:39:07 +01:00
Guillaume Gomez
7e813c4a01
Clean up E0063 long explanation
2019-11-25 13:32:11 +01:00
Guillaume Gomez
bf5c64abff
Clean up E0062 long explanation
2019-11-25 13:31:05 +01:00
Matthew Jasper
a8efd31f2b
Add raw address of expressions to the AST and HIR
2019-11-24 18:06:13 +00:00
Mazdak Farrokhzad
8be9e90454
Rollup merge of #66633 - GuillaumeGomez:err-codes-cleanup, r=Dylan-DPC
...
Error code's long explanation cleanup
Continuing to clean up the error code's long explanation.
r? @Dylan-DPC
2019-11-22 19:57:52 +01:00
Guillaume Gomez
a8de11cdd5
small error code explanations improvements
2019-11-22 19:14:09 +01:00
Guillaume Gomez
9bb2e3cd34
Improve E0061 long error explanation
2019-11-22 19:14:09 +01:00
Guillaume Gomez
f798804cd9
Improve E0057 long error explanation
2019-11-22 19:14:09 +01:00
Guillaume Gomez
60d9c2c239
Improve E0023 long error explanation
2019-11-22 19:14:09 +01:00
Guillaume Gomez
ea62c2e5b3
Improve E0015 long error explanation
2019-11-22 19:14:09 +01:00
Mazdak Farrokhzad
15c30ddd69
Stabilize the never_type, written !.
2019-11-21 14:55:32 +01:00
Mazdak Farrokhzad
0a0d07a1fc
Rollup merge of #66526 - estebank:async-fn-trait-information, r=Centril
...
Add more context to `async fn` trait error
Follow up to #65937 . Fix #65899 .
2019-11-20 12:58:30 +01:00
Esteban Kuber
a079159c64
Remove desugared async-trait example
2019-11-19 11:29:20 -08:00
Dylan DPC
846f5e6bb9
Update E0706.md
2019-11-19 17:09:39 +01:00
Mazdak Farrokhzad
b5166b1e85
Rollup merge of #66461 - clemencetbk:master, r=GuillaumeGomez
...
Add explanation message for E0641
Part of #61137
2019-11-19 13:10:19 +01:00
Esteban Küber
e565329144
Add error code documentation
2019-11-18 15:23:05 -08:00
Guillaume Gomez
c981c994d4
Move E0594 to new error code system
2019-11-18 23:38:25 +01:00
clemencetbk
4e1eeb9a45
Add explanation message for E0641
2019-11-16 12:04:17 -05:00
Mazdak Farrokhzad
8444e1628c
move DIAGNOSTICS usage to rustc_driver
2019-11-16 02:32:33 +01:00
Tyler Mandry
0f2f03fbd1
Rollup merge of #66443 - GuillaumeGomez:port-erased-cleanup, r=Mark-Simulacrum
...
Port erased cleanup
Just realised that the changes I made in #65965 were removed after the move of all error codes so here it is. I made them into separate commits to make the history look better this time.
r? @Mark-Simulacrum
2019-11-15 14:44:52 +01:00
Guillaume Gomez
f9fdc380c7
Clean up E0025, E0034, E0044, E0046 and E0053
2019-11-15 13:24:47 +01:00
Guillaume Gomez
041c9f6f48
Clean up E0054
2019-11-15 13:24:47 +01:00
Guillaume Gomez
1a3c8c8964
Clean up E0050
2019-11-15 13:24:47 +01:00
Guillaume Gomez
2312207d91
Clean up E0049
2019-11-15 13:24:47 +01:00
Guillaume Gomez
11bb297d2c
Clean up E0045
2019-11-15 13:24:47 +01:00
Guillaume Gomez
a5fcc5137f
Clean up E0040
2019-11-15 13:24:47 +01:00
Guillaume Gomez
cab1955b21
Clean up E0033
2019-11-15 13:24:47 +01:00
Guillaume Gomez
f8d575a007
Clean up E0029
2019-11-15 13:24:47 +01:00
Guillaume Gomez
86506281b5
Clean up E0027
2019-11-15 13:24:47 +01:00
Guillaume Gomez
88acc84073
Clean up E0026
2019-11-15 13:24:47 +01:00
Guillaume Gomez
57564c80e3
Add link to error code explanation RFC
2019-11-15 13:24:47 +01:00