aboutsummaryrefslogtreecommitdiffstats
path: root/kernel.rb
Commit message (Expand)AuthorAgeFilesLines
* Update documentation for `yield_self` and `then`Prem Sichanugrist2023-09-291-9/+9
* [Bug #19349] Respect `#to_int` of `base` argumentNobuyoshi Nakada2023-08-311-0/+93
* Partially revert GH-7511Takashi Kokubun2023-03-151-1/+1
* YJIT: Introduce no_gc attribute (#7511)Takashi Kokubun2023-03-141-1/+1
* Rename builtin attr :inline to :leafTakashi Kokubun2023-03-111-2/+2
* Change the syntax of Primitive.attr! to Symbol (#7501)Takashi Kokubun2023-03-101-2/+2
* YJIT: Implement codegen for Kernel#block_given? (#7202)Takashi Kokubun2023-01-311-3/+3
* Rewrite Kernel#loop in Ruby (#6983)Takashi Kokubun2022-12-251-0/+41
* Improve performance Kernel#Float with using Primitive.mandatory_only? method ...S.H2021-11-171-1/+5
* [DOC] Use URI#read instead of URI.open for better compatibilityKazuhiro NISHIYAMA2021-01-121-2/+2
* Replace `Kernel.#open` with `URI.open` in docMasataka Pocke Kuwabara2021-01-081-2/+2
* Make Kernel#then, #yield_self, #frozen? builtin (#3283)Takashi Kokubun2020-07-031-0/+78
* Rewrite Kernel#tap with Ruby (#3281)Takashi Kokubun2020-07-031-0/+22
* Annotate Kernel#class as inline (#3250)Takashi Kokubun2020-06-231-0/+21
* [Feature #16254] Use `Primitive.func` styleNobuyoshi Nakada2020-06-191-2/+2
* [Feature #16254] Use `__builtin.func` styleNobuyoshi Nakada2020-06-191-2/+2
* support builtin for Kernel#FloatS.H2020-04-221-0/+24
* Support obj.clone(freeze: true) for freezing cloneJeremy Evans2020-03-221-5/+5
* support builtin for Kernel#cloneS.H2020-03-171-0/+29