summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-11-08Fix typoKazuki Tsujimoto
2019-11-08Define Struct#deconstruct_keysKazuki Tsujimoto
2019-11-08use builtin for TracePoint.Koichi Sasada
2019-11-07Add a counter for compactionAaron Patterson
2019-11-07Use a monotonically increasing number for object_idJohn Hawthorn
2019-11-07Disallow duplicated pattern variableKazuki Tsujimoto
2019-11-06Revert "Use a monotonically increasing number for object_id"Aaron Patterson
2019-11-06Use a monotonically increasing number for object_idJohn Hawthorn
2019-11-06Numbered parameter is an ID_LOCAL now [Bug #16293]Nobuyoshi Nakada
2019-11-06Numbered parameter cannot appear outside block now [Bug #16293]Nobuyoshi Nakada
2019-11-06Prohibit calling undefined allocator [Bug #16297]Nobuyoshi Nakada
2019-11-06Undefine MatchData.allocate [Feature #16294]Nobuyoshi Nakada
2019-11-05Assert return value of Readline.readline only if Ruby is before 2.7aycabta
2019-11-05Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]"NARUSE, Yui
2019-11-04[ruby/racc] Strip trailing whitespaces at the last line of actionsNobuyoshi Nakada
2019-11-03Added assertions for linebreakNobuyoshi Nakada
2019-11-03Revert nil error and adding deprecation messageKenichi Kamiya
2019-11-01[ruby/date] Add more timezone abbreviationsJeremy Evans
2019-10-31[ruby/zlib] Fix setting mtime to zero in GzipWriterAlan Wu
2019-10-31[ruby/stringio] Remove taint supportJeremy Evans
2019-10-31[ruby/date] Revert "Simplify #inspect"Jeremy Evans
2019-10-31[ruby/date] introduce Date::Error, raise Date::Error for everyglaszig
2019-10-31[ruby/zlib] Remove taint supportJeremy Evans
2019-10-31Also ignore mswin platformHiroshi SHIBATA
2019-10-31Ignore test_racc_command with linux platformHiroshi SHIBATA
2019-10-31Try to run assert_output_unchanged with racc testsHiroshi SHIBATA
2019-10-31Allow only one argument for keyword_init structAlan Wu
2019-10-30Regenerate the output results for test fixtures of raccHiroshi SHIBATA
2019-10-29Fix tests for CVE-2018-6914Nobuyoshi Nakada
2019-10-29test/rubygems/test_gem.rb: early failure when there is /tmp/GemfileYusuke Endoh
2019-10-29Revert "Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest""Yusuke Endoh
2019-10-29Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest"Yusuke Endoh
2019-10-29[ruby/rdoc] Use Dir.glob to convert short path of Dir.tmpdir to long pathaycabta
2019-10-29[ruby/rdoc] Support different drive latters in include pathsaycabta
2019-10-29[ruby/rdoc] Use omit of test-unit instead of skip of minitestaycabta
2019-10-29Restore `in_kwarg` flag properlyNobuyoshi Nakada
2019-10-28fix bug in keyword + protected combination卜部昌平
2019-10-26Make `(#methodname)` a linkNobuyoshi Nakada
2019-10-26Raise on end-exclusive ranges [Feature #14784]Nobuyoshi Nakada
2019-10-26[ruby/forwardable] Fix NoMethodError on ruby 2.4 or earlierKazuhiro NISHIYAMA
2019-10-26[ruby/forwardable] Make def_{instance,single}_delegators skip :__send__ and :...Jeremy Evans
2019-10-26[ruby/dbm] Remove taint supportJeremy Evans
2019-10-25Fixed range argument condition [Feature #14784]Nobuyoshi Nakada
2019-10-25skip tests that do not work on GC.stress卜部昌平
2019-10-24Handle case where ruby2_keywords method splats to ruby2_keywords methodJeremy Evans
2019-10-25retry tailcall optimization (#2529)wanabe
2019-10-24Duplicate hash when converting keyword hash to keywordsJeremy Evans
2019-10-24Fix typo causing Date.new(year, month) to failJeremy Evans
2019-10-25Define arguments forwarding as `ruby2_keywords` styleNobuyoshi Nakada
2019-10-25Assert no-kwrest caseNobuyoshi Nakada