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

[RFC FS-1060] Nullness checking #5790

Closed
wants to merge 290 commits into from
Closed

[RFC FS-1060] Nullness checking #5790

wants to merge 290 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 12, 2018

  1. build with lkg

    dsyme committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    44abd73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e76e07d View commit details
    Browse the repository at this point in the history
  3. mark up TODOs

    dsyme committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    5bc59eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad6e3fa View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. use null checking on compiler

    dsyme committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    4c1bcbb View commit details
    Browse the repository at this point in the history
  2. integrate master

    dsyme committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    b16eff5 View commit details
    Browse the repository at this point in the history
  3. simplify diff

    dsyme committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    81d147e View commit details
    Browse the repository at this point in the history
  4. simplify diff

    dsyme committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    70be981 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Merge pull request #5900 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    782d12c View commit details
    Browse the repository at this point in the history
  2. check nulls on this pointer

    dsyme committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    bc3b5f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e896b5c View commit details
    Browse the repository at this point in the history
  4. NullChecked --> NonNull

    dsyme committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    92db74c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. further refinement of prototype

    dsyme committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    824e33c View commit details
    Browse the repository at this point in the history
  2. simplify diff

    dsyme committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    f5275d0 View commit details
    Browse the repository at this point in the history
  3. FSharp.Editor

    dsyme committed Nov 15, 2018
    1 Configuration menu
    Copy the full SHA
    21f4cd5 View commit details
    Browse the repository at this point in the history
  4. FSharp.Editor

    dsyme committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    8c0d9f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. get tests working

    dsyme committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    aa42b9d View commit details
    Browse the repository at this point in the history
  2. add testing

    dsyme committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    21d2f72 View commit details
    Browse the repository at this point in the history
  3. add testing

    dsyme committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    5b85411 View commit details
    Browse the repository at this point in the history
  4. add testing

    dsyme committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    6ebd4f5 View commit details
    Browse the repository at this point in the history
  5. coreclr build from source

    dsyme committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    0879175 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Merge pull request #5917 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    43e1742 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. fix two tests

    dsyme committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    ca833bb View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Merge pull request #5926 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    6566583 View commit details
    Browse the repository at this point in the history
  2. test updates

    dsyme committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    0dd5216 View commit details
    Browse the repository at this point in the history
  3. update baselines

    dsyme committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    2da0d0e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5928 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    01baef5 View commit details
    Browse the repository at this point in the history
  5. update test baselines

    dsyme committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    9474588 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f428a06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3fa27a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Merge pull request #5946 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    4655405 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Merge pull request #5954 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    34ff9de View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Configuration menu
    Copy the full SHA
    ba89320 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9e8f85 View commit details
    Browse the repository at this point in the history
  3. fix tests

    dsyme committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    5360851 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d18f759 View commit details
    Browse the repository at this point in the history
  5. fix FCS build

    dsyme committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    2d41435 View commit details
    Browse the repository at this point in the history
  6. fix tests

    dsyme committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    fb0b0f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. fix test

    dsyme committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    a2f1448 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Merge master to nullness (#5968)

    * Reduce memory allocations (#5965)
    
    * reduce memory allocations
    
    * remove memory allocations
    
    * Smal fixes for #5940 (#5943)
    
    * small fixes
    
    * fix test
    dotnet-bot authored and dsyme committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    fab2a47 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    638d78b View commit details
    Browse the repository at this point in the history
  2. integrate master

    dsyme committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    f2196b5 View commit details
    Browse the repository at this point in the history
  3. update baselines

    dsyme committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    36fac83 View commit details
    Browse the repository at this point in the history
  4. integrate master

    dsyme committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    fc2efc6 View commit details
    Browse the repository at this point in the history
  5. fix baseline

    dsyme committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    994d74c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    311bff6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6013 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    b1fee9f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. Merge pull request #6016 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    48f7fcf View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. Merge pull request #6020 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    2a2f0d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. update files

    dsyme committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    f8d814e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5734059 View commit details
    Browse the repository at this point in the history
  3. integrate master (again)

    dsyme committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    ce0bc05 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Merge pull request #6083 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    5682cd0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6085 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    841862a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. fix build from source

    dsyme committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    e82988f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Merge pull request #6098 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    92d0fb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Merge pull request #6109 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    ed48f1d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6114 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    b385681 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Merge pull request #6121 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    319647e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Merge pull request #6126 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    027c0b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    89cc27a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6139 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    5ef6726 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Merge pull request #6143 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    33130f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    90b6411 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6159 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    edfa6dc View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Merge pull request #6174 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    0182c30 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Merge pull request #6177 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    188501d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Merge pull request #6200 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    KevinRansom committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    554cb13 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    fe598a3 View commit details
    Browse the repository at this point in the history
  2. fix build

    dsyme committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    cad00e6 View commit details
    Browse the repository at this point in the history
  3. fix flakey test (?)

    dsyme committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    c6ebf68 View commit details
    Browse the repository at this point in the history
  4. merge help text fix

    dsyme committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    a3d6676 View commit details
    Browse the repository at this point in the history
  5. update baselines

    dsyme committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    943486c View commit details
    Browse the repository at this point in the history
  6. update baselines

    dsyme committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    4626003 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. use runsettings

    dsyme committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    2623b8b View commit details
    Browse the repository at this point in the history
  2. fix build

    dsyme committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    ba2ad87 View commit details
    Browse the repository at this point in the history
  3. same fix for FCS tests2

    dsyme committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    e427511 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6259 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    c6b2745 View commit details
    Browse the repository at this point in the history
  5. fix build

    dsyme committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    c9aebe0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65fdd15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f46f0ec View commit details
    Browse the repository at this point in the history
  8. add diagnostics

    dsyme committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    734000f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d76c39 View commit details
    Browse the repository at this point in the history
  10. fix final parallel case

    dsyme committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    e867dc3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f71250b View commit details
    Browse the repository at this point in the history
  12. fix build

    dsyme committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    ed9b6d1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f0a685b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c92eb5a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0603d0d View commit details
    Browse the repository at this point in the history
  16. try again to fix test

    dsyme committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    167b0ca View commit details
    Browse the repository at this point in the history
  17. update test fixes

    dsyme committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    e5d48e5 View commit details
    Browse the repository at this point in the history
  18. integrate master

    dsyme committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    37452b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Merge pull request #6263 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    ef3e523 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. integrate master

    dsyme committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    ac0494a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    6bbbe2d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6275 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    39d611d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. integrate master

    dsyme committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    f25a99b View commit details
    Browse the repository at this point in the history
  2. integrate master

    dsyme committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    7c5005c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

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

Commits on Feb 28, 2019

  1. update baselines

    dsyme committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    46be777 View commit details
    Browse the repository at this point in the history
  2. fix test

    dsyme committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    11d2e2d View commit details
    Browse the repository at this point in the history
  3. fix test

    dsyme committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    99974d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

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

Commits on Mar 2, 2019

  1. Merge pull request #6298 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    df0893e View commit details
    Browse the repository at this point in the history
  2. Compat fix for 6258 and fix deterministic flag (#6295) (#6303)

    * Make .NET Desktop fsi.exe 32-bit again and make Desktop fsiAnyCpu.exe (64-bit) the default to launch in VS #6223
    
    * make fsc.exe 32-bit for compat
    
    * make fsc.exe 32-bit for compat
    
    * improve diagnostics
    
    * fix tests
    
    * fix determinism
    dotnet-bot authored and dsyme committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    522c26e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad099ff View commit details
    Browse the repository at this point in the history
  4. integrate master

    dsyme committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    5d95a7a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. merge master

    dsyme committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    9d7228c View commit details
    Browse the repository at this point in the history
  2. merge master

    dsyme committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    9220898 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. Merge pull request #6318 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    38c24d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. add diagnostics

    dsyme committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    d1b1389 View commit details
    Browse the repository at this point in the history
  2. add diagnostics

    dsyme committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    0f89711 View commit details
    Browse the repository at this point in the history
  3. diagnostics

    dsyme committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    7da6aff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4529fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0ee492 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81cb0c9 View commit details
    Browse the repository at this point in the history
  7. diagnostics

    dsyme committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    871489b View commit details
    Browse the repository at this point in the history
  8. diagnostics

    dsyme committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    27d00a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d98d16 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63235b8 View commit details
    Browse the repository at this point in the history
  11. fix build

    dsyme committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    cc6e992 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eff84c9 View commit details
    Browse the repository at this point in the history
  13. fix build

    dsyme committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    e13b385 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b308f98 View commit details
    Browse the repository at this point in the history
  15. integrate master

    dsyme committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    db8e080 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. integrate master

    dsyme committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    fb51af5 View commit details
    Browse the repository at this point in the history
  2. fix build

    dsyme committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    a2b0338 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Merge pull request #6330 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    ed8811a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. integrate master

    dsyme committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    46f288f View commit details
    Browse the repository at this point in the history
  2. finish integration

    dsyme committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    a9bce21 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. integrate master

    dsyme committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    8a2a381 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    b77e4d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6364 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    e83b6a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. Merge pull request #6374 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    0c01532 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6375 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    18c348f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. merge master

    dsyme committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    5d56874 View commit details
    Browse the repository at this point in the history
  2. integrate master

    dsyme committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    55d1a90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63242cf View commit details
    Browse the repository at this point in the history
  4. merge master

    dsyme committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    10a9f39 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. us proto build on mac and linux

    dsyme committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    6e7e3c4 View commit details
    Browse the repository at this point in the history
  2. build right proto on unix

    dsyme committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    39ec26a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6385 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    fb0a4df View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. fix build to really use proto

    dsyme committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    7cc99ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8288495 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2623ab7 View commit details
    Browse the repository at this point in the history
  4. fix build

    dsyme committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    c15c030 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e24b04 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6391 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    2219c3b View commit details
    Browse the repository at this point in the history
  7. update tfms for type providers

    dsyme committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    9d61ee7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33e8173 View commit details
    Browse the repository at this point in the history
  9. verbose build

    dsyme committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    08d89c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a7a132c View commit details
    Browse the repository at this point in the history
  11. try to fix build

    dsyme committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    088951b View commit details
    Browse the repository at this point in the history
  12. don't rebuild proto

    dsyme committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    9c93ac1 View commit details
    Browse the repository at this point in the history
  13. trim list

    dsyme committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    ddd0ac7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    67717f8 View commit details
    Browse the repository at this point in the history
  15. fix build

    dsyme committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    2eb1528 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    713b40f View commit details
    Browse the repository at this point in the history
  2. add missing file

    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    feebc99 View commit details
    Browse the repository at this point in the history
  3. proto

    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    385c4d9 View commit details
    Browse the repository at this point in the history
  4. proto

    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    9b4ff93 View commit details
    Browse the repository at this point in the history
  5. simplify

    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    40bb2de View commit details
    Browse the repository at this point in the history
  6. more

    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    2f96a63 View commit details
    Browse the repository at this point in the history
  7. more

    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    266d695 View commit details
    Browse the repository at this point in the history
  8. more

    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    0f3ddeb View commit details
    Browse the repository at this point in the history
  9. proto

    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    7e7fbf0 View commit details
    Browse the repository at this point in the history
  10. try revert

    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    6b20514 View commit details
    Browse the repository at this point in the history
  11. proto

    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    28cdc00 View commit details
    Browse the repository at this point in the history
  12. try again

    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    4447207 View commit details
    Browse the repository at this point in the history
  13. try again

    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    6563fa3 View commit details
    Browse the repository at this point in the history
  14. disable node reuse

    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    f1056d7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ec74c4d View commit details
    Browse the repository at this point in the history
  16. fix tests

    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    ea11aae View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9c7b771 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #6398 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    3db7dd8 View commit details
    Browse the repository at this point in the history
  19. use proto on mac and linux

    dsyme committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    f4bd221 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. reduce diff

    dsyme committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    8a4baf3 View commit details
    Browse the repository at this point in the history
  2. reduce diff

    dsyme committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    0474a23 View commit details
    Browse the repository at this point in the history
  3. reduce diff

    dsyme committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    b96120e View commit details
    Browse the repository at this point in the history
  4. reduce diff

    dsyme committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    cf9147b View commit details
    Browse the repository at this point in the history
  5. reduce diff

    dsyme committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    286c336 View commit details
    Browse the repository at this point in the history
  6. reduce diff

    dsyme committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    7a6448e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6402 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    843ffef View commit details
    Browse the repository at this point in the history
  8. merge proto

    dsyme committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    5b78651 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    780005b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. fix merge

    dsyme committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    b3e1c32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c75e68 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Merge pull request #6407 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    3567757 View commit details
    Browse the repository at this point in the history
  2. merge master

    dsyme committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    803c612 View commit details
    Browse the repository at this point in the history
  3. merge master

    dsyme committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    0bdc46b View commit details
    Browse the repository at this point in the history
  4. fix merge

    dsyme committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    0fd27da View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    965d3b1 View commit details
    Browse the repository at this point in the history
  2. remove files

    dsyme committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    a145ca3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Merge pull request #6421 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    cee22bb View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

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

Commits on Apr 8, 2019

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

Commits on Apr 12, 2019

  1. Merge pull request #6431 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dsyme committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    9e061cc View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. fix dangling net46 references

    dsyme committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    8d5ce1d View commit details
    Browse the repository at this point in the history
  2. fix build

    dsyme committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    13339b3 View commit details
    Browse the repository at this point in the history
  3. intergrate master

    dsyme committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    933038d View commit details
    Browse the repository at this point in the history
  4. integrate master

    dsyme committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    95d94de View commit details
    Browse the repository at this point in the history
  5. integrate master

    dsyme committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    a15ef59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    366ed83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6fae5c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    010f756 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a27e02 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    26da36f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c6eb105 View commit details
    Browse the repository at this point in the history
  12. fix build

    dsyme committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    aed6752 View commit details
    Browse the repository at this point in the history
  13. fix build

    dsyme committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    bb78e5f View commit details
    Browse the repository at this point in the history
  14. merge master

    dsyme committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    5ba03d5 View commit details
    Browse the repository at this point in the history
  15. fix tests

    dsyme committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    9ad30ad View commit details
    Browse the repository at this point in the history
  16. fix tests

    dsyme committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    7097f02 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'fix77' into proto

    dsyme committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    b88d23c View commit details
    Browse the repository at this point in the history
  18. fix build

    dsyme committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    4b80057 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    16cd53b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    12af961 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Merge pull request #6540 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    fa569aa View commit details
    Browse the repository at this point in the history
  2. reduce diff

    dsyme committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    1b8e5dd View commit details
    Browse the repository at this point in the history
  3. load right FSHarp.Build

    dsyme committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    1aa6a41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    681006d View commit details
    Browse the repository at this point in the history
  5. publish proto apps

    dsyme committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    058bdc9 View commit details
    Browse the repository at this point in the history
  6. merge proto

    dsyme committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    41aad77 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64e5311 View commit details
    Browse the repository at this point in the history
  8. revert test env changes

    dsyme committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    688850f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e430dd View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. revert testing changes

    dsyme committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    c2c7213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    469f915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdcf82a View commit details
    Browse the repository at this point in the history
  4. merge master

    dsyme committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    61f3c9f View commit details
    Browse the repository at this point in the history
  5. don't repeat bootstrap

    dsyme committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    e46dcd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. be systematic about verbosity

    dsyme committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    75e9cc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0f51d7 View commit details
    Browse the repository at this point in the history
  3. merge master

    dsyme committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    b4b02c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Merge pull request #6568 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    42f1668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a30ab7 View commit details
    Browse the repository at this point in the history
  3. merge master

    dsyme committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    c8d40a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63c64ef View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Configuration menu
    Copy the full SHA
    0842454 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6574 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    a2e4c63 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Merge pull request #6589 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    0a42a4b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. add test

    dsyme committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    65f4244 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. remove verbosity flags

    dsyme committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    8f09004 View commit details
    Browse the repository at this point in the history
  2. merge master

    dsyme committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    46600a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0bd11e View commit details
    Browse the repository at this point in the history
  4. merge master

    dsyme committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    5215809 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    d0b5608 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6632 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    36a37fd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6637 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    dotnet-automerge-bot committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    702e12f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Merge pull request #6643 from Microsoft/merges/master-to-nullness

    Merge master to nullness
    brettfo committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    772391c View commit details
    Browse the repository at this point in the history