aboutsummaryrefslogtreecommitdiffstats
path: root/internal
Commit message (Expand)AuthorAgeFilesLines
* suppress GCC's -Wsuggest-attribute=format卜部昌平2021-09-101-0/+3
* include/ruby/internal/core/rarray.h: add doxygen卜部昌平2021-09-101-4/+0
* internal/*.h: skip doxygen卜部昌平2021-09-1050-50/+0
* [Feature #18045] Implement size classes for GCPeter Zhu2021-08-251-1/+1
* [Feature #18045] Remove T_PAYLOADPeter Zhu2021-08-251-4/+0
* Moved rb_deprecate_constant declaration [Feature #18051]Nobuyoshi Nakada2021-08-241-1/+0
* Moved rb_int_positive_pow declaration [Feature #18051]Nobuyoshi Nakada2021-08-241-1/+0
* Moved exported symbols in internal/util.h to ruby/util.hNobuyoshi Nakada2021-08-241-3/+0
* Revert "[Feature #18045] Implement size classes for GC"Peter Zhu2021-08-231-1/+5
* [Feature #18045] Implement size classes for GCPeter Zhu2021-08-231-1/+1
* [Feature #18045] Remove T_PAYLOADPeter Zhu2021-08-231-4/+0
* ast.c: Rename "save_script_lines" to "keep_script_lines"Yusuke Endoh2021-08-201-1/+1
* Add RBIMPL_TODONobuyoshi Nakada2021-08-201-6/+27
* Remove old warning aged nearly 8 yearsNobuyoshi Nakada2021-08-191-1/+0
* Use Rational for Float#round with ndigits > 14Jeremy Evans2021-08-061-0/+1
* Don't export rb_gc_ractor_newobj_cache_clearPeter Zhu2021-07-281-1/+1
* Remove duplicate declarationsNobuyoshi Nakada2021-07-281-2/+0
* Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada2021-07-161-0/+1
* [Bug #18014] Fix memory leak in GC when using RactorsPeter Zhu2021-07-151-0/+6
* Expose `rb_obj_is_fiber`.Samuel Williams2021-07-131-1/+0
* Move rb_str_escape function declarationS-H-GAMELINKS2021-07-111-0/+1
* Specify version to remove as bare numbersNobuyoshi Nakada2021-06-301-3/+3
* Ensure that version number starts with digitsNobuyoshi Nakada2021-06-301-1/+2
* Show the removal versionNobuyoshi Nakada2021-06-301-3/+3
* rb_warn_deprecated_to_remove_at [Feature #17432]Nobuyoshi Nakada2021-06-301-1/+44
* Share freeze option handlingNobuyoshi Nakada2021-06-281-0/+1
* Add a cache for class variableseileencodes2021-06-181-0/+8
* Make it possible to get AST::Node from Thread::Backtrace::LocationYusuke Endoh2021-06-181-0/+2
* ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`Yusuke Endoh2021-06-181-0/+1
* Warn more duplicate literal hash keysNobuyoshi Nakada2021-06-031-0/+2
* Warn more duplicate literal hash keysNobuyoshi Nakada2021-06-031-0/+2
* Refactor rb_vm_insn_addr2insn callsTakashi Kokubun2021-06-021-0/+1
* Remove unneeded rb_ary_ptr_use_start defination in internal/array.h (#4427)S.H2021-06-011-1/+0
* Remove unneeded rb_str_initialize defination in internal/string.h (#4465)S.H2021-06-011-1/+0
* cdhash_cmp: can also take complex卜部昌平2021-05-121-0/+1
* cdhash_cmp: can take rational literals卜部昌平2021-05-121-0/+1
* Revert "Filling cache values on cvar write"Aaron Patterson2021-05-111-8/+0
* Add a cache for class variableseileencodes2021-05-111-0/+8
* Protoized old pre-ANSI K&R style declarations and definitionsNobuyoshi Nakada2021-05-071-1/+1
* Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slotsMatt Valentine-House2021-05-061-7/+22
* Add RBIMPL_RVALUE_EMBED_LEN_MAX neeeded by internal/bignum.hBenoit Daloze2021-05-041-2/+2
* Partially revert 2c7d3b3a722c4636ab1e9d289cbca47ddd168d3eYusuke Endoh2021-04-271-1/+0
* node.c (rb_ast_new): imemo_ast is WB-unprotectedYusuke Endoh2021-04-261-0/+1
* Fix some typos by spell checkerRyuta Kamizono2021-04-261-1/+1
* get rid of using `__builtin_unreachable` directly [Bug #17787]Nobuyoshi Nakada2021-04-101-3/+3
* rb_enc_interned_str: handle autoloaded encodingsJean Boussier2021-03-221-0/+3
* RBASIC_SET_CLASS_RAW: follow strict aliasing rule卜部昌平2021-03-021-2/+2
* Define rb_to_array which converts with to_aNobuyoshi Nakada2021-02-121-0/+1
* Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams2021-02-092-44/+1
* Add RCLASS_SUBCLASSES MacroMatt Valentine-House2021-02-011-0/+1