index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
numeric.rb
Age
Commit message (
Expand
)
Author
2024-11-14
Fix the method name in a comment [ci skip]
Nobuyoshi Nakada
2024-11-13
Add a comment about Integer#downto Enumerator
Takashi Kokubun
2024-11-13
Move Array#map to Ruby
Takashi Kokubun
2024-11-13
Move Integer#downto to Ruby
Takashi Kokubun
2024-10-22
Rewrite Numeric#dup and Numeric#+@ in Ruby (#11933)
Takashi Kokubun
2024-10-02
[DOC] Alias Float#magnitude to abs
Nithin Bekal
2024-07-29
Revert moving things to Ruby
Aaron Patterson
2024-07-04
Fix the return value of `Integer#downto` called with a block
Nobuyoshi Nakada
2024-07-03
move Integer#downto to Ruby
Aaron Patterson
2024-02-17
Use `defined?(yield)` and `SIZED_ENUMERATOR`
Nobuyoshi Nakada
2024-01-23
YJIT: Allow inlining ISEQ calls with a block (#9622)
Takashi Kokubun
2023-09-07
Rewrite Integer#times in Ruby (#8388)
Takashi Kokubun
2023-08-13
[DOC] RDoc for numeric.rb (#8216)
Burdette Lamar
2023-04-10
[DOC] The Document-method hint is needed only in C files
Šimon Lukašík
2023-03-11
Rename builtin attr :inline to :leaf
Takashi Kokubun
2023-03-10
Change the syntax of Primitive.attr! to Symbol (#7501)
Takashi Kokubun
2023-02-19
Remove (newly unneeded) remarks about aliases
BurdetteLamar
2023-01-30
Avoid using a weird syntax for documentation
Takashi Kokubun
2023-01-30
Avoid leaving an uneeded comment
Takashi Kokubun
2023-01-22
Fix Integer#ceildiv to respect #coerce (#7118)
Kouhei Yanagita
2022-10-27
Improve performance some `Integer` and `Float` methods [Feature #19085] (#6638)
S.H
2022-08-12
Improve performance of Integer#ceildiv
Kouhei Yanagita
2021-12-15
Add examples for Integer.try_convert [ci skip]
Matheus Richard
2021-12-15
Fix typo on Integer.try_convert [ci skip]
Matheus Richard
2021-12-08
[DOC] Integer.try_convert [ci skip]
Nobuyoshi Nakada
2021-11-15
Enhanced RDoc for Integer (#5118)
Burdette Lamar
2021-09-05
Replace RBOOL macro
S-H-GAMELINKS
2021-08-30
[DOC] Move rdoc of Integer#abs to numeric.rb [ci skip]
Nobuyoshi Nakada
2021-06-04
Improve perfomance for Integer#size method [Feature #17135] (#3476)
S.H
2021-03-04
Strip trailing spaces [ci skip]
Nobuyoshi Nakada
2021-02-19
Improve performance some Numeric methods [Feature #17632] (#4190)
S.H
2021-02-08
Improve performance Float#positive? and Float#negative? [Feature #17614] (#4160)
S.H
2021-01-18
Fix JIT link failures
Takashi Kokubun
2021-01-01
Improve performance some Float methods [Feature #17498] (#4018)
S.H