index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect line numbers in GC hook
Peter Zhu
2023-02-24
1
-0
/
+2
*
Implement ObjectSpace::WeakKeyMap basic allocator
Jean Boussier
2023-02-23
1
-0
/
+2
*
Move `attached_object` into `rb_classext_struct`
Jean Boussier
2023-02-16
1
-5
/
+27
*
Encapsulate RCLASS_ATTACHED_OBJECT
Jean Boussier
2023-02-15
1
-0
/
+13
*
Check !RCLASS_EXT_EMBEDDED instead of SIZE_POOL_COUNT == 1
Jean Boussier
2023-02-15
1
-1
/
+1
*
use correct svar even if env is escaped
Koichi Sasada
2023-02-10
1
-1
/
+1
*
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-09
1
-0
/
+139
*
Only emit circular dependency warning for owned thread shields
Jean byroot Boussier
2023-02-08
1
-0
/
+1
*
Make Time objects WB protected
Peter Zhu
2023-02-07
1
-0
/
+5
*
Fix typo in gc.h [ci skip]
Peter Zhu
2023-02-07
1
-1
/
+1
*
Revert "Only emit circular dependency warning for owned thread shields"
Jean byroot Boussier
2023-02-06
1
-1
/
+0
*
Only emit circular dependency warning for owned thread shields
Jean Boussier
2023-02-06
1
-0
/
+1
*
use correct svar (#7225)
Koichi Sasada
2023-02-01
1
-1
/
+1
*
Remove rb_hash_st_table
Peter Zhu
2023-01-31
1
-1
/
+0
*
Remove rb_hash_ar_table
Peter Zhu
2023-01-31
1
-26
/
+0
*
Copying GC support for EXIVAR
Kunshan Wang
2023-01-31
1
-1
/
+1
*
Fix typo in RHASH_ST_CLEAR
Peter Zhu
2023-01-20
1
-1
/
+1
*
In `UNALIGNED_MEMBER_PTR` cast through `void` pointer
Nobuyoshi Nakada
2023-01-21
1
-1
/
+11
*
Add rb_gc_mark_and_move and implement on iseq
Peter Zhu
2023-01-19
1
-0
/
+8
*
Don't redefine RB_OBJ_WRITE
Peter Zhu
2023-01-18
6
-8
/
+1
*
Move classpath to rb_classext_t
Peter Zhu
2023-01-11
1
-2
/
+16
*
Make variation_count an unsigned char
Peter Zhu
2023-01-11
1
-2
/
+7
*
Use a BOP for Hash#default
John Hawthorn
2022-12-17
1
-0
/
+1
*
Move definition of SIZE_POOL_COUNT back to gc.h
Peter Zhu
2022-12-15
1
-1
/
+7
*
Transition complex objects to "too complex" shape
Jemma Issroff
2022-12-15
2
-6
/
+2
*
Add variation_count on classes
Jemma Issroff
2022-12-15
1
-0
/
+1
*
Fix parens on LIKELY in basic operators
John Hawthorn
2022-12-12
1
-1
/
+1
*
Introduce BOP_CMP for optimized comparison
Daniel Colson
2022-12-06
2
-26
/
+7
*
Move BOP macros to separate file
Daniel Colson
2022-12-06
1
-0
/
+62
*
parenthesize to macro
S-H-GAMELINKS
2022-12-02
1
-3
/
+3
*
Introduce encoding check macro
S-H-GAMELINKS
2022-12-02
1
-0
/
+3
*
Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)
Samuel Williams
2022-12-01
1
-0
/
+3
*
Refactor obj_ivar_set and vm_setivar
Peter Zhu
2022-11-21
1
-0
/
+1
*
Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methods
yui-knk
2022-11-21
1
-0
/
+1
*
Transition shape when object's capacity changes
Jemma Issroff
2022-11-10
3
-4
/
+8
*
Use shared flags of the type
Peter Zhu
2022-11-02
1
-1
/
+1
*
Implement object shapes for T_CLASS and T_MODULE (#6637)
John Hawthorn
2022-10-31
2
-3
/
+3
*
Remove iv_index_tbl_entry
John Hawthorn
2022-10-24
1
-6
/
+0
*
YJIT: Lazily enable YJIT after prelude (#6597)
Takashi Kokubun
2022-10-24
1
-0
/
+3
*
Remove unused class serial
Jemma Issroff
2022-10-21
2
-31
/
+2
*
push dummy frame for loading process
Koichi Sasada
2022-10-20
1
-0
/
+1
*
MJIT: Stop using the VM barrier for jit_cont
Takashi Kokubun
2022-10-19
1
-1
/
+1
*
Allow passing a Rust closure to rb_iseq_callback (#6575)
Takashi Kokubun
2022-10-18
1
-1
/
+1
*
Make mjit_cont sharable with YJIT (#6556)
Takashi Kokubun
2022-10-17
1
-1
/
+4
*
YJIT doesn't need rb_obj_ensure_iv_index_mapping
Aaron Patterson
2022-10-14
1
-1
/
+0
*
Use `roomof` macro for rounding up divisions
Nobuyoshi Nakada
2022-10-14
1
-2
/
+6
*
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-11
3
-26
/
+12
*
Add error_tolerant option to RubyVM::AST
yui-knk
2022-10-08
1
-0
/
+1
*
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-30
3
-12
/
+26
*
Add Data class implementation: Simple immutable value object
Victor Shepelev
2022-09-30
1
-0
/
+1
[next]