Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement 7540 - Catch multiple exception types with single catch block #738

Closed
wants to merge 11 commits into from

Commits on Jul 9, 2012

  1. Copy the full SHA
    782fe63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dlang#387 from 9rnsr/constApply

    Supplemental changes of druntime/pull/72 - Issue 1824 - Object not const correct
    WalterBright committed Jul 9, 2012
    Copy the full SHA
    271085b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2012

  1. don't set Sseg here

    WalterBright committed Jul 10, 2012
    Copy the full SHA
    3cfd0c8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    39b8d4b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    23cd426 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2012

  1. start separating out obj

    WalterBright committed Jul 11, 2012
    Copy the full SHA
    1565a26 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2012

  1. Copy the full SHA
    9d9c264 View commit details
    Browse the repository at this point in the history
  2. forgot to check this in

    WalterBright committed Jul 12, 2012
    Copy the full SHA
    bfcd4ea View commit details
    Browse the repository at this point in the history
  3. durn, forgot elfobj

    WalterBright committed Jul 12, 2012
    Copy the full SHA
    ebc0ac3 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2012

  1. more obj refactoring

    WalterBright committed Jul 13, 2012
    Copy the full SHA
    b9afb03 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2012

  1. Fix Issue 7540 - Catch multiple exception types with single catch block

    Allow catching multiple exceptions with 'catch(auto e : E1, E2, E3)' syntax.
    Expands TypeTuples in the type list.
    yebblies committed Jul 16, 2012
    Copy the full SHA
    9f9c0b7 View commit details
    Browse the repository at this point in the history