aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Track Bundler master(2.3.0.dev) branch at 55634a8af18a52df86c4275d70fa1179118...Hiroshi SHIBATA2021-01-0478-350/+426
* Track RubyGems master(3.3.0.dev) branch at 55634a8af18a52df86c4275d70fa117911...Hiroshi SHIBATA2021-01-0431-217/+258
* Fixed error message when % at EOFNobuyoshi Nakada2021-01-042-1/+4
* * 2021-01-04 [ci skip]git2021-01-041-1/+1
* Revert "Include RUBY_EXTCONF_H if available"Kenta Murata2021-01-041-4/+0
* Added tests for Time#getlocal with UTC offsetNobuyoshi Nakada2021-01-031-0/+8
* Include RUBY_EXTCONF_H if availableKenta Murata2021-01-031-0/+4
* [ruby/timeout] Removed deprecated names that had been warned for 5 yearsNobuyoshi Nakada2021-01-031-12/+0
* Avoid hanging on --jit-wait after MJIT.pauseTakashi Kokubun2021-01-033-1/+12
* * 2021-01-03 [ci skip]git2021-01-031-1/+1
* NEWS-3.0.0: backquote a few code related words. [doc]Marc-Andre Lafortune2021-01-021-8/+8
* NEWS: We have links now, and there is no changelog anymore [doc]Marc-Andre Lafortune2021-01-022-8/+2
* NEWS: [Feature #17312] [ci skip]Nobuyoshi Nakada2021-01-021-0/+11
* Add Enumerable#compact and Enumerator::Lazy#compactzverok2021-01-024-0/+88
* Fixed dangling imemo_tmpbufNobuyoshi Nakada2021-01-021-2/+3
* mkmf.rb: always try_compile as try_headerNobuyoshi Nakada2021-01-021-1/+1
* Avoid to use __builtin_clzl in SPARC SolarisKenta Murata2021-01-021-1/+1
* Add -v to make benchmarkTakashi Kokubun2021-01-011-1/+1
* Improve performance some Float methods [Feature #17498] (#4018)S.H2021-01-016-59/+78
* Add __x86_64__ guard to include x86intrin.hKenta Murata2021-01-021-1/+1
* Check if x86intrin.h is available not only existingNobuyoshi Nakada2021-01-021-1/+3
* [ruby/bigdecimal] Update dependKenta Murata2021-01-021-12/+15
* [ruby/bigdecimal] Fix test for Ruby 2.4Kenta Murata2021-01-022-10/+21
* [ruby/bigdecimal] Implement special conversions for 64-bit integersKenta Murata2021-01-027-7/+378
* * 2021-01-02 [ci skip]git2021-01-021-1/+1
* [ruby/bigdecimal] Fix test_limitKenta Murata2021-01-021-9/+10
* Hoisted out compile_builtin_arg to refine messagesNobuyoshi Nakada2021-01-011-12/+30
* Added AST assertions for method definition arguments [Bug #17495]Nobuyoshi Nakada2021-01-011-0/+8
* Added AST tests for endless method definitionsNobuyoshi Nakada2021-01-011-0/+19
* Make args info for RubyVM::AST to available on endless method without parensMasataka Pocke Kuwabara2021-01-011-1/+7
* Remove unused fileDavid Rodríguez2021-01-011-55/+0
* * 2021-01-01 [ci skip]git2021-01-011-3/+3
* Method ID of call and fcall can be const not only identNobuyoshi Nakada2021-01-011-1/+1
* get_tmopt is no longer usedNobuyoshi Nakada2020-12-311-17/+0
* Moved Time.at to builtinNobuyoshi Nakada2020-12-312-61/+57
* Moved Time.now to builtinNobuyoshi Nakada2020-12-312-16/+13
* Moved time.rb to timev.rbNobuyoshi Nakada2020-12-314-5/+5
* Add time.rb as builtinNobuyoshi Nakada2020-12-314-0/+11
* Access to reserved word parameter like as `__builtin.arg!(:if)`Nobuyoshi Nakada2020-12-312-5/+30
* Fixed missing NORETURN on rb_mod_const_missingNobuyoshi Nakada2020-12-311-1/+1
* Defined RBIMPL_ATTR_DEPRECATED_INTERNALNobuyoshi Nakada2020-12-311-12/+12
* Make any hash values fixable [Bug #17488]Nobuyoshi Nakada2020-12-312-8/+29
* * 2020-12-31 [ci skip]git2020-12-311-1/+1
* [ruby/bigdecimal] Refactor object allocationKenta Murata2020-12-312-101/+107
* [ruby/bigdecimal] Remove ToValueKenta Murata2020-12-311-61/+59
* Replaced deprecation macrosNobuyoshi Nakada2020-12-301-28/+21
* Stop managing valid class serialsTakashi Kokubun2020-12-295-67/+1
* Minor grammar fix in String#chomp documentationEric Schneider2020-12-301-1/+1
* Try increasing SMTP's read_timeout for --jit-waitTakashi Kokubun2020-12-291-0/+11
* Increase timeout for reline with --jit-waitTakashi Kokubun2020-12-291-0/+1