Age | Commit message (Expand) | Author |
---|
2024-06-11 | Remove use of symbols and arrays when freeing global table | Peter Zhu |
2024-06-02 | Stop exposing `rb_str_chilled_p` | Jean Boussier |
2024-04-16 | RB_OBJ_FREEZE_RAW: Set the object shape | Jean Boussier |
2024-03-15 | Iterate the documentation of Module.const_missing | Xavier Noria |
2024-03-15 | Remove unnecessary else branch | Xavier Noria |
2024-03-15 | Minor edits to variable.c | Xavier Noria |
2024-03-15 | Fix the signature of Module#name in the API docs | Xavier Noria |
2024-03-13 | Don't create per size pool shapes for non-T_OBJECT | Peter Zhu |
2024-03-13 | Make `const_source_location` return the real constant as soon as defined | Jean Boussier |
2024-03-06 | Refactor VM root modules | Jean Boussier |
2024-03-06 | Move FL_SINGLETON to FL_USER1 | Jean Boussier |
2024-03-05 | [DOC] fix some comments | cui fliter |
2024-02-23 | Remove unneeded RUBY_FUNC_EXPORTED | Peter Zhu |
2024-02-15 | Do not show an anonymous class as a receiver | Yusuke Endoh |
2024-02-15 | Do not include a backtick in error messages and backtraces | Yusuke Endoh |
2024-01-30 | Use `UNDEF_P` | Nobuyoshi Nakada |
2024-01-19 | Remove null checks for xfree | Peter Zhu |
2024-01-07 | Fix memory in autoload_data | Peter Zhu |
2024-01-08 | Adjust styles and indents [ci skip] | Nobuyoshi Nakada |
2023-12-14 | [DOC] Adjust some new features wording/examples. (#9183) | Victor Shepelev |
2023-12-07 | Free everything at shutdown | Adam Hess |
2023-12-06 | Fix incorrect "nested_fake_name" documentation. (#9135) | Samuel Williams |
2023-12-05 | Fix parameter types for rb_ivar_foreach() callbacks | Alan Wu |
2023-12-04 | Make rb_obj_copy_ivs_to_hash_table_i static | Peter Zhu |
2023-11-28 | Fix indentation in ivar_set [ci skip] | Peter Zhu |
2023-11-24 | Fix compaction for generic ivars | Peter Zhu |
2023-11-23 | Fix compacting during evacuation of generic ivars | Peter Zhu |
2023-11-21 | Use count macros for counting instance variables | Aaron Patterson |
2023-11-21 | Fix memory when evacuating generic ivars | Peter Zhu |
2023-11-20 | Don't try compacting ivars on Classes that are "too complex" | Aaron Patterson |
2023-11-20 | Fix crash when evacuating generic ivar | Peter Zhu |
2023-11-20 | Fix indentation [ci skip] | Peter Zhu |
2023-11-20 | Fix crash when iterating over generic ivars | Peter Zhu |
2023-11-17 | Refactor rb_obj_evacuate_ivs_to_hash_table | Jean Boussier |
2023-11-16 | rb_evict_ivars_to_hash: get rid of the sahpe paramater | Jean Boussier |
2023-11-13 | Revert "Revert "Remove SHAPE_CAPACITY_CHANGE shapes"" | Peter Zhu |
2023-11-10 | [ci skip] Fix indentation in rb_class_ivar_set | Peter Zhu |
2023-11-10 | Revert "Remove SHAPE_CAPACITY_CHANGE shapes" | Peter Zhu |
2023-11-09 | Remove SHAPE_CAPACITY_CHANGE shapes | Peter Zhu |
2023-11-08 | Refactor rb_shape_transition_shape_capa out | Jean Boussier |
2023-11-06 | Remove rb_complex_ivar_set | Peter Zhu |
2023-11-06 | Use general_ivar_set for generic ivars | Peter Zhu |
2023-11-06 | Use general_ivar_set for Class ivars | Peter Zhu |
2023-11-06 | Use general_ivar_set for Objects | Peter Zhu |
2023-11-06 | Implement general_ivar_set | Peter Zhu |
2023-11-06 | generic_ivar_set: properly check for TOO_COMPLEX on capacity transition | Jean Boussier |
2023-11-03 | Fix typo in variable.c | Peter Zhu |
2023-11-03 | Use RB_OBJ_WRITE over RB_OBJ_WRITTEN in variable.c | Peter Zhu |
2023-11-03 | Use shape capacity transitions for generic ivars | Peter Zhu |
2023-11-03 | rb_ivar_defined: handle complex modules | Jean Boussier |