summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-03-31Fix pp when passed a empty ruby2_keywords-flagged hash as array element (#2966)Jeremy Evans
2020-03-30Clear all trace events during teardownAlan Wu
2020-03-30Ruby 2.7 backport about IRB (#2990)aycabta
2020-03-28Suppress an "assigned but unused variable" warningYusuke Endoh
2020-03-28Preserve `kwarg` flag and fix up f5c904c2a9Nobuyoshi Nakada
2020-03-27Suppress "assigned but unused variable" warningsYusuke Endoh
2020-03-27Allow newlines inside braced patternNobuyoshi Nakada
2020-03-27Allow trailing comma in hash patternKazuki Tsujimoto
2020-03-27Make RbConfig::CONFIG values mutable [Bug #16738]Nobuyoshi Nakada
2020-03-26test/openssl/test_ssl.rb: ignore SSLError when the connection is closedYusuke Endoh
2020-03-26check ar_table after `#hash` callKoichi Sasada
2020-03-15[ruby/stringio] StringIO#initialize default to the source string encodingJean Boussier
2020-03-15Do not autosplat when calling proc with empty keyword splatJeremy Evans
2020-03-15Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun
2020-03-15Avoid infinite loop on --jit-waitTakashi Kokubun
2020-03-15Fix SimpleDelegator respond_to? regressionJean Boussier
2020-03-15delegate.rb: fixed keyword arguments in DelegateClassNobuyoshi Nakada
2020-03-15Make ruby2_keywords methods correctly handle **{} optimizationJeremy Evans
2020-03-14Don't display singleton class in Method#inspect unless method defined thereJeremy Evans
2020-03-14Fixed duplicated warningNobuyoshi Nakada
2020-03-14Fixed symbol misused as IDNobuyoshi Nakada
2020-03-13Pass keyword arguments to IOs properly [Bug #16639]Nobuyoshi Nakada
2020-03-13lib/drb/drb.rb: Use ruby2_keywords for keyword separationYusuke Endoh
2020-03-13Add the loaded feature after no exception raisedNobuyoshi Nakada
2020-03-13Squashed commit of the following: [Backport #16516]NARUSE, Yui
2020-03-13Disable GC until VM objects get initialized [Bug #16616]Nobuyoshi Nakada
2020-02-20Avoid jumping to a wrong destinationTakashi Kokubun
2020-02-18Fix typo s/test_ruby2_keywords_hash!/test_ruby2_keywords_hash/Ryuta Kamizono
2020-02-18hash.c: Add a feature to manipulate ruby2_keywords flagYusuke Endoh
2020-02-13Restart timer thread even after preparation failedNobuyoshi Nakada
2020-01-30MinGW on Actions (#2791)MSP-Greg
2020-01-30Fixed a segfault `GC.verify_compaction_references`Nobuyoshi Nakada
2020-01-16`Regexp` in `MatchData` can be `nil`Nobuyoshi Nakada
2020-01-16script_compiled event on compile error.Koichi Sasada
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
2019-12-24Synchronize with a Queue instead of sleepingNobuyoshi Nakada
2019-12-24Revert "Scale sleeping times"Koichi Sasada
2019-12-24Scale sleeping timesNobuyoshi Nakada
2019-12-24Get rid of false positive misspellingsNobuyoshi Nakada
2019-12-24[ruby/rdoc] Support newline in the middle of constant definitionaycabta
2019-12-24[ruby/rdoc] Treat Proc#call syntax sugar for constant correctlyaycabta
2019-12-23Reword keyword arguments warning messages to convey these are deprecation war...Marc-Andre Lafortune
2019-12-23ObjectSpace._id2ref should check liveness.Koichi Sasada
2019-12-23Port https://github.com/ruby/did_you_mean/commit/dd1dd86e6c3188c36224d5dd4389...Yuki Nishijima
2019-12-23Revert "Should return "." for File.extname("file.") also on Windows"NAKAMURA Usaku
2019-12-22fix a thread test.Koichi Sasada
2019-12-22compile.c: avoid newarraykwsplat for argumentsv2_7_0_rc2Yusuke Endoh