summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-28Always use the longer version of `TRY_WITH_GC`Nobuyoshi Nakada
2022-09-28bootstraptest/runner: manage sub processes with the job serverNobuyoshi Nakada
2022-09-28bootstraptest/runner: fold dots by window sizeNobuyoshi Nakada
2022-09-28[rubygems/rubygems] Force "master" to be used regardless of `init.defaultBran...David Rodríguez
2022-09-28Fix bug when slicing a string with broken encodingPeter Zhu
2022-09-28Make string slices views rather than copiesPeter Zhu
2022-09-28Install all file trees for lldb [ci skip]Nobuyoshi Nakada
2022-09-28[ruby/date] Check time zone offset elementsNobuyoshi Nakada
2022-09-28[ruby/net-http] Remove ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFEJeremy Evans
2022-09-28dbm and gdbm have been extracted gems.Hiroshi SHIBATA
2022-09-28[ruby/bigdecimal] Document precision=0 and ndigits=0 for converting from FloatMaciej Rzasa
2022-09-27YJIT: add assertion wrt label names (#6459)Maxime Chevalier-Boisvert
2022-09-27YJIT: reverse configure.ac changes that disable `--yjit-stats` on Graviton1 (...Maxime Chevalier-Boisvert
2022-09-27Change IncrCounter lowering on AArch64 (#6455)Kevin Newton
2022-09-28[rubygems/rubygems] fix: Gem::Platform.match handles String argument properlyMike Dalessio
2022-09-27[DOC] More on IO streams (#6454)Burdette Lamar
2022-09-27Re-enable TZ test missed due to merge conflict.Vít Ondruch
2022-09-28[ruby/timeout] Explicit add the timeout thread to default ThreadGroupLars Kanis
2022-09-28[ruby/psych] Bump snakeyaml from 1.31 to 1.33Chad Wilson
2022-09-27[DOC] More on IO streams (#6445)Burdette Lamar
2022-09-27syntax_suggest moved under the ruby organization from zombocomHiroshi SHIBATA
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-27Rename method name in keyword test from y to yoJeremy Evans
2022-09-26Refactor str_substr and str_subseqPeter Zhu
2022-09-27* expand tabs. [ci skip]git
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26string.c: don't create a frozen copy for str_new_sharedJean Boussier
2022-09-26Fix coderange calculation in String#bKazuki Yamaguchi
2022-09-26Fix `io/buffer.h` header guard.Samuel Williams
2022-09-26Update `IO::Buffer` read/write to use rb_thread_io_blocking_region. (#6438)Samuel Williams
2022-09-26Suppress a warning on clangShugo Maeda
2022-09-26Add several new methods for getting and setting buffer contents. (#6434)Samuel Williams
2022-09-26Generate the revision.h before MakefileNobuyoshi Nakada
2022-09-25[Bug #19021] Fix safe call w/ conditional assignJohn Hawthorn
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