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

Non-nullable types #7140

Merged
merged 65 commits into from
Mar 21, 2016
Merged

Non-nullable types #7140

merged 65 commits into from
Mar 21, 2016

Commits on Feb 15, 2016

  1. Configuration menu
    Copy the full SHA
    26cc99b View commit details
    Browse the repository at this point in the history
  2. Parsing of nullable types

    ahejlsberg committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    8e92603 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26e371d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98b6a5a View commit details
    Browse the repository at this point in the history
  5. Accepting new baselines

    ahejlsberg committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    e79df80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d6d2a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f08f606 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa36ff8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d3005b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    09fa3e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. Configuration menu
    Copy the full SHA
    41401c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    586c3ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf89530 View commit details
    Browse the repository at this point in the history
  4. Add missing semicolon

    ahejlsberg committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    bd12f1b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Configuration menu
    Copy the full SHA
    1f096bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46837fd View commit details
    Browse the repository at this point in the history
  3. Accepting new baselines

    ahejlsberg committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    54ee0b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e8a7e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Merge branch 'master' into strictNullChecks

    Conflicts:
    	src/compiler/checker.ts
    	src/compiler/types.ts
    ahejlsberg committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    44d7897 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50ea0bf View commit details
    Browse the repository at this point in the history
  3. Accepting new baselines

    ahejlsberg committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    d10017f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

  1. Configuration menu
    Copy the full SHA
    ed40fbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74d8c40 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2016

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

Commits on Feb 27, 2016

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

Commits on Feb 28, 2016

  1. Configuration menu
    Copy the full SHA
    82169ce View commit details
    Browse the repository at this point in the history
  2. Accepting new baselines

    ahejlsberg committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    7dd59ce View commit details
    Browse the repository at this point in the history
  3. Fix linting error

    ahejlsberg committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    ea35932 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Configuration menu
    Copy the full SHA
    33e3825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea4b13b View commit details
    Browse the repository at this point in the history
  3. Fix unit test

    ahejlsberg committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    ed95811 View commit details
    Browse the repository at this point in the history
  4. Accepting new baselines

    ahejlsberg committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    04c28b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Configuration menu
    Copy the full SHA
    87ae048 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c623e1f View commit details
    Browse the repository at this point in the history
  3. Accepting new baselines

    ahejlsberg committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    1302418 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6fcd1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15b2405 View commit details
    Browse the repository at this point in the history
  6. Removing unused functions

    ahejlsberg committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    25a72d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2016

  1. 1 Configuration menu
    Copy the full SHA
    64f5727 View commit details
    Browse the repository at this point in the history
  2. Accepting new baselines

    ahejlsberg committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    436e70e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0790fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eed4093 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2762772 View commit details
    Browse the repository at this point in the history
  6. Remove unused variable

    ahejlsberg committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    097f456 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    689e28d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8db7af0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0e4b4a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2016

  1. Configuration menu
    Copy the full SHA
    129a4f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50d874e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a25bb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

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

Commits on Mar 8, 2016

  1. Configuration menu
    Copy the full SHA
    fbda0bd View commit details
    Browse the repository at this point in the history
  2. Accepting new baselines

    ahejlsberg committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    868e53d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. Merge branch 'master' into strictNullChecks

    Conflicts:
    	src/compiler/checker.ts
    ahejlsberg committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    cf9e08b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Configuration menu
    Copy the full SHA
    796613c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dad0564 View commit details
    Browse the repository at this point in the history
  3. Accepting new baselines

    ahejlsberg committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    6772c34 View commit details
    Browse the repository at this point in the history
  4. Fix linting error

    ahejlsberg committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    9c58875 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c641c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f774ecf View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. Configuration menu
    Copy the full SHA
    b1bef15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09ad9c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b497243 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. Merge branch 'master' into strictNullChecks

    Conflicts:
    	src/compiler/diagnosticMessages.json
    	src/compiler/types.ts
    	tests/baselines/reference/typeGuardOfFormTypeOfEqualEqualHasNoEffect.symbols
    	tests/baselines/reference/typeGuardOfFormTypeOfNotEqualHasNoEffect.symbols
    ahejlsberg committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    413d9a6 View commit details
    Browse the repository at this point in the history
  2. Accepting new baselines

    ahejlsberg committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    fb6255a View commit details
    Browse the repository at this point in the history