about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-12-05Avoid fetching the anon const hir node that is already availableOli Scherer-16/+10
2024-12-05Merge pull request #18616 from Veykril/push-pkumxswtxspoLukas Wirth-3/+3
2024-12-05Disable `<` typing handler againLukas Wirth-3/+3
2024-12-05skip `setup::Hook` on non-git sourcesonur-ozkan-4/+6
2024-12-05Auto merge of #133893 - fmease:rollup-11pi6fg, r=fmeasebors-1105/+2289
2024-12-05make SC fences stronger, to be correct wrt C++20Ralf Jung-147/+120
2024-12-05move GlobalState definition further up so the types are mor concentrated at t...Ralf Jung-98/+98
2024-12-05extend some comments regarding weak memory emulationRalf Jung-6/+17
2024-12-05Rollup merge of #133892 - jieyouxu:revert-eprintln, r=jieyouxuLeón Orell Valerian Liehr-210/+206
2024-12-05Rollup merge of #133890 - kei519:fix-125814, r=compiler-errorsLeón Orell Valerian Liehr-0/+19
2024-12-05Rollup merge of #133874 - compiler-errors:fn-sig-binder, r=oli-obkLeón Orell Valerian Liehr-82/+52
2024-12-05Rollup merge of #133872 - compiler-errors:simplify-gat-check, r=oli-obkLeón Orell Valerian Liehr-52/+2
2024-12-05Rollup merge of #133863 - oli-obk:push-pystoxvtvssx, r=lqdLeón Orell Valerian Liehr-74/+53
2024-12-05Rollup merge of #133843 - estebank:empty-semi-sugg, r=jieyouxuLeón Orell Valerian Liehr-1/+89
2024-12-05Rollup merge of #133761 - rustbot:docs-update, r=ehussLeón Orell Valerian Liehr-0/+0
2024-12-05Rollup merge of #133233 - estebank:const-errors, r=NadrierilLeón Orell Valerian Liehr-511/+1117
2024-12-05Rollup merge of #122161 - compiler-errors:shorthand-self, r=fmeaseLeón Orell Valerian Liehr-1/+127
2024-12-05Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillotLeón Orell Valerian Liehr-174/+624
2024-12-05Revert "Rollup merge of #133817 - clubby789:bootstrap-eprintln, r=jieyouxu"Jieyou Xu-210/+206
2024-12-05Move some `BitSet` code blocks to a better place.Nicholas Nethercote-105/+105
2024-12-05Auto merge of #133828 - compiler-errors:incr-sad, r=lcnrbors-10/+47
2024-12-05Add a new test ui/incoherent-inherent-impls/no-other-unrelated-errors to chec...kei519-0/+19
2024-12-05Update comments on Windows job objectsChris Denton-4/+7
2024-12-05Nested job objects are now supported in CIChris Denton-9/+1
2024-12-05Never close a job after the process is assignedChris Denton-13/+9
2024-12-04Improve comments for the default backtrace printerjyn-14/+12
2024-12-05Mark all Linux/Android/BSD/Fuchsia as supporting "std" in target-spec metadataTaiki Endo-18/+18
2024-12-05Resolve moreMichael Goulet-49/+49
2024-12-05Expand home_dir docsChris Denton-0/+7
2024-12-04Update edition-guide and referenceEric Huss-0/+0
2024-12-04Reformat Python code with `ruff`Jakub Beránek-944/+1541
2024-12-04Exclude additional subtrees in `ruff` configJakub Beránek-0/+6
2024-12-04fn_sig_for_fn_abi should return a ty::FnSig, no need for a binderMichael Goulet-82/+52
2024-12-04review comments: reword messages and simplify logicEsteban Küber-68/+48
2024-12-04No need to create placeholders for GAT args in confirm_object_candidateMichael Goulet-52/+2
2024-12-04fix testEsteban Küber-7/+1
2024-12-04Add more context to fall-through "const pattern of non-structural type" errorEsteban Küber-46/+169
2024-12-04Add context to fall-through "const pattern of non-structural type" errorEsteban Küber-7/+22
2024-12-04Add additional context for non-sructural type constant used in patternEsteban Küber-175/+343
2024-12-04Reword message for non-structural type constant in patternEsteban Küber-11/+9
2024-12-04Specify type kind of constant that can't be used in patternsEsteban Küber-20/+28
2024-12-04Tweak output of some const pattern errorsEsteban Küber-24/+57
2024-12-04Point at generic param through which a const is used in a patternEsteban Küber-21/+59
2024-12-04Tweak ptr in pattern errorEsteban Küber-54/+109
2024-12-04Tweak unevaluated constant in pattern errorEsteban Küber-165/+37
2024-12-04On `const` pattern errors, point at the `const` item definitionEsteban Küber-43/+365
2024-12-04Fix suggestion when shorthand self has erroneous typeMichael Goulet-1/+127
2024-12-05Fix "std" support status of some tier 3 targetsTaiki Endo-18/+18
2024-12-04Do not emit empty suggestionEsteban Küber-1/+89
2024-12-04Auto merge of #133865 - matthiaskrgr:rollup-9v2f3w4, r=matthiaskrgrbors-2161/+1897