aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.rb
Commit message (Expand)AuthorAgeFilesLines
* Rewrite Integer#times in Ruby (#8388)Takashi Kokubun2023-09-071-0/+23
* [DOC] RDoc for numeric.rb (#8216)Burdette Lamar2023-08-131-146/+125
* [DOC] The Document-method hint is needed only in C filesŠimon Lukašík2023-04-101-2/+0
* Rename builtin attr :inline to :leafTakashi Kokubun2023-03-111-14/+14
* Change the syntax of Primitive.attr! to Symbol (#7501)Takashi Kokubun2023-03-101-14/+14
* Remove (newly unneeded) remarks about aliasesBurdetteLamar2023-02-191-5/+0
* Avoid using a weird syntax for documentationTakashi Kokubun2023-01-301-22/+0
* Avoid leaving an uneeded commentTakashi Kokubun2023-01-301-6/+0
* Fix Integer#ceildiv to respect #coerce (#7118)Kouhei Yanagita2023-01-221-1/+1
* Improve performance some `Integer` and `Float` methods [Feature #19085] (#6638)S.H2022-10-271-9/+65
* Improve performance of Integer#ceildivKouhei Yanagita2022-08-121-0/+17
* Add examples for Integer.try_convert [ci skip]Matheus Richard2021-12-151-0/+3
* Fix typo on Integer.try_convert [ci skip]Matheus Richard2021-12-151-1/+1
* [DOC] Integer.try_convert [ci skip]Nobuyoshi Nakada2021-12-081-0/+19
* Enhanced RDoc for Integer (#5118)Burdette Lamar2021-11-151-0/+1
* Replace RBOOL macroS-H-GAMELINKS2021-09-051-3/+3
* [DOC] Move rdoc of Integer#abs to numeric.rb [ci skip]Nobuyoshi Nakada2021-08-301-0/+14
* Improve perfomance for Integer#size method [Feature #17135] (#3476)S.H2021-06-041-0/+20
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2021-03-041-2/+2
* Improve performance some Numeric methods [Feature #17632] (#4190)S.H2021-02-191-0/+46
* Improve performance Float#positive? and Float#negative? [Feature #17614] (#4160)S.H2021-02-081-0/+22
* Fix JIT link failuresTakashi Kokubun2021-01-181-1/+1
* Improve performance some Float methods [Feature #17498] (#4018)S.H2021-01-011-0/+207