about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-07-28Don't store `thir::Pat` in error structsZalathar-40/+32
2024-07-28Auto merge of #128079 - Oneirical:testiges-of-civilization, r=jieyouxubors-73/+94
2024-07-27Auto merge of #128270 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-07-27Auto merge of #128278 - tgross35:rollup-zv7q0h5, r=tgross35bors-587/+501
2024-07-27Rollup merge of #128271 - Nilstrieb:jump-into-a-can-of-worms-called-float-equ...Trevor Gross-0/+137
2024-07-27Rollup merge of #128267 - GuillaumeGomez:gui-test-title, r=notriddleTrevor Gross-0/+24
2024-07-27Rollup merge of #128266 - onur-ozkan:update-channel-doc, r=dtolnayTrevor Gross-1/+9
2024-07-27Rollup merge of #128262 - DianQK:remove-unused-tests, r=saethlinTrevor Gross-436/+0
2024-07-27Rollup merge of #128259 - sunshowers:msg-nosignal, r=Mark-SimulacrumTrevor Gross-0/+5
2024-07-27Rollup merge of #128241 - compiler-errors:clone-sugg, r=jieyouxuTrevor Gross-37/+14
2024-07-27Rollup merge of #128207 - folkertdev:asm-parser-generalize, r=AmanieuTrevor Gross-105/+224
2024-07-27Rollup merge of #125897 - RalfJung:from-ref, r=AmanieuTrevor Gross-8/+88
2024-07-27add `needs-asm-support` to `tests/ui/asm/unsupported-option.rs`Folkert-3/+5
2024-07-27update aarch64 asm testsFolkert-47/+61
2024-07-27Auto merge of #128091 - heiher:xz-only, r=Mark-Simulacrumbors-1/+1
2024-07-27Disable jump threading of float equalityNilstrieb-0/+137
2024-07-27Update cargoWeihang Lo-0/+0
2024-07-27Auto merge of #128006 - tgross35:missing-fragment-specifier-e2024, r=petroche...bors-25/+114
2024-07-27Add rustdoc GUI test to check title with and without searchGuillaume Gomez-0/+24
2024-07-27Auto merge of #124905 - reitermarkus:u32-from-char-opt, r=scottmcmbors-57/+114
2024-07-27Make `missing_fragment_specifier` an error in edition 2024Trevor Gross-25/+114
2024-07-27add change entry for `rust.channel` defaultsonur-ozkan-0/+5
2024-07-27update `rust.channel` documentationonur-ozkan-1/+4
2024-07-27Auto merge of #128255 - stepancheg:doc-shl, r=scottmcmbors-0/+13
2024-07-27Delete `SimplifyArmIdentity` and `SimplifyBranchSame` testsDianQK-436/+0
2024-07-27Auto merge of #127946 - tgross35:fmt-builders-set-result, r=cuviperbors-4/+8
2024-07-27[illumos/solaris] set MSG_NOSIGNAL while writing to socketsRain-0/+5
2024-07-27Auto merge of #128253 - tgross35:rollup-rpmoebz, r=tgross35bors-133/+265
2024-07-27Document int.checked_shl(BITS - 1)Stepan Koltsov-0/+13
2024-07-26Rollup merge of #128235 - harryscholes:fix-iterator-filter-docs, r=tgross35Trevor Gross-1/+1
2024-07-26Rollup merge of #128229 - tdittr:unsafe-extern-abi-error, r=compiler-errorsTrevor Gross-11/+47
2024-07-26Rollup merge of #128227 - Kobzol:ci-unrolled-perf-build-matrix, r=tgross35Trevor Gross-2/+8
2024-07-26Rollup merge of #128226 - oli-obk:option_vs_empty_slice, r=petrochenkovTrevor Gross-6/+6
2024-07-26Rollup merge of #128224 - nnethercote:fewer-replace_ranges, r=petrochenkovTrevor Gross-25/+21
2024-07-26Rollup merge of #128223 - nnethercote:refactor-collect_tokens, r=petrochenkovTrevor Gross-45/+43
2024-07-26Rollup merge of #128210 - lolbinarycat:rustdoc-search-title, r=notriddle,Guil...Trevor Gross-1/+1
2024-07-26Rollup merge of #128201 - compiler-errors:closure-clone, r=oli-obkTrevor Gross-21/+120
2024-07-26Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnayTrevor Gross-21/+18
2024-07-26Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkovbors-83/+364
2024-07-26Remove logic to suggest clone of function outputMichael Goulet-37/+14
2024-07-26Always set `result` during `finish()` in debug buildersTrevor Gross-4/+8
2024-07-26Suppress useless clone suggestionMichael Goulet-5/+5
2024-07-26Make coroutine-closures possible to be clonedMichael Goulet-21/+120
2024-07-26Auto merge of #128065 - Oneirical:great-testilence, r=jieyouxubors-62/+84
2024-07-26rewrite sanitizer-staticlib-link to rmakeOneirical-24/+39
2024-07-26Fix docsharryscholes-1/+1
2024-07-26rewrite export-executable-symbols to rmakeOneirical-17/+30
2024-07-26rewrite foreign-rust-exceptions to rmakeOneirical-14/+23
2024-07-26rewrite c-unwind-abi-catch-lib-panic to rmakeOneirical-36/+36
2024-07-26Forbid `?Trait` bounds repetitionsBryanskiy-11/+72