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: fd0f67b9f481
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: b1bbefcde336
Choose a head ref
  • 7 commits
  • 10 files changed
  • 1 contributor

Commits on Jun 15, 2016

  1. Fixed #2840: transform methods on abstract class and modules without …

    …subtypes to untyped expressions
    Ary Borenszweig committed Jun 15, 2016

    Verified

    This commit was signed with the committer’s verified signature.
    jhass Jonne Haß
    Copy the full SHA
    40a0fca View commit details
  2. Fixed #2844: Bug when rescueing exception using method argument

    Ary Borenszweig committed Jun 15, 2016
    Copy the full SHA
    1c5e6f1 View commit details
  3. MemoryIO: raise if closed on read and clear

    Ary Borenszweig committed Jun 15, 2016
    Copy the full SHA
    7773609 View commit details
  4. Fixed #2846: Parser doesn't like a Generic whose arguments start afte…

    …r a newline
    Ary Borenszweig committed Jun 15, 2016
    Copy the full SHA
    6db62da View commit details
  5. Fixed #2843: Can't parse do/end inside interpolation inside call

    Ary Borenszweig committed Jun 15, 2016
    Copy the full SHA
    25b7f9e View commit details
  6. Copy the full SHA
    012c531 View commit details
  7. Fixed #2835: alias didn't allow metaclasses in unions

    Ary Borenszweig committed Jun 15, 2016
    Copy the full SHA
    b1bbefc View commit details
Loading