about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-01-07rename create_raw_ty -> handle_raw_tyAli MJ Al-Nasrawy-6/+6
2023-01-07remove unnecessary normalize callAli MJ Al-Nasrawy-3/+1
2023-01-07make ascribe_user_type a TypeOpAli MJ Al-Nasrawy-169/+177
2023-01-07fix method substsAli MJ Al-Nasrawy-44/+43
2023-01-07fix struct pathAli MJ Al-Nasrawy-10/+29
2023-01-07introduce AstConv::probe_adtAli MJ Al-Nasrawy-19/+38
2023-01-07don't normalize in astconvAli MJ Al-Nasrawy-85/+103
2023-01-07Auto merge of #106544 - matthiaskrgr:rollup-e9prjed, r=matthiaskrgrbors-11/+51
2023-01-06Rollup merge of #106542 - sigaloid:master, r=bjorn3Matthias Krüger-2/+8
2023-01-06Rollup merge of #106528 - estebank:quick-fix, r=TaKO8KiMatthias Krüger-6/+7
2023-01-06Rollup merge of #106341 - Ezrashaw:refactor-error-code-tidy-check, r=mejrs,kl...Matthias Krüger-0/+2
2023-01-06Rollup merge of #106287 - Nilstrieb:its-bugging-me-how-we-dont-have-docs, r=j...Matthias Krüger-3/+34
2023-01-06Update compiler/rustc_session/src/config.rsMatthew E-1/+1
2023-01-06Add default and latest stable edition to --edition in rustcMatthew Esposito-2/+8
2023-01-06Auto merge of #106501 - cjgillot:resolved-elided-apit, r=compiler-errorsbors-2/+4
2023-01-06Auto merge of #106474 - erikdesjardins:noalias, r=bjorn3bors-28/+8
2023-01-06Auto merge of #105805 - yanchen4791:issue-105227-fix, r=estebankbors-9/+82
2023-01-06Auto merge of #106529 - Dylan-DPC:rollup-mvncmrk, r=Dylan-DPCbors-8/+248
2023-01-06Rollup merge of #106499 - lyming2007:issue-105946-fix, r=estebankDylan DPC-4/+14
2023-01-06Rollup merge of #106400 - estebank:type-errs, r=compiler-errorsDylan DPC-4/+234
2023-01-06Auto merge of #106429 - djkoloski:add_vendor_to_fuchsia_target_triple, r=nagisabors-4/+4
2023-01-06Tiny formatting fixEsteban Küber-6/+7
2023-01-05fix [type error] for error E0029 and E0277Yiming Lei-4/+14
2023-01-05Suggests adding named lifetime when the return contains value borrowed from m...yanchen4791-9/+82
2023-01-06Auto merge of #105890 - Nilstrieb:inline-fmt-part-1, r=jackh726bors-329/+287
2023-01-05Shrink `ParseResult` in the hot path.Nilstrieb-30/+81
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-329/+287
2023-01-05Correct detection of elided lifetimes in impl-trait.Camille GILLOT-2/+4
2023-01-05fix rebaseEsteban Küber-6/+4
2023-01-05review comments: rewordEsteban Küber-1/+1
2023-01-05review comment: potentially produce more suggestions for arg type mismatchEsteban Küber-2/+2
2023-01-05Account for type error on method arg caused by earlier inferenceEsteban Küber-1/+15
2023-01-05Use `BottomUpFolder`Esteban Küber-40/+19
2023-01-05FormattingEsteban Küber-127/+135
2023-01-05Tweak outputEsteban Küber-47/+118
2023-01-05review comments: do not always point at init exprEsteban Küber-0/+3
2023-01-05More eagerly resolve expr `ty`s before writing themEsteban Küber-0/+1
2023-01-05Skip macros to avoid talking about bindings the user can't seeEsteban Küber-1/+1
2023-01-05Point at expressions where inference refines an unexpected typeEsteban Küber-3/+159
2023-01-05Add vendor to Fuchsia's target tripleDavid Koloski-4/+4
2023-01-05Auto merge of #106404 - tmiasko:dedup-box-derefs, r=wesleywiserbors-5/+2
2023-01-05Auto merge of #106482 - compiler-errors:rollup-g7n1p39, r=compiler-errorsbors-184/+211
2023-01-04Rollup merge of #106478 - estebank:tweak-fn-mismatch, r=compiler-errorsMichael Goulet-13/+10
2023-01-04Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillotMichael Goulet-152/+144
2023-01-04Rollup merge of #106385 - compiler-errors:new-solver-flag, r=jackh726Michael Goulet-16/+46
2023-01-04Rollup merge of #105846 - compiler-errors:issue-105838, r=jackh726Michael Goulet-3/+11
2023-01-05Auto merge of #105409 - compiler-errors:closure-infer-cycle, r=jackh726bors-8/+51
2023-01-05Tweak wording of fn call with wrong number of argsEsteban Küber-13/+10
2023-01-05Auto merge of #106472 - matthiaskrgr:rollup-4w4v50e, r=matthiaskrgrbors-37/+11
2023-01-04cleanup: handle -Zmutable-noalias like -Zbox-noaliasErik Desjardins-28/+8