aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid type limits (#6435)Nobuyoshi Nakada2022-09-261-4/+1
* Extract `RUBY_RELEASE_DATE` from also revision.hNobuyoshi Nakada2022-09-252-7/+10
* Use `int first_lineno` for binary format.Samuel Williams2022-09-261-3/+3
* Rework vm_core to use `int first_lineno` struct member.Samuel Williams2022-09-2610-36/+34
* Rework `first_lineno` to be `int`.Samuel Williams2022-09-265-25/+24
* [ruby/bigdecimal] Remove trailing whitespace.Samuel Williams2022-09-251-2/+2
* [ruby/bigdecimal] Improve documentation of BigDecimal#sign Maciek Rząsa2022-09-251-2/+4
* Add news for eval coverage.Samuel Williams2022-09-251-0/+4
* Extract common code for coverage setup.Samuel Williams2022-09-251-13/+19
* Reuse rb_method_call_kw functionS-H-GAMELINKS2022-09-251-2/+1
* Remove unneeded semicolonsTakashi Kokubun2022-09-231-3/+3
* Suppress -Wtype-limits warnings on mjit_c.rbTakashi Kokubun2022-09-231-0/+4
* Support using at toplevel in wrapped scriptChris Salzberg2022-09-245-2/+35
* Remove reference to __classid__John Hawthorn2022-09-231-2/+0
* YJIT: Support Rust 1.58.1 for --yjit-stats on Arm (#6410)Takashi Kokubun2022-09-233-21/+31
* Allow changing conversion macro in MJIT bindgenTakashi Kokubun2022-09-241-18/+22
* [DOC] Housekeeping in iostreams doc (#6420)Burdette Lamar2022-09-231-22/+20
* Revert "Revert "error.c: Let Exception#inspect inspect its message""Yusuke Endoh2022-09-234-3/+18
* Just a star [ci skip]Nobuyoshi Nakada2022-09-231-1/+1
* YJIT: add chain guards in `guard_two_fixnums` (#6422)Maxime Chevalier-Boisvert2022-09-221-13/+37
* YJIT: Refactor into gen_push_frame (#6412)John Hawthorn2022-09-221-102/+161
* Skip struct fields whose output differsTakashi Kokubun2022-09-233-21/+18
* Swap the positions of offsetof and typeTakashi Kokubun2022-09-233-208/+208
* Bindgen offsetof struct and union with builtinTakashi Kokubun2022-09-233-185/+197
* Bindgen sizeof struct and union with builtinTakashi Kokubun2022-09-232-38/+43
* Bindgen immediate types with builtinTakashi Kokubun2022-09-234-61/+99
* Drop c_64 and c_32Takashi Kokubun2022-09-235-984/+548
* Bindgen enum with builtinTakashi Kokubun2022-09-235-71/+48
* Builtin needs to be baseruby-compatibleTakashi Kokubun2022-09-232-6/+18
* Automatically setup bundler of bindgen.rbTakashi Kokubun2022-09-231-0/+4
* mjit_c.rb doesn't need to be an erbTakashi Kokubun2022-09-234-7/+1
* Mix manual and auto-generated C APIsTakashi Kokubun2022-09-233-125/+148
* Bindgen macro with builtinTakashi Kokubun2022-09-234-265/+26
* Auto-generate mjit_c.rb.erbTakashi Kokubun2022-09-232-6/+9
* Builtin RubyVM::MJIT::CTakashi Kokubun2022-09-239-10/+20
* Allow --enable-yjit on OpenBSDJeremy Evans2022-09-231-0/+4
* Adds a benchmark to measure freezing objectsJemma Issroff2022-09-221-0/+6
* avoid extra dup and pop in compile_op_asgn2HParker2022-09-222-11/+32
* avoid extra dup and pop in compile_op_logHParker2022-09-221-8/+11
* [ruby/reline] use assert_nothing_raisedOtávio Schwanck dos Santos2022-09-221-5/+1
* [ruby/reline] PR changesOtávio Schwanck dos Santos2022-09-222-1/+13
* [ruby/reline] Revert "update version"Otávio Schwanck dos Santos2022-09-221-1/+1
* [ruby/reline] update versionOtávio Schwanck dos Santos2022-09-221-1/+1
* [ruby/reline] fix vi-operator-argOtávio Schwanck dos Santos2022-09-221-1/+1
* Expand paths used for dumper.rbTakashi Kokubun2022-09-221-2/+2
* Enable coverage for eval.Samuel Williams2022-09-225-14/+64
* Update default gems list at 928aeef3301d4dc0de3b80ee80c8ef [ci skip]git2022-09-221-1/+1
* [ruby/cgi] Bump up 0.3.3Hiroshi SHIBATA2022-09-221-1/+1
* Mentioned new constants for Process and Socket classes on NEWS.mdHiroshi SHIBATA2022-09-221-0/+13
* add rb_execution_contextAaron Patterson2022-09-213-4/+104