about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-08move git command to new execution contextbit-aloo-19/+39
2025-06-08add execution context to bootstrap workflowbit-aloo-8/+46
2025-06-08Add execution contextbit-aloo-2/+222
2025-06-08cleaned up some testsKivooeo-19/+18
2025-06-08Merge pull request #4385 from rust-lang/rustup-2025-06-08Ralf Jung-622/+1334
2025-06-08add specific help messages for stdcall and cdeclRalf Jung-106/+375
2025-06-08avoid repeating error annotations in test fileRalf Jung-418/+290
2025-06-08raw dylib: ensure that we have applied standard ABI checksRalf Jung-19/+41
2025-06-08add (back) unsupported_calling_conventions lint to reject more invalid callin...Ralf Jung-245/+1199
2025-06-08Auto merge of #142085 - compiler-errors:perf-self-obl, r=lcnrbors-0/+15
2025-06-08fix: `create_dir` ignores paths in suggestionsyanglsh-19/+89
2025-06-08Merge from rustcThe Miri Cronjob Bot-621/+1333
2025-06-08Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-08Use the in-tree `compiler-builtins`Trevor Gross-1/+1
2025-06-08compiler-builtins: Fix a `rustdoc::bare-urls` errorTrevor Gross-1/+1
2025-06-08Use the in-tree `compiler-builtins`Trevor Gross-18/+61
2025-06-08Auto merge of #142074 - oli-obk:its-finally-gone, r=petrochenkovbors-230/+204
2025-06-08Add missing word to `cloned_ref_to_slice_refs` docs (#15012)Catherine Flores-1/+1
2025-06-07Auto merge of #142181 - GuillaumeGomez:rollup-pn2p1lu, r=GuillaumeGomezbors-332/+976
2025-06-08added test for 30904Kivooeo-0/+53
2025-06-08Correctly handle attr macros placed in cfg_attr in speculative expansionChayim Refael Friedman-20/+26
2025-06-08Add support for automatically reducing found fuzz cases.michal kostrubiec-21/+379
2025-06-08Remove the optimization of builtin attrs in `is_inside_macro_call()`Chayim Refael Friedman-8/+0
2025-06-07Rollup merge of #142154 - RalfJung:no-more-cfg-bootstrap, r=oli-obkGuillaume Gomez-3/+0
2025-06-07Rollup merge of #142148 - workingjubilee:dont-ice-on-force-warn, r=UrgauGuillaume Gomez-1/+42
2025-06-07Rollup merge of #142140 - workingjubilee:sort-extern-abi-variants, r=bjorn3Guillaume Gomez-36/+63
2025-06-07Rollup merge of #142126 - compiler-errors:normalize-uv-via-relate, r=BoxyUwUGuillaume Gomez-76/+64
2025-06-07Rollup merge of #142116 - jieyouxu:fix-tracing, r=Mark-SimulacrumGuillaume Gomez-4/+0
2025-06-07Rollup merge of #142065 - paolobarbolini:stabilize-const_eq_ignore_ascii_case...Guillaume Gomez-16/+2
2025-06-07Rollup merge of #141661 - Urgau:deny-dangerous_implicit_autorefs, r=traviscrossGuillaume Gomez-94/+100
2025-06-07Rollup merge of #141447 - y86-dev:option-layout-docs, r=RalfJungGuillaume Gomez-1/+1
2025-06-07Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomezGuillaume Gomez-101/+704
2025-06-08cleaned up some testsKivooeo-79/+45
2025-06-07store `target.min_global_align` as an `Align`Folkert de Vries-17/+2
2025-06-07store `target.min_global_align` as an `Align`Folkert de Vries-63/+37
2025-06-07Auto merge of #141950 - oli-obk:big-body-owner-loop, r=compiler-errorsbors-9/+7
2025-06-07centralize aliasing rules discussion in UnsafeCell docsRalf Jung-15/+11
2025-06-07intrinsics: use const generic to set atomic orderingRalf Jung-15/+13
2025-06-07cci_inrinsic tets: do not use atomic intrinsicRalf Jung-29/+14
2025-06-07move all intrinsic typeck logic into the one big matchRalf Jung-495/+457
2025-06-07intrinsics: use const generic to set atomic orderingRalf Jung-1469/+648
2025-06-07Address documentation issues identified with FutureDiggory Blake-7/+16
2025-06-07Use `Command::exec` to run `rustc`/`cargo` commands to ensure that if they ex...Guillaume Gomez-24/+23
2025-06-07Stabilize `sha512_sm_x86`, and the `sha512`, `sm3` and `sm4` target featuressayantn-25/+5
2025-06-07Stabilize the `keylocker_x86` flag, and the `kl` and `widekl` target featuressayantn-24/+4
2025-06-07Merge pull request #2458 from fmease/followup-type-rustdoc-test-suiteLeón Orell Valerian Liehr-3/+4
2025-06-07Fix typoLeón Orell Valerian Liehr-3/+4
2025-06-07Merge pull request #2298 from fmease/rustdoc-testing-addendumLeón Orell Valerian Liehr-127/+200
2025-06-07rustdoc: Further improve chapters and sections on testingLeón Orell Valerian Liehr-127/+200
2025-06-07Fix usage of `bootstrap` in coreUrgau-4/+1