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: dotnet/fsharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 794b7c2
Choose a base ref
...
head repository: dotnet/fsharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8fdf58a
Choose a head ref
  • 8 commits
  • 42 files changed
  • 5 contributors

Commits on Jan 3, 2023

  1. remove multi-emit - internal restriction (#14478)

    * remove internal restriction
    
    * fantomas
    
    * Oops
    
    * Update src/Compiler/Interactive/fsi.fs
    
    Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
    
    * Update src/Compiler/Interactive/fsi.fs
    
    Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
    
    * make desktop fsi default to multi-emit
    
    * fix some issues
    
    * ushort
    
    * commented out code
    
    * Correct size for maxvalue
    
    * tweak
    
    * No longer a compile error under fsi with multiemit
    
    * Cambridge
    
    Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
    KevinRansom and T-Gro authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    cd09ee2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    7dcf60e View commit details
    Browse the repository at this point in the history
  2. fix isRecursive binding in ServiceParseTreeWalk.fs (#14518)

    * fix isRecursive binding in ServiceParseTreeWalk.fs
    
    * use named access on ident pattern match
    rosskuehl authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    a9b3ea5 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    73c9074 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b3f86c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14538 from dotnet/merges/main-to-release/dev17.5

    Merge main to release/dev17.5
    dotnet-bot authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    3808a0e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    2dab6ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14549 from dotnet/merges/main-to-release/dev17.5

    Merge main to release/dev17.5
    dotnet-bot authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    8fdf58a View commit details
    Browse the repository at this point in the history
Loading