| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-19 | [Feature #16254] Use `Primitive.func` style | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3165 | |||
| 2020-06-19 | [Feature #16254] Use `__builtin.func` style | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3165 | |||
| 2019-11-08 | Define IO#read/write_nonblock with builtins. | Koichi Sasada | |
| IO#read/write_nonblock methods are defined in prelude.rb with special private method __read/write_nonblock to reduce keyword parameters overhead. We can move them into io.rb with builtin functions. | |||
