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: a8fbc2d2a3eb
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: 366aec39518d
Choose a head ref
  • 8 commits
  • 27 files changed
  • 1 contributor

Commits on Dec 14, 2016

  1. Add missing spec

    Ary Borenszweig committed Dec 14, 2016
    Copy the full SHA
    6b63706 View commit details
  2. Removed a few TODOs

    Ary Borenszweig committed Dec 14, 2016
    Copy the full SHA
    06f386d View commit details

Commits on Dec 15, 2016

  1. Fixed #3691: crash related to moving a union to a bigger one in a met…

    …hod arg
    Ary Borenszweig committed Dec 15, 2016
    Copy the full SHA
    4e78f9f View commit details
  2. Fixed #3661: early return in no return call

    Ary Borenszweig committed Dec 15, 2016
    Copy the full SHA
    5e057b6 View commit details
  3. Compiler: small fix in overrides? macro method

    Ary Borenszweig committed Dec 15, 2016
    Copy the full SHA
    59cf212 View commit details
  4. Let var = uninitialized T be of type T. Fixes #3641

    Ary Borenszweig committed Dec 15, 2016
    Copy the full SHA
    9d51946 View commit details
  5. Compiler: give proper error when trying to declare type inside enum. F…

    …ixes #3127
    Ary Borenszweig committed Dec 15, 2016
    Copy the full SHA
    0dfeccc View commit details
  6. Compiler: give proper error on undefined method on abstract metaclass.

    …Fixes #2241
    Ary Borenszweig committed Dec 15, 2016
    Copy the full SHA
    366aec3 View commit details
Loading