summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-21[ruby/yarp] Change AndWriteNode, OrWriteNode, OperatorWriteNode to contain wr...Kevin Newton
2023-08-21[ruby/yarp] Consolidate OperatorAndWrite and OperatorOrWrite nodesKevin Newton
2023-08-21[ruby/yarp] handle missing HEREDOC endline at start of heredocHParker
2023-08-21[ruby/yarp] Ensure correct location with if/elsif, allow FOCUS env var, fix n...Kevin Newton
2023-08-21[ruby/yarp] Handle interpolated regular expressions with the o flag for local...Kevin Newton
2023-08-21[ruby/yarp] Update to latest unparserKevin Newton
2023-08-21[ruby/yarp] Update to latest whitequarkKevin Newton
2023-08-21[ruby/yarp] fix: newline tracking for nl-terminated % %q %QMike Dalessio
2023-08-21[ruby/yarp] prefactor: extract yp_newline_list_check_appendMike Dalessio
2023-08-21Manually move files from test/snapshots to test/yarp/snapshotsJemma Issroff
2023-08-21YJIT: Remove unnecessary roundtrip conversionAlan Wu
2023-08-21[ruby/yarp] fix: support newline-terminated regular expressionsMike Dalessio
2023-08-21[ruby/yarp] Update to latest seattlerbKevin Newton
2023-08-21Fix YARP syncKevin Newton
2023-08-21[ruby/irb] Move input processing out of RubyLexStan Lo
2023-08-21[ruby/yarp] Add a convenience value method for numeric literalsBenoit Daloze
2023-08-21Refactor rb_ensure_iv_list_sizePeter Zhu
2023-08-21[rubygems/rubygems] Confirm verification warningsNobuyoshi Nakada
2023-08-20[ruby/yarp] Use node kind for Ruby typesBenoit Daloze
2023-08-20[ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR`Summer ☀️
2023-08-20Update default gems list at 314ccdd60c5fe3dfa90651d271209e [ci skip]git
2023-08-20[ruby/reline] Bump version to 0.3.8Stan Lo
2023-08-20[ruby/reline] Use fdiv for keyseq_timeout msec to sec conversiontomoya ishida
2023-08-20Tempfile is not neededNobuyoshi Nakada
2023-08-20Align the type of `num_entries` to `st_table`Nobuyoshi Nakada
2023-08-20[ruby/reline] Remove Timeout usageStan Lo
2023-08-20[rubygems/rubygems] fix lintJosh Nichols
2023-08-20[rubygems/rubygems] use a one-linerJosh Nichols
2023-08-20[rubygems/rubygems] handle removing `BUNDLE_`, since using start_with? would ...Josh Nichols
2023-08-20[rubygems/rubygems] Don't rely on globals when not matching regexp for "local."Martin Emde
2023-08-20[rubygems/rubygems] Use ! methods once we have a new copy of the string. Use ...Josh Nichols
2023-08-20[rubygems/rubygems] call key.to_s once instead of multiple times to save when...Josh Nichols
2023-08-20[rubygems/rubygems] Use value.match? only on Strings, which avoids allocating...Josh Nichols
2023-08-20[rubygems/rubygems] Use .to_s once in the beginning to save allocations if it...Josh Nichols
2023-08-20[rubygems/rubygems] name is often a symbol, so only to_s once to avoid alloca...Josh Nichols
2023-08-20[rubygems/rubygems] String#start_with? is faster than regex with beginning bo...Josh Nichols
2023-08-20[rubygems/rubygems] Use ! methods on the array, since it is brand new. The in...Josh Nichols
2023-08-20[rubygems/rubygems] Use Array#union to join these, instead of with | multiple...Josh Nichols
2023-08-20[rubygems/rubygems] config is a new Hash, and config.values is a new Array. t...Josh Nichols
2023-08-20[rubygems/rubygems] ENV.to_h returns a new hash, so we can `select!` it to av...Josh Nichols
2023-08-20Update specification.rbSamuel Giddins
2023-08-20[rubygems/rubygems] Use assert_raise instead of assert_raisesSamuel Giddins
2023-08-20[rubygems/rubygems] Ensure that loading multiple gemspecs with legacy YAML cl...Samuel Giddins
2023-08-20[rubygems/rubygems] choose_from_list may return nil index sinceAkira Matsuda
2023-08-20Move `MKSTR` markers for fake.rb into comentsNobuyoshi Nakada
2023-08-19[rubygems/rubygems] Fix leaked tempfilesNobuyoshi Nakada
2023-08-19Update default gems list at bd440bf85d6eff5ecf5132e93a0721 [ci skip]git
2023-08-19[ruby/yarp] Bump to version 0.8.0Kevin Newton
2023-08-19[ruby/yarp] Rename statements to body where appropriateKevin Newton
2023-08-18YJIT: Quiet mode when running with `--yjit-stats` (#8251)ywenc