Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve performance Kernel#Float with using Primitive.mandatory_only? method ... | S.H | 2021-11-17 | 1 | -1/+5 |
* | [DOC] Use URI#read instead of URI.open for better compatibility | Kazuhiro NISHIYAMA | 2021-01-12 | 1 | -2/+2 |
* | Replace `Kernel.#open` with `URI.open` in doc | Masataka Pocke Kuwabara | 2021-01-08 | 1 | -2/+2 |
* | Make Kernel#then, #yield_self, #frozen? builtin (#3283) | Takashi Kokubun | 2020-07-03 | 1 | -0/+78 |
* | Rewrite Kernel#tap with Ruby (#3281) | Takashi Kokubun | 2020-07-03 | 1 | -0/+22 |
* | Annotate Kernel#class as inline (#3250) | Takashi Kokubun | 2020-06-23 | 1 | -0/+21 |
* | [Feature #16254] Use `Primitive.func` style | Nobuyoshi Nakada | 2020-06-19 | 1 | -2/+2 |
* | [Feature #16254] Use `__builtin.func` style | Nobuyoshi Nakada | 2020-06-19 | 1 | -2/+2 |
* | support builtin for Kernel#Float | S.H | 2020-04-22 | 1 | -0/+24 |
* | Support obj.clone(freeze: true) for freezing clone | Jeremy Evans | 2020-03-22 | 1 | -5/+5 |
* | support builtin for Kernel#clone | S.H | 2020-03-17 | 1 | -0/+29 |