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: db7657eda4b9
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: 66bbdf57a2a1
Choose a head ref
  • 4 commits
  • 13 files changed
  • 1 contributor

Commits on May 8, 2016

  1. Compiler: fixed bug related to solving a path in a macro where there …

    …were free variables
    Ary Borenszweig committed May 8, 2016
    Copy the full SHA
    82f2735 View commit details
  2. Tuple: added Tuple#+(other : Tuple)

    Ary Borenszweig committed May 8, 2016
    Copy the full SHA
    fcdfa77 View commit details
  3. Compiler: fixed incorrect type inference for instance var initializer…

    …s when no type could be guessed
    Ary Borenszweig committed May 8, 2016
    Copy the full SHA
    59c90a3 View commit details
  4. Compiler: type instance vars initializers after class vars initialize…

    …rs. Fixes #2572
    Ary Borenszweig committed May 8, 2016
    Copy the full SHA
    66bbdf5 View commit details
Loading