aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/internal/intern
Commit message (Expand)AuthorAgeFilesLines
* Stop exposing `rb_str_chilled_p`Jean Boussier2024-06-022-40/+2
* Stop marking chilled strings as frozenÉtienne Barrié2024-05-281-0/+10
* [DOC] remove repetitive words in commentscrazeteam2024-03-271-1/+1
* Expose rb_str_chilled_pÉtienne Barrié2024-03-261-0/+15
* Implement chilled stringsÉtienne Barrié2024-03-191-1/+0
* [Feature #20265] Remove rb_newobj_of and RB_NEWOBJ_OFPeter Zhu2024-03-142-4/+2
* [DOC] fix some commentscui fliter2024-03-052-2/+2
* Clarify C API documentation about pinned classesJean Boussier2024-03-012-4/+12
* Typo fixes for public headers [ci skip]Alan Wu2023-12-214-4/+4
* rb_ext_resolve_symbol: C API to resolve and return externed symbols [Feature ...Satoshi Tagomori2023-12-141-0/+37
* [DOC] Missing comment markersNobuyoshi Nakada2023-09-271-1/+1
* Expose `rb_process_status_wait` and hide `rb_process_status_waitv`. (#8316)Samuel Williams2023-08-291-0/+9
* Move `posix_signal` declaration internal with prefix `ruby_`Nobuyoshi Nakada2023-07-171-6/+0
* [Feature #19757] Add new API `rb_data_define`Nobuyoshi Nakada2023-07-131-0/+14
* Use `rb_reg_nth_defined` instead of `rb_match_nth_defined`Nobuyoshi Nakada2023-06-271-5/+0
* [DOC] Should use `NULL` instead of zeroNobuyoshi Nakada2023-06-121-8/+8
* Remove obsoleted MJIT_STATIC macroTakashi Kokubun2023-03-061-1/+1
* Merge internal/intern/gc.h into internal/gc.hMatt Valentine-House2023-02-271-392/+0
* Never use the storage of another Fiber, that violates the whole designBenoit Daloze2022-12-201-5/+1
* [DOC] Update `rb_gc_mark_locations` docJimmy Bourassa2022-12-091-1/+1
* Clarify the storage argument. (#6849)Samuel Williams2022-12-021-2/+7
* Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)Samuel Williams2022-12-011-0/+21
* Fix -Wundef warningsNobuyoshi Nakada2022-10-261-1/+1
* Add Class#attached_objectUfuk Kayserilioglu2022-10-201-0/+12
* object.c: rb_eql returns int not VALUEJean Boussier2022-10-101-2/+2
* [Bug #5317] Use `rb_off_t` instead of `off_t`Nobuyoshi Nakada2022-09-081-1/+1
* typosspaette2022-08-271-1/+1
* Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu2022-07-261-3/+3
* Restore rb_exec_recursive_outerJohn Hawthorn2022-06-151-2/+1
* Make method id explicit in rb_exec_recursive_outerJohn Hawthorn2022-06-101-1/+2
* Expose `rb_hash_new_capa(long)`Jean Boussier2022-04-261-0/+11
* Finer-grained constant cache invalidation (take 2)Kevin Newton2022-04-011-0/+7
* Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada2022-03-251-7/+0
* Finer-grained inline constant cache invalidationKevin Newton2022-03-241-0/+7
* Mark `rb_clear_constant_cache` as internal use onlyNobuyoshi Nakada2022-01-201-11/+0
* [Feature #18491] Drop support for HP-UXPeter Zhu2022-01-181-3/+0
* [DOC] Fix a typo in a docNobuyoshi Nakada2022-01-131-1/+1
* Remove declarations of deprecated functionsNobuyoshi Nakada2021-12-301-12/+0
* Remove tainted and trusted featuresNobuyoshi Nakada2021-12-264-143/+0
* Improved exception usage/classes.Samuel Williams2021-12-211-0/+2
* intern/select/posix.h: remove unused parameter from rb_fd_dupYuta Saito2021-12-111-2/+1
* Add Class#subclassesJean Boussier2021-11-231-1/+14
* revival of must_not_null()卜部昌平2021-11-111-8/+6
* rb_file_size: add doxygen卜部昌平2021-11-111-0/+17
* size_t is not for file sizeNobuyoshi Nakada2021-11-101-1/+1
* IO::Buffer for scheduler interface.Samuel Williams2021-11-101-0/+2
* [Feature #18290] Deprecate rb_gc_force_recycle and remove invalidate_mark_sta...Peter Zhu2021-11-081-0/+2
* Fix typosNobuyoshi Nakada2021-11-022-3/+3
* Add Class#descendantsJeremy Evans2021-10-261-0/+13
* Deprecate include/prepend in refinements and add Refinement#import_methods in...Shugo Maeda2021-10-211-0/+8