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: crystal-lang/crystal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2d57f735d923
Choose a base ref
...
head repository: crystal-lang/crystal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ebe473874275
Choose a head ref
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on Jun 12, 2016

  1. Allow string literals as external argument names (mostly for complete…

    …ness and consistency, to match what named arguments allow)
    Ary Borenszweig committed Jun 12, 2016
    Copy the full SHA
    52fa0ce View commit details
  2. Parser: simpler code for parsing named arguments with string literals…

    …, and better errors
    Ary Borenszweig committed Jun 12, 2016
    Copy the full SHA
    6743131 View commit details
  3. Allow sizeof in generic type arguments. Fixes #1718

    Ary Borenszweig committed Jun 12, 2016
    Copy the full SHA
    ebe4738 View commit details
Loading