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-02-10
Move global symbol reference updating to rb_sym_global_symbols_update_references
Peter Zhu
2025-02-10
Make ruby_global_symbols movable
Peter Zhu
2025-01-27
Use rb_gc_vm_weak_table_foreach for reference updating
Peter Zhu
2025-01-22
Add generic ivar reference updating step
Peter Zhu
2025-01-20
Remove dead function rb_func_proc_new
Peter Zhu
2025-01-10
Make rb_vm_insns_count a thread local variable
Aaron Patterson
2025-01-11
Remove stale declaration for modular GC
Nobuyoshi Nakada
2025-01-08
Pass allocation size to rb_imemo_new
Peter Zhu
2025-01-07
Remove IMEMO_DEBUG
Peter Zhu
2025-01-03
Remove dead function rb_struct_const_heap_ptr
Peter Zhu
2024-12-28
[Bug #20989] Ripper: Pass `compile_error`
Nobuyoshi Nakada
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
[next]