summaryrefslogtreecommitdiff
path: root/include/ruby/internal/intern
AgeCommit message (Expand)Author
2024-03-27[DOC] remove repetitive words in commentscrazeteam
2024-03-26Expose rb_str_chilled_pÉtienne Barrié
2024-03-19Implement chilled stringsÉtienne Barrié
2024-03-14[Feature #20265] Remove rb_newobj_of and RB_NEWOBJ_OFPeter Zhu
2024-03-05[DOC] fix some commentscui fliter
2024-03-01Clarify C API documentation about pinned classesJean Boussier
2023-12-21Typo fixes for public headers [ci skip]Alan Wu
2023-12-14rb_ext_resolve_symbol: C API to resolve and return externed symbols [Feature ...Satoshi Tagomori
2023-09-27[DOC] Missing comment markersNobuyoshi Nakada
2023-08-29Expose `rb_process_status_wait` and hide `rb_process_status_waitv`. (#8316)Samuel Williams
2023-07-17Move `posix_signal` declaration internal with prefix `ruby_`Nobuyoshi Nakada
2023-07-13[Feature #19757] Add new API `rb_data_define`Nobuyoshi Nakada
2023-06-27Use `rb_reg_nth_defined` instead of `rb_match_nth_defined`Nobuyoshi Nakada
2023-06-12[DOC] Should use `NULL` instead of zeroNobuyoshi Nakada
2023-03-06Remove obsoleted MJIT_STATIC macroTakashi Kokubun
2023-02-27Merge internal/intern/gc.h into internal/gc.hMatt Valentine-House
2022-12-20Never use the storage of another Fiber, that violates the whole designBenoit Daloze
2022-12-09[DOC] Update `rb_gc_mark_locations` docJimmy Bourassa
2022-12-02Clarify the storage argument. (#6849)Samuel Williams
2022-12-01Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)Samuel Williams
2022-10-26Fix -Wundef warningsNobuyoshi Nakada
2022-10-20Add Class#attached_objectUfuk Kayserilioglu
2022-10-10object.c: rb_eql returns int not VALUEJean Boussier
2022-09-08[Bug #5317] Use `rb_off_t` instead of `off_t`Nobuyoshi Nakada
2022-08-27typosspaette
2022-07-26Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu
2022-06-15Restore rb_exec_recursive_outerJohn Hawthorn
2022-06-10Make method id explicit in rb_exec_recursive_outerJohn Hawthorn
2022-04-26Expose `rb_hash_new_capa(long)`Jean Boussier
2022-04-01Finer-grained constant cache invalidation (take 2)Kevin Newton
2022-03-25Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada
2022-03-24Finer-grained inline constant cache invalidationKevin Newton
2022-01-20Mark `rb_clear_constant_cache` as internal use onlyNobuyoshi Nakada
2022-01-18[Feature #18491] Drop support for HP-UXPeter Zhu
2022-01-13[DOC] Fix a typo in a docNobuyoshi Nakada
2021-12-30Remove declarations of deprecated functionsNobuyoshi Nakada
2021-12-26Remove tainted and trusted featuresNobuyoshi Nakada
2021-12-21Improved exception usage/classes.Samuel Williams
2021-12-11intern/select/posix.h: remove unused parameter from rb_fd_dupYuta Saito
2021-11-23Add Class#subclassesJean Boussier
2021-11-11revival of must_not_null()卜部昌平
2021-11-11rb_file_size: add doxygen卜部昌平
2021-11-10size_t is not for file sizeNobuyoshi Nakada
2021-11-10IO::Buffer for scheduler interface.Samuel Williams
2021-11-08[Feature #18290] Deprecate rb_gc_force_recycle and remove invalidate_mark_sta...Peter Zhu
2021-11-02Fix typosNobuyoshi Nakada
2021-10-26Add Class#descendantsJeremy Evans
2021-10-21Deprecate include/prepend in refinements and add Refinement#import_methods in...Shugo Maeda
2021-09-30rb_fiber_raise(): add doxygen卜部昌平
2021-09-20Expose `rb_fiber_raise` and tidy up the internal implementation.Samuel Williams