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

Commits on Sep 8, 2015

  1. Configuration menu
    Copy the full SHA
    61f79a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5055 from 9rnsr/fix15021

    [REG2.068.1] Issue 15021 - linker error with speculative instantiation and -inline
    MartinNowak committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    334e291 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2015

  1. fix Issue 15030 - ICE with recursive delegate, -unittest, and std.range

    Refer the detailed explanation in `test/runnable/ice15030.d`.
    9rnsr committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    d96a649 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7898a6 View commit details
    Browse the repository at this point in the history
  3. Revert hasNestedArgs change, and instead tweak apppendToModuleMembers

    Sadly today, `TemplateInstance::enclosing == NULL` is not equivalent with "the template instance is not nested".
    Because of the inconsistency, setting enclosing will break processes in other places.
    9rnsr committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    a77a2e3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5058 from 9rnsr/fix15030

    [REG2.068.1] Issue 15030 - ICE with recursive delegate, -unittest, and std.range
    MartinNowak committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    ea5d85a View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/stable' into merge_stable_convert

    Conflicts:
    	src/opover.c
    	test/runnable/sdtor.d
    MartinNowak committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    dd6786b View commit details
    Browse the repository at this point in the history
  6. convert C++ -> D

    MartinNowak committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    7f1585f View commit details
    Browse the repository at this point in the history
  7. 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/delegatize.d
    	src/denum.d
    	src/dimport.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/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/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/man.d
    	src/root/outbuffer.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
    MartinNowak committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    b1cea21 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5061 from MartinNowak/merge_stable

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