summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-26Initialize Objective-C classes before fork() for macOS 13Yuta Saito
2022-09-26[ruby/rdoc] Fix ruby script in "test_parse_method_bracket" (https://github.co...Yuichiro Kaneko
2022-09-26Avoid type limits (#6435)Nobuyoshi Nakada
2022-09-25Extract `RUBY_RELEASE_DATE` from also revision.hNobuyoshi Nakada
2022-09-26Use `int first_lineno` for binary format.Samuel Williams
2022-09-26Rework vm_core to use `int first_lineno` struct member.Samuel Williams
2022-09-26Rework `first_lineno` to be `int`.Samuel Williams
2022-09-25[ruby/bigdecimal] Remove trailing whitespace.Samuel Williams
2022-09-25[ruby/bigdecimal] Improve documentation of BigDecimal#sign Maciek Rząsa
2022-09-25Add news for eval coverage.Samuel Williams
2022-09-25Extract common code for coverage setup.Samuel Williams
2022-09-25Reuse rb_method_call_kw functionS-H-GAMELINKS
2022-09-23Remove unneeded semicolonsTakashi Kokubun
2022-09-23Suppress -Wtype-limits warnings on mjit_c.rbTakashi Kokubun
2022-09-24Support using at toplevel in wrapped scriptChris Salzberg
2022-09-23Remove reference to __classid__John Hawthorn
2022-09-23YJIT: Support Rust 1.58.1 for --yjit-stats on Arm (#6410)Takashi Kokubun
2022-09-24Allow changing conversion macro in MJIT bindgenTakashi Kokubun
2022-09-23[DOC] Housekeeping in iostreams doc (#6420)Burdette Lamar
2022-09-23Revert "Revert "error.c: Let Exception#inspect inspect its message""Yusuke Endoh
2022-09-23Just a star [ci skip]Nobuyoshi Nakada
2022-09-22YJIT: add chain guards in `guard_two_fixnums` (#6422)Maxime Chevalier-Boisvert
2022-09-22YJIT: Refactor into gen_push_frame (#6412)John Hawthorn
2022-09-23Skip struct fields whose output differsTakashi Kokubun
2022-09-23Swap the positions of offsetof and typeTakashi Kokubun
2022-09-23Bindgen offsetof struct and union with builtinTakashi Kokubun
2022-09-23Bindgen sizeof struct and union with builtinTakashi Kokubun
2022-09-23Bindgen immediate types with builtinTakashi Kokubun
2022-09-23Drop c_64 and c_32Takashi Kokubun
2022-09-23Bindgen enum with builtinTakashi Kokubun
2022-09-23Builtin needs to be baseruby-compatibleTakashi Kokubun
2022-09-23Automatically setup bundler of bindgen.rbTakashi Kokubun
2022-09-23mjit_c.rb doesn't need to be an erbTakashi Kokubun
2022-09-23Mix manual and auto-generated C APIsTakashi Kokubun
2022-09-23Bindgen macro with builtinTakashi Kokubun
2022-09-23Auto-generate mjit_c.rb.erbTakashi Kokubun
2022-09-23Builtin RubyVM::MJIT::CTakashi Kokubun
2022-09-23Allow --enable-yjit on OpenBSDJeremy Evans
2022-09-22Adds a benchmark to measure freezing objectsJemma Issroff
2022-09-22avoid extra dup and pop in compile_op_asgn2HParker
2022-09-22avoid extra dup and pop in compile_op_logHParker
2022-09-22[ruby/reline] use assert_nothing_raisedOtávio Schwanck dos Santos
2022-09-22[ruby/reline] PR changesOtávio Schwanck dos Santos
2022-09-22[ruby/reline] Revert "update version"Otávio Schwanck dos Santos
2022-09-22[ruby/reline] update versionOtávio Schwanck dos Santos
2022-09-22[ruby/reline] fix vi-operator-argOtávio Schwanck dos Santos
2022-09-22Expand paths used for dumper.rbTakashi Kokubun
2022-09-22Enable coverage for eval.Samuel Williams
2022-09-22Update default gems list at 928aeef3301d4dc0de3b80ee80c8ef [ci skip]git
2022-09-22[ruby/cgi] Bump up 0.3.3Hiroshi SHIBATA