Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/stdarch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: rust-lang/stdarch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Aug 5, 2025

  1. feat: cleaned the IntrinsicType struct and associated functions.

    Changes: 1. Removed `from_c` from the IntrinsicType definition. 2. Moved
    the `from_c` arm-specific definition to an ArmIntrinsicType-specific
    impl block
    madhav-madhusoodanan committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    8b3ee28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc64faf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1895 from madhav-madhusoodanan/intrinsic-test-int…

    …rinsictype-cleanup
    
    `intrinsic-test`: Cleaning the `IntrinsicType` struct and related functionalities
    folkertdev authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    071373d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52735d6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1896 from folkertdev/add-flags-into-iter

    `intrinsic-test`: use `IntoIterator` for the `add_flags` methods
    sayantn authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    97bf36d View commit details
    Browse the repository at this point in the history
Loading