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: 4f97a5345b66
Choose a base ref
...
head repository: crystal-lang/crystal
compare: f9edd8770c41
Choose a head ref
  • 6 commits
  • 14 files changed
  • 1 contributor

Commits on Jan 5, 2017

  1. Removed MemoryIO

    asterite committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    2d87982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dd4fcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1592c2 View commit details
    Browse the repository at this point in the history
  4. Error when defining finalize on a struct. Fixes #3840

    This is a breaking change and it also forced a rename of a valid method in LLVMDIBuilder.
    However, we think it's better to choose another name in this case because without seeing
    the struct's usage one could have confused that `finalize` method with a real finalizer,
    so with a mistake.
    asterite committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    d5b693c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c40900b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9edd87 View commit details
    Browse the repository at this point in the history