about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-01Rollup merge of #145421 - nnethercote:dump_mir-cleanups, r=davidtwcoStuart Cook-506/+461
2025-08-31rustdoc-search: skip loading unneeded fnDataMichael Howell-12/+13
2025-09-01Auto merge of #145663 - Kobzol:bootstrap-test, r=jieyouxubors-384/+760
2025-09-01Introduce `MirDumper` and `MirWriter`.Nicholas Nethercote-276/+275
2025-09-01Indent some functions.Nicholas Nethercote-322/+322
2025-09-01Use trait object references for closures.Nicholas Nethercote-59/+39
2025-09-01Avoid unnecessary `mut`-ness for various closures.Nicholas Nethercote-16/+16
2025-09-01Inline and remove `dump_mir_for_pass`.Nicholas Nethercote-16/+6
2025-09-01Inline and remove `dump_matched_mir_node`.Nicholas Nethercote-25/+11
2025-08-31Split `ObligationCauseCode::BinOp` for unops to `UnOp`Esteban Küber-28/+27
2025-08-31Ignore test when dylibs are not supportedbjorn3-0/+1
2025-08-31Auto merge of #146038 - notriddle:polarity, r=GuillaumeGomezbors-72/+267
2025-08-31fix: `assertions_on_result_states` avoid changing return type in more cases (...Samuel Tardieu-16/+43
2025-08-31Merge pull request #4466 from nia-e/native-structsRalf Jung-133/+454
2025-08-31some refactoring and cleanupRalf Jung-145/+128
2025-08-31Merge pull request #4551 from nia-e/fixup-jump-instrRalf Jung-26/+26
2025-08-31native-lib: pass structs to native codeNia Espera-129/+467
2025-08-31native-lib: more resilient grabbing of instruction bytesNia Espera-26/+26
2025-08-31Supress `excessive_precision` when constants are overly precise (#15193)Samuel Tardieu-24/+330
2025-08-31dedup to_radians float testKarol Zwolak-68/+26
2025-08-31Auto merge of #146053 - joboet:split-paths-regression, r=Mark-Simulacrumbors-5/+26
2025-08-31dedup to_degrees float testKarol Zwolak-59/+29
2025-08-31fixup nix dev shell againWaffle Lapkin-0/+3
2025-08-31dedup powi float testKarol Zwolak-66/+28
2025-08-31fix: `needless_for_each` suggests wrongly with explicit closure input types (...dswij-17/+76
2025-08-31Supress excessive_precision when constants are overly preciseTeodoro Freund-24/+330
2025-08-31Get the block content from the proper context (#15014)Timo-16/+133
2025-08-31explicitly end `va_list` lifetimeFolkert de Vries-0/+3
2025-08-31round pointer to alignment without going via intFolkert de Vries-3/+6
2025-08-31Commas to semicolons in clippy.toml reasons (#15592)Alejandra González-5/+5
2025-08-31Auto merge of #146052 - matthiaskrgr:rollup-cfxx9m6, r=matthiaskrgrbors-55/+123
2025-08-31add `#[must_use]` to `array::repeat`joboet-0/+1
2025-08-31std: fix `SplitPaths` regressionjoboet-5/+26
2025-08-31Rollup merge of #145931 - gonzalobg:patch-1, r=nagisaMatthias Krüger-3/+2
2025-08-31Rollup merge of #145592 - nilotpal-n7:fix-format-alignment, r=lcnrMatthias Krüger-9/+19
2025-08-31Rollup merge of #145174 - 197g:issue-145148-select-unpredictable-drop, r=joboetMatthias Krüger-2/+71
2025-08-31Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, r=NoratriebMatthias Krüger-41/+31
2025-08-31Auto merge of #146039 - Mark-Simulacrum:fix-bolt-path, r=Kobzolbors-5/+15
2025-08-31fixLorrensP-2158466-2/+2
2025-08-30rustdoc-search: improve concurrency at type searchMichael Howell-9/+15
2025-08-31Auto merge of #145582 - estebank:issue-107806, r=chenyukangbors-0/+160
2025-08-31suggest method name with maybe ty mismatchyukang-1/+39
2025-08-31More targeted parentheses suggestion for match statement intended as expressionEsteban Küber-26/+116
2025-08-31Provide suggestion when encountering `match () { () => 1 } + match () { () =>...Esteban Küber-6/+35
2025-08-30Auto merge of #146043 - tgross35:rollup-hdumq5v, r=tgross35bors-32/+117
2025-08-30Rollup merge of #146036 - Mark-Simulacrum:rust-1, r=KobzolTrevor Gross-1/+5
2025-08-30Rollup merge of #146035 - GuillaumeGomez:update-browser-ui-test, r=GuillaumeG...Trevor Gross-3/+3
2025-08-30Rollup merge of #146030 - ChrisDenton:wait-timeout, r=tgross35Trevor Gross-6/+18
2025-08-30Rollup merge of #144964 - 0xdeafbeef:fix-open-options, r=ibraheemdevTrevor Gross-22/+91
2025-08-30Detect negative literal inferred to unsigned integerEsteban Küber-1/+78