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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
variable.c
Age
Commit message (
Expand
)
Author
2023-01-31
Copying GC support for EXIVAR
Kunshan Wang
2023-01-19
don't allow setting class variable on module that's frozen [Bug #19341]
lukeg
2023-01-11
Move classpath to rb_classext_t
Peter Zhu
2023-01-11
Remove check for RCLASS_EXT in variable.c
Peter Zhu
2022-12-22
Fix buffer overrun with auto-compact for shapes
Peter Zhu
2022-12-15
Transition complex objects to "too complex" shape
Jemma Issroff
2022-12-07
Stop transitioning to UNDEF when undefining an instance variable
Aaron Patterson
2022-12-02
Use consistent style [ci skip]
Nobuyoshi Nakada
2022-11-21
Speed up shape transitions
Peter Zhu
2022-11-21
Refactor obj_ivar_set and vm_setivar
Peter Zhu
2022-11-18
Differentiate T_OBJECT shapes from other objects
Aaron Patterson
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-10
Extract `rb_shape_get_parent` helper
Jemma Issroff
2022-11-10
Remove numiv from RObject
Jemma Issroff
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-11-10
Adjust indents [ci skip]
Nobuyoshi Nakada
2022-11-01
Adjust indents [ci skip]
Nobuyoshi Nakada
2022-10-31
Always lookup IV buffers when iterating
Aaron Patterson
2022-10-31
Implement object shapes for T_CLASS and T_MODULE (#6637)
John Hawthorn
2022-10-24
Adjust indents [ci skip]
Nobuyoshi Nakada
2022-10-24
Reuse RBOOL macro in rb_ivar_defined function
S-H-GAMELINKS
2022-10-21
Rename `iv_count` on shapes to `next_iv_index`
Jemma Issroff
2022-10-19
Stop zeroing memory on allocation / copy
Aaron Patterson
2022-10-15
More precisely iterate over Object instance variables
Aaron Patterson
2022-10-16
Explicitly cast to uint32_t and suppress warnings by VC
Nobuyoshi Nakada
2022-10-14
YJIT doesn't need rb_obj_ensure_iv_index_mapping
Aaron Patterson
2022-10-11
Make inline cache reads / writes atomic with object shapes
Jemma Issroff
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-29
* expand tabs. [ci skip]
git
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-27
* expand tabs. [ci skip]
git
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-08-19
Repalce to NIL_P macro
S-H-GAMELINKS
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-15
Implement Objects on VWA
Peter Zhu
2022-06-23
Get rid of a nasal demon
Nobuyoshi Nakada
2022-06-18
[Bug #18813] Warn when autoload has to lookup in parent namespace
Jean Boussier
2022-06-06
Fix Module#const_source_location for autoload constants with direct requires
Jeremy Evans
2022-05-26
Simplify the autoload require logic.
Samuel Williams
2022-05-26
Fix GC race condition in autoload.
Samuel Williams
2022-05-25
Tidy up redundant returns.
Samuel Williams
2022-05-25
Retain reference to blocking fibers.
Samuel Williams
2022-05-19
Fold too long lines, etc [ci skip]
Nobuyoshi Nakada
2022-05-19
Suppress unused-function [ci skip]
Nobuyoshi Nakada
2022-05-17
Move feature deletion from GC mark to `autoload_delete`. (#5912)
Samuel Williams
2022-05-17
Restore implicit relationship between `autoload_const` and `autoload_data` du...
Samuel Williams
2022-05-17
Suppress an unused-but-set-variable warning [ci skip]
Nobuyoshi Nakada
2022-05-17
Delete autoload data from global features after autoload has completed. (#5910)
Samuel Williams
[next]