index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
kernel.rb
Age
Commit message (
Expand
)
Author
2024-11-27
Move `Kernel#with_yjit` to `Module#with_yjit`
Nobuyoshi Nakada
2024-11-26
Remove `Kernel.with_yjit` class method
Nobuyoshi Nakada
2024-11-20
Fix typos and grammar errors in kernel.rb
Stan Lo
2024-11-04
YJIT: Replace Array#each only when YJIT is enabled (#11955)
Takashi Kokubun
2024-10-02
[DOC] Keep example styles consistent
Nithin Bekal
2024-10-02
[DOC] Remove repeated examples for Kernel#then
Nithin Bekal
2024-10-02
[DOC] Alias Kernel#yield_self to #then
Nithin Bekal
2024-03-19
[DOC] Unify Doxygen formats (#10285)
Takashi Kokubun
2024-02-17
Use `defined?(yield)` and `SIZED_ENUMERATOR`
Nobuyoshi Nakada
2024-01-23
YJIT: Allow inlining ISEQ calls with a block (#9622)
Takashi Kokubun
2023-09-29
Update documentation for `yield_self` and `then`
Prem Sichanugrist
2023-08-31
[Bug #19349] Respect `#to_int` of `base` argument
Nobuyoshi Nakada
2023-03-15
Partially revert GH-7511
Takashi Kokubun
2023-03-14
YJIT: Introduce no_gc attribute (#7511)
Takashi Kokubun
2023-03-11
Rename builtin attr :inline to :leaf
Takashi Kokubun
2023-03-10
Change the syntax of Primitive.attr! to Symbol (#7501)
Takashi Kokubun
2023-01-31
YJIT: Implement codegen for Kernel#block_given? (#7202)
Takashi Kokubun
2022-12-25
Rewrite Kernel#loop in Ruby (#6983)
Takashi Kokubun
2021-11-17
Improve performance Kernel#Float with using Primitive.mandatory_only? method ...
S.H
2021-01-12
[DOC] Use URI#read instead of URI.open for better compatibility
Kazuhiro NISHIYAMA
2021-01-08
Replace `Kernel.#open` with `URI.open` in doc
Masataka Pocke Kuwabara
2020-07-03
Make Kernel#then, #yield_self, #frozen? builtin (#3283)
Takashi Kokubun
2020-07-03
Rewrite Kernel#tap with Ruby (#3281)
Takashi Kokubun
2020-06-23
Annotate Kernel#class as inline (#3250)
Takashi Kokubun
2020-06-19
[Feature #16254] Use `Primitive.func` style
Nobuyoshi Nakada
2020-06-19
[Feature #16254] Use `__builtin.func` style
Nobuyoshi Nakada
2020-04-22
support builtin for Kernel#Float
S.H
2020-03-22
Support obj.clone(freeze: true) for freezing clone
Jeremy Evans
2020-03-17
support builtin for Kernel#clone
S.H