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-11-19
Fix a typo
Nobuyoshi Nakada
2025-11-19
Win32: Drop support for older than MSVC 8.0/_MSC_VER 1400
Nobuyoshi Nakada
2025-11-14
Remove `include` prefix from include paths
isuckatcs
2025-11-11
Revert "ns_subclasses refcount accesses need to be atomic (#15083)" (#15138)
Luke Gruber
2025-11-10
Remove unused subclass methods
John Hawthorn
2025-11-07
Rename Namespace to Ruby::Box
Satoshi Tagomori
2025-11-07
renaming internal data structures and functions from namespace to box
Satoshi Tagomori
2025-11-07
update referenced filenames from namespace to box
Satoshi Tagomori
2025-11-07
rename namespace.c (and others) to box.c
Satoshi Tagomori
2025-11-06
ns_subclasses refcount accesses need to be atomic (#15083)
Luke Gruber
2025-10-26
Stop deleting the reference from superclass when replacing classext.
Satoshi Tagomori
2025-10-23
use `SET_SHAREABLE`
Koichi Sasada
2025-10-23
add SET_SHAREABLE macros
Koichi Sasada
2025-10-21
Fix memory leak in RCLASS_SET_NAMESPACE_CLASSEXT
Peter Zhu
2025-10-21
Move rb_class_classext_free to class.c
Peter Zhu
2025-10-13
[DOC] Fix typos
Étienne Barrié
2025-10-07
Stop displaying current namespace when it crashed
Satoshi Tagomori
2025-10-07
Add namespace debug methods and assertions
Satoshi Tagomori
2025-10-04
Free the native thread of the main thread on FREE_AT_EXIT
Peter Zhu
2025-09-29
Fix wrong way to check an object is an instance of rb_cNamespace
Satoshi Tagomori
2025-09-29
Update current namespace management by using control frames and lexical contexts
Satoshi Tagomori
2025-09-16
Don't export rb_imemo_new
Peter Zhu
2025-09-15
Remove next field and unused method from tmpbuf
John Hawthorn
2025-09-15
Move rb_imemo_tmpbuf_new to imemo.c
Peter Zhu
2025-09-15
Combine rb_imemo_tmpbuf_auto_free_pointer and rb_imemo_tmpbuf_new
Peter Zhu
2025-09-12
Remove useless field in rb_imemo_tmpbuf_t
Peter Zhu
2025-09-11
Assert that RARRAY_AREF is within bounds
Peter Zhu
2025-08-29
YJIT: rb_ivar_get_at skip ractor checks
Jean Boussier
2025-08-29
YJIT: getinstancevariable cache indexes for types other than T_OBJECT
Jean Boussier
2025-08-28
Populate ivar caches for types other than T_OBJECT
Jean Boussier
2025-08-27
ZJIT: Implement side exit stats (#14357)
Takashi Kokubun
2025-08-27
Replace ROBJECT_EMBED by ROBJECT_HEAP
Jean Boussier
2025-08-26
Ensure T_OBJECT and T_IMEMO/fields have identical layout
Jean Boussier
2025-08-25
Get rid of obj_ivar_set_transition_too_complex
Jean Boussier
2025-08-22
Fixes to encoding/transcoding for ractors.
Luke Gruber
2025-08-21
Atomic CC table set in cache_callable_method_entry
John Hawthorn
2025-08-19
ZJIT: Compile toregexp (#14200)
Daniel Colson
2025-08-13
imemo_fields: store owner object in RBasic.klass
Jean Boussier
2025-08-12
set.c: Store `set_table->bins` at the end of `set_table->entries`
Jean Boussier
2025-08-07
symbol.c: use `rb_gc_mark_and_move` over `rb_gc_location`
Jean Boussier
2025-08-06
Struct: keep direct reference to IMEMO/fields when space allows
Jean Boussier
2025-08-06
variable.c: refactor accesses to the generic_fields_tbl
Jean Boussier
2025-08-05
Fix RUBY_FREE_AT_EXIT for static symbols
Peter Zhu
2025-08-01
Make `RClass.cc_table` a managed object
Jean Boussier
2025-07-30
ZJIT: Prepare for sharing JIT hooks with ZJIT (#14044)
Takashi Kokubun
2025-07-29
ZJIT: Add --zjit-stats (#14034)
Takashi Kokubun
2025-07-29
Improve performance of bignum[beg, len] (#14007)
tomoya ishida
2025-07-29
Get rid of imemo_ast
Jean Boussier
2025-07-24
Disable TSAN for rb_gc_mark_machine_context
John Hawthorn
2025-07-24
Remove unused imemo_parser_strterm
Peter Zhu
[next]