summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dbm and gdbm have been extracted gems.Hiroshi SHIBATA2022-09-281-2/+0
* [ruby/bigdecimal] Document precision=0 and ndigits=0 for converting from FloatMaciej Rzasa2022-09-282-1/+8
* YJIT: add assertion wrt label names (#6459)Maxime Chevalier-Boisvert2022-09-271-0/+2
* YJIT: reverse configure.ac changes that disable `--yjit-stats` on Graviton1 (...Maxime Chevalier-Boisvert2022-09-271-28/+7
* Change IncrCounter lowering on AArch64 (#6455)Kevin Newton2022-09-275-11/+181
* [rubygems/rubygems] fix: Gem::Platform.match handles String argument properlyMike Dalessio2022-09-282-0/+8
* [DOC] More on IO streams (#6454)Burdette Lamar2022-09-271-28/+38
* Re-enable TZ test missed due to merge conflict.Vít Ondruch2022-09-271-2/+0
* [ruby/timeout] Explicit add the timeout thread to default ThreadGroupLars Kanis2022-09-282-0/+14
* [ruby/psych] Bump snakeyaml from 1.31 to 1.33Chad Wilson2022-09-281-1/+1
* [DOC] More on IO streams (#6445)Burdette Lamar2022-09-271-46/+197
* syntax_suggest moved under the ruby organization from zombocomHiroshi SHIBATA2022-09-273-4/+4
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-2645-2530/+928
* Rename method name in keyword test from y to yoJeremy Evans2022-09-271-107/+107
* Refactor str_substr and str_subseqPeter Zhu2022-09-261-37/+21
* * expand tabs. [ci skip]git2022-09-273-21/+21
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-2645-946/+2548
* string.c: don't create a frozen copy for str_new_sharedJean Boussier2022-09-261-4/+2
* Fix coderange calculation in String#bKazuki Yamaguchi2022-09-261-14/+16
* Fix `io/buffer.h` header guard.Samuel Williams2022-09-261-3/+3
* Update `IO::Buffer` read/write to use rb_thread_io_blocking_region. (#6438)Samuel Williams2022-09-262-40/+122
* Suppress a warning on clangShugo Maeda2022-09-261-1/+1
* Add several new methods for getting and setting buffer contents. (#6434)Samuel Williams2022-09-265-112/+500
* Generate the revision.h before MakefileNobuyoshi Nakada2022-09-261-0/+8
* [Bug #19021] Fix safe call w/ conditional assignJohn Hawthorn2022-09-252-11/+14
* Initialize Objective-C classes before fork() for macOS 13Yuta Saito2022-09-261-0/+44
* [ruby/rdoc] Fix ruby script in "test_parse_method_bracket" (https://github.co...Yuichiro Kaneko2022-09-261-4/+4
* 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