about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-25Merge branch 'master' into sync_from_rust_2025_04_25_2Antoni Boucher-0/+30
2025-04-25Add rustdoc-ui regression test for #140289Guillaume Gomez-0/+72
2025-04-25Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgrbors-1515/+1410
2025-04-25Extend the alignment check to borrowsBastian Kersting-28/+89
2025-04-25Correctly display stdout and stderr in case a doctest is failingGuillaume Gomez-1/+20
2025-04-25remove expect() in unnecessary_transmutesbendn-5/+22
2025-04-25resolved conflictKivooeo-63/+100
2025-04-25Cleaned up 5 tests in `tests/ui`reddevilmidzy-41/+44
2025-04-25Add option style comment for `rustc_optgroups`xizheyin-0/+7
2025-04-25Retry if creating temp fails with access deniedChris Denton-11/+54
2025-04-25Check if format argument is identifier to avoid error err-emitxizheyin-88/+109
2025-04-25Add ui test parser/issues/invalid-parse-format-issue-139104.rsxizheyin-0/+74
2025-04-25Merge pull request #4292 from rust-lang/rustup-2025-04-25Ralf Jung-869/+2687
2025-04-25Trivial compiler change to inhibit download-rustc in CIZalathar-1/+1
2025-04-25compiletest: Use the new non-libtest executor by default (2)Zalathar-7/+11
2025-04-25Merge pull request #19688 from ChayimFriedman2/less-unusedLukas Wirth-173/+164
2025-04-25avoid an unnecessary transmuteRalf Jung-1/+1
2025-04-25rustdoc: fix typo change from equivelent to equivalentSede Soukossi-1/+1
2025-04-25Switch `AstIdMap` to `hashbrown::HashTable` from the raw APIChayim Refael Friedman-10/+10
2025-04-25Upgrade dashmap and hashbrownChayim Refael Friedman-136/+103
2025-04-25Auto merge of #140273 - matthiaskrgr:rollup-rxmuvkg, r=matthiaskrgrbors-194/+399
2025-04-25minor: formatgohome001-6/+4
2025-04-25test: add test case for highlight unsafe operationsgohome001-0/+28
2025-04-25feat: highlight unsafe operationsgohome001-0/+57
2025-04-25`shrink_to_fit()` in more placesChayim Refael Friedman-27/+51
2025-04-25Update gcc submodule to 0ea98a1365b81f7488073512c850e8ee951a4afdJakub Beránek-0/+0
2025-04-25Add a tidy check for GCC submodule versionJakub Beránek-0/+49
2025-04-25docs(std): mention const blocks in const keyword doc pageismailarilik-1/+8
2025-04-25Enable [behind-upstream] triagebot optionxizheyin-0/+3
2025-04-25Auto merge of #140233 - Zalathar:revert-new-executor, r=jieyouxubors-11/+7
2025-04-25Rollup merge of #140278 - compiler-errors:name-based-comparison, r=nnethercoteMatthias Krüger-7/+54
2025-04-25Rollup merge of #140257 - amandasystems:housecleaning, r=wesleywiserMatthias Krüger-45/+39
2025-04-25Rollup merge of #140236 - lcnr:normalizes-to-goals, r=compiler-errorsMatthias Krüger-152/+155
2025-04-25Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnrMatthias Krüger-40/+40
2025-04-25Rollup merge of #140143 - thaliaarchi:move-env-pal, r=joboetMatthias Krüger-1222/+980
2025-04-25Rollup merge of #140006 - onur-ozkan:138778, r=onur-ozkanMatthias Krüger-5/+50
2025-04-25Rollup merge of #138957 - Natural-selection1:update-Option-doc, r=AmanieuMatthias Krüger-2/+27
2025-04-25Rollup merge of #137653 - tgross35:deprecate-concat_idents, r=workingjubileeMatthias Krüger-42/+65
2025-04-25add custom enzyme markers to target methodsbit-aloo-0/+5
2025-04-25add llvm wrappers and corresponding methods in attributebit-aloo-0/+44
2025-04-25Zero the buffer passed from `write_with`John Kåre Alsaker-2/+9
2025-04-25Merge from rustcThe Miri Cronjob Bot-66/+79
2025-04-25Merge from rustcThe Miri Cronjob Bot-867/+2685
2025-04-25Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-25Merge pull request #19684 from darichey/error-parse-discoverLukas Wirth-13/+13
2025-04-25Improve pretty printing of if/else.Nicholas Nethercote-132/+136
2025-04-25Fix some pretty printing indents.Nicholas Nethercote-57/+57
2025-04-25Add pretty printing tests for if/else.Nicholas Nethercote-0/+224
2025-04-25Add PGO support to installFrançois Bernier-132/+175
2025-04-24Always error when failed to parse DiscoverProjectMessageDavid Richey-13/+13