aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) a19228f878d955eaf2cce086bcf53f46fdf894b9: [Backport #16979]nagachika2020-06-271-7/+12
* Ruby 2.7 backport about IRB (#2990)aycabta2020-03-301-4/+4
* Suppress an "assigned but unused variable" warningYusuke Endoh2020-03-281-0/+1
* Preserve `kwarg` flag and fix up f5c904c2a9Nobuyoshi Nakada2020-03-281-0/+2
* Suppress "assigned but unused variable" warningsYusuke Endoh2020-03-271-0/+2
* Allow newlines inside braced patternNobuyoshi Nakada2020-03-271-0/+14
* Allow trailing comma in hash patternKazuki Tsujimoto2020-03-271-0/+9
* check ar_table after `#hash` callKoichi Sasada2020-03-261-0/+58
* Do not autosplat when calling proc with empty keyword splatJeremy Evans2020-03-151-0/+20
* Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun2020-03-151-5/+27
* Avoid infinite loop on --jit-waitTakashi Kokubun2020-03-151-4/+26
* Make ruby2_keywords methods correctly handle **{} optimizationJeremy Evans2020-03-151-0/+14
* Don't display singleton class in Method#inspect unless method defined thereJeremy Evans2020-03-141-0/+8
* Fixed duplicated warningNobuyoshi Nakada2020-03-141-0/+6
* Fixed symbol misused as IDNobuyoshi Nakada2020-03-141-0/+8
* Pass keyword arguments to IOs properly [Bug #16639]Nobuyoshi Nakada2020-03-131-0/+7
* Add the loaded feature after no exception raisedNobuyoshi Nakada2020-03-131-0/+7
* Squashed commit of the following: [Backport #16516]NARUSE, Yui2020-03-132-1/+10
* Disable GC until VM objects get initialized [Bug #16616]Nobuyoshi Nakada2020-03-131-0/+1
* Avoid jumping to a wrong destinationTakashi Kokubun2020-02-201-0/+10
* Fix typo s/test_ruby2_keywords_hash!/test_ruby2_keywords_hash/Ryuta Kamizono2020-02-181-1/+1
* hash.c: Add a feature to manipulate ruby2_keywords flagYusuke Endoh2020-02-181-0/+24
* Restart timer thread even after preparation failedNobuyoshi Nakada2020-02-131-0/+9
* MinGW on Actions (#2791)MSP-Greg2020-01-301-0/+4
* Fixed a segfault `GC.verify_compaction_references`Nobuyoshi Nakada2020-01-301-0/+2
* `Regexp` in `MatchData` can be `nil`Nobuyoshi Nakada2020-01-161-0/+4
* script_compiled event on compile error.Koichi Sasada2020-01-161-0/+9
* range.c: Range#min with a beginless one now raise an explicit exceptionYusuke Endoh2019-12-251-0/+6
* Reword keyword arguments warning messages to convey these are deprecation war...Marc-Andre Lafortune2019-12-237-469/+469
* ObjectSpace._id2ref should check liveness.Koichi Sasada2019-12-231-0/+20
* 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-207-343/+343
* 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
* Makes the receiver to FrozenError.new a keyword parameterNobuyoshi Nakada2019-12-201-1/+1
* Fixed misspellingsNobuyoshi Nakada2019-12-203-3/+3
* Warn also numbered parameter like methodsNobuyoshi Nakada2019-12-201-0/+2
* Warn also numbered parameter like parametersNobuyoshi Nakada2019-12-201-0/+2
* Manage deprecation warnings about keyword argumentNobuyoshi Nakada2019-12-191-0/+3
* Made the warning for deprecated constants follow the category flagNobuyoshi Nakada2019-12-191-0/+5
* Use a temporary file for chown testNobuyoshi Nakada2019-12-181-5/+3