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

Commits on Oct 7, 2015

  1. Configuration menu
    Copy the full SHA
    1f59030 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5166 from 9rnsr/fix15149

    [REG2.068.1] Issue 15149 - Linker error with separate compilation
    MartinNowak committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    95d0764 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2015

  1. Configuration menu
    Copy the full SHA
    b8a3966 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5170 from 9rnsr/fix15176

    [REG2.069.0-b1] Issue 15176 - ICE(glue.c):separate compilation with -inline crash in glue.c
    MartinNowak committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    f09bb06 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2015

  1. Configuration menu
    Copy the full SHA
    f26ae00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9ba17e View commit details
    Browse the repository at this point in the history
  3. Fix #15180: [REG2.069.0-b1] Segfault with empty struct used as UDA

    Thanks to Kenji Hara for the fix.
    jacob-carlborg committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    6efbee2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2015

  1. Merge pull request #5181 from jacob-carlborg/15180_segfault_uda

    Fix #15180: [REG2.069.0-b1] Segfault with empty struct used as UDA
    9rnsr committed Oct 10, 2015
    Configuration menu
    Copy the full SHA
    03db3e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5179 from John-Colvin/patch-3

    fix Issue 15181 - SYSCONFDIR is broken
    MartinNowak committed Oct 10, 2015
    Configuration menu
    Copy the full SHA
    5df7520 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5172 from 9rnsr/fix15177

    [REG2.069.0-b1] Issue 15177 - mixin + traits issue with 2.069 beta 1
    MartinNowak committed Oct 10, 2015
    Configuration menu
    Copy the full SHA
    d752f69 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2015

  1. fix Issue 15200 - ICE(glue.c) when compiling with -inline

    Even if a function is expanded by inlining, the function itself don't have to put in object file. In short, adjusting `ti.minst` in `inline.d` is not correct.
    
    The unspeculation in `expandInline` was added in the PR #4944, but sadly it was just a hack and inherently unneeded. The changes in `TemplateInstance.appendToModuleMember` and `needsCodegen` those were added since 2.068.1-b1, now correctly handle codegen of nested template instances.
    9rnsr committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    204df57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5192 from 9rnsr/fix15200

    [REG2.068.2] Issue 15200 - ICE(glue.c) when compiling with -inline
    WalterBright committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    1e5d3b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2015

  1. Configuration menu
    Copy the full SHA
    1973bfd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5194 from MartinNowak/merge_stable

    Merge remote-tracking branch 'upstream/stable' into merge_stable
    9rnsr committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    b326f6e View commit details
    Browse the repository at this point in the history
Loading