aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ruby/rdoc] Treat Proc#call syntax sugar for constant correctlyaycabta2019-12-241-0/+11
* Reword keyword arguments warning messages to convey these are deprecation war...Marc-Andre Lafortune2019-12-2310-487/+487
* ObjectSpace._id2ref should check liveness.Koichi Sasada2019-12-231-0/+20
* Port https://github.com/ruby/did_you_mean/commit/dd1dd86e6c3188c36224d5dd4389...Yuki Nishijima2019-12-231-0/+0
* Revert "Should return "." for File.extname("file.") also on Windows"NAKAMURA Usaku2019-12-232-4/+8
* fix a thread test.Koichi Sasada2019-12-221-7/+7
* compile.c: avoid newarraykwsplat for argumentsv2_7_0_rc2Yusuke Endoh2019-12-221-0/+6
* Should return "." for File.extname("file.") also on WindowsNAKAMURA Usaku2019-12-222-8/+4
* Kernel#lambda: return forwarded block as non-lambda procAlan Wu2019-12-211-0/+20
* test/ruby/test_pattern_matching.rb: suppress "unused variable" warningYusuke Endoh2019-12-211-0/+17
* Added `-W:experimental` command line optionNobuyoshi Nakada2019-12-201-0/+6
* Added `experimental` warning categoryNobuyoshi Nakada2019-12-202-4/+23
* Added -W: command line optionNobuyoshi Nakada2019-12-201-0/+9
* vm_args.c: rephrase the warning message of keyword argument separationYusuke Endoh2019-12-209-347/+347
* Refined the warning message for $, and $;Nobuyoshi Nakada2019-12-201-1/+1
* Refined the warning message for numbered-parameter like variablesNobuyoshi Nakada2019-12-201-1/+1
* Refined the warning message for numbered-parameter like variablesNobuyoshi Nakada2019-12-201-6/+7