summaryrefslogtreecommitdiff
path: root/integer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Introduce Primitive.attr! to annotate 'inline' (#3242)Takashi Kokubun2020-06-201-0/+1
| | | [Feature #15589]
* C-expression does not include a semicolonNobuyoshi Nakada2020-06-211-1/+1
|
* Make Integer#zero? a separated method and builtin (#3226)Takashi Kokubun2020-06-201-0/+9
A prerequisite to fix https://bugs.ruby-lang.org/issues/15589 with JIT. This commit alone doesn't make a significant difference yet, but I thought this commit should be committed independently. This method override was discussed in [Misc #16961].