summaryrefslogtreecommitdiff
path: root/compiler/rustc_error_messages
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #111104 - Manishearth:icuup, r=compiler-errorsManish Goregaokar2023-05-031-3/+3
|\
| * Update ICU4X to 1.2Manish Goregaokar2023-05-021-3/+3
* | Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote2023-05-031-10/+26
|/
* Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb2023-04-182-1/+3
* Stabilize a portion of 'once_cell'Trevor Gross2023-03-291-1/+1
* Simplify message pathsest312023-03-112-1/+1
* Handle selecting the default locale bettermejrs2023-02-231-2/+5
* various: translation resources from cg backendDavid Wood2023-02-221-1/+1
* errors: generate typed identifiers in each crateDavid Wood2023-02-2236-5071/+2
* hir-analysis: make one diagnostic translatableTshepang Mbambo2023-02-211-0/+3
* Remove save-analysis.Nicholas Nethercote2023-02-162-2/+0
* Rollup merge of #107034 - IntQuant:issue-100717-infer-5, r=oli-obkMatthias Krüger2023-02-151-1/+38
|\
| * Port PlaceholderRelationLfNotSatisfied diagnosticIQuant2023-02-141-1/+7
| * Port ConsiderAddingAwaitIQuant2023-02-141-0/+4
| * Port SuggestRemoveSemiOrReturnBindingIQuant2023-02-141-0/+5
| * Port WhereClauseSuggestionsNikita Tomashevich2023-02-141-0/+3
| * Resolve rebaseNikita Tomashevich2023-02-141-2/+0
| * Port another diagnosticNikita Tomashevich2023-02-141-2/+4
| * Port RefLongerThanDataNikita Tomashevich2023-02-141-0/+3
| * Port "BorrowedTooLong" diagnosticNikita Tomashevich2023-02-141-2/+4
| * Port OutlivesContent, OutlivesBound, FUllfillReqLifetime, LfBoundNotSatisfied...Nikita Tomashevich2023-02-141-0/+14
* | Rollup merge of #107673 - lukas-code:update-icu4x, r=davidtwcoMatthias Krüger2023-02-141-4/+3
|\ \ | |/ |/|
| * update ICU4X to 1.1.0Lukas Markeffsky2023-02-041-4/+3
* | Auto merge of #105601 - BelovDV:change-rlib-with-not-stable, r=petrochenkovbors2023-02-121-1/+1
|\ \
| * | [link] enable packed bundled lib in non stable casesDaniil Belov2023-02-101-1/+1
* | | Cleanup typos in en_US/borrowck.ftlJubilee2023-02-101-3/+3
* | | Auto merge of #102963 - ilammy:xray-basic, r=estebankbors2023-02-101-0/+2
|\ \ \
| * | | Emit an error if -Z instrument-xray is not supportedOleksii Lozovskyi2023-02-091-0/+2
| |/ /
* | | Rollup merge of #107446 - clubby789:rustc-parse-diag-migrate, r=compiler-errorsMatthias Krüger2023-02-091-0/+115
|\ \ \ | |/ / |/| |
| * | Migrate `rustc_parse` to derive diagnosticsclubby7892023-02-061-0/+115
* | | Auto merge of #107727 - Dylan-DPC:rollup-b1yexcl, r=Dylan-DPCbors2023-02-061-0/+3
|\ \ \
| * \ \ Rollup merge of #107580 - lenko-d:default_value_for_a_lifetime_generic_parame...Dylan DPC2023-02-061-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | Recover from default value for a lifetime in generic parameters.Lenko Donchev2023-02-041-0/+3
| | |/
* | | Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errorsbors2023-02-062-1/+2
|\ \ \ | |/ / |/| |
| * | Fix #103320, add explanatory message for [#must_use]yukang2023-02-042-1/+2
* | | Recover from missing expression in for loopObei Sideg2023-02-051-0/+3
| |/ |/|
* | Auto merge of #107549 - Zoxc:rustc-shared, r=jyn514bors2023-02-041-12/+12
|\ \
| * | Add a new `rustc_driver` dylib to rexport `rustc_driver_impl`John Kåre Alsaker2023-02-021-12/+12
* | | Fix suggestion for coercing Option<&String> to Option<&str>clubby7892023-02-031-0/+2
| |/ |/|
* | Rollup merge of #107493 - clubby789:range-fat-arrow-followup, r=estebankMatthias Krüger2023-02-021-2/+3
|\ \
| * | Improve diagnostic for missing space in range patternclubby7892023-02-021-2/+3
| |/
* | Recover _ as .. in field patternMichael Goulet2023-02-021-2/+2
|/
* Make "use latest edition" subdiagnostic translatableXiretza2023-02-012-0/+8
* migrate parser::ty to diagnostic structsXiretza2023-02-011-0/+35
* rustc_parse: migrate more to diagnostic structsXiretza2023-02-011-0/+149
* Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwcobors2023-02-011-0/+12
|\
| * Move FFI attribute validation to `check_attr`inquisitivecrystal2023-01-241-0/+12
* | incremental: migrate diagnosticsDavid Wood2023-01-302-0/+119
* | session: diagnostic migration lint on more fnsDavid Wood2023-01-307-1/+75
* | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errorsbors2023-01-291-0/+2
|\ \