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