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
base: 5c51ed1816b5
Choose a base ref
...
head repository: crystal-lang/crystal
compare: c81b81d0de4c
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 17, 2017

  1. Codegen: always expose __crystal_main

    This makes it possible to invoke `__crystal_main` from inside types and modules.
    asterite committed Sep 17, 2017
    Copy the full SHA
    968e640 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Add Crystal.main

    This makes it simpler to redefine main with custom logic.
    asterite committed Sep 18, 2017
    Copy the full SHA
    5f0fe1c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Merge pull request #4998 from asterite/refactor/better-main

    Add Crystal.main
    asterite committed Sep 19, 2017
    Copy the full SHA
    c81b81d View commit details
    Browse the repository at this point in the history