summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-27Make imemo_ast WB-protected againYusuke Endoh
2021-04-27Partially revert 2c7d3b3a722c4636ab1e9d289cbca47ddd168d3eYusuke Endoh
2021-04-26Fix type-o in insns.defebrohman
2021-04-26Fix compiler warnings in objspace_dump.c when assertions are turned onPeter Zhu
2021-04-27* 2021-04-27 [ci skip]git
2021-04-26Document binding behavior for C call/return events for TracePoint/set_trace_funcJeremy Evans
2021-04-26Revert "disable shareable_constant_value for CI"Yusuke Endoh
2021-04-26node.c (rb_ast_new): imemo_ast is WB-unprotectedYusuke Endoh
2021-04-26[ruby/irb] Added setup and teardown to TestIRB::TestInitNobuyoshi Nakada
2021-04-26[ruby/irb] Added `colorable` keyword optionNobuyoshi Nakada
2021-04-26[ruby/irb] Assertions on non-ttyNobuyoshi Nakada
2021-04-26[ruby/irb] Added test_colorizeNobuyoshi Nakada
2021-04-26[ruby/irb] Added assert_equal_with_termNobuyoshi Nakada
2021-04-26[ruby/irb] Fix typo ture -> true [ci skip]Ryuta Kamizono
2021-04-26disable shareable_constant_value for CIKoichi Sasada
2021-04-26spec/ruby/core/file/shared/read.rb: The behavior of FreeBSD was changedYusuke Endoh
2021-04-26Remove test of removed reverse VM instructionKazuhiro NISHIYAMA
2021-04-26* 2021-04-26 [ci skip]git
2021-04-26Fix some typos by spell checkerRyuta Kamizono
2021-04-25[Doc] Fix a typo s/algorthm/algorithm/wonda-tea-coffee
2021-04-25[ci skip] Fix a typo s/certificiate/certificate/wonda-tea-coffee
2021-04-25[Doc] Fix a typo s/daguten/dakuten/wonda-tea-coffee
2021-04-25[Doc] Fix a typo s/arround/around/wonda-tea-coffee
2021-04-25[Doc] Fix a typo s/visilibity/visibility/wonda-tea-coffee
2021-04-25[Doc] Fix a typo s/oher/other/wonda-tea-coffee
2021-04-25[Doc] Fix a typo s/evel/eval/wonda-tea-coffee
2021-04-25* 2021-04-25 [ci skip]git
2021-04-25[Doc] Fix a typo s/invokations/invocations/wonda-tea-coffee
2021-04-23Add back checks for empty kw splat with tests (#4405)Alan Wu
2021-04-23Remove part of comment that is no longer accurateJeremy Evans
2021-04-23Remove unnecessary checks for empty kw splatAlan Wu
2021-04-23Fix setting method visibility for a refinement without an origin classJeremy Evans
2021-04-24* 2021-04-24 [ci skip]git
2021-04-23Fix wrong documentationromainsalles
2021-04-23test/ruby/test_assignment.rb: Avoid "assigned but unused variable"Yusuke Endoh
2021-04-23Remove unneeded commentS-H-GAMELINKS
2021-04-23* 2021-04-23 [ci skip]git
2021-04-23Suppress warnings for unsued variableHiroshi SHIBATA
2021-04-22Update bundled_gemsKazuhiro NISHIYAMA
2021-04-22[ruby/uri] Use Regexp#match? to avoid extra allocationsSteven Harman
2021-04-22[ruby/uri] remove comment about URI::escape as it is removedFelix Wong
2021-04-22[ruby/uri] Set required_ruby_version to 2.4 in gemspecJeremy Evans
2021-04-22[ruby/uri] Only use UnboundMethod#bind_call if it is availableJeremy Evans
2021-04-22[ruby/uri] Add tests for URI::RFC{2396,3986}_Parser#inspectJeremy Evans
2021-04-22[ruby/uri] Optimize URI#hostname and URI#hostname=Lukas Zapletal
2021-04-22[ruby/uri] Upstream Java proxy property checks from JRubyCharles Oliver Nutter
2021-04-22[ruby/net-imap] Bump version to 0.2.1Shugo Maeda
2021-04-22[ruby/net-imap] Set timeout for IDLE responsesShugo Maeda
2021-04-22Merge net-imap-0.2.0Hiroshi SHIBATA
2021-04-22Separate test used by test_ractor for Ractor in test_time.rbHiroshi SHIBATA