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: 6a33f5d8eba1
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: 591f8ef030fe
Choose a head ref
  • 9 commits
  • 16 files changed
  • 1 contributor

Commits on Jan 12, 2017

  1. Remove outdated TODOS

    Sija authored and Ary Borenszweig committed Jan 12, 2017
    Copy the full SHA
    160d7a9 View commit details
  2. Mark String#gen_to_ macro as private

    Sija authored and Ary Borenszweig committed Jan 12, 2017
    Copy the full SHA
    19c72dd View commit details
  3. Mark Time#def_at macro as private

    Sija authored and Ary Borenszweig committed Jan 12, 2017
    Copy the full SHA
    2b9b5b2 View commit details
  4. Mark XML::Builder#call and YAML::Builder#emit macros as private

    Sija authored and Ary Borenszweig committed Jan 12, 2017
    Copy the full SHA
    6287a80 View commit details
  5. Use Enum#none? instead of direct comparison

    Sija authored and Ary Borenszweig committed Jan 12, 2017
    Copy the full SHA
    f0e41c8 View commit details
  6. Use question mark methods in several cases for brevity

    Sija authored and Ary Borenszweig committed Jan 12, 2017
    Copy the full SHA
    b552128 View commit details
  7. Uncomment Reference#pretty_print spec

    Sija authored and Ary Borenszweig committed Jan 12, 2017
    Copy the full SHA
    abeb3ec View commit details
  8. Replace explicit | Nil unions with question mark instead

    Sija authored and Ary Borenszweig committed Jan 12, 2017
    Copy the full SHA
    88322d4 View commit details
  9. Removed deprecated methods from Char

    Sija authored and Ary Borenszweig committed Jan 12, 2017
    Copy the full SHA
    591f8ef View commit details
Loading