about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-24Refactor `StableMir` to avoid some clones.Nicholas Nethercote-42/+43
2025-04-24Remove some unnecessary clones.Nicholas Nethercote-8/+7
2025-04-24Revert overzealous parse recovery for single colonsLeón Orell Valerian Liehr-89/+64
2025-04-24Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr...bors-3/+0
2025-04-24Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr...bors-978/+157
2025-04-24fix for issue 135412Kivooeo-7/+74
2025-04-23Update wasm-component-ld to 0.5.13Alex Crichton-62/+27
2025-04-23Auto merge of #138845 - compiler-errors:stall-generators, r=lcnrbors-153/+436
2025-04-23Extend HIR to track the source and syntax of a lifetimeJake Goulding-112/+226
2025-04-23Add regression ui test for #140162 and for #139651Guillaume Gomez-0/+28
2025-04-23Fix detection of `main` function if there are expressions around itGuillaume Gomez-4/+17
2025-04-23style: pull one more `if` into the let-chain (#14669)Timo-54/+51
2025-04-23Reword `needless_question_mark` diagnostics and docs (#14682)Manish Goregaokar-77/+171
2025-04-23Add rustdoc-gui test to ensure sidebars share the same imageGuillaume Gomez-0/+36
2025-04-23std_detect: RISC-V platform guide documentationTsukasa OI-78/+126
2025-04-23Warn on `unsafe_op_in_unsafe_fn` by defaultTrevor Gross-51/+172
2025-04-23Reword `needless_question_mark` diagnostics and docsAlex Macleod-77/+171
2025-04-23libm-macros: Allow a way to bulk match f16 and f128 functionsTrevor Gross-122/+128
2025-04-23Unify sidebar buttons to use the same imageGuillaume Gomez-21/+22
2025-04-23Update browser-ui-test version to 0.20.6Guillaume Gomez-1/+1
2025-04-23transmutability: Mark edges by ranges, not valuesJoshua Liebow-Feeser-161/+778
2025-04-23Remove hackMichael Goulet-14/+0
2025-04-23Auto merge of #139983 - flip1995:clippy-subtree-update, r=Manishearthbors-7047/+13740
2025-04-23Use the new solver in the impossible_predicatesMichael Goulet-9/+43
2025-04-24Work around cygwin issue on timeout王宇逸-1/+4
2025-04-23Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDentonbors-355/+373
2025-04-23MoreMichael Goulet-187/+189
2025-04-23Merge pull request #19672 from Veykril/push-tqooypklustyLukas Wirth-15/+21
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-40/+40
2025-04-23fix: Fix incorrect diagnostic for lifetime parameter count mismatchLukas Wirth-15/+21
2025-04-23Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo`Jiahao XU-1/+63
2025-04-23Auto merge of #139998 - Zalathar:new-executor, r=onur-ozkanbors-7/+11
2025-04-23fix f*::MAX_EXP and MIN_EXP docsRalf Jung-24/+48
2025-04-23wasm, arm, x86-without-SSE need simd to be explicitly enabledRalf Jung-23/+33
2025-04-23Document breaking out of a named code blockArtur Roos-0/+27
2025-04-23CI: use aws codebuild for job dist-arm-linuxMarcoIeni-13/+91
2025-04-23Merge pull request #19670 from Veykril/push-owsrlsmlzttmLukas Wirth-0/+1
2025-04-23Remove workarounds for llvm/llvm-project#98306sayantn-6/+14
2025-04-23Re-enable `armv7-unknown-linux-gnueabihf`sayantn-3/+1
2025-04-23Add power9 and power8 target-featuresLuca Barbato-1/+36
2025-04-23reset the host linkerFolkert de Vries-0/+6
2025-04-23run `cargo generate-lockfile` before running dockerFolkert de Vries-0/+3
2025-04-23run `powerpc64le` `assert_instr` on CIFolkert de Vries-3/+2
2025-04-23Mark `incorrect_generics_len` diagnostic as experimentalLukas Wirth-0/+1
2025-04-23Use `clone` to clone `DelimArgs` in two places.Nicholas Nethercote-7/+3
2025-04-23triagebot: label minicore changes w/ `A-test-infra-minicore`Jieyou Xu-0/+9
2025-04-23Derive `HashStable` for `DelimArgs`.Nicholas Nethercote-13/+1
2025-04-23rustc-dev-guide: document that `//@ add-core-stubs` imply `-Cforce-unwind-tab...Jieyou Xu-7/+19
2025-04-23tests: account for CFI directives in `tests/assembly/x86-return-float.rs`Jieyou Xu-0/+10
2025-04-23compiletest: `//@ add-core-stubs` implies `-Cforce-unwind-tables=yes`Jieyou Xu-2/+6