about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-01-06Rollup merge of #106491 - ehuss:error-index-redirect, r=GuillaumeGomez,notriddleDylan DPC-14/+11
2023-01-06Rollup merge of #106400 - estebank:type-errs, r=compiler-errorsDylan DPC-0/+175
2023-01-06Auto merge of #106429 - djkoloski:add_vendor_to_fuchsia_target_triple, r=nagisabors-85/+85
2023-01-05fix [type error] for error E0029 and E0277Yiming Lei-0/+61
2023-01-05Suggests adding named lifetime when the return contains value borrowed from m...yanchen4791-31/+102
2023-01-06Tweak outputEsteban Küber-55/+35
2023-01-06Report WF error for new solver tooMichael Goulet-4/+4
2023-01-05Test again wasm32-unknown-unknownAaron Hill-2/+80
2023-01-05Ignore symbol shim clash when symbol is provided by `compiler_builtins`Aaron Hill-1/+10
2023-01-06Detect bindings assigned blocks without tail expressions in trait errorsEsteban Küber-9/+65
2023-01-06Detect bindings assigned blocks without tail expressionsEsteban Küber-0/+95
2023-01-05Detect closures assigned to binding in blockEsteban Küber-24/+33
2023-01-05error-index: Don't generate 404 instead of removing it.Eric Huss-3/+1
2023-01-05Fix error-index redirect to work with back button.Eric Huss-11/+10
2023-01-05rustdoc: remove legacy user-select CSSMichael Howell-2/+0
2023-01-05Correct detection of elided lifetimes in impl-trait.Camille GILLOT-0/+5
2023-01-05fix rebaseEsteban Küber-3/+3
2023-01-05Explain error with `&mut self` for unsized trait implsclubby789-0/+27
2023-01-05review comments: rewordEsteban Küber-4/+4
2023-01-05Suggest changing argument on type errorEsteban Küber-10/+28
2023-01-05Account for type error on method arg caused by earlier inferenceEsteban Küber-0/+27
2023-01-05Tweak outputEsteban Küber-12/+124
2023-01-05review comments: do not always point at init exprEsteban Küber-98/+11
2023-01-05More eagerly resolve expr `ty`s before writing themEsteban Küber-23/+11
2023-01-05Skip macros to avoid talking about bindings the user can't seeEsteban Küber-12/+3
2023-01-05Point at expressions where inference refines an unexpected typeEsteban Küber-14/+140
2023-01-05Auto merge of #106487 - GuillaumeGomez:fix-kbd-var, r=notriddlebors-2/+2
2023-01-06Add regression test for #58355Yuki Okushi-0/+20
2023-01-05Add vendor to Fuchsia's target tripleDavid Koloski-85/+85
2023-01-05Auto merge of #106406 - nikic:update-llvm-11, r=cuviperbors-0/+0
2023-01-05Update kbd GUI testGuillaume Gomez-1/+1
2023-01-05Fix --kbd-color variable name in rustdoc.cssGuillaume Gomez-1/+1
2023-01-05Auto merge of #106482 - compiler-errors:rollup-g7n1p39, r=compiler-errorsbors-208/+267
2023-01-04Rollup merge of #106478 - estebank:tweak-fn-mismatch, r=compiler-errorsMichael Goulet-133/+133
2023-01-04Rollup merge of #106464 - djkoloski:update_fuchsia_platform_support_docs, r=t...Michael Goulet-0/+3
2023-01-04Rollup merge of #106462 - notriddle:notriddle/logo-container-sidebar, r=Guill...Michael Goulet-18/+15
2023-01-04Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillotMichael Goulet-25/+24
2023-01-04Rollup merge of #106385 - compiler-errors:new-solver-flag, r=jackh726Michael Goulet-32/+32
2023-01-04Rollup merge of #105846 - compiler-errors:issue-105838, r=jackh726Michael Goulet-0/+60
2023-01-05Auto merge of #105409 - compiler-errors:closure-infer-cycle, r=jackh726bors-2/+111
2023-01-05Tweak wording of fn call with wrong number of argsEsteban Küber-133/+133
2023-01-04cleanup: handle -Zmutable-noalias like -Zbox-noaliasErik Desjardins-0/+23
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-1/+0
2023-01-04Rollup merge of #106460 - c410-f3r:moar-errors, r=compiler-errorsMatthias Krüger-1/+1
2023-01-04Rollup merge of #106437 - notriddle:notriddle/http-url, r=GuillaumeGomezMatthias Krüger-3/+33
2023-01-04Rollup merge of #106412 - GuillaumeGomez:fix-links-to-primitive-rustdoc-json,...Matthias Krüger-8/+44
2023-01-04Rollup merge of #106391 - ardislu:fix-popover-child-link, r=GuillaumeGomezMatthias Krüger-3/+9
2023-01-04tidy: Don't include wasm32 in compiler dependency checkEric Huss-103/+66
2023-01-04Update Fuchsia walkthrough with new configsDavid Koloski-0/+3
2023-01-04Remove unused match pattern for primitive typesGuillaume Gomez-1/+1