about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-12-28Fix broken rebaseNikita Tomashevich-1/+1
2022-12-28Fix nitsNikita Tomashevich-7/+4
2022-12-28Made ty_or_sig and trait_path use their actual types instead of StringNikita Tomashevich-77/+118
2022-12-28Split infer_explicit_lifetime_required into several diagsNikita Tomashevich-37/+50
2022-12-28Address changes of pr 103345Nikita Tomashevich-46/+46
2022-12-28Rename subdiagnostic fields that do not need to be unique nowNikita Tomashevich-20/+10
2022-12-28Use eager translationNikita Tomashevich-12/+28
2022-12-28Split into several messagesNikita Tomashevich-47/+250
2022-12-28More descriptive names for ActualImplExplNotes variantsNikita Tomashevich-8/+8
2022-12-28Rebase and fixNikita Tomashevich-14/+14
2022-12-28Partial work on static_impl_trait.rsNikita Tomashevich-111/+221
2022-12-28Migrate trait_impl_difference.rsNikita Tomashevich-27/+61
2022-12-28Migrate placeholder_error.rsNikita Tomashevich-126/+186
2022-12-28Migrate named_anon_conflict.rsNikita Tomashevich-26/+47
2022-12-27Rollup merge of #106064 - lukas-code:outlives-macro, r=cjgillotMichael Goulet-80/+108
2022-12-27Rollup merge of #105965 - compiler-errors:issue-105896, r=cjgillotMichael Goulet-1/+5
2022-12-27Rollup merge of #105852 - compiler-errors:hex-float-lit, r=cjgillotMichael Goulet-0/+26
2022-12-27Rollup merge of #105765 - estebank:range-typo, r=compiler-errorsMichael Goulet-7/+99
2022-12-27Make resolve suggestion more genericEsteban Küber-1/+1
2022-12-27review comments: make suggestion more accurateEsteban Küber-11/+42
2022-12-27Provide local extern function arg namesMichael Goulet-1/+5
2022-12-27Suggest rewriting a malformed hex literal if we expect a floatMichael Goulet-0/+26
2022-12-27Rollup merge of #106066 - JohnTitor:rm-bindings-after-at-fixme, r=compiler-er...Matthias Krüger-12/+6
2022-12-27Rollup merge of #105817 - chenyukang:yukang/fix-105788-sugg-for-auto-trait, r...Matthias Krüger-0/+4
2022-12-27Auto merge of #106177 - matthiaskrgr:rollup-oe7z8ix, r=matthiaskrgrbors-6/+196
2022-12-27Rollup merge of #106150 - estebank:issue-39232, r=compiler-errorsMatthias Krüger-6/+195
2022-12-27Rollup merge of #105515 - estebank:issue-104141, r=oli-obkMatthias Krüger-0/+1
2022-12-27Auto merge of #106095 - estebank:pin-mut-reborrow, r=compiler-errorsbors-10/+59
2022-12-27fix #105788, Remove unreasonable help message for auto traityukang-0/+4
2022-12-26Detect likely `.` -> `..` typo in method callsEsteban Küber-7/+68
2022-12-26Auto merge of #103020 - lyming2007:issue-102598-fix, r=jackh726bors-1/+19
2022-12-26review commentsEsteban Küber-7/+5
2022-12-26fix rebaseEsteban Küber-1/+1
2022-12-26Fix suggestion when there are arguments in the methodEsteban Küber-1/+1
2022-12-26Tweak wordingEsteban Küber-28/+93
2022-12-26Detect when method call on LHS might be shadowedEsteban Küber-0/+124
2022-12-27Rollup merge of #106151 - TaKO8Ki:remove-unused-imports, r=jackh726fee1-dead-6/+2
2022-12-26address review comments + better testsLukas Markeffsky-55/+83
2022-12-26Auto merge of #103828 - cassaundra:fix-format-args-span2, r=cjgillotbors-48/+79
2022-12-26Auto merge of #105605 - inquisitivecrystal:attr-validation, r=cjgillotbors-2/+23
2022-12-26remove unused importsTakayuki Maeda-6/+2
2022-12-25Remove redundant clone suggestionEsteban Küber-1/+13
2022-12-25Create new inference contextEsteban Küber-29/+33
2022-12-25Auto merge of #106143 - matthiaskrgr:rollup-3kpy1dc, r=matthiaskrgrbors-137/+86
2022-12-25Rollup merge of #106137 - matthiaskrgr:clippy_style, r=jyn514Matthias Krüger-93/+74
2022-12-25Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-acc...Matthias Krüger-40/+10
2022-12-25Rollup merge of #105375 - WaffleLapkin:docfix, r=cjgillotMatthias Krüger-4/+2
2022-12-25Auto merge of #105997 - RalfJung:immediate-abort, r=eholkbors-9/+10
2022-12-25document that `Span::to` can go backwardsLukas Markeffsky-0/+3
2022-12-25fix more clippy::style findingsMatthias Krüger-93/+74