about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-08-09Rollup merge of #100238 - Bryysen:master, r=cjgillotMatthias Krüger-64/+95
2022-08-09Rollup merge of #100163 - TaKO8Ki:remove-unnecessary-string-search, r=wesleyw...Matthias Krüger-31/+22
2022-08-08Fix plural form of `variant` in error message not formatting correctlyBryysen-5/+6
2022-08-08Auto merge of #98863 - compiler-errors:projection-msg, r=estebankbors-13/+49
2022-08-08Auto merge of #98489 - cjgillot:naked-nohir, r=davidtwco,tmiaskobors-53/+41
2022-08-08Adjust wordingMichael Goulet-3/+3
2022-08-07Implement special-cased projection error message for some common traitsMichael Goulet-13/+49
2022-08-07Fix wording on commentBryysen-7/+7
2022-08-07Add comments to obscure code, remove unnesecary parameter from closureBryysen-6/+18
2022-08-07Rollup merge of #100244 - Lokathor:add-armv4t-none-eabi-take2, r=jackh726Matthias Krüger-0/+54
2022-08-07Rollup merge of #100230 - cjgillot:noice-multibyte-amp, r=compiler-errorsMatthias Krüger-2/+2
2022-08-07Rollup merge of #100019 - TaKO8Ki:suggest-boxed-trait-objects-instead-of-impl...Matthias Krüger-29/+36
2022-08-07Create armv4t_none_eabi.rsLokathor-0/+54
2022-08-07Further improve error message for E0081Bryysen-64/+82
2022-08-07Auto merge of #99983 - RalfJung:more-layout-checks, r=eddybbors-110/+309
2022-08-07Use start_point instead of next_point to point to elided lifetime ampersand.Camille GILLOT-2/+2
2022-08-07fix wrong suggestions for boxed trait objects instead of impl traitTakayuki Maeda-27/+34
2022-08-07revive suggestions for boxed trait objects instead of impl TraitTakayuki Maeda-2/+2
2022-08-07Auto merge of #100091 - chenyukang:add-check-for-link-ordinal, r=michaelwoeri...bors-0/+21
2022-08-07Rollup merge of #100130 - compiler-errors:erroneous-return-span, r=lcnrMatthias Krüger-23/+23
2022-08-07Rollup merge of #100071 - klensy:annotate-snippets-bump, r=Mark-SimulacrumMatthias Krüger-3/+7
2022-08-06Auto merge of #100195 - matthiaskrgr:rollup-ovzyyb0, r=matthiaskrgrbors-3/+54
2022-08-06Rollup merge of #100167 - chenyukang:require-suggestion, r=estebankMatthias Krüger-1/+5
2022-08-06Rollup merge of #100132 - compiler-errors:issue-100103, r=tmiaskoMatthias Krüger-1/+1
2022-08-06Rollup merge of #100094 - lyming2007:issue-98982, r=estebankMatthias Krüger-1/+48
2022-08-06Auto merge of #99893 - compiler-errors:issue-99387, r=davidtwcobors-18/+36
2022-08-06Auto merge of #99743 - compiler-errors:fulfillment-context-cleanups, r=jackh726bors-159/+125
2022-08-05Auto merge of #100035 - workingjubilee:merge-functions, r=nikicbors-2/+5
2022-08-05Enable function merging when opt is for sizeJubilee Young-2/+5
2022-08-05implement #98982Yiming Lei-1/+48
2022-08-05move DiagnosticArgFromDisplay into rustc_errorsMichael Goulet-31/+36
2022-08-05Delay formatting trimmed path until lint/error is emittedMichael Goulet-14/+27
2022-08-05Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i...Dylan DPC-12/+23
2022-08-05Rollup merge of #100155 - compiler-errors:issue-100154, r=jackh726Dylan DPC-7/+7
2022-08-05Rollup merge of #99835 - TaKO8Ki:suggest-adding-or-removing-ref-for-binding-p...Dylan DPC-4/+49
2022-08-05Auto merge of #100073 - dpaoliello:externvar, r=michaelwoeristerbors-1/+8
2022-08-05Improve diagnostics for `const a: = expr;`Maybe Waffle-12/+23
2022-08-05recover require,include instead of use in itemyukang-1/+5
2022-08-05Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebankbors-27/+142
2022-08-05remove an unnecessary `str::rfind`Takayuki Maeda-31/+22
2022-08-05Auto merge of #99867 - spastorino:refactor-remap-lifetimes, r=nikomatsakisbors-296/+581
2022-08-04opt node typeMichael Goulet-7/+7
2022-08-04Rollup merge of #100148 - durin42:llvm-16-pointertype, r=nikicMatthias Krüger-1/+6
2022-08-04Rollup merge of #100095 - jackh726:early-binder, r=lcnrMatthias Krüger-68/+94
2022-08-04Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro...Matthias Krüger-3/+17
2022-08-04Rollup merge of #100058 - TaKO8Ki:suggest-positional-formatting-argument-inst...Matthias Krüger-8/+67
2022-08-04Rollup merge of #98796 - compiler-errors:no-semi-if-comma, r=estebankMatthias Krüger-1/+2
2022-08-04Add test for raw-dylib with an external variableDaniel Paoliello-1/+8
2022-08-04Fix typoSantiago Pastorino-1/+1
2022-08-04Improve opt_local_def_id docsSantiago Pastorino-7/+9