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 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
*
Add `eval: true/false` flag to `Coverage.setup`.
Samuel Williams
2022-09-29
1
-0
/
+1
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-28
3
-26
/
+12
*
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
4
-12
/
+27
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
4
-27
/
+12
*
Revert "Revert "error.c: Let Exception#inspect inspect its message""
Yusuke Endoh
2022-09-23
1
-0
/
+1
*
Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-1...
Benoit Daloze
2022-09-12
1
-1
/
+0
*
[Bug #18973] Promote US-ASCII to ASCII-8BIT when adding 8-bit char
Nobuyoshi Nakada
2022-08-31
1
-0
/
+1
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
2
-4
/
+4
*
Change ROBJECT_TRANSIENT_FLAG to use FL_USER2
Jemma Issroff
2022-07-25
1
-1
/
+1
*
Remove reference counting for all frozen arrays
Peter Zhu
2022-07-22
1
-9
/
+0
*
Add RARRAY_SHARED_FLAG
Peter Zhu
2022-07-21
1
-2
/
+3
*
Refactor macros of array.c
Peter Zhu
2022-07-21
1
-1
/
+54
*
Prevent the stack from being marked twice
Aaron Patterson
2022-07-20
1
-0
/
+2
*
Ensure _id2ref finds symbols with the correct type
Daniel Colson
2022-07-20
1
-0
/
+1
*
Add RARRAY_LITERAL_FLAG for array literals
Peter Zhu
2022-07-20
1
-0
/
+1
*
[Feature #18901] Support size pool movement for Arrays
Matt Valentine-House
2022-07-12
1
-0
/
+3
[next]