about summary refs log tree commit diff
path: root/compiler/rustc_error_codes/src
AgeCommit message (Expand)AuthorLines
2021-08-03Expand explanation of E0530Kornel-14/+39
2021-08-02add long error explanation for E0625Brandon H. Gomes-1/+29
2021-08-02Assign E0784 to union expression errorGuillaume Gomez-1/+34
2021-07-30Update error code descriptionJonas Schievink-14/+4
2021-07-29Rollup merge of #87521 - midgleyc:long-E0498, r=GuillaumeGomezYuki Okushi-1/+23
2021-07-29Rollup merge of #87435 - ibraheemdev:patch-4, r=JohnTitorYuki Okushi-4/+7
2021-07-28fix example code for E0617Ibraheem Ahmed-4/+7
2021-07-28Stabilize `arbitrary_enum_discriminant`Deadbeef-4/+0
2021-07-27Indicate E0665 is no longer emittedJacob Pratt-1/+3
2021-07-27Mark code as ignored due to requiring external pluginChris Midgley-1/+1
2021-07-27Add long explanation for E0498Chris Midgley-1/+23
2021-07-26Add long explanation for E0544.Chris Midgley-1/+30
2021-07-21Rollup merge of #87342 - midgleyc:add-E0757-long, r=GuillaumeGomezGuillaume Gomez-1/+34
2021-07-21docs: normalise wording in line with docsChris Midgley-1/+1
2021-07-21docs: add additional links for ffi_pure / ffi_constChris Midgley-2/+10
2021-07-21Add long explanation for E0757Chris Midgley-1/+26
2021-07-21docs: add newline before exampleChris Midgley-0/+1
2021-07-21docs: remove spurious main functionsChris Midgley-4/+0
2021-07-21add working code exampleChris Midgley-0/+10
2021-07-20Add long explanation for E0722Chris Midgley-1/+25
2021-07-08Rollup merge of #86838 - lambinoo:I-69630-rust_const_unstable_check_const, r=...Guillaume Gomez-6/+6
2021-07-08fn must be const if marked with stability attributLamb-6/+6
2021-07-05Rollup merge of #86477 - tlyu:e0716-clarification, r=JohnTitorYuki Okushi-2/+4
2021-07-04E0716: clarify that equivalent code example is erroneousTaylor Yu-2/+4
2021-07-02Rollup merge of #86148 - FabianWolff:issue-85855, r=varkorYuki Okushi-1/+1
2021-07-01Minor adjustments and refactoringFabian Wolff-2/+1
2021-06-29Fix typo and improve documentation for E0632Fabian Wolff-2/+26
2021-06-24Auto merge of #86279 - JohnTitor:transparent-zero-size-fields, r=nikomatsakisbors-5/+5
2021-06-23Remove unused error codes from error_codes.rs and from EXEMPTED_FROM_TEST con...Guillaume Gomez-5/+4
2021-06-22Add destructuring example of E0508mbartlett21-0/+13
2021-06-14Adjust documentationYuki Okushi-5/+5
2021-06-13Fix typo `with custom a custom` -> `with a custom`Shadlock0133-1/+1
2021-06-08Check the number of generic lifetime and const parameters of intrinsicsFabian Wolff-1/+2
2021-06-07Add E0316.mdFabian Wolff-1/+33
2021-06-07Comment out unused error codes in error_codes.rsFabian Wolff-15/+15
2021-06-06Fix corrected example in E0759.mdFabian Wolff-3/+3
2021-05-13swap function order for better read flowRafael Kraut-5/+5
2021-05-04Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakisbors-0/+50
2021-04-29Implement RFC 1260 with feature_name `imported_main`.Charles Lew-1/+3
2021-04-25remove const_fn from some error_code descriptionsRalf Jung-4/+0
2021-04-24Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obkbors-21/+1
2021-04-23Auto merge of #83729 - JohnTitor:issue-43913, r=estebankbors-6/+20
2021-04-19remove E0723 error codeRalf Jung-21/+1
2021-04-18Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearthbors-5/+2
2021-04-16Remove #[main] attribute.Charles Lew-2/+4
2021-04-13Add compatibility info to lintsRyan Levick-2/+2
2021-04-08Fix error code testsRyan Levick-2/+2
2021-04-08Improve errorRyan Levick-1/+1
2021-04-08Update error code docs even moreRyan Levick-12/+8
2021-04-08Proper format for error code explanationsRyan Levick-13/+30