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 stable3 #16964

Closed
wants to merge 15 commits into from
Closed

Rebase stable3 #16964

wants to merge 15 commits into from

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    d661273 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
    ec75b67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d3ee44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    255b676 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6390bb 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
    24b7c41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    203c242 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
    fa4083d 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
    0521685 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
    0527e66 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    38bdda7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dad8938 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
    6d07a47 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
    9bd1078 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fcb8360 View commit details
    Browse the repository at this point in the history