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: d66bf4d32448
Choose a base ref
...
head repository: dlang/dmd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b9864b41576e
Choose a head ref
  • 3 commits
  • 13 files changed
  • 2 contributors

Commits on Jun 7, 2015

  1. Improve stcToBuffer() and stcToChars() to handle last one space

    And move them into hdrgen.c, that's more better location.
    9rnsr committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    6b64a46 View commit details
    Browse the repository at this point in the history
  2. fix Issue 2091 - D2 final cannot be applied to variable

    D2 has `const` ro represent readonly data, therefore the error and suggestion
    "perhaps you meant const?" is normally legitimate.
    But, if the `final` attribute comes from a label or block style syntax, it's too
    restrict against class member layout.
    
    To lift the limitation, display the error only when `final` is *directly* applied on a variable.
    Use same method to `synchrionized`, `abstract`, and `override`.
    9rnsr committed Jun 7, 2015
    Configuration menu
    Copy the full SHA
    397752b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2015

  1. Merge pull request #4714 from 9rnsr/fix2091

    Issue 2091 - D2 final cannot be applied to variable
    WalterBright committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    b9864b4 View commit details
    Browse the repository at this point in the history
Loading