aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix typoKazuki Tsujimoto2019-11-081-1/+1
* Define Struct#deconstruct_keysKazuki Tsujimoto2019-11-082-0/+36
* use builtin for TracePoint.Koichi Sasada2019-11-081-37/+101
* Add a counter for compactionAaron Patterson2019-11-071-0/+6
* Use a monotonically increasing number for object_idJohn Hawthorn2019-11-072-90/+8
* Disallow duplicated pattern variableKazuki Tsujimoto2019-11-071-8/+59
* Revert "Use a monotonically increasing number for object_id"Aaron Patterson2019-11-062-8/+90
* Use a monotonically increasing number for object_idJohn Hawthorn2019-11-062-90/+8
* Numbered parameter is an ID_LOCAL now [Bug #16293]Nobuyoshi Nakada2019-11-061-0/+1
* Numbered parameter cannot appear outside block now [Bug #16293]Nobuyoshi Nakada2019-11-061-0/+3
* Prohibit calling undefined allocator [Bug #16297]Nobuyoshi Nakada2019-11-061-0/+8
* Undefine MatchData.allocate [Feature #16294]Nobuyoshi Nakada2019-11-061-0/+5
* Assert return value of Readline.readline only if Ruby is before 2.7aycabta2019-11-051-1/+1
* Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]"NARUSE, Yui2019-11-051-3/+1
* [ruby/racc] Strip trailing whitespaces at the last line of actionsNobuyoshi Nakada2019-11-0427-2513/+2513
* Added assertions for linebreakNobuyoshi Nakada2019-11-031-0/+5
* Revert nil error and adding deprecation messageKenichi Kamiya2019-11-031-2/+2
* [ruby/date] Add more timezone abbreviationsJeremy Evans2019-11-011-0/+1
* [ruby/zlib] Fix setting mtime to zero in GzipWriterAlan Wu2019-10-311-0/+11
* [ruby/stringio] Remove taint supportJeremy Evans2019-10-311-11/+0
* [ruby/date] Revert "Simplify #inspect"Jeremy Evans2019-10-311-2/+0
* [ruby/date] introduce Date::Error, raise Date::Error for everyglaszig2019-10-313-27/+39
* [ruby/zlib] Remove taint supportJeremy Evans2019-10-311-1/+0
* Also ignore mswin platformHiroshi SHIBATA2019-10-311-1/+1
* Ignore test_racc_command with linux platformHiroshi SHIBATA2019-10-311-1/+1
* Try to run assert_output_unchanged with racc testsHiroshi SHIBATA2019-10-312-25/+35
* Allow only one argument for keyword_init structAlan Wu2019-10-311-0/+1
* Regenerate the output results for test fixtures of raccHiroshi SHIBATA2019-10-3029-2556/+2556
* Fix tests for CVE-2018-6914Nobuyoshi Nakada2019-10-292-48/+45
* test/rubygems/test_gem.rb: early failure when there is /tmp/GemfileYusuke Endoh2019-10-291-0/+4
* Revert "Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest""Yusuke Endoh2019-10-297-13/+13
* Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest"Yusuke Endoh2019-10-297-13/+13
* [ruby/rdoc] Use Dir.glob to convert short path of Dir.tmpdir to long pathaycabta2019-10-291-0/+8
* [ruby/rdoc] Support different drive latters in include pathsaycabta2019-10-291-2/+8
* [ruby/rdoc] Use omit of test-unit instead of skip of minitestaycabta2019-10-297-13/+13
* Restore `in_kwarg` flag properlyNobuyoshi Nakada2019-10-291-0/+1
* fix bug in keyword + protected combination卜部昌平2019-10-281-0/+16
* Make `(#methodname)` a linkNobuyoshi Nakada2019-10-261-0/+2
* Raise on end-exclusive ranges [Feature #14784]Nobuyoshi Nakada2019-10-261-6/+6
* [ruby/forwardable] Fix NoMethodError on ruby 2.4 or earlierKazuhiro NISHIYAMA2019-10-261-1/+1
* [ruby/forwardable] Make def_{instance,single}_delegators skip :__send__ and :...Jeremy Evans2019-10-261-0/+24
* [ruby/dbm] Remove taint supportJeremy Evans2019-10-261-1/+0
* Fixed range argument condition [Feature #14784]Nobuyoshi Nakada2019-10-251-7/+14
* skip tests that do not work on GC.stress卜部昌平2019-10-251-0/+9
* Handle case where ruby2_keywords method splats to ruby2_keywords methodJeremy Evans2019-10-241-0/+26
* retry tailcall optimization (#2529)wanabe2019-10-251-0/+15
* Duplicate hash when converting keyword hash to keywordsJeremy Evans2019-10-241-0/+8
* Fix typo causing Date.new(year, month) to failJeremy Evans2019-10-241-0/+4
* Define arguments forwarding as `ruby2_keywords` styleNobuyoshi Nakada2019-10-251-4/+14
* Assert no-kwrest caseNobuyoshi Nakada2019-10-251-1/+16