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 stable4 #16965

Closed
wants to merge 15 commits into from
Closed

Rebase stable4 #16965

wants to merge 15 commits into from

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    7fac1ac 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
    76de7ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0880ff2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7879619 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    496dc7a 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
    0fe345d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fa13e3 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
    403dbb1 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
    6893869 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
    a888535 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b1c98ae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d6332e 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
    1bd76dc 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
    d4a8cd1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c3b93cc View commit details
    Browse the repository at this point in the history