| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-10 | Document the difference between expressions and statements [ci skip] | Jeremy Evans | |
| In the grammar, all expressions are statements, but not all statements are expressions. Some parts of the grammar accept expressions and not other types of statements, which causes similar looking code to parse differently due to operator precedence. Mostly from Dan0042 (Daniel DeLorme). Fixes [Bug #16092] | |||
| 2014-07-24 | * doc/keywords.rdoc: [DOC] Describe each keyword. | drbrain | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2014-02-17 | * doc/keywords.rdoc: [DOC] Add keywords doc by documenting-ruby/ruby#29 | zzak | |
| https://github.com/documenting-ruby/ruby/pull/29 [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
