aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Disallow omission of parentheses/brackets in single line pattern matching [Fe...Kazuki Tsujimoto2019-11-101-1/+7
* Test opt_invokebuiltin_delegate_leave in test_jitTakashi Kokubun2019-11-091-0/+9
* Support RB_BUILTIN in ISeq#to_aTakashi Kokubun2019-11-092-2/+9
* Test invokebuiltin in test_jitTakashi Kokubun2019-11-091-5/+15
* Extend sleep duration for SolarisTakashi Kokubun2019-11-091-1/+1
* Remove unneeded exec bits from some filesDavid Rodríguez2019-11-095-0/+0
* Fix typosKazuki Tsujimoto2019-11-091-2/+2
* Fix passing actual object_id to finalizerJohn Hawthorn2019-11-081-0/+8
* 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