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: 9ac27a0a1f36
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: db7657eda4b9
Choose a head ref
  • 4 commits
  • 19 files changed
  • 1 contributor

Commits on May 8, 2016

  1. Compiler: a macro def's body is now parsed as a regular method, not a…

    …s a macro. Part of #2565
    Ary Borenszweig committed May 8, 2016
    Copy the full SHA
    2e67559 View commit details
  2. Compiler: macro defs are now typed the moment they are instantiated, …

    …not at the end of the type inference phase
    Ary Borenszweig committed May 8, 2016
    Copy the full SHA
    e780cee View commit details
  3. Compiler: return type is no longer mandatory for macro defs

    Ary Borenszweig committed May 8, 2016
    Copy the full SHA
    d570274 View commit details
  4. Compiler: a lib call can always be typed, if the arguments types are …

    …not known
    Ary Borenszweig committed May 8, 2016
    Copy the full SHA
    db7657e View commit details
Loading