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
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
2022-05-15
Fix various autoload race conditions. (#5898)
Samuel Williams
2022-05-08
Use a proper mutex for autoloading features. (#5788)
Samuel Williams
2022-04-08
call `const_added` after `autoload`
Koichi Sasada
2022-04-01
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-03-30
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-25
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-24
Finer-grained inline constant cache invalidation
Kevin Newton
2022-01-14
variable.c: Fix incorrect identation in `const_added`
Jean Boussier
2022-01-14
Add a Module#const_added callback
Jean Boussier
2021-12-25
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2021-12-15
prohibit load by `autoload` on non-main Ractor
Koichi Sasada
2021-10-23
allow to access ivars of classes/modules
Koichi Sasada
2021-10-20
Extract yjit_force_iv_index and make it work when object is frozen
Alan Wu
2021-10-08
Remove autoload for constant if the autoload fails
Jeremy Evans
2021-10-07
Merge if statement
S-H-GAMELINKS
2021-09-25
Return fstrings from `build_const_pathname`.
Samuel Williams
2021-09-15
Refactor and Using RBOOL macro
S.H
2021-06-30
Use Module#ancestors order in recursive constant lookup
Alan Wu
2021-06-23
Get rid of pointer casting
Nobuyoshi Nakada
[next]