Skip to content
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/dmd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ed85fedaaaf5
Choose a base ref
...
head repository: dlang/dmd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 16969dcd711c
Choose a head ref
  • 6 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 12, 2015

  1. Add AggregateDeclaration.checkOverlappedFields()

    - Extract that work from StructDeclaration.fill().
    - Assume that `StructDeclaration.fill()` gets non-null `elements`.
    9rnsr committed Sep 12, 2015
    Configuration menu
    Copy the full SHA
    2131cb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2015

  1. Add AggregateDeclaration.fill()

    9rnsr committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    81b811d View commit details
    Browse the repository at this point in the history
  2. Add membersToDt(AggregateDeclaration *ad, ...) and use it for both st…

    …ruct and class
    
    Ccnsistently support overlapped union fields in compile-time generated objects.
    9rnsr committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    9004e82 View commit details
    Browse the repository at this point in the history
  3. Add workaround for issue 9057, which is equivalent with the before

    This is not a new workaround. In previous, the forward reference of struct instance fields had been resolved implicitly in  `sd->fields[i].getConstInitializer()`, via `sd->fill()`.
    9rnsr committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    069f570 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8c5603 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5050 from 9rnsr/fix14140

    Issue 14140 - Bad codegen for CTFE union initialisers for immutable structs
    WalterBright committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    16969dc View commit details
    Browse the repository at this point in the history
Loading