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: 753ee6ce5d5f
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: c12acf42f4d2
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 13, 2016

  1. Verified

    This commit was signed with the committer’s verified signature.
    headius Charles Oliver Nutter
    Copy the full SHA
    3afe0ee View commit details

Commits on Sep 14, 2016

  1. Merge pull request #3302 from BlaXpirit/more-macro-methods

    Add more methods to macro ASTNodes
    Ary Borenszweig authored Sep 14, 2016
    Copy the full SHA
    c12acf4 View commit details
Showing with 972 additions and 133 deletions.
  1. +295 −1 spec/compiler/macro/macro_methods_spec.cr
  2. +346 −106 src/compiler/crystal/macros.cr
  3. +331 −26 src/compiler/crystal/macros/methods.cr
Loading