Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
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: dlang/druntime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 46fdff3c82d9
Choose a base ref
...
head repository: dlang/druntime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3e3426fdccd6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 3, 2015

  1. Add core.bitopt.bitswap(ulong)

    The original (D1) core.bitop module had both the 32 and 64 bits versions, but only the 32 bits version was added to druntime.
    This commit contains the original tango code of bitswap(ulong), only slightly modified using feedback from the 32 bits version.
    mathias-lang-sociomantic committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    10821c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2015

  1. Merge pull request #1374 from mathias-lang-sociomantic/bitswap-ulong

    Add core.bitopt.bitswap(ulong)
    MartinNowak committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    3e3426f View commit details
    Browse the repository at this point in the history
Loading