index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
Age
Commit message (
Expand
)
Author
2025-03-04
[Bug #21144] Win32: Use Windows time zone ID if TZ is not set
Nobuyoshi Nakada
2025-02-13
merge revision(s) fb18bb183c24ca82b8f114ed090d62bd69b5df84: [Backport #20989]
Takashi Kokubun
2024-12-19
[Bug #20969] Pass `assignable` from ripper
Nobuyoshi Nakada
2024-12-19
Prefix asan_poison_object with rb
Peter Zhu
2024-12-19
Export asan_poison_object
Peter Zhu
2024-12-19
Make asan_poison_object poison the whole slot
Peter Zhu
2024-12-16
Detect ASAN when using older GCC versions
Alan Wu
2024-12-16
Check whether object is valid in allocation_info_tracer_compact
Peter Zhu
2024-12-13
Fix use-after-free in ep in Proc#dup for ifunc procs
Peter Zhu
2024-12-12
Implement rb_bug_without_die
Peter Zhu
2024-12-12
Add `rb_warn_reserved_name_at`
Nobuyoshi Nakada
2024-12-06
Add rb_gc_impl_active_gc_name to gc/gc_impl.h
Peter Zhu
2024-12-05
Use rb_gc_enable/rb_gc_disable_no_rest instead of ruby_disable_gc
Peter Zhu
2024-12-05
Standardize on the name "modular GC"
Peter Zhu
2024-12-04
Fix ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS for MSAN
Peter Zhu
2024-11-26
Optimize instructions when creating an array just to call `include?` (#12123)
Randy Stauner
2024-11-25
Place all non-default GC API behind USE_SHARED_GC
Matt Valentine-House
2024-11-21
Annotate anonymous mmap
Kunshan Wang
2024-11-20
Introduce `Fiber::Scheduler#blocking_operation_wait`. (#12016)
Samuel Williams
2024-11-14
Include the currently active GC in RUBY_DESCRIPTION
Matt Valentine-House
2024-11-13
YJIT: Specialize `String#[]` (`String#slice`) with fixnum arguments (#12069)
Randy Stauner
2024-11-13
Mark strings returned by Symbol#to_s as chilled (#12065)
Jean byroot Boussier
2024-11-13
string.c: Directly create strings with the correct encoding
Jean Boussier
2024-11-09
Add integer overflow check macros for add/sub as well as mul
Nobuyoshi Nakada
2024-11-08
introduce `rb_ec_check_ints()`
Koichi Sasada
2024-11-08
`interrupt_exec`
Koichi Sasada
2024-10-24
Fix shared GC with -DRUBY_DEBUG
Matt Valentine-House
2024-10-21
Show where mutated chilled strings were allocated
Étienne Barrié
2024-10-11
Remove 1 allocation in Enumerable#each_with_index (#11868)
Alan Wu
2024-10-10
Remove duplicate struct declaration
Alan Wu
2024-10-08
Fix extra semicolon outside of a function in `NO_SANITIZE`
Nobuyoshi Nakada
2024-10-08
`rb_fix_mul_fix` needs internal/bits.h for `MUL_OVERFLOW_FIXNUM_P`
Nobuyoshi Nakada
2024-10-05
Introduce `rb_io_blocking_region` which takes `struct rb_io` argument. (#11795)
Samuel Williams
2024-10-03
Rename size_pool -> heap
Matt Valentine-House
2024-10-02
Make default parser enum and define getter/setter
Nobuyoshi Nakada
2024-09-25
Fix memory leak in Ripper for indented heredocs
Peter Zhu
2024-09-23
Unpoison page->freelist before trying to assert on it
KJ Tsanaktsidis
2024-09-22
Reuse dedent_string function in rb_ruby_ripper_dedent_string function
S-H-GAMELINKS
2024-09-17
Ensure fiber scheduler is woken up when close interrupts read
KJ Tsanaktsidis
2024-09-16
Don't export unnecessary string functions
Peter Zhu
2024-09-12
Switch the default parser from parse.y to Prism
Kevin Newton
2024-09-05
Optimized instruction for Hash#freeze
Étienne Barrié
2024-09-05
Optimized instruction for Array#freeze
Étienne Barrié
2024-09-05
Proof of Concept: Allow to prevent fork from happening in known fork unsafe API
Jean Boussier
2024-08-27
Add RB_DEFAULT_PARSER preprocessor macro
Alan Wu
2024-08-07
Delete unused rb_check_funcall_with_hook()
Alan Wu
2024-07-10
Add rb_block_call2, a flexible variant of rb_block_call
Yusuke Endoh
2024-07-03
Move ruby_load_external_gc_from_argv to gc.h
Peter Zhu
2024-07-03
[Feature #20470] Split GC into gc_impl.c
Peter Zhu
2024-05-31
Revert 528c4501f46fbe1e06028d673a777ef124d29829
Yusuke Endoh
[next]