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
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
2024-05-28
Precompute embedded string literals hash code
Jean Boussier
2024-05-28
Stop marking chilled strings as frozen
Étienne Barrié
2024-05-23
Introduce a specialize instruction for Array#pack
Nobuyoshi Nakada
2024-05-19
`rb_enc_compile_warn` and `rb_enc_compile_warning` are printf format
Nobuyoshi Nakada
2024-05-13
Constify encoding type in universal parser
Nobuyoshi Nakada
2024-05-04
Change return value of `gets` function to be `rb_parser_string_t *` instead o...
yui-knk
2024-05-03
Rename `vast` to `ast_value`
yui-knk
2024-04-30
Use `rb_parser_string_t *` as `ruby_sourcefile_string`
yui-knk
2024-04-27
Add line_count field to rb_ast_body_t
HASUMI Hitoshi
2024-04-26
Set `SCRIPT_LINES__` outside of parser
yui-knk
2024-04-26
[Universal parser] Decouple IMEMO from rb_ast_t
HASUMI Hitoshi
2024-04-24
Add ruby_mimcalloc
Peter Zhu
2024-04-23
Move encoding object conversion outside of parser
yui-knk
2024-04-23
Refactor parser compile functions
yui-knk
2024-04-20
Remove unused function
yui-knk
2024-04-20
Parser and universal parser share wrapper functions
yui-knk
2024-04-18
Remove unused rb_size_pool_slot_size
Peter Zhu
2024-04-18
Add a hint of `ASCII-8BIT` being `BINARY`
Jean Boussier
2024-04-15
Initialize external GC Library
Matt Valentine-House
2024-04-15
[Universal parser] DeVALUE of p->debug_lines and ast->body.script_lines
HASUMI Hitoshi
2024-04-15
Emit `warn` event for duplicated hash keys on ripper
yui-knk
2024-04-11
compile.c: use rb_enc_interned_str to reduce allocations
Jean Boussier
2024-04-07
Revert "Enumerator should use a non-blocking fiber. (#10478)" (#10480)
Samuel Williams
2024-04-07
Enumerator should use a non-blocking fiber. (#10478)
Samuel Williams
2024-04-07
Remove undefined function's prototype declaration
yui-knk
2024-04-07
Fix ripper to dispatch warning event for duplicated when clause
yui-knk
2024-04-05
[Bug #20342] Consider wrapped load in `main` methods
Nobuyoshi Nakada
2024-04-04
Merge rb_objspace_alloc and Init_heap.
Matt Valentine-House
2024-04-04
Revert "hijack SIGCHLD handler for internal use"
Nobuyoshi Nakada
2024-04-04
Move shareable_constant_value logic from parse.y to compile.c
yui-knk
2024-04-02
Remove `rb_imemo_tmpbuf_t` from parser
yui-knk
2024-04-02
[Feature #20331] Simplify parser warnings for hash keys duplication and when ...
yui-knk
2024-04-02
Remove VALUE from `struct rb_strterm_struct`
yui-knk
2024-03-27
Fix setting GC stress at boot when objspace not available
Peter Zhu
2024-03-26
Refactor init_copy gc attributes
eileencodes
2024-03-25
Fix --debug=gc_stress flag
Peter Zhu
2024-03-21
Fix Ripper memory allocation size when enabled Universal Parser
S-H-GAMELINKS
2024-03-20
Make rb_aligned_malloc private
Peter Zhu
2024-03-19
[DOC] Unify Doxygen formats (#10285)
Takashi Kokubun
2024-03-19
Implement chilled strings
Étienne Barrié
2024-03-18
Remove duplicated function prototype rb_gc_disable_no_rest
Peter Zhu
[next]