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: 102be342f6e1
Choose a base ref
...
head repository: crystal-lang/crystal
compare: 009d9bc98d98
Choose a head ref
  • 3 commits
  • 49 files changed
  • 1 contributor

Commits on Feb 11, 2017

  1. Copy the full SHA
    4c6708c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2017

  1. LLVM: remove global context and related functions

    Now a single non-global context is used in the compiler.
    The next step is to use one context per module, so we can
    compile them in different threads.
    asterite committed Feb 12, 2017
    Copy the full SHA
    193225d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. Copy the full SHA
    009d9bc View commit details
    Browse the repository at this point in the history