about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-02-24run some tests on emscripten againFolkert de Vries-21/+9
2025-02-20Auto merge of #136771 - scottmcm:poke-slice-iter-next, r=joboetbors-152/+763
2025-02-20Auto merge of #137123 - Zalathar:user-type-span, r=oli-obkbors-53/+40
2025-02-20Don't store a redundant span in user-type projectionsZalathar-24/+13
2025-02-20Avoid a useless clone of `UserTypeProjection`Zalathar-7/+4
2025-02-20Flatten the check for ref/non-ref bindingsZalathar-7/+5
2025-02-20Partly flatten the user-type loop in `TypeVerifier::visit_local_decl`Zalathar-30/+33
2025-02-20Auto merge of #137058 - scottmcm:trunc-unchecked, r=nikicbors-138/+241
2025-02-20Auto merge of #137023 - Kobzol:bump-sccache, r=marcoienibors-5/+12
2025-02-20Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgrbors-406/+507
2025-02-20Rollup merge of #137281 - estebank:doc-comment-syntax-error, r=compiler-errorsMatthias Krüger-7/+38
2025-02-20Rollup merge of #137277 - m4rch3n1ng:stabilize-inherent-str-constructors, r=t...Matthias Krüger-59/+47
2025-02-20Rollup merge of #137269 - dianne:fix-ref-pat-label-span, r=davidtwcoMatthias Krüger-15/+52
2025-02-20Rollup merge of #137266 - nnethercote:mir-visitor-tweaks, r=compiler-errorsMatthias Krüger-189/+160
2025-02-20Rollup merge of #137263 - compiler-errors:inherentless, r=lcnrMatthias Krüger-5/+4
2025-02-20Rollup merge of #137262 - compiler-errors:ast-ir-begone, r=lcnrMatthias Krüger-46/+30
2025-02-20Rollup merge of #137253 - compiler-errors:bevy-hack, r=jackh726Matthias Krüger-28/+37
2025-02-20Rollup merge of #137106 - chenyukang:yukang-fix-sidebar-sort, r=notriddleMatthias Krüger-1/+50
2025-02-20Rollup merge of #135296 - lukas-code:dyn-leak-check, r=compiler-errorsMatthias Krüger-56/+89
2025-02-19Auto merge of #137290 - matthiaskrgr:rollup-a7xdbi4, r=matthiaskrgrbors-934/+2896
2025-02-19Rollup merge of #137155 - thaliaarchi:wtf8-organize, r=ChrisDentonMatthias Krüger-109/+154
2025-02-19Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwcoMatthias Krüger-62/+55
2025-02-19Rollup merge of #136815 - ChrisDenton:fix-mingw-ci, r=KobzolMatthias Krüger-0/+11
2025-02-19Rollup merge of #136690 - Voultapher:use-more-explicit-and-reliable-ptr-selec...Matthias Krüger-18/+13
2025-02-19Rollup merge of #136344 - zachs18:dot_notation_more_defkinds_3, r=davidtwcoMatthias Krüger-204/+730
2025-02-19Rollup merge of #136093 - dianne:match-2024-for-edition-2021, r=NadrierilMatthias Krüger-523/+1866
2025-02-19Rollup merge of #132268 - elichai:string_try_from_vec, r=AmanieuMatthias Krüger-0/+18
2025-02-19Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-seMatthias Krüger-18/+49
2025-02-19Auto merge of #137284 - matthiaskrgr:rollup-deuhk46, r=matthiaskrgrbors-125/+330
2025-02-19Rework `OperandRef::extract_field` to stop calling `to_immediate_scalar` on t...Scott McMurray-87/+164
2025-02-19PR feedbackScott McMurray-6/+5
2025-02-19Emit `trunc nuw` for unchecked shifts and `to_immediate_scalar`Scott McMurray-50/+77
2025-02-19stabilize `inherent_str_constructors`may-59/+47
2025-02-19add clarifying comments to chars used for label-trimmingdianne-3/+9
2025-02-19Rollup merge of #137251 - Zalathar:holes-visitor, r=jieyouxuMatthias Krüger-42/+114
2025-02-19Rollup merge of #137232 - estebank:from-residual-note, r=petrochenkovMatthias Krüger-6/+12
2025-02-19Rollup merge of #137227 - epage:features_untracked, r=compiler-errorsMatthias Krüger-3/+1
2025-02-19Rollup merge of #137094 - RalfJung:softfloat-means-no-simd, r=tgross35Matthias Krüger-21/+59
2025-02-19Rollup merge of #136794 - cberner:stabilize, r=joshtriplettMatthias Krüger-10/+5
2025-02-19Rollup merge of #136347 - allevo:patch-1, r=AmanieuMatthias Krüger-0/+1
2025-02-19Rollup merge of #136301 - hkBst:patch-33, r=thomccMatthias Krüger-2/+8
2025-02-19Rollup merge of #134995 - DaniPopes:stable-const_slice_flatten, r=AmanieuMatthias Krüger-2/+2
2025-02-19Rollup merge of #127793 - ChaiTRex:zed_support, r=KobzolMatthias Krüger-39/+128
2025-02-19re-add explicit `with_ctxt` and tweak commentsdianne-4/+5
2025-02-19Tweak "expected ident" parse error to avoid talking about doc commentsEsteban Küber-7/+38
2025-02-19don't get trapped inside of expansions when trimming labelsdianne-19/+16
2025-02-19add a failing testdianne-1/+34
2025-02-19Improve formatting within `make_mir_visitor` macro body.Nicholas Nethercote-142/+128
2025-02-19Remove `MirVisitable`.Nicholas Nethercote-43/+18
2025-02-19Add `super_local` method to the MIR visitors.Nicholas Nethercote-4/+14