aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
Commit message (Expand)AuthorAgeFilesLines
* prohibit load by `autoload` on non-main RactorKoichi Sasada2021-12-151-0/+4
* allow to access ivars of classes/modulesKoichi Sasada2021-10-231-10/+66
* Extract yjit_force_iv_index and make it work when object is frozenAlan Wu2021-10-201-3/+30
* Remove autoload for constant if the autoload failsJeremy Evans2021-10-081-16/+22
* Merge if statementS-H-GAMELINKS2021-10-071-4/+1
* Return fstrings from `build_const_pathname`.Samuel Williams2021-09-251-2/+1
* Refactor and Using RBOOL macroS.H2021-09-151-6/+2
* Use Module#ancestors order in recursive constant lookupAlan Wu2021-06-301-5/+19
* Get rid of pointer castingNobuyoshi Nakada2021-06-231-29/+34
* Refactor class variable cache functionsNobuyoshi Nakada2021-06-231-2/+5
* Add a cache for class variableseileencodes2021-06-181-8/+84
* Adjust styles [ci skip]Nobuyoshi Nakada2021-06-171-1/+2
* Refactor rb_class_path_cached function (#4485)S.H2021-06-011-2/+1
* Refactor rb_define_class_variable function (#4492)S.H2021-06-011-2/+1
* Revert "Filling cache values on cvar write"Aaron Patterson2021-05-111-84/+8
* Filling cache values on cvar writeeileencodes2021-05-111-0/+19
* Add a cache for class variableseileencodes2021-05-111-8/+65
* Refactor `rb_class_ivar_set`eileencodes2021-03-101-7/+4
* Revert "Don't pin `val` passed in to `rb_define_const`."Aaron Patterson2021-02-031-0/+1
* Don't pin `val` passed in to `rb_define_const`.Aaron Patterson2021-02-031-1/+0
* Skip freezing check on setting temporary class path [Bug #17563]Nobuyoshi Nakada2021-01-201-1/+1
* Replace "iff" with "if and only if"Gannon McGibbon2021-01-191-1/+1
* 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