Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

merge stable #3468

Merged
merged 5 commits into from May 12, 2021
Merged

merge stable #3468

merged 5 commits into from May 12, 2021

Commits on Apr 26, 2021

  1. Fix 21857: TypeInfo_Array.compare can give wrong result when either a…

    …rray exceeds 2GB
    n8sh authored and thewilsonator committed Apr 26, 2021
    Copy the full SHA
    e70d111 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Fix Issue 21363 - [REG2.094] Implementation of core.bitop.ror(x,0) is…

    … using UB
    
    This is a quick fix to Issue 21363. When `count` is set to `0`, `T.sizeof * 8 - count` will always be `T.sizeof * 8` therefore fails compiler check here:
    https://github.com/dlang/dmd/blob/81f9f57257da8733cf741355524bb8a3ec9c45ce/src/dmd/dinterpret.d#L3018-L3024
    Chigusa0w0 authored and dlang-bot committed May 2, 2021
    Copy the full SHA
    fdda230 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Add non-posix search for dlsym

    rymrg authored and dlang-bot committed May 6, 2021
    Copy the full SHA
    4ea2bd8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Copy the full SHA
    0b855b0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3e00668 View commit details
    Browse the repository at this point in the history