Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase stable onto master #16963

Closed
wants to merge 15 commits into from

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    a0734ec View commit details
    Browse the repository at this point in the history
  2. Fix Bugzilla 24599 - Wrongly elided TypeInfo emission (dlang#15868)

    Reverting dlang#14844, which caused such missing TypeInfos, *and* making
    sure the special TypeInfo members are fully analyzed and ready for
    codegen (otherwise hitting an assertion for the real-world project).
    kinke authored and thewilsonator committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0e6b52a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f410b17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b24e4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38c4ee3 View commit details
    Browse the repository at this point in the history
  6. Add BitFieldStyle.Gcc_Clang_ARM

    Required for 32-bit ARM, and non-Apple 64-bit ARM targets.
    
    The only difference to `Gcc_Clang` is that anonymous and 0-length
    bit-fields do contribute to the aggregate alignment.
    
    Caught by existing proper C interop tests in
    runnable_cxx/testbitfields.d on such targets. The hardcoded bad tests
    in runnable/{bitfieldsposix64.c,dbitfieldsposix64.d} however now fail
    after the fix, on such targets again.
    kinke authored and thewilsonator committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a2088c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6eb3783 View commit details
    Browse the repository at this point in the history
  8. Fix Bugzilla Issue 24687 - [REG2.110] Cannot cast string-imports to s…

    …elect overload anymore
    RazvanN7 authored and thewilsonator committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    047b14a View commit details
    Browse the repository at this point in the history
  9. Also make deprecationSupplemental adhere to error limit (dlang#16779)

    Co-authored-by: Dennis Korpel <[email protected]>
    2 people authored and thewilsonator committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ee6f3c4 View commit details
    Browse the repository at this point in the history
  10. Fix bugzilla 24699 - [REG2.108] No short-circuit evaluation of mixing…

    … template bool argument
    dkorpel authored and thewilsonator committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    36b6237 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    38c2cd0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1d1a993 View commit details
    Browse the repository at this point in the history
  13. Fix bugzilla 24790 - -vcg-ast ICE on lowered assign exp (dlang#16914)

    Co-authored-by: Dennis Korpel <[email protected]>
    2 people authored and thewilsonator committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    239cd00 View commit details
    Browse the repository at this point in the history
  14. Fix bugzilla 24764 - ICE when -vcg-ast prints imported invariant (dla…

    …ng#16917)
    
    Co-authored-by: Dennis Korpel <[email protected]>
    2 people authored and thewilsonator committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d278704 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4032823 View commit details
    Browse the repository at this point in the history