summary refs log tree commit diff
path: root/compiler/rustc_error_codes/src
AgeCommit message (Expand)AuthorLines
2021-11-08Update Copy/Clone documentation WRT arraysbstrie-6/+3
2021-11-07Improve error when an .rlib can't be parsedJoshua Nelson-0/+15
2021-11-05error_codes: uniformly comment error codesBen Boeckel-20/+19
2021-10-22Rollup merge of #89922 - JohnTitor:update-e0637, r=jackh726Yuki Okushi-10/+26
2021-10-18Member constraints already covered all of E0482 already, so that error never ...Oli Scherer-2/+4
2021-10-16Update E0637 description to mention `&` w/o an explicit lifetime nameYuki Okushi-10/+26
2021-10-15Auto merge of #89903 - matthiaskrgr:rollup-s0c69xl, r=matthiaskrgrbors-1/+40
2021-10-15Rollup merge of #89885 - cameron1024:long-explanation-E0183, r=GuillaumeGomezMatthias Krüger-1/+40
2021-10-14add long explanation for E0183cameron1024-1/+40
2021-10-14Revert "Stabilize `arbitrary_enum_discriminant`"Mark Rousskov-0/+4
2021-10-12Add long explanation for E0464Noah Lev-1/+7
2021-10-11Rollup merge of #89710 - sireliah:e0482, r=GuillaumeGomezMatthias Krüger-1/+74
2021-10-11Clarify the error descriptionssireliah-17/+22
2021-10-09Add long explanation for error E0482sireliah-1/+69
2021-10-02Consistently use 'supertrait'.Bruce Mitchener-2/+2
2021-09-19Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisaYuki Okushi-1/+3
2021-09-12Do not issue E0071 if a type error has already been reportedFabian Wolff-7/+7
2021-09-11Allow simd_shuffle to accept vectors of any lengthCaleb Zulawski-1/+3
2021-08-30Update E0785.mdMichael Howell-1/+1
2021-08-30fix(rustc_typeck): produce better errors for dyn auto traitMichael Howell-0/+31
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-4/+4
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-7/+4
2021-08-23Detect incorrect number of lang item genericsasquared31415-1/+1
2021-08-21Auto merge of #88134 - rylev:force-warn-improvements, r=nikomatsakisbors-1/+1
2021-08-20Change example and tests for E0161.Anton Golov-5/+21
2021-08-18Error when warnings lint group is used with force-warnRyan Levick-1/+1
2021-08-18Auto merge of #86860 - fee1-dead:stabilize, r=LeSeulArtichautbors-4/+0
2021-08-11Rollup merge of #87700 - kornelski:e530text, r=oli-obkYuki Okushi-14/+39
2021-08-08Auto merge of #87697 - GuillaumeGomez:add-e0784, r=nagisabors-1/+34
2021-08-06Rollup merge of #87715 - bhgomes:long-explanation-E0625, r=GuillaumeGomezYuki Okushi-1/+29
2021-08-04move full explanation to after erroneous exampleBrandon H. Gomes-4/+5
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-1/+3
2021-08-03remove trailing newlineBrandon H. Gomes-1/+0
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