summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-30[ruby/yarp] Rename child_nodes to fieldsKevin Newton
2023-08-30[ruby/yarp] Move templating logic until YARPKevin Newton
2023-08-30Document that Kernel#p is for debugging and may be uninterruptible [ci skip]Jeremy Evans
2023-08-30[ruby/yarp] Add class variables to the constant poolKevin Newton
2023-08-30[ruby/yarp] Fix instance variable constant namesKevin Newton
2023-08-30Work around a hang in fork(2) on FreeBSDKJ Tsanaktsidis
2023-08-30[ruby/yarp] Fix unused variable in YARPRubyAPITestKevin Newton
2023-08-30Update YARP APIs to handle uint8_tKevin Newton
2023-08-30[ruby/yarp] Switch from handling const char * to const uint8_t *Kevin Newton
2023-08-30[ruby/yarp] Fix test-unit API in fuzzer testKevin Newton
2023-08-30[ruby/yarp] fix: comment followed by whitespace at end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: heredoc with incomplete escape at end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: incomplete escape in regex at the end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: incomplete escape in list at the end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: trailing decimal, binary, octal, and hex numbers at end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: trailing asterisk at end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: trailing comment at end of fileMike Dalessio
2023-08-30[ruby/yarp] fix: string escape char "\" at the end of a fileMike Dalessio
2023-08-30[ruby/yarp] fix: ":" at the end of a fileMike Dalessio
2023-08-30[ruby/yarp] fix: "$" at the end of a fileMike Dalessio
2023-08-30[ruby/yarp] test: new test file for capturing interesting fuzzer snippetsMike Dalessio
2023-08-30[ruby/yarp] debug: ensure valgrind will work when calling YARP.dumpMike Dalessio
2023-08-30Stop using -v for rjit test-allTakashi Kokubun
2023-08-30[ruby/yarp] Desugar ||= more accuratelyKevin Newton
2023-08-30Fix merge error on ruby_api_test.rbKevin Newton
2023-08-30[ruby/yarp] Use assert_raiseKevin Newton
2023-08-30[ruby/yarp] use a more idiomatic form of `assert_raises`Nathan Froyd
2023-08-31use assert_raiseNobuyoshi Nakada
2023-08-30YJIT: shrink Context from 29 to 21 bytes by reducing space used by TempMappin...Maxime Chevalier-Boisvert
2023-08-30[ruby/yarp] add tests for `Location#join`Nathan Froyd
2023-08-30sync_default_gems.rb: Remove Java templatesNobuyoshi Nakada
2023-08-30Update default gems list at 36a3899e9d464e243648694fa28398 [ci skip]git
2023-08-30[ruby/irb] Bump version to 1.8.0Stan Lo
2023-08-30BasicSocket#recv* return `nil` rather than an empty packetJean Boussier
2023-08-30sync_default_gems.rb: Fix typo in replace_rdoc_ref_allNobuyoshi Nakada
2023-08-30sync_default_gems.rb: Transform by procNobuyoshi Nakada
2023-08-30[DOC] Detailed explanation when one line pattern matching is a void value exp...yui-knk
2023-08-30Update bundled gems list at ad2a464e8fc6bd4daa5b20b3c69d94 [ci skip]git
2023-08-30Bundle RBS 3.2.1 (#8306)Soutaro Matsumoto
2023-08-30[rubygems/rubygems] Update bundler/lib/bundler/settings.rbJosh Nichols
2023-08-30[rubygems/rubygems] (Further) Improve Bundler::Settings#[] performance and me...Josh Nichols
2023-08-29Fix string2cstr in lldb_cruby.py [ci skip]Peter Zhu
2023-08-29[YARP] Until Node, minor cleanup (#8325)Jemma Issroff
2023-08-29Compile more YARP node types (#8322)Jemma Issroff
2023-08-29[ruby/yarp] Add instance variable names to the constant poolKevin Newton
2023-08-29Tests for the YARP compilerKevin Newton
2023-08-29[ruby/yarp] Statements inside ensure blocks can accept blocksKevin Newton
2023-08-29[rubygems/rubygems] Fix bundle update --redownloadSamuel Giddins
2023-08-29[ruby/irb] Improve help/show_cmds message during debuggerStan Lo
2023-08-29[ruby/reline] Remove `ARGV.first` in east_asian_width.rbima1zumi