aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The RUBYOPT= comment is no longer neededTakashi Kokubun2020-06-223-6/+0
* Stop relying on `make benchmark`'s `-I$(srcdir)/benchmark/lib`Takashi Kokubun2020-06-224-4/+4
* Try increasing read_timeout a little moreTakashi Kokubun2020-06-211-1/+1
* Increase read_timeout for --jit-waitTakashi Kokubun2020-06-211-0/+1
* Use canary cond also if not VM_CHECK_MODE to suppress warningsNobuyoshi Nakada2020-06-221-2/+2
* * 2020-06-22 [ci skip]git2020-06-221-1/+1
* Verify builtin inline annotation with VM_CHECK_MODE (#3244)Takashi Kokubun2020-06-213-13/+16
* test/ruby/test_jit.rb: Change the condition to detect RHEL 7.1 s390xYusuke Endoh2020-06-211-1/+1
* Increase read timeout of FTP tests with --jit-waitTakashi Kokubun2020-06-211-1/+13
* Fix -Wmaybe-uninitialized at vm_invoke_blockTakashi Kokubun2020-06-211-0/+1
* [DOC] Mentioned that `Time.parse` method is not validatorNobuyoshi Nakada2020-06-211-0/+5
* [ruby/date] [DOC] Mentioned alternative `strptime` methodsNobuyoshi Nakada2020-06-211-3/+6
* [ruby/date] [DOC] Emphasized that `parse` methods are not validatorsNobuyoshi Nakada2020-06-211-4/+15
* Skip a test_jit with builtin for rhel_zlinuxTakashi Kokubun2020-06-201-0/+1
* Prefer more descriptive assertion methodsNobuyoshi Nakada2020-06-211-11/+11
* Prefer ruby_install_name as runnerNobuyoshi Nakada2020-06-211-2/+3
* Introduce Primitive.attr! to annotate 'inline' (#3242)Takashi Kokubun2020-06-207-2/+74
* C-expression does not include a semicolonNobuyoshi Nakada2020-06-211-1/+1
* * 2020-06-21 [ci skip]git2020-06-211-1/+1
* Make Integer#zero? a separated method and builtin (#3226)Takashi Kokubun2020-06-208-8/+44
* [ruby/date] Bump version to 3.0.1Hiroshi SHIBATA2020-06-201-1/+1
* [ruby/date] Promote simple date to complex date to load fractional date (Fixe...Nobuyoshi Nakada2020-06-201-4/+7
* [ruby/date] Fix cannot load complex into simple error when loading marshal du...Jeremy Evans2020-06-202-2/+9
* Removed space linesNobuyoshi Nakada2020-06-201-2/+0
* Remove unused variablesKazuki Tsujimoto2020-06-201-1/+0
* test/coverage/test_coverage.rb: Add a test for [Bug #16967]Yusuke Endoh2020-06-201-0/+20
* compile.c: Improve branch coverage instrumentation [Bug #16967]Yusuke Endoh2020-06-203-63/+150
* compile.c: pass NODE* instead of a quadruple of code locationYusuke Endoh2020-06-201-82/+37
* compile.c (branch_coverage_valid_p): Refactored outYusuke Endoh2020-06-201-8/+10
* compile.c: Use functions for building branch coverage instructionsYusuke Endoh2020-06-201-54/+65
* Implement Proc#== and #eql?Jeremy Evans2020-06-195-9/+93
* * 2020-06-20 [ci skip]git2020-06-201-1/+1
* Use section sign instead of Hiragana Letter AKazuhiro NISHIYAMA2020-06-201-5/+5
* Fix `ERROR ArgumentError: invalid byte sequence in UTF-8`Kazuhiro NISHIYAMA2020-06-191-1/+1
* Use filesystem encoding as FileHandler's encodingKazuhiro NISHIYAMA2020-06-192-10/+14
* Do not change local_path encoding in WEBrick::HTTPServlet::DefaultFileHandlerKazuhiro NISHIYAMA2020-06-191-1/+1
* Fix failure on mswin CIKazuhiro NISHIYAMA2020-06-192-2/+16
* Hide error location from error messageKazuhiro NISHIYAMA2020-06-191-1/+1
* [Feature #16254] Use `Primitive.func` styleNobuyoshi Nakada2020-06-199-58/+58
* [Feature #16254] Allow `Primitive.func` styleNobuyoshi Nakada2020-06-192-3/+17
* [Feature #16254] Use `__builtin.func` styleNobuyoshi Nakada2020-06-199-58/+58
* [Feature #16254] Allow `__builtin.func` styleNobuyoshi Nakada2020-06-192-10/+38
* Build configured extension libraries onlyNobuyoshi Nakada2020-06-192-2/+12
* Configure only directories having extconf.rbNobuyoshi Nakada2020-06-191-0/+1
* Now bundled gems are extracted under .bundle/gemsNobuyoshi Nakada2020-06-192-2/+2
* Clean exts.mk under each extension libraryNobuyoshi Nakada2020-06-191-0/+1
* test/ruby/test_refinement.rb: suppress warning yb $VEROBSE = nilYusuke Endoh2020-06-191-0/+3
* Revert accidentally style-formatHiroshi SHIBATA2020-06-191-1/+1
* Added sdbm entry to NEWSHiroshi SHIBATA2020-06-191-0/+4
* Removed sdbm entries from docHiroshi SHIBATA2020-06-193-8/+1