aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-1823-484/+51
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-187-106/+0
* `#@1` is no longer an embedded variableNobuyoshi Nakada2019-11-141-0/+1
* test/ruby/test_proc.rb: suppress "method redefined" warningsYusuke Endoh2019-11-141-1/+4
* Suspend many fibers test on JIT for nowTakashi Kokubun2019-11-131-0/+1
* Skip tailcall test for MJITTakashi Kokubun2019-11-121-0/+1
* Avoid top-level search for nested constant reference from nil in defined?Dylan Thacker-Smith2019-11-131-0/+5
* Show the name `Kernel#proc` in the warning messageNobuyoshi Nakada2019-11-121-2/+7
* Added assertions for realpath and realdirpathNobuyoshi Nakada2019-11-121-0/+6
* Revert "Method reference operator"Nobuyoshi Nakada2019-11-125-64/+3
* Warn on `...` at EOLNobuyoshi Nakada2019-11-121-0/+7
* Clear current argument name at empty block argument [Bug #16343]Nobuyoshi Nakada2019-11-121-0/+20
* test/ruby/test_require.rb: Remove the tests of require with $SAFEYusuke Endoh2019-11-121-55/+0
* Skip test_validate_gemspec unless git installedKazuhiro NISHIYAMA2019-11-111-0/+1
* Revert "Warn EOF char in comment"NARUSE, Yui2019-11-112-15/+0
* Revert "Elaborated EOF char message a little"NARUSE, Yui2019-11-112-4/+4
* Elaborated EOF char message a littleNobuyoshi Nakada2019-11-112-4/+4
* Warn EOF char in commentNobuyoshi Nakada2019-11-112-0/+15
* Fixed embedded document with EOF charNobuyoshi Nakada2019-11-111-0/+9
* Prefer assert_syntax_error and assert_valid_syntaxNobuyoshi Nakada2019-11-112-268/+143
* Fix uplevel of test_jitTakashi Kokubun2019-11-101-3/+3
* 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
* 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
* Added assertions for linebreakNobuyoshi Nakada2019-11-031-0/+5
* Revert nil error and adding deprecation messageKenichi Kamiya2019-11-031-2/+2
* Allow only one argument for keyword_init structAlan Wu2019-10-311-0/+1
* Restore `in_kwarg` flag properlyNobuyoshi Nakada2019-10-291-0/+1
* fix bug in keyword + protected combination卜部昌平2019-10-281-0/+16
* Raise on end-exclusive ranges [Feature #14784]Nobuyoshi Nakada2019-10-261-6/+6
* 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