about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-11slice: Mark `rotate_left`, `rotate_right` unstably constokaneco-9/+21
2025-07-11directives.md: build-aux-docs does not work with aux-cratelolbinarycat-1/+1
2025-07-11Update miri for change to random APIJosh Triplett-1/+1
2025-07-11Rollup merge of #143770 - hkBst:build-helper-cleanup, r=KobzolMatthias Krüger-26/+25
2025-07-11Rollup merge of #143769 - tmiasko:rm-backward-switch-int, r=lqdMatthias Krüger-48/+7
2025-07-11Rollup merge of #143767 - hkBst:cleanup-x, r=jieyouxuMatthias Krüger-14/+10
2025-07-11Rollup merge of #143759 - fluiderson:rdttff, r=aDotInTheVoidMatthias Krüger-3/+3
2025-07-11Rollup merge of #143747 - Gelbpunkt:aarch64-musl-maintainer, r=jieyouxuMatthias Krüger-1/+51
2025-07-11Rollup merge of #143716 - workingjubilee:document-some-codegen-backend-stuff,...Matthias Krüger-10/+35
2025-07-11Rollup merge of #143647 - ColtenOuO:master, r=ChrisDentonMatthias Krüger-1/+1
2025-07-11Rollup merge of #143633 - dillona:noinline-assert, r=fee1-deadMatthias Krüger-1/+1
2025-07-11Rollup merge of #143403 - GrigorenkoPV:attributes/traits, r=jdonszelmannMatthias Krüger-90/+299
2025-07-11random: Provide a `Distribution<T>` traitJosh Triplett-57/+27
2025-07-11Update cargoWeihang Lo-0/+0
2025-07-11remove format short command and push format short command method inside finge...bit-aloo-27/+4
2025-07-11fix const_ops tracking issueRalf Jung-12/+12
2025-07-11fix PartialEq const feature name and const_cmp tracking issueRalf Jung-28/+29
2025-07-11Use short command method directly from fingerprintbit-aloo-1/+1
2025-07-11Fix ICE for parsed attributes with longer path not handled by CheckAttrVisitorJonathan Brouwer-1/+40
2025-07-11Add a memory map bound check assertion on rendering const sliceShoyu Vanilla-0/+8
2025-07-11Consolidate classify testsRoger Curley-71/+23
2025-07-11Consolidate is_normal testsRoger Curley-82/+51
2025-07-11Consolidate is_finite testsRoger Curley-52/+22
2025-07-11Consolidate is_infinite testsRoger Curley-52/+22
2025-07-11Consolidate is_nanRoger Curley-52/+22
2025-07-11Consolidate one testsRoger Curley-52/+19
2025-07-11Consolidate negative zero testsRoger Curley-56/+20
2025-07-11Consolidate zero testsRoger Curley-52/+19
2025-07-11Consolidate neg_infinity testsRoger Curley-48/+18
2025-07-11Consolidate test_num testsRoger Curley-50/+34
2025-07-11Consolidate infinity testsRoger Curley-48/+18
2025-07-11Merge pull request #20219 from ChayimFriedman2/expr-store-memChayim Refael Friedman-271/+419
2025-07-11fix: Normalize projection types before calculating memory mapsShoyu Vanilla-5/+47
2025-07-11Opaque type collection: Guard against endlessly recursing free alias typesLeón Orell Valerian Liehr-4/+36
2025-07-11Update description for flagbjorn3-139/+139
2025-07-11Update sysinfo version to `0.36.0`Guillaume Gomez-8/+8
2025-07-11Avoid building C++ for rustc_llvm with --compile-time-depsbjorn3-0/+17
2025-07-11Fix fallback for CI_JOB_NAMENikita Popov-1/+1
2025-07-11Add --compile-time-deps argument for x checkbjorn3-51/+226
2025-07-11Fix std debug assertions gate in `fmt-write-boat`Jieyou Xu-2/+2
2025-07-11Disambiguate between rustc vs std having debug assertionsJieyou Xu-3/+25
2025-07-11Merge pull request #2502 from Kobzol/rustc-josh-sync-ci许杰友 Jieyou Xu (Joe)-102/+9
2025-07-11More discriminant codegen testsScott McMurray-0/+538
2025-07-11Some const_trait_impl test cleanupsOli Scherer-12/+4
2025-07-11std: move NuttX to use arc4random for random number generationHuang Qi-1/+1
2025-07-11Remove support for SwitchInt edge effects in backward dataflow analysesTomasz Miąsko-48/+7
2025-07-11constify `From` and `Into`Oli Scherer-43/+38
2025-07-11compiler: comment on some call-related codegen fn in cg_ssaJubilee Young-2/+29
2025-07-11Merge pull request #20224 from Hmikihiro/migrate_remove_dbgShoyu Vanilla (Flint)-43/+44
2025-07-11Migrate `remove_dbg` assist to use `SyntaxEditor`Hayashi Mikihiro-43/+44