summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-20Skip a test_jit with builtin for rhel_zlinuxTakashi Kokubun
2020-06-21Prefer more descriptive assertion methodsNobuyoshi Nakada
2020-06-21Prefer ruby_install_name as runnerNobuyoshi Nakada
2020-06-20Introduce Primitive.attr! to annotate 'inline' (#3242)Takashi Kokubun
2020-06-21C-expression does not include a semicolonNobuyoshi Nakada
2020-06-21* 2020-06-21 [ci skip]git
2020-06-20Make Integer#zero? a separated method and builtin (#3226)Takashi Kokubun
2020-06-20[ruby/date] Bump version to 3.0.1Hiroshi SHIBATA
2020-06-20[ruby/date] Promote simple date to complex date to load fractional date (Fixe...Nobuyoshi Nakada
2020-06-20[ruby/date] Fix cannot load complex into simple error when loading marshal du...Jeremy Evans
2020-06-20Removed space linesNobuyoshi Nakada
2020-06-20Remove unused variablesKazuki Tsujimoto
2020-06-20test/coverage/test_coverage.rb: Add a test for [Bug #16967]Yusuke Endoh
2020-06-20compile.c: Improve branch coverage instrumentation [Bug #16967]Yusuke Endoh
2020-06-20compile.c: pass NODE* instead of a quadruple of code locationYusuke Endoh
2020-06-20compile.c (branch_coverage_valid_p): Refactored outYusuke Endoh
2020-06-20compile.c: Use functions for building branch coverage instructionsYusuke Endoh
2020-06-19Implement Proc#== and #eql?Jeremy Evans
2020-06-20* 2020-06-20 [ci skip]git
2020-06-20Use section sign instead of Hiragana Letter AKazuhiro NISHIYAMA
2020-06-19Fix `ERROR ArgumentError: invalid byte sequence in UTF-8`Kazuhiro NISHIYAMA
2020-06-19Use filesystem encoding as FileHandler's encodingKazuhiro NISHIYAMA
2020-06-19Do not change local_path encoding in WEBrick::HTTPServlet::DefaultFileHandlerKazuhiro NISHIYAMA
2020-06-19Fix failure on mswin CIKazuhiro NISHIYAMA
2020-06-19Hide error location from error messageKazuhiro NISHIYAMA
2020-06-19[Feature #16254] Use `Primitive.func` styleNobuyoshi Nakada
2020-06-19[Feature #16254] Allow `Primitive.func` styleNobuyoshi Nakada
2020-06-19[Feature #16254] Use `__builtin.func` styleNobuyoshi Nakada
2020-06-19[Feature #16254] Allow `__builtin.func` styleNobuyoshi Nakada
2020-06-19Build configured extension libraries onlyNobuyoshi Nakada
2020-06-19Configure only directories having extconf.rbNobuyoshi Nakada
2020-06-19Now bundled gems are extracted under .bundle/gemsNobuyoshi Nakada
2020-06-19Clean exts.mk under each extension libraryNobuyoshi Nakada
2020-06-19test/ruby/test_refinement.rb: suppress warning yb $VEROBSE = nilYusuke Endoh
2020-06-19Revert accidentally style-formatHiroshi SHIBATA
2020-06-19Added sdbm entry to NEWSHiroshi SHIBATA
2020-06-19Removed sdbm entries from docHiroshi SHIBATA
2020-06-19Removed sdbm entries from toolchaninsHiroshi SHIBATA
2020-06-19Removed sdbm and it testsHiroshi SHIBATA
2020-06-18[open3] only close streams if a block is passedJean Boussier
2020-06-19Add links [ci skip]Kazuhiro NISHIYAMA
2020-06-19test/webrick/test_httpresponse.rb: Use a longer indicator for crackYusuke Endoh
2020-06-18Update NEWS.md [ci skip]Jeremy Evans
2020-06-18Allow refining a frozen classJeremy Evans
2020-06-18Raise RuntimeError for class variable overtaken in nonverbose modeJeremy Evans
2020-06-18Dup splat array in certain cases where there is a block argumentJeremy Evans
2020-06-19* 2020-06-19 [ci skip]git
2020-06-18Make Module#prepend affect the iclasses of the moduleJeremy Evans
2020-06-18lib/webrick/httpservlet/filehandler.rb: always handle a path as UTF-8Yusuke Endoh
2020-06-18NEWS about Hash#except ENV#except [Feature #15822]Nobuyoshi Nakada