aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce Ractor::IsolationErrorKoichi Sasada2020-12-211-9/+8
* sync RCLASS_CONST_TBL()Koichi Sasada2020-12-201-29/+62
* Use category: :deprecated in warnings that are related to deprecationJeremy Evans2020-12-181-2/+2
* tuning ivar setKoichi Sasada2020-12-161-3/+12
* fix ivar with shareable objects issueKoichi Sasada2020-12-121-0/+17
* Remove the uninitialized instance variable verbose mode warningJeremy Evans2020-12-101-9/+1
* fix public interfaceKoichi Sasada2020-11-181-1/+1
* refactoring.Koichi Sasada2020-11-101-5/+5
* eagerly initialize ivar table when index is small enoughAaron Patterson2020-11-091-18/+23
* Simplify setting instance variablesAaron Patterson2020-11-041-24/+15
* suppport Ractor.send(move: true) for more detaKoichi Sasada2020-11-021-0/+21
* Fix bootstrap-test error in previous commitJeremy Evans2020-10-251-1/+1
* allow to access ivars of frozen shareable objectsKoichi Sasada2020-10-221-1/+2
* check main-ractor or not firstKoichi Sasada2020-10-211-2/+3
* sync RClass::ext::iv_index_tblKoichi Sasada2020-10-171-122/+168
* sync generic_ivtblKoichi Sasada2020-10-141-14/+32
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-43/+112
* Don't call to_s in const_setAlan Wu2020-09-031-1/+2
* Fix constant names set using const_set on a singleton classMarc-Andre Lafortune2020-09-021-8/+9
* ROBJECT_IV_INDEX_TBL: convert into an inline function卜部昌平2020-08-191-0/+1
* Ensure the shortcut cached in the classNobuyoshi Nakada2020-08-171-2/+2
* Improve docs for Module#remove_class_variable [ci skip]Alan Wu2020-08-021-5/+4
* Remove trailing spaces [ci skip]Nobuyoshi Nakada2020-07-201-1/+1
* Use ID instead of GENTRY for gvars. (#3278)Koichi Sasada2020-07-031-33/+48
* add UNREACHABLE_RETURN卜部昌平2020-06-291-0/+2
* rb_mod_remove_cvar: do not goto into a branch卜部昌平2020-06-291-4/+4
* rb_copy_generic_ivar: do not goto into a branch卜部昌平2020-06-291-6/+8
* generic_ivar_update: do not goto into a branch卜部昌平2020-06-291-17/+10
* rb_path_to_class: do not goto into a branch卜部昌平2020-06-291-3/+5
* Raise RuntimeError for class variable overtaken in nonverbose modeJeremy Evans2020-06-181-1/+1
* Prohibit setting class variable on frozen module through inheritanceAlan Wu2020-06-111-0/+3
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-2/+2
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-2/+2
* Allow global variables to moveAaron Patterson2020-05-071-1/+43
* Turn class variable warnings into exceptionsJeremy Evans2020-04-101-1/+2
* Suppress -Wswitch warningsNobuyoshi Nakada2020-04-081-0/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-3/+3
* Fix source location of autoloaded constant [Bug #16764]Nobuyoshi Nakada2020-04-071-8/+19
* Removed unnecessary castNobuyoshi Nakada2020-04-071-3/+2
* Workaround of instance variable on hidden objectNobuyoshi Nakada2020-02-121-2/+5
* Removed unused variableNobuyoshi Nakada2020-02-111-8/+0
* Use `rb_gc_mark` when marking globalsAaron Patterson2020-01-301-1/+1
* always expand ivar arrays to max widthAaron Patterson2020-01-061-2/+1
* decouple internal.h headers卜部昌平2019-12-261-8/+19
* Enhance docs for Module#deprecate_constantzverok2019-12-221-1/+13
* Made the warning for deprecated constants follow the category flagNobuyoshi Nakada2019-12-191-1/+2
* Do not lose existing constant visibility when autoloadingJeremy Evans2019-12-031-0/+9
* Supress class variable overtaken warning when original modules are the sameJeremy Evans2019-11-291-1/+1
* export func for MJITKoichi Sasada2019-11-291-1/+1
* Revert "export for MJIT"Koichi Sasada2019-11-291-1/+1