summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* node.c (rb_ast_new): imemo_ast is WB-unprotectedYusuke Endoh2021-04-264-1/+16
* [ruby/irb] Added setup and teardown to TestIRB::TestInitNobuyoshi Nakada2021-04-261-20/+17
* [ruby/irb] Added `colorable` keyword optionNobuyoshi Nakada2021-04-262-8/+30
* [ruby/irb] Assertions on non-ttyNobuyoshi Nakada2021-04-261-4/+15
* [ruby/irb] Added test_colorizeNobuyoshi Nakada2021-04-261-3/+27
* [ruby/irb] Added assert_equal_with_termNobuyoshi Nakada2021-04-261-15/+17
* [ruby/irb] Fix typo ture -> true [ci skip]Ryuta Kamizono2021-04-261-1/+1
* disable shareable_constant_value for CIKoichi Sasada2021-04-261-2/+9
* spec/ruby/core/file/shared/read.rb: The behavior of FreeBSD was changedYusuke Endoh2021-04-261-2/+2
* Remove test of removed reverse VM instructionKazuhiro NISHIYAMA2021-04-261-4/+0
* * 2021-04-26 [ci skip]git2021-04-261-1/+1
* Fix some typos by spell checkerRyuta Kamizono2021-04-2624-36/+36
* [Doc] Fix a typo s/algorthm/algorithm/wonda-tea-coffee2021-04-251-1/+1
* [ci skip] Fix a typo s/certificiate/certificate/wonda-tea-coffee2021-04-251-1/+1
* [Doc] Fix a typo s/daguten/dakuten/wonda-tea-coffee2021-04-251-3/+3
* [Doc] Fix a typo s/arround/around/wonda-tea-coffee2021-04-251-1/+1
* [Doc] Fix a typo s/visilibity/visibility/wonda-tea-coffee2021-04-251-1/+1
* [Doc] Fix a typo s/oher/other/wonda-tea-coffee2021-04-251-1/+1
* [Doc] Fix a typo s/evel/eval/wonda-tea-coffee2021-04-251-1/+1
* * 2021-04-25 [ci skip]git2021-04-251-1/+1
* [Doc] Fix a typo s/invokations/invocations/wonda-tea-coffee2021-04-251-1/+1
* Add back checks for empty kw splat with tests (#4405)Alan Wu2021-04-232-0/+22
* Remove part of comment that is no longer accurateJeremy Evans2021-04-231-5/+0
* Remove unnecessary checks for empty kw splatAlan Wu2021-04-231-2/+0
* Fix setting method visibility for a refinement without an origin classJeremy Evans2021-04-232-2/+111
* * 2021-04-24 [ci skip]git2021-04-241-1/+1
* Fix wrong documentationromainsalles2021-04-231-1/+0
* test/ruby/test_assignment.rb: Avoid "assigned but unused variable"Yusuke Endoh2021-04-231-3/+3
* Remove unneeded commentS-H-GAMELINKS2021-04-231-2/+0
* * 2021-04-23 [ci skip]git2021-04-231-1/+1
* Suppress warnings for unsued variableHiroshi SHIBATA2021-04-231-3/+3
* Update bundled_gemsKazuhiro NISHIYAMA2021-04-221-1/+1
* [ruby/uri] Use Regexp#match? to avoid extra allocationsSteven Harman2021-04-221-1/+1
* [ruby/uri] remove comment about URI::escape as it is removedFelix Wong2021-04-221-1/+0
* [ruby/uri] Set required_ruby_version to 2.4 in gemspecJeremy Evans2021-04-221-0/+2
* [ruby/uri] Only use UnboundMethod#bind_call if it is availableJeremy Evans2021-04-222-4/+16
* [ruby/uri] Add tests for URI::RFC{2396,3986}_Parser#inspectJeremy Evans2021-04-221-0/+5
* [ruby/uri] Optimize URI#hostname and URI#hostname=Lukas Zapletal2021-04-222-2/+6
* [ruby/uri] Upstream Java proxy property checks from JRubyCharles Oliver Nutter2021-04-221-3/+13
* [ruby/net-imap] Bump version to 0.2.1Shugo Maeda2021-04-221-1/+1
* [ruby/net-imap] Set timeout for IDLE responsesShugo Maeda2021-04-221-3/+17
* Merge net-imap-0.2.0Hiroshi SHIBATA2021-04-223-78/+593
* Separate test used by test_ractor for Ractor in test_time.rbHiroshi SHIBATA2021-04-221-2/+4
* [ruby/io-console] Move FFI console under libCharles Oliver Nutter2021-04-221-8/+8
* [ruby/io-console] Enable building the C extension on TruffleRuby.Duncan MacGregor2021-04-221-1/+1
* Ignore JRuby files on io-consoleHiroshi SHIBATA2021-04-221-0/+1
* [ruby/benchmark] gemspec: Explicitly have 0 executablesOlle Jonsson2021-04-221-1/+1
* [ruby/benchmark] Add comment about terminating newline in captions; fix test ...Keith Bennett2021-04-222-1/+4
* [ruby/cgi] gemspec: Explicitly empty executables listOlle Jonsson2021-04-221-1/+1
* [ruby/cgi] Add test for escapeHTML/unescapeHTML invalid encoding fix in pure ...Jeremy Evans2021-04-221-3/+30