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

Async Functions for ES6 #3078

Merged
merged 46 commits into from
Jul 1, 2015
Merged

Async Functions for ES6 #3078

merged 46 commits into from
Jul 1, 2015

Commits on May 6, 2015

  1. 69 Configuration menu
    Copy the full SHA
    d19a200 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2015

  1. 18 Configuration menu
    Copy the full SHA
    e82e841 View commit details
    Browse the repository at this point in the history
  2. Bug fixes and baselines

    rbuckton committed May 7, 2015
    Configuration menu
    Copy the full SHA
    80edb2d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2015

  1. Configuration menu
    Copy the full SHA
    1718ff2 View commit details
    Browse the repository at this point in the history
  2. Updated baselines

    rbuckton committed May 8, 2015
    Configuration menu
    Copy the full SHA
    bca21ec View commit details
    Browse the repository at this point in the history
  3. Cleanup and PR feedback

    rbuckton committed May 8, 2015
    2 Configuration menu
    Copy the full SHA
    655f2ec View commit details
    Browse the repository at this point in the history

Commits on May 9, 2015

  1. Configuration menu
    Copy the full SHA
    2391666 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39a6cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daa7793 View commit details
    Browse the repository at this point in the history
  4. PR feedback

    rbuckton committed May 9, 2015
    Configuration menu
    Copy the full SHA
    2ee5beb View commit details
    Browse the repository at this point in the history

Commits on May 13, 2015

  1. Configuration menu
    Copy the full SHA
    3d0991d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a6d308 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    117b07b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5df2e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e2d48c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    379704f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b70e6a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    890a5d8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2015

  1. Configuration menu
    Copy the full SHA
    a565a02 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

  1. Configuration menu
    Copy the full SHA
    a2c5073 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2015

  1. Configuration menu
    Copy the full SHA
    b5df4b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2015

  1. Configuration menu
    Copy the full SHA
    9560d6f View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    72a6865 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2015

  1. Configuration menu
    Copy the full SHA
    02557b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2015

  1. Configuration menu
    Copy the full SHA
    371583b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fc07e6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3455 from weswigham/asyncFunctions

    Emit awaiter arguments on new line
    rbuckton committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    c259d7e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2015

  1. Configuration menu
    Copy the full SHA
    5ebad58 View commit details
    Browse the repository at this point in the history
  2. Updated baselines

    rbuckton committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    9a57e6f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. Configuration menu
    Copy the full SHA
    f1c99f3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into removeGeneratorParameter

    Conflicts:
    	src/compiler/checker.ts
    	src/compiler/parser.ts
    	src/compiler/types.ts
    CyrusNajmabadi committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    009c3ee View commit details
    Browse the repository at this point in the history
  3. Re-number enum.

    CyrusNajmabadi committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    2e16680 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3526 from Microsoft/removeGeneratorParameter

    Remove generatorParameter and asyncParameter contexts.
    CyrusNajmabadi committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    1b93265 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. Configuration menu
    Copy the full SHA
    b25d855 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82eae19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c74bb84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b00a957 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02f6622 View commit details
    Browse the repository at this point in the history
  6. Cleaned up diagnostics

    rbuckton committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    7443ecc View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Configuration menu
    Copy the full SHA
    2891a1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4876d5 View commit details
    Browse the repository at this point in the history
  3. Minor function rename

    rbuckton committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    379d74a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb03ae8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2015

  1. Configuration menu
    Copy the full SHA
    5b32903 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2015

  1. Configuration menu
    Copy the full SHA
    76c0d32 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2015

  1. Configuration menu
    Copy the full SHA
    4b4a96b View commit details
    Browse the repository at this point in the history