aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Allow trailing comma in hash patternKazuki Tsujimoto2020-03-271-0/+9
* Make RbConfig::CONFIG values mutable [Bug #16738]Nobuyoshi Nakada2020-03-271-0/+9
* test/openssl/test_ssl.rb: ignore SSLError when the connection is closedYusuke Endoh2020-03-261-1/+6
* check ar_table after `#hash` callKoichi Sasada2020-03-261-0/+58
* [ruby/stringio] StringIO#initialize default to the source string encodingJean Boussier2020-03-151-0/+12
* 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
* Fix SimpleDelegator respond_to? regressionJean Boussier2020-03-151-0/+14
* delegate.rb: fixed keyword arguments in DelegateClassNobuyoshi Nakada2020-03-151-0/+8
* 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
* lib/drb/drb.rb: Use ruby2_keywords for keyword separationYusuke Endoh2020-03-132-0/+28
* 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-302-4/+17
* 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
* ^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