aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/language
Commit message (Expand)AuthorAgeFilesLines
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* Update to ruby/spec@4eec3dcBenoit Daloze2019-11-302-0/+23
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-13/+15
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-182-102/+101
* Make circular argument reference a SyntaxError instead of a warningJeremy Evans2019-10-173-34/+85
* Treat return in block in class/module as LocalJumpError (#2511)Jeremy Evans2019-10-021-10/+11
* Update to ruby/spec@e69a14cBenoit Daloze2019-09-291-0/+55
* Update to ruby/spec@519df35Benoit Daloze2019-09-296-66/+33
* Allow calling a private accessor with `self.`Nobuyoshi Nakada2019-09-202-1/+3
* Added version guardNobuyoshi Nakada2019-09-201-4/+12
* Allow calling a private method with `self.`Dylan Thacker-Smith2019-09-201-1/+1
* Warn for keyword to last hash parameter when method has no optional/rest para...Jeremy Evans2019-08-301-4/+12
* Update specs to handle non-Symbols for keyword splats in 2.7Jeremy Evans2019-08-304-148/+376
* Fixed a comment [ci skip]Nobuyoshi Nakada2019-08-291-1/+1
* Revert "Remove warnings of flip-flop deprecation from tests and specs"Nobuyoshi Nakada2019-08-292-14/+9
* Warn if using return at top-level with an argumentJeremy Evans2019-07-291-6/+19
* Update to ruby/spec@875a09eBenoit Daloze2019-07-2751-359/+359
* Revert "parse.y: Deprecate flip-flops"Nobuyoshi Nakada2019-07-111-12/+0
* Update to ruby/spec@8d74d49Benoit Daloze2019-06-277-19/+38
* Update to ruby/spec@9a501a8Benoit Daloze2019-05-281-0/+4
* Update to ruby/spec@7de852dBenoit Daloze2019-04-282-138/+124
* Update to ruby/spec@15c9619Benoit Daloze2019-04-2715-135/+122
* Update to ruby/spec@e81b3cderegon2019-03-284-0/+34
* The combination of non-Symbol keys and Symbol keys is now allowed againmame2019-03-112-90/+30
* Update to ruby/spec@7a16e01eregon2019-02-217-92/+97
* Fix specs for yield in singleton class being deprecatederegon2019-02-071-2/+6
* Update to ruby/spec@6cf8ebeeregon2019-02-0712-16/+16
* Update to ruby/spec@e57f49ceregon2019-01-271-4/+4
* Update to ruby/spec@35a9fbaeregon2019-01-205-8/+139
* proc.c: proc without blocknobu2019-01-101-8/+19
* Update to ruby/spec@944ea57eregon2018-12-291-0/+15
* Update to ruby/spec@cdd6ff7eregon2018-11-272-6/+31
* Update to ruby/spec@8b743a3eregon2018-10-272-0/+31
* Update to ruby/spec@241f9e7eregon2018-09-253-1/+18
* Update to ruby/spec@6fd9472eregon2018-08-284-3/+23
* * append newline at EOF.svn2018-08-271-0/+0
* Update to ruby/spec@007e908eregon2018-08-273-16/+20
* * append newline at EOF.svn2018-08-271-0/+0
* Update to ruby/spec@a89819deregon2018-08-273-4/+8
* * append newline at EOF.svn2018-08-272-1/+1
* Update to ruby/spec@09fa86ceregon2018-08-2724-42/+266
* Update to ruby/spec@dd828d6eregon2018-08-212-1/+14
* Fix typo in version guarderegon2018-08-171-1/+1
* non-symbol keys in kwargsnobu2018-08-142-30/+92
* Update to ruby/spec@9be7c7eeregon2018-08-034-9/+60
* const_missing on private constantsnobu2018-07-061-0/+12
* Remove unused variablekazu2018-07-011-1/+0
* Update to ruby/spec@a454137eregon2018-06-271-1/+0
* Update to ruby/spec@41068a6eregon2018-06-272-6/+4
* describe about NameError by #private_constantnobu2018-06-191-0/+35