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: dd15c0eaf52d
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: 104c9b95d313
Choose a head ref
  • 3 commits
  • 43 files changed
  • 1 contributor

Commits on Jul 5, 2016

  1. Don't expand require before everything else. Related to #2710

    Ary Borenszweig committed Jul 5, 2016
    Copy the full SHA
    a52faf2 View commit details
  2. Replace all ifdef x in code with {% if flag?(:x) %}. Related to #…

    Ary Borenszweig committed Jul 5, 2016
    Copy the full SHA
    bd01fb2 View commit details
  3. Formatter: automatically convert ifdef x to {% if flag?(:x) %}. R…

    …elated to #2710
    Ary Borenszweig committed Jul 5, 2016
    Copy the full SHA
    104c9b9 View commit details
Loading