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: 60bf3cdad591
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: c7921397a6c5
Choose a head ref
  • 6 commits
  • 11 files changed
  • 1 contributor

Commits on Dec 16, 2016

  1. Added IO#read_fully?

    Ary Borenszweig committed Dec 16, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    fab210f View commit details
  2. FileUtils: fixed bug in cmp method

    Ary Borenszweig committed Dec 16, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3cd37d8 View commit details
  3. Compiler: use consistent type sort across compilations when processin…

    …g type declarations
    Ary Borenszweig committed Dec 16, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f92334e View commit details
  4. LLVM: bind MemoryBuffer

    Ary Borenszweig committed Dec 16, 2016
    4

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    fb86c74 View commit details
  5. File.write: accept Bytes and IO as arguments

    Ary Borenszweig committed Dec 16, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0ef2c6f View commit details
  6. Compiler: optimize codegen performance

    Ary Borenszweig committed Dec 16, 2016
    20

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c792139 View commit details
Loading