aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/bigdecimal] Add rb_cstr_convert_to_BigDecimalKenta Murata2021-01-121-2/+8
* Define printf qualifier prefix fallbacksNobuyoshi Nakada2021-01-115-0/+26
* Removed ENABLE_PATH_CHECK condition [ci skip]Nobuyoshi Nakada2021-01-111-1/+1
* Avoid re-entering opt_invokebuiltin_delegate_leaveTakashi Kokubun2021-01-111-2/+1
* [ruby/matrix] use an exclusive range [Bug #17521]Nobuyoshi Nakada2021-01-111-1/+1
* [ruby/etc] Added fallback definition of RUBY_ATOMIC_EXCHANGENobuyoshi Nakada2021-01-111-0/+9
* [ruby/etc] Check blocking variables at releaseNobuyoshi Nakada2021-01-111-2/+6
* [ruby/matrix] Fix 0-th power [Bug #17521] (#4047)Marc-André Lafortune2021-01-102-4/+17
* Fix ractor docs (#4048) [doc]Tom Chen2021-01-101-3/+3
* Adds RDoc summary of Hash methods (#4045)Burdette Lamar2021-01-101-0/+123
* * 2021-01-11 [ci skip]git2021-01-111-1/+1
* Suppress constant redefinition warningsNobuyoshi Nakada2021-01-113-1/+9
* Remove possibility of using same seedsNobuyoshi Nakada2021-01-101-2/+2
* Moved to ruby/actions workflow [ci skip]Nobuyoshi Nakada2021-01-101-20/+0
* dtoa.c: make thread-safe by using atomic CASNobuyoshi Nakada2021-01-103-21/+57
* dtoa.c: constifiedNobuyoshi Nakada2021-01-101-1/+1
* dtoa.c: make compilable independentlyNobuyoshi Nakada2021-01-101-6/+18
* * 2021-01-10 [ci skip]git2021-01-101-1/+1
* [ruby/bigdecimal] Fix type nameKenta Murata2021-01-101-1/+1
* [ruby/bigdecimal] Avoid casting negative value to size_tKenta Murata2021-01-101-2/+3
* [ruby/bigdecimal] Use smallest local variable scope in GetVpValueWithPrecKenta Murata2021-01-101-9/+11
* Get rid of defining methods for tests in core classesNobuyoshi Nakada2021-01-0926-396/+410
* gc fix typo for the timer instruction for ARM64.David CARLIER2021-01-091-1/+1
* [ruby/bigdecimal] Stop using GetVpValueWithPrec in rb_rational_convert_to_Big...Kenta Murata2021-01-091-29/+11
* [ruby/bigdecimal] Add assertions for checking the argument typesKenta Murata2021-01-091-0/+4
* [ruby/bigdecimal] Stop using GetVpValueWithPrec in rb_float_convert_to_BigDec...Kenta Murata2021-01-091-19/+21
* [ruby/bigdecimal] Add test cases of conversion from FloatKenta Murata2021-01-091-0/+6
* Fixed a typo [Bug #17522]Tee KOBAYASHI2021-01-091-1/+1
* parse.y: handle "duplicated argument name" appropriately on ripper.yNobuhiro IMAI2021-01-092-2/+5
* * 2021-01-09 [ci skip]git2021-01-091-1/+1
* Replace `Kernel.#open` with `URI.open` in docMasataka Pocke Kuwabara2021-01-082-4/+4
* [ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun2021-01-073-5/+5
* [ruby/irb] Add missing requireTakashi Kokubun2021-01-071-0/+1
* should use `assert_include` here.Koichi Sasada2021-01-081-1/+1
* remove unused declKoichi Sasada2021-01-082-8/+0
* * 2021-01-08 [ci skip]git2021-01-081-1/+1
* [ruby/irb] Fix comment, irb gem supports 2.5.0 or olderaycabta2021-01-081-1/+1
* [ruby/reline] Add acknowledgments and license for rb-readlineaycabta2021-01-081-1/+1
* [ruby/reline] Suppress auto indent for adding newlines in pastingaycabta2021-01-082-1/+16
* [ruby/reline] Suppress crashing when dynamic_prompt_proc returns a broken pro...aycabta2021-01-082-0/+19
* [ruby/reline] Suppress crashing when auto_indent_proc returns broken indent infoaycabta2021-01-082-0/+15
* [ruby/reline] Remove debug printaycabta2021-01-081-1/+0
* [ruby/reline] Correct var names in Reline were different from vi-*-mode-stringaycabta2021-01-083-28/+28
* [ruby/reline] Update cursor correctly when just cursor movingaycabta2021-01-082-1/+21
* irb: Drop lines from backtrace for tests in Ruby repositoryaycabta2021-01-081-0/+1
* [ruby/irb] Fix BACK_TRACE_LIMIT logicaycabta2021-01-082-2/+68
* [ruby/irb] Use Exception#full_message to show backtrace in the correct orderaycabta2021-01-083-42/+97
* [ruby/irb] refactoring an error handling in `IRB::Inspector`Nobuhiro IMAI2021-01-082-17/+22
* [ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI2021-01-082-11/+19
* [ruby/irb] fix typo in `IRB::Irb#convert_invalid_byte_sequence`Nobuhiro IMAI2021-01-081-1/+1