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
*
Allow global variables to move
Aaron Patterson
2020-05-07
1
-1
/
+43
*
Turn class variable warnings into exceptions
Jeremy Evans
2020-04-10
1
-1
/
+2
*
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
1
-0
/
+1
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-3
/
+3
*
Fix source location of autoloaded constant [Bug #16764]
Nobuyoshi Nakada
2020-04-07
1
-8
/
+19
*
Removed unnecessary cast
Nobuyoshi Nakada
2020-04-07
1
-3
/
+2
*
Workaround of instance variable on hidden object
Nobuyoshi Nakada
2020-02-12
1
-2
/
+5
*
Removed unused variable
Nobuyoshi Nakada
2020-02-11
1
-8
/
+0
*
Use `rb_gc_mark` when marking globals
Aaron Patterson
2020-01-30
1
-1
/
+1
*
always expand ivar arrays to max width
Aaron Patterson
2020-01-06
1
-2
/
+1
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-8
/
+19
*
Enhance docs for Module#deprecate_constant
zverok
2019-12-22
1
-1
/
+13
*
Made the warning for deprecated constants follow the category flag
Nobuyoshi Nakada
2019-12-19
1
-1
/
+2
*
Do not lose existing constant visibility when autoloading
Jeremy Evans
2019-12-03
1
-0
/
+9
*
Supress class variable overtaken warning when original modules are the same
Jeremy Evans
2019-11-29
1
-1
/
+1
*
export func for MJIT
Koichi Sasada
2019-11-29
1
-1
/
+1
*
Revert "export for MJIT"
Koichi Sasada
2019-11-29
1
-1
/
+1
*
export for MJIT
Koichi Sasada
2019-11-29
1
-1
/
+1
*
fastpath for ivar read of FL_EXIVAR objects.
Koichi Sasada
2019-11-29
1
-6
/
+7
*
Improve consistency of bool/true/false
Kazuhiro NISHIYAMA
2019-11-25
1
-2
/
+2
*
Deprecate rb_eval_cmd, add rb_eval_cmd_kw
Jeremy Evans
2019-11-18
1
-1
/
+1
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-7
/
+0
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-23
/
+2
*
delete unused functions
卜部昌平
2019-11-14
1
-24
/
+0
*
Prefer st_is_member over st_lookup with 0
Ben Woosley
2019-10-09
1
-1
/
+1
*
[EXPERIMENTAL] Make Module#name return a frozen String
Jean Boussier
2019-09-26
1
-4
/
+1
*
variable.c: Rename rb_st_copy to rb_iv_tbl_copy
Yusuke Endoh
2019-09-22
1
-4
/
+5
*
Fix Module#class_variables for singleton classes of classes/modules
Jeremy Evans
2019-09-21
1
-0
/
+6
*
Export rb_const_source_location_at for MJIT
Kazuki Tsujimoto
2019-09-01
1
-1
/
+1
*
move docs around [ci skip]
卜部昌平
2019-08-29
1
-42
/
+0
*
rb_ivar_foreach now free from ANYARGS
卜部昌平
2019-08-27
1
-5
/
+7
*
rb_define_hooked_variable now free from ANYARGS
卜部昌平
2019-08-27
1
-16
/
+17
*
rb_ensure now free from ANYARGS
卜部昌平
2019-08-27
1
-2
/
+4
*
Don't accidentally name anonymous module/class
Alan Wu
2019-08-14
1
-23
/
+3
*
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-08-12
1
-4
/
+4
*
remove RHash::iter_lev.
Koichi Sasada
2019-07-31
1
-5
/
+20
*
Use rb_ident_hash_new instead of rb_hash_new_compare_by_id
Nobuyoshi Nakada
2019-07-03
1
-1
/
+1
*
* expand tabs.
git
2019-07-01
1
-3
/
+3
*
Fixed inadvertent ID creation in rb_iv_get
Nobuyoshi Nakada
2019-07-01
1
-1
/
+6
*
Make autoloading_const_entry static
Nobuyoshi Nakada
2019-06-23
1
-1
/
+1
*
* expand tabs.
git
2019-06-23
1
-14
/
+14
*
Module#constant_source_location [Feature #10771]
Nobuyoshi Nakada
2019-06-23
1
-0
/
+56
*
Split global search for module
Nobuyoshi Nakada
2019-06-23
1
-11
/
+17
*
Hoisted out autoloading_const_entry
Nobuyoshi Nakada
2019-06-23
1
-8
/
+21
*
* expand tabs.
git
2019-06-21
1
-1
/
+1
*
Turned `recur` into `int` [Feature #15777]
Nobuyoshi Nakada
2019-06-21
1
-3
/
+3
*
Add an optional `inherit` argument to Module#autoload?
Jean Boussier
2019-06-21
1
-0
/
+7
*
Add compaction support for more types.
Aaron Patterson
2019-06-11
1
-4
/
+14
*
Fix FrozenError when assigning frozen class to constant
Nobuyoshi Nakada
2019-06-01
1
-2
/
+4
*
Set namespace tree
Nobuyoshi Nakada
2019-05-22
1
-14
/
+8
[next]