Guillaume Gomez
3254ae6a52
Replace "impls" by "implementations"
2015-07-31 12:55:53 +02:00
Manish Goregaokar
c9a34d2092
Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnik
...
r? @steveklabnik
2015-07-30 01:43:53 +05:30
Simonas Kazlauskas
91397a6aa3
Replace occurences of illegal in user facing docs
2015-07-28 17:55:44 +03:00
bors
3e6b03c2d8
Auto merge of #27230 - GuillaumeGomez:patch-1, r=brson
...
Part of #24407 .
cc @Manishearth
2015-07-27 19:44:22 +00:00
Guillaume Gomez
fc65f5551d
Fix typo
2015-07-24 17:26:41 +02:00
Guillaume Gomez
40617b60cb
Add E0425 error explanation
2015-07-24 14:58:00 +02:00
Guillaume Gomez
c8b9e8363a
Add E0426 error explanation
2015-07-24 14:44:44 +02:00
Guillaume Gomez
9e1ea5e5ee
Add E0432 error explanation
2015-07-24 12:30:14 +02:00
Guillaume Gomez
2537abf503
Add E0431 error explanation
2015-07-24 12:24:12 +02:00
Guillaume Gomez
18f4e8ce5e
Add E0430 error explanation
2015-07-24 12:19:36 +02:00
Guillaume Gomez
1f81002757
Improve error explanation
2015-07-24 11:02:26 +02:00
Guillaume Gomez
0efc7f143f
Fix typo and improve explanation
2015-07-23 16:19:37 +02:00
Guillaume Gomez
8a75dcdadf
Add E0424 error explanation
2015-07-23 12:44:59 +02:00
Guillaume Gomez
d6b9e0bed9
Add E0417 error explanation
2015-07-23 12:28:01 +02:00
Andrew Paseltiner
cf8a1636ef
add diagnostics for E0437 and E0438
2015-07-22 16:53:50 -04:00
Steve Klabnik
b73c6fe8f2
Rollup merge of #27156 - AlisdairO:diagnostics253, r=Manishearth
...
This is a resubmission of my previous git failure - apologies. Just fixing up a wording error that was discovered in E0253 after the r.
r? @Manishearth
2015-07-22 12:56:49 -04:00
Guillaume Gomez
2e919b4c51
Add E0433 error explanation
2015-07-21 19:50:28 +02:00
Guillaume Gomez
c13295bbc3
Add E0428 error explanation
2015-07-21 19:28:58 +02:00
Guillaume Gomez
95811546e6
Add E0407 error explanation
2015-07-21 19:28:58 +02:00
Guillaume Gomez
bc79f20cca
Add E0404 error explanation
2015-07-21 19:28:58 +02:00
Guillaume Gomez
cd385cbe34
Add E0405 error explanation
2015-07-21 19:28:58 +02:00
Guillaume Gomez
0eb7303c70
Add E0403 error explanation
2015-07-21 19:28:57 +02:00
Alisdair Owens
3ae7b72970
Fix wording nit for E0253
2015-07-20 18:14:12 +01:00
bors
ef04b07239
Auto merge of #27120 - apasel422:associated-item-error, r=arielb1
...
Previously, these would both be labeled as methods.
2015-07-20 01:46:20 +00:00
Andrew Paseltiner
ce856a55f6
add separate errors for out-of-place associated consts and types
...
Previously, these would both be labeled as methods.
2015-07-19 15:32:24 -04:00
Alisdair Owens
4ea02b72b7
replace word function with method
2015-07-19 09:59:43 +01:00
Alisdair Owens
44f29fbdbc
oops, forgot to fix method name
2015-07-18 20:46:47 +01:00
Alisdair Owens
56b450b291
fix up crate/trait discrepancy, clarify language
2015-07-18 20:26:08 +01:00
Alisdair Owens
6c74779a5c
Add diagnostics for E0253
2015-07-18 17:25:29 +01:00
Alisdair Owens
94b1ca8448
Write diagnostics for E0364 and E0365
2015-07-17 21:05:51 +01:00
Guillaume Gomez
48ee57e656
Update error codes
2015-07-13 00:57:16 +02:00
Guillaume Gomez
8b731a5cac
Add error codes
2015-07-13 00:31:09 +02:00
Guillaume Gomez
2e00b31770
We just have to replace error codes but code is good now
2015-07-11 21:46:06 +02:00
Nick Hamann
d636b5cf65
Improve examples in the E0255/E0256 error explanations.
2015-05-14 02:54:50 -05:00
Nick Hamann
06aef339f1
Add error explanations for E0053, E0251, E0252, E0255, E0256, E0368.
2015-05-14 02:04:51 -05:00
Ricardo Martins
06b084fc9f
Markdown formatting for error explanations.
2015-05-13 12:12:19 +01:00
Ricardo Martins
aa529ef52e
Add missing keyword in extern crate
declarations.
2015-05-11 09:10:49 +01:00
Ricardo Martins
ef030555c6
Improve wording in error explanation.
2015-05-11 09:10:19 +01:00
Ricardo Martins
60ec4ab220
Add error explanation for E0260.
2015-05-10 12:27:06 +01:00
Ricardo Martins
e7fa00a3e2
Add error explanation for E0259.
2015-05-10 12:27:06 +01:00
Ricardo Martins
f3a3684614
Add error explanation for E0154.
2015-05-10 12:27:06 +01:00
Ricardo Martins
c0412bcad6
Fix documentation URL in diagnostic message.
2015-05-10 12:16:33 +01:00
Ricardo Martins
7d9e605b93
Add error explanation for E0317.
2015-05-10 10:50:45 +01:00
Michael Sproul
d27230bb6d
Add metadata output to the diagnostics system.
...
Diagnostic errors are now checked for uniqueness across the compiler and
error metadata is written to JSON files.
2015-04-30 08:59:53 +10:00
Nick Cameron
170ccd615f
Error if pub use
references a private item.
...
[breaking-change]
Closes #23266
2015-03-16 11:03:54 +13:00
bors
cf636c233d
Auto merge of #22093 - petrochenkov:builtin, r=pnkfelix
...
Names of structs, enums, traits, type aliases and type parameters (i.e. all identifiers that can be used as full paths in type position) are not allowed to match the names of primitive types.
See #20427 for more information.
This is a minor [breaking-change]
2015-02-13 07:44:41 +00:00
Vadim Petrochenkov
8ed58d8ccc
Fix duplicate error code
2015-02-12 20:31:31 +03:00
we
6457c9fce2
Fix issue #20427
2015-02-08 19:29:47 +03:00
Joseph Crail
dc2e444e50
Fix for misspelled comments.
...
The spelling corrections were made in both documentation comments and
regular comments.
2015-02-04 23:00:02 -05:00
Alex Crichton
ecbee2e568
More test fixes and rebase conflicts
2015-01-21 12:49:02 -08:00