about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-02-19Rollup merge of #136936 - xingxue-ibm:sigpipe-test, r=workingjubileeMatthias Krüger-5/+12
2025-02-18Auto merge of #137235 - matthiaskrgr:rollup-2kjua2t, r=matthiaskrgrbors-732/+688
2025-02-18Auto merge of #137231 - Urgau:rollup-heiq934, r=Urgaubors-35/+134
2025-02-18Rollup merge of #137218 - lukas-code:layout_of_cleanup, r=compiler-errorsMatthias Krüger-104/+174
2025-02-18Rollup merge of #137206 - estebank:e0599-structured, r=jieyouxuMatthias Krüger-18/+25
2025-02-18Rollup merge of #137203 - nnethercote:improve-MIR-modification, r=compiler-er...Matthias Krüger-206/+135
2025-02-18Rollup merge of #137191 - ehuss:update-mdbook, r=jieyouxuMatthias Krüger-214/+14
2025-02-18Rollup merge of #137161 - dianne:pat-migration-bookkeeping-for-macros, r=Nadr...Matthias Krüger-17/+54
2025-02-18Rollup merge of #137126 - m4rch3n1ng:fix-inherent-str-docs, r=AmanieuMatthias Krüger-8/+8
2025-02-18Rollup merge of #137000 - compiler-errors:deeply-normalize-item-bounds, r=lcnrMatthias Krüger-75/+116
2025-02-18Rollup merge of #136876 - joshtriplett:locking-might-not-be-advisory, r=AmanieuMatthias Krüger-38/+58
2025-02-18Rollup merge of #136599 - yotamofek:pr/rustdoc-more-joined, r=GuillaumeGomezMatthias Krüger-51/+70
2025-02-18Rollup merge of #135711 - estebank:issue-135649, r=davidtwcoMatthias Krüger-1/+34
2025-02-18Rollup merge of #137221 - bjorn3:remove_unused_field, r=compiler-errorsUrgau-3/+1
2025-02-18Rollup merge of #137214 - cyrgani:clippy_diagnostic_items, r=compiler-errorsUrgau-0/+14
2025-02-18Rollup merge of #137211 - lcnr:alias-relate-accept-error, r=compiler-errorsUrgau-1/+26
2025-02-18Rollup merge of #137205 - thaliaarchi:remove-wasi-fileext-tell, r=alexcrichtonUrgau-11/+0
2025-02-18Rollup merge of #137202 - Mark-Simulacrum:interned-is-hash, r=saethlinUrgau-1/+43
2025-02-18Rollup merge of #137195 - workingjubilee:remove-pref-align-from-cg-clif, r=bj...Urgau-5/+4
2025-02-18Rollup merge of #137167 - martn3:reliable_f16_math-f16-erfc, r=tgross35Urgau-0/+2
2025-02-18Rollup merge of #137151 - Urgau:register-more-signals, r=workingjubileeUrgau-11/+39
2025-02-18Rollup merge of #136750 - kornelski:ub-bug, r=saethlinUrgau-3/+5
2025-02-18Reorder "This lock may be advisory or mandatory." earlier in the lock docsJosh Triplett-18/+18
2025-02-18Clarify that locking on Windows also works for files opened with `.read(true)`Josh Triplett-5/+5
2025-02-18Use `yes` except target_os = "nto".Xing Xue-5/+12
2025-02-18Remove scrutinee_hir_id from ExprKind::Matchbjorn3-3/+1
2025-02-18cosmetic changesLukas Markeffsky-18/+22
2025-02-18remove useless parameterLukas Markeffsky-36/+10
2025-02-18remove redundant codeLukas Markeffsky-11/+9
2025-02-18remove unreachable casesLukas Markeffsky-15/+8
2025-02-18clean up layout error diagnosticsLukas Markeffsky-27/+27
2025-02-18document and test all `LayoutError` variantsLukas Markeffsky-1/+102
2025-02-18add last std diagnostic items for clippycyrgani-0/+14
2025-02-18don't ICE for alias-relate goals with error termlcnr-1/+26
2025-02-18cg_clif: Tweak formatting of global commentsJubilee-2/+2
2025-02-18Auto merge of #133852 - x17jiri:cold_path, r=saethlinbors-15/+230
2025-02-18Make E0599 a structured errorEsteban Küber-18/+25
2025-02-18Auto merge of #137162 - nnethercote:remove-Map-2, r=Zalatharbors-346/+314
2025-02-17Remove std::os::wasi::fs::FileExt::tellThalia Archibald-11/+0
2025-02-18Inline and replace `Statement::replace_nop`.Nicholas Nethercote-13/+6
2025-02-17Enforce T: Hash for Interned<...>Mark Rousskov-1/+43
2025-02-18Inline and remove `BasicBlockData::retain_statements`.Nicholas Nethercote-16/+6
2025-02-18Remove `BasicBlockData::expand_statements`.Nicholas Nethercote-49/+0
2025-02-18Improve `MirPatch` documentation and naming.Nicholas Nethercote-16/+41
2025-02-18Use `MirPatch` in `EnumSizeOpt`.Nicholas Nethercote-112/+82
2025-02-18Auto merge of #137176 - matthiaskrgr:rollup-eht05gr, r=matthiaskrgrbors-3088/+9812
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-346/+314
2025-02-17cg_clif: use exclusively ABI alignmentJubilee Young-4/+3
2025-02-17librustdoc: more usages of `Joined::joined`Yotam Ofek-43/+61
2025-02-17Fix what looks like an inverted messageEric Huss-1/+1