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: DustLanguage/Dust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: basic-string-type
Choose a base ref
...
head repository: DustLanguage/Dust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 10 files changed
  • 1 contributor

Commits on Nov 29, 2019

  1. Merge pull request #23 from DustLanguage/basic-string-type

    Implement basic string type.
    Nufflee authored Nov 29, 2019
    Configuration menu
    Copy the full SHA
    1e77c9f View commit details
    Browse the repository at this point in the history
  2. Upgrade to .NET Core 3.0.

    Nufflee committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    3e81614 View commit details
    Browse the repository at this point in the history
  3. #22: Make binary operator operands interchangable.

    Most binary operators allow their operands to be interchanged. IsInterchanble flag was also added in case this wasn't true for some operators.
    Nufflee committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    28f5aa2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    118600a View commit details
    Browse the repository at this point in the history
  5. Add Github Actions CI.

    Nufflee authored Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9267511 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5547547 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #25 from DustLanguage/#22

    #22: Make binary operator operands interchangable.
    Nufflee authored Nov 29, 2019
    Configuration menu
    Copy the full SHA
    103462e View commit details
    Browse the repository at this point in the history
Loading