-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: crystal-lang/crystal
base: ff4a6056ef70
head repository: crystal-lang/crystal
compare: 9ac27a0a1f36
- 7 commits
- 144 files changed
- 1 contributor
Commits on May 8, 2016
-
Parser: fixed parsing of
as
followed by a method, in&.
. Also par……se `as(...)` the same as `self.as(...)`.
Ary Borenszweig committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 39ab1e7 - Browse repository at this point
Copy the full SHA 39ab1e7View commit details -
Updated code to use the new
as
syntaxAry Borenszweig committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for d3d6ecd - Browse repository at this point
Copy the full SHA d3d6ecdView commit details -
Formatter: on format, upgrade the old
as
syntax to the new oneAry Borenszweig committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 2a7f8ec - Browse repository at this point
Copy the full SHA 2a7f8ecView commit details -
Compiler specs: refactors for shorter, cleaner code
Ary Borenszweig committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 61e39fa - Browse repository at this point
Copy the full SHA 61e39faView commit details -
Std: removed method definitions for '!' and 'nil?', as these are no l…
…onger defineable methods
Ary Borenszweig committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 885112b - Browse repository at this point
Copy the full SHA 885112bView commit details -
Parser: give syntax error when trying to define a method whose name i…
…s '!', 'is_a?', 'as', 'responds_to?' or 'nil?'
Ary Borenszweig committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 11bb7cb - Browse repository at this point
Copy the full SHA 11bb7cbView commit details -
`as?` is similar to `as`, except that `nil` is returned when the expression is not of the given type. Another difference is that `as` can be used to cast from/to pointers in an unsafe way, or to simply cast between pointer types, while `as?` doesn't do that.
Ary Borenszweig committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 9ac27a0 - Browse repository at this point
Copy the full SHA 9ac27a0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ff4a6056ef70...9ac27a0a1f36