about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-02-23Rollup merge of #121476 - onur-ozkan:update-compiler-profile, r=compiler-errorsMatthias Krüger-3/+3
2024-02-23Rollup merge of #121471 - estebank:lint-clone, r=TaKO8KiMatthias Krüger-78/+80
2024-02-23Rollup merge of #121434 - nnethercote:fix-121208-fallout, r=lcnrMatthias Krüger-6/+119
2024-02-23Auto merge of #121432 - mj10021:issue-119851-fix, r=nnethercotebors-1185/+1169
2024-02-23Auto merge of #121341 - GrigorenkoPV:bootstrap-rustup-cargo, r=onur-ozkanbors-30/+33
2024-02-23Auto merge of #120730 - estebank:confusable-api, r=oli-obkbors-196/+833
2024-02-23Revert some `span_bug`s to `span_delayed_bug`.Nicholas Nethercote-6/+119
2024-02-22Auto merge of #119989 - lcnr:sub_relations-bye-bye, r=compiler-errorsbors-455/+409
2024-02-22set `llvm.assertions` to false in compiler profileonur-ozkan-3/+3
2024-02-22Auto merge of #121469 - matthiaskrgr:rollup-oaoxuo2, r=matthiaskrgrbors-485/+690
2024-02-22Fix rebaseEsteban Küber-7/+10
2024-02-22review comment: remove unnused return valueEsteban Küber-10/+13
2024-02-22fix testEsteban Küber-1/+1
2024-02-22Deduplicate some logic and reword outputEsteban Küber-68/+52
2024-02-22review comments: clean upEsteban Küber-160/+166
2024-02-22Add `flatmap`/`flat_map` -> `and_then` suggestionsEsteban Küber-0/+2
2024-02-22Tweak wording of "implemented trait isn't imported" suggestionEsteban Küber-46/+59
2024-02-22Better account for associated const found for fn call exprEsteban Küber-9/+13
2024-02-22fix testEsteban Küber-0/+4
2024-02-22Make confusable suggestions `verbose`Esteban Küber-43/+126
2024-02-22Consider methods from traits when suggesting typosEsteban Küber-68/+223
2024-02-22Provide more and more accurate suggestions when calling the wrong methodEsteban Küber-31/+189
2024-02-22drive-by fmt cleanupEsteban Küber-1/+1
2024-02-22On type error of method call arguments, look at confusables for suggestionEsteban Küber-35/+106
2024-02-22Add `rustc_confusables` annotations to some stdlib APIsEsteban Küber-29/+180
2024-02-22When encountering `<&T as Clone>::clone(x)` because `T: Clone`, suggest `#[de...Esteban Küber-78/+80
2024-02-22change error messages to be incorrect, but more helpfullcnr-15/+15
2024-02-22Rollup merge of #121452 - jonathanpallant:patch-1, r=AmanieuMatthias Krüger-0/+2
2024-02-22Rollup merge of #121441 - lcnr:typesystem-cleanup, r=compiler-errorsMatthias Krüger-3/+4
2024-02-22Rollup merge of #121439 - jrudolph:patch-1, r=bjorn3Matthias Krüger-1/+1
2024-02-22Rollup merge of #121427 - nnethercote:fix-Rocket, r=oli-obkMatthias Krüger-11/+13
2024-02-22Rollup merge of #121401 - eltociear:patch-25, r=nnethercoteMatthias Krüger-1/+1
2024-02-22Rollup merge of #121393 - Nadrieril:match-lowering-testcase, r=matthewjasperMatthias Krüger-260/+212
2024-02-22Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnrMatthias Krüger-34/+451
2024-02-22Rollup merge of #120598 - compiler-errors:no-rigid-check, r=lcnrMatthias Krüger-175/+6
2024-02-22Remove some annotations that just specify the defaultOli Scherer-17/+13
2024-02-22do not use <: in subtyping overflow msglcnr-22/+35
2024-02-22overflow errors: change source to a concrete enumlcnr-91/+126
2024-02-22Auto merge of #121370 - jieyouxu:migrate-compiletest-directives, r=oli-obkbors-4845/+4882
2024-02-22freshen: resolve root varslcnr-97/+103
2024-02-22remove `sub_relations` from infcx, recompute in diagnosticslcnr-280/+180
2024-02-22Re-bless tests/pretty许杰友 Jieyou Xu (Joe)-38/+38
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-4775/+4775
2024-02-22Ignore tidy linelength许杰友 Jieyou Xu (Joe)-0/+1
2024-02-22Update tidy target_specific_tests to account for `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-02-22Update tidy target_policy to account for `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-02-22Update compiletest to only accept `//@` directives许杰友 Jieyou Xu (Joe)-30/+13
2024-02-22Update list of known directive names for diagnostics许杰友 Jieyou Xu (Joe)-0/+52
2024-02-22Fix tests/assembly/stack-protector/stack-protector-target-support.rs许杰友 Jieyou Xu (Joe)-1/+2
2024-02-22remove exceptionJames Dietz-9/+8