summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-01-17hash.c: Add a feature to manipulate ruby2_keywords flagYusuke Endoh
2020-01-17marshal.c: Support dump and load of a Hash with the ruby2_keywords flagYusuke Endoh
2020-01-17Added test for f38b3e8c707ebdcad05aa9485cf1760640b74fbbNobuyoshi Nakada
2020-01-17rb_rational_raw: convert num and den by to_intKenta Murata
2020-01-17rb_rational_raw: make a denominator always positiveKenta Murata
2020-01-17Implement vi_insert_at_bol and vi_add_at_eolaycabta
2020-01-17Add tests for vi_insert and vi_addaycabta
2020-01-16Separate numbered parameter scope in evalNobuyoshi Nakada
2020-01-16Fixed the location of args node with numbered parameterNobuyoshi Nakada
2020-01-16Fix `String#partition`Nobuyoshi Nakada
2020-01-16`Regexp` in `MatchData` can be `nil`Nobuyoshi Nakada
2020-01-15Freeze Regexp literalsJean Boussier
2020-01-14Introduce an abstracted structure about the encoding of Relineaycabta
2020-01-14[ruby/irb] Fix crashing when multiple open braces per lineBen
2020-01-14[ruby/irb] Fix newline depth with multiple bracesBen
2020-01-13Simplify obj2ubits checksJohn Hawthorn
2020-01-12Make rss library to the bundle gemsHiroshi SHIBATA
2020-01-12Make rexml library to the bundle gemsHiroshi SHIBATA
2020-01-11Warn when :newline precedes other newline optionsNobuyoshi Nakada
2020-01-11Added assertions for newline decoratorsNobuyoshi Nakada
2020-01-10Hash#transform_values should return a plain new HashNobuyoshi Nakada
2020-01-09Fixed up 0eeed5bcc5530edb0af2af2ccff09d067c59e8f9Nobuyoshi Nakada
2020-01-08Add GC guardKazuhiro NISHIYAMA
2020-01-07Suppress some warningsYusuke Endoh
2020-01-06Support history-size in .inputrc correctlyaycabta
2020-01-06script_compiled event on compile error.Koichi Sasada
2020-01-06Complete indented and quoted string correctlyaycabta
2020-01-03Call initialize_clone with freeze: false if clone called with freeze: falseJeremy Evans
2020-01-03Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__Jeremy Evans
2020-01-02Update tests for full keyword argument separationJeremy Evans
2020-01-02Fully separate positional arguments and keyword argumentsJeremy Evans
2020-01-02Check Module#ruby2_keywords arityNobuyoshi Nakada
2020-01-01Add load path and require for ruby/rubyaycabta
2020-01-01[ruby/irb] Fix lib name of OpenStructaycabta
2019-12-31Add "require 'openstruct'" what is forgottenaycabta
2019-12-31[ruby/irb] Add tests for RubyLexBen
2019-12-31Split test_nomethod_error.rbNobuyoshi Nakada
2019-12-31Split test_name_error.rbNobuyoshi Nakada
2019-12-31Split test_frozen_error.rbNobuyoshi Nakada
2019-12-31Fix the exception to be raisedNobuyoshi Nakada
2019-12-31text/readline/test_readline.rb - fix skip on Reline (#2743)MSP-Greg
2019-12-30MinGW on Actions (#2791)MSP-Greg
2019-12-30Decide lambdaness of (f << g) using g (#2729)Alan Wu
2019-12-29[ruby/io-console] Enable only interrupt bits on `intr: true`Nobuyoshi Nakada
2019-12-27Add test_completion_with_indent_and_completer_quote_charactersaycabta
2019-12-26Transform hash keys by a hash [Feature #16274]Nobuyoshi Nakada
2019-12-25range.c: Range#min with a beginless one now raise an explicit exceptionYusuke Endoh
2019-12-25^D on non-empty line in vi mode behaves like Enteraycabta
2019-12-24Scale sleeping times to wait for the OS operationsNobuyoshi Nakada
2019-12-24The delete-char-or-list shows completed list when called at end of lineaycabta