about summary refs log tree commit diff
path: root/compiler/rustc_error_codes
AgeCommit message (Expand)AuthorLines
2021-03-23progress, stuff compiles nowlcnr-1/+1
2021-03-04Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomezYuki Okushi-1/+2
2021-03-02Rollup merge of #82516 - PoignardAzur:inherent-impl-ty, r=oli-obkYuki Okushi-16/+0
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-1/+2
2021-02-26Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514bors-1/+1
2021-02-25Add feature gate for inherent associate types.Olivier FAURE-16/+0
2021-02-18Rollup merge of #82246 - jesusprubio:add-long-explanation-e0549, r=GuillaumeG...Dylan DPC-3/+38
2021-02-18Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkorDylan DPC-2/+2
2021-02-18Update compiler/rustc_error_codes/src/error_codes/E0549.mdJesús Rubio-1/+1
2021-02-18Update compiler/rustc_error_codes/src/error_codes/E0549.mdJesús Rubio-1/+1
2021-02-18Update compiler/rustc_error_codes/src/error_codes/E0549.mdJesús Rubio-2/+2
2021-02-18Add long explanation for E0549Jesus Rubio-3/+38
2021-02-17Add long explanation for E0543Jesus Rubio-1/+36
2021-02-17replace if-let and while-let with `if let` and `while let`Takayuki Maeda-2/+2
2021-02-15Add long explanation for E0545Jesus Rubio-1/+36
2021-02-12[librustdoc] Reform lang string token splittingCasey Rodarmor-1/+1
2021-02-11Improve long explanation for E0542 and E0546Jesus Rubio-2/+2
2021-02-09Update compiler/rustc_error_codes/src/error_codes/E0547.mdJesús Rubio-1/+1
2021-02-09Lost text re-addedJesus Rubio-0/+10
2021-02-08Add long explanation for E0547Jesus Rubio-1/+28
2021-02-07Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisabors-5/+5
2021-02-07Rollup merge of #81835 - jesusprubio:improve-long-eplanation-e0546, r=Guillau...Guillaume Gomez-2/+9
2021-02-06Typo fixJesus Rubio-2/+2
2021-02-06References addedJesus Rubio-2/+9
2021-02-06Comments updated to keep the consistencyJesus Rubio-5/+5
2021-02-06Improve long explanation for E0546Jesus Rubio-4/+4
2021-02-06Format fixesJesus Rubio-2/+1
2021-02-06Update compiler/rustc_error_codes/src/error_codes/E0542.mdJesús Rubio-1/+2
2021-02-06Add long error explanation for E0542Jesus Rubio-1/+48
2021-02-05Rollup merge of #81676 - jyn514:crate-not-found, r=oli-obkMara Bos-0/+21
2021-02-03Add more information to the error code for 'crate not found'Joshua Nelson-0/+21
2021-02-03Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievinkbors-0/+13
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-0/+13
2021-02-01Add long error explanation for E0521Jesus Rubio-1/+29
2021-01-31Rollup merge of #81572 - pierwill:edit-error-codes-1, r=jonas-schievinkJonas Schievink-12/+14
2021-01-30Edit multiple error code Markdown filespierwill-12/+14
2021-01-30Fix typo in E0759Steve Heindel-1/+1
2021-01-24Fix spelling in documentation for error E0207Joakim Åkerblom-1/+1
2021-01-24Update docs with powers-of-twoCaleb Zulawski-5/+5
2021-01-16Rollup merge of #80614 - 1000teslas:issue-78938-fix, r=tmandryMara Bos-0/+21
2021-01-15Simplify E0373 async code example1000teslas-22/+5
2021-01-14Fix E0373 code example1000teslas-1/+1
2021-01-14Fix error E0373 documentation1000teslas-7/+23
2021-01-14Fix whitespace1000teslas-2/+2
2021-01-13Update code to account for extern ABI requirementMark Rousskov-1/+1
2021-01-13Update tests for extern block lintingMark Rousskov-16/+16
2021-01-13Move help link to error index1000teslas-0/+22
2021-01-07Refine E0435 descriptionDaiki Ihara-0/+6
2021-01-01Reinstate the error-code error over the feature gate erroroli-2/+0
2021-01-01Allow references to interior mutable data behind a feature gateoli-2/+4