about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-27fix `tests/ui/asm/naked-functions.rs` for aarch64Folkert-6/+7
2024-07-27update aarch64 asm testsFolkert-47/+61
2024-07-27Auto merge of #128091 - heiher:xz-only, r=Mark-Simulacrumbors-1/+1
2024-07-27Add a README to rustbook to explain its purposeEric Huss-0/+34
2024-07-27miri: fix offset_from behavior on wildcard pointersRalf Jung-61/+80
2024-07-27Rename require_and_update_submodule to require_submoduleEric Huss-25/+25
2024-07-27Add clarifying documentation to require_and_update_submodule.Eric Huss-1/+4
2024-07-27Change prebuilt_llvm_config to not be required.Eric Huss-1/+2
2024-07-27Change the blanket submodule update for library submodules to be requiredEric Huss-1/+7
2024-07-27Consistently use a string to represent a submodule.Eric Huss-11/+11
2024-07-27Add more descriptions to why submodules are required.Eric Huss-5/+13
2024-07-27Fix mistake setting ONLY_HOSTS for Reference.Eric Huss-1/+0
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-27refactor cargo invocations with strongly-typed subcommandonur-ozkan-109/+117
2024-07-27allow `#[target_feature]` on `#[naked]` functionsFolkert-27/+7
2024-07-27switch to an allowlist approachFolkert-65/+185
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-27rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`Michael Howell-89/+120
2024-07-27Auto merge of #3768 - rust-lang:rustup-2024-07-27, r=RalfJungbors-6170/+6833
2024-07-27fix clippyRalf Jung-1/+1
2024-07-27Delete `SimplifyArmIdentity` and `SimplifyBranchSame` testsDianQK-436/+0
2024-07-27Merge from rustcThe Miri Cronjob Bot-6168/+6831
2024-07-27Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
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-26assert_stdout_contains_regex in run_make_support + variationsOneirical-11/+99
2024-07-26Add links from `assert_eq!` docs to `debug_assert_eq!`, etc.Matt Brubeck-0/+18
2024-07-26rustc_type_ir: derive Debug for UnevaluatedConstPavel Grigorenko-10/+1