aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Make prepending a refined module after inclusion not break refinementsJeremy Evans2019-11-281-0/+32
* Honor refinements for modules that prepend other modulesJeremy Evans2019-11-281-0/+28
* Raise `NoMatchingPatternError` when expr `in` pat doesn't matchNobuyoshi Nakada2019-11-281-1/+4
* Don't modify rest array when using ruby2_keywordsJeremy Evans2019-11-271-0/+9
* Skip test_validate_gemspec when tarball and git installed tooKazuhiro NISHIYAMA2019-11-231-1/+1
* Refined inspection of argument forwardingNobuyoshi Nakada2019-11-211-2/+4
* Add tests of argument forwarding's parameters and inspectKazuhiro NISHIYAMA2019-11-201-0/+5
* Update representation (discussed on ruby tracker)zverok2019-11-201-20/+20
* Fix test_module.rbzverok2019-11-201-1/+1
* Method parameters inspectzverok2019-11-201-6/+63
* Fix memory corruption in Enumerable#reverse_each [ruby-dev:50867] [Bug #16354]Kazuki Tsujimoto2019-11-191-0/+13
* Avoid needless object allocationKazuki Tsujimoto2019-11-192-1/+3
* Add a testKazuhiro NISHIYAMA2019-11-191-3/+23
* pack is not using invokebuiltin anymoreTakashi Kokubun2019-11-181-6/+3
* catch up last commit.Koichi Sasada2019-11-181-1/+1
* 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