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: 4f810f2e3cdb
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: 7fcae5a09053
Choose a head ref

Commits on Sep 1, 2016

  1. Make macro method pp use the same output format as the regular pp

    … macro
    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    fdbde27 View commit details
  2. Symbol: quote symbols that start with a digit

    Ary Borenszweig committed Sep 1, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b98a9c7 View commit details
  3. Compiler: fixed bug in truthy/falsey if

    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    a3696e6 View commit details
  4. 2

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2d70574 View commit details
  5. Compiler: more refactors and dead code removal

    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    d8d09fb View commit details
  6. Compiler: virtual types for generics

    Ary Borenszweig committed Sep 1, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    95cfcc5 View commit details
  7. Compiler: fixed issue with macro defs and generic types

    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    61693d0 View commit details
  8. Copy the full SHA
    93903aa View commit details
  9. Compiler: some fixes related to generic types

    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    1afa6a1 View commit details
  10. Compiler: fixed type guess for array literal and hash literal with vi…

    …rtual generic types
    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    b1bbea3 View commit details
  11. Fixed #3149: unknown node in TypeLookup: *T Splat

    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    707277a View commit details
  12. Formatter: don't rstrip lines inside heredoc section. Fixes #3183

    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    2652279 View commit details
  13. Fixed Proc#hash. Fixes #3160

    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    3e1dc53 View commit details
  14. Fixed docs for Proc when passing it to C. Fixes #3140

    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    6354615 View commit details
  15. Copy the full SHA
    4e0ad3e View commit details
  16. Copy the full SHA
    a5bd6c1 View commit details
  17. Fixed #3157: Compiler breaks with invalid types for T

    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    9cbcace View commit details
  18. Compiler: detect more cases of cyclic module inclusion

    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    8132fb2 View commit details
  19. Compiler: small fix for #3154

    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    d7cc244 View commit details
  20. Copy the full SHA
    3943c94 View commit details
  21. Updated Changelog

    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    4ffb82a View commit details
  22. Compiler: correctly analyze instance var initializers in generic modu…

    …les and generic classes. Fixes #3074
    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    b11979e View commit details
  23. Copy the full SHA
    d31c15a View commit details
  24. Int: implement F-division (floor division). Also fix #575: signed int…

    …eger division overflow.
    Ary Borenszweig committed Sep 1, 2016
    Copy the full SHA
    7fcae5a View commit details
Loading