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

Commits on Sep 14, 2015

  1. fix Issue 15044 - destroy might leak memory

    Defer semantic3 running of generated `opAssign` function, and add special
    error gagging mechanism in `FuncDeclaration.semantic3()` to hide errors
    from its body.
    9rnsr committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    8e46763 View commit details
    Browse the repository at this point in the history
  2. Fix breaking of compilable/test14838.d

    Add STCinference for attribute inference of opAssign/postblit/destructor.
    9rnsr committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    664b202 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5075 from 9rnsr/fix15044

    [REG2.068.0] Issue 15044 - destroy might leak memory
    MartinNowak committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    af4d3a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2015

  1. Revert "fix Issue 14708 - destructor for temporary not called during …

    …stack unwinding"
    
    This reverts commit e20c63c.
    
    # Conflicts:
    #	test/runnable/sdtor.d
    MartinNowak committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    1a807d1 View commit details
    Browse the repository at this point in the history
  2. add test for Issue 15056

    - Unstored RAII struct return yields bogus error
    MartinNowak committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    6c7069c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc3bb59 View commit details
    Browse the repository at this point in the history
  4. remove old changelog

    MartinNowak committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    e9837b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc724f2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5110 from MartinNowak/workaround15056

    add test for Issue 15056 - Unstored RAII struct return yields bogus error
    WalterBright committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    ef854c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2015

  1. Merge remote-tracking branch 'upstream/stable' into merge_stable_convert

    Conflicts:
    	changelog.dd
    	src/opover.c
    	src/posix.mak
    	test/runnable/sdtor.d
    9rnsr committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    726e2fc View commit details
    Browse the repository at this point in the history
  2. convert C++ -> D

    9rnsr committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    8f1188a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'merge_stable_convert' into merge_stable

    Conflicts:
    	src/access.d
    	src/aggregate.d
    	src/aliasthis.d
    	src/apply.d
    	src/argtypes.d
    	src/arrayop.d
    	src/arraytypes.d
    	src/attrib.d
    	src/builtin.d
    	src/canthrow.d
    	src/clone.d
    	src/cond.d
    	src/constfold.d
    	src/cppmangle.d
    	src/ctfeexpr.d
    	src/dcast.d
    	src/dclass.d
    	src/declaration.d
    	src/declaration.h
    	src/delegatize.d
    	src/denum.d
    	src/dimport.d
    	src/dinifile.d
    	src/dinterpret.d
    	src/dmacro.d
    	src/dmangle.d
    	src/dmodule.d
    	src/doc.d
    	src/dscope.d
    	src/dstruct.d
    	src/dsymbol.d
    	src/dtemplate.d
    	src/dunittest.d
    	src/dversion.d
    	src/errors.d
    	src/escape.d
    	src/expression.d
    	src/func.d
    	src/globals.d
    	src/hdrgen.d
    	src/identifier.d
    	src/init.d
    	src/inline.d
    	src/json.d
    	src/lexer.d
    	src/lib.d
    	src/link.d
    	src/magicport.json
    	src/mars.d
    	src/mtype.d
    	src/nogc.d
    	src/nspace.d
    	src/objc.d
    	src/opover.d
    	src/optimize.d
    	src/parse.d
    	src/root/file.d
    	src/root/filename.d
    	src/root/man.d
    	src/root/outbuffer.d
    	src/root/speller.d
    	src/sapply.d
    	src/sideeffect.d
    	src/statement.d
    	src/staticassert.d
    	src/target.d
    	src/tokens.d
    	src/traits.d
    	src/visitor.d
    	test/runnable/sdtor.d
    9rnsr committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    61c91dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5115 from 9rnsr/merge_stable

    Merge branch 'merge_stable_convert' into merge_stable
    MartinNowak committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    f8777b9 View commit details
    Browse the repository at this point in the history
Loading