summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Implement vi_insert_at_bol and vi_add_at_eolaycabta2020-01-171-0/+36
* Add tests for vi_insert and vi_addaycabta2020-01-171-0/+32
* Separate numbered parameter scope in evalNobuyoshi Nakada2020-01-161-1/+7
* Fixed the location of args node with numbered parameterNobuyoshi Nakada2020-01-161-0/+2
* Fix `String#partition`Nobuyoshi Nakada2020-01-161-0/+2
* `Regexp` in `MatchData` can be `nil`Nobuyoshi Nakada2020-01-161-0/+4
* Freeze Regexp literalsJean Boussier2020-01-151-1/+1
* Introduce an abstracted structure about the encoding of Relineaycabta2020-01-144-7/+8
* [ruby/irb] Fix crashing when multiple open braces per lineBen2020-01-141-0/+19
* [ruby/irb] Fix newline depth with multiple bracesBen2020-01-141-0/+15
* Simplify obj2ubits checksJohn Hawthorn2020-01-131-0/+4
* Make rss library to the bundle gemsHiroshi SHIBATA2020-01-1244-13406/+0
* Make rexml library to the bundle gemsHiroshi SHIBATA2020-01-12106-36615/+0
* Warn when :newline precedes other newline optionsNobuyoshi Nakada2020-01-111-1/+3
* Added assertions for newline decoratorsNobuyoshi Nakada2020-01-112-1/+21
* Hash#transform_values should return a plain new HashNobuyoshi Nakada2020-01-101-0/+6
* Fixed up 0eeed5bcc5530edb0af2af2ccff09d067c59e8f9Nobuyoshi Nakada2020-01-091-1/+3
* Add GC guardKazuhiro NISHIYAMA2020-01-081-1/+1
* Suppress some warningsYusuke Endoh2020-01-072-2/+3
* Support history-size in .inputrc correctlyaycabta2020-01-061-0/+11
* script_compiled event on compile error.Koichi Sasada2020-01-061-0/+9
* Complete indented and quoted string correctlyaycabta2020-01-061-5/+36
* Call initialize_clone with freeze: false if clone called with freeze: falseJeremy Evans2020-01-034-0/+54
* Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__Jeremy Evans2020-01-032-4/+7
* Update tests for full keyword argument separationJeremy Evans2020-01-0212-1694/+556
* Fully separate positional arguments and keyword argumentsJeremy Evans2020-01-021-0/+10
* Check Module#ruby2_keywords arityNobuyoshi Nakada2020-01-021-0/+6
* Add load path and require for ruby/rubyaycabta2020-01-011-0/+2
* [ruby/irb] Fix lib name of OpenStructaycabta2020-01-011-1/+1
* Add "require 'openstruct'" what is forgottenaycabta2019-12-311-0/+1
* [ruby/irb] Add tests for RubyLexBen2019-12-311-0/+79
* Split test_nomethod_error.rbNobuyoshi Nakada2019-12-312-86/+89
* Split test_name_error.rbNobuyoshi Nakada2019-12-312-127/+130
* Split test_frozen_error.rbNobuyoshi Nakada2019-12-312-50/+57
* Fix the exception to be raisedNobuyoshi Nakada2019-12-311-2/+2
* text/readline/test_readline.rb - fix skip on Reline (#2743)MSP-Greg2019-12-311-1/+2
* MinGW on Actions (#2791)MSP-Greg2019-12-302-4/+17
* Decide lambdaness of (f << g) using g (#2729)Alan Wu2019-12-301-0/+6
* [ruby/io-console] Enable only interrupt bits on `intr: true`Nobuyoshi Nakada2019-12-291-0/+5
* Add test_completion_with_indent_and_completer_quote_charactersaycabta2019-12-271-0/+31
* Transform hash keys by a hash [Feature #16274]Nobuyoshi Nakada2019-12-261-0/+10
* range.c: Range#min with a beginless one now raise an explicit exceptionYusuke Endoh2019-12-251-0/+6
* ^D on non-empty line in vi mode behaves like Enteraycabta2019-12-251-8/+11
* Scale sleeping times to wait for the OS operationsNobuyoshi Nakada2019-12-241-0/+4
* The delete-char-or-list shows completed list when called at end of lineaycabta2019-12-241-3/+40
* Synchronize with a Queue instead of sleepingNobuyoshi Nakada2019-12-241-4/+12
* Revert "Scale sleeping times"Koichi Sasada2019-12-241-4/+0
* Scale sleeping timesNobuyoshi Nakada2019-12-241-0/+4
* Get rid of false positive misspellingsNobuyoshi Nakada2019-12-241-7/+8
* [ruby/rdoc] Support newline in the middle of constant definitionaycabta2019-12-241-1/+1