index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
ruby
/
internal
/
intern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Never use the storage of another Fiber, that violates the whole design
Benoit Daloze
2022-12-20
1
-5
/
+1
*
[DOC] Update `rb_gc_mark_locations` doc
Jimmy Bourassa
2022-12-09
1
-1
/
+1
*
Clarify the storage argument. (#6849)
Samuel Williams
2022-12-02
1
-2
/
+7
*
Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)
Samuel Williams
2022-12-01
1
-0
/
+21
*
Fix -Wundef warnings
Nobuyoshi Nakada
2022-10-26
1
-1
/
+1
*
Add Class#attached_object
Ufuk Kayserilioglu
2022-10-20
1
-0
/
+12
*
object.c: rb_eql returns int not VALUE
Jean Boussier
2022-10-10
1
-2
/
+2
*
[Bug #5317] Use `rb_off_t` instead of `off_t`
Nobuyoshi Nakada
2022-09-08
1
-1
/
+1
*
typos
spaette
2022-08-27
1
-1
/
+1
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-3
/
+3
*
Restore rb_exec_recursive_outer
John Hawthorn
2022-06-15
1
-2
/
+1
*
Make method id explicit in rb_exec_recursive_outer
John Hawthorn
2022-06-10
1
-1
/
+2
*
Expose `rb_hash_new_capa(long)`
Jean Boussier
2022-04-26
1
-0
/
+11
*
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-04-01
1
-0
/
+7
*
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-25
1
-7
/
+0
*
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-24
1
-0
/
+7
*
Mark `rb_clear_constant_cache` as internal use only
Nobuyoshi Nakada
2022-01-20
1
-11
/
+0
*
[Feature #18491] Drop support for HP-UX
Peter Zhu
2022-01-18
1
-3
/
+0
*
[DOC] Fix a typo in a doc
Nobuyoshi Nakada
2022-01-13
1
-1
/
+1
*
Remove declarations of deprecated functions
Nobuyoshi Nakada
2021-12-30
1
-12
/
+0
*
Remove tainted and trusted features
Nobuyoshi Nakada
2021-12-26
4
-143
/
+0
*
Improved exception usage/classes.
Samuel Williams
2021-12-21
1
-0
/
+2
*
intern/select/posix.h: remove unused parameter from rb_fd_dup
Yuta Saito
2021-12-11
1
-2
/
+1
*
Add Class#subclasses
Jean Boussier
2021-11-23
1
-1
/
+14
*
revival of must_not_null()
卜部昌平
2021-11-11
1
-8
/
+6
*
rb_file_size: add doxygen
卜部昌平
2021-11-11
1
-0
/
+17
*
size_t is not for file size
Nobuyoshi Nakada
2021-11-10
1
-1
/
+1
*
IO::Buffer for scheduler interface.
Samuel Williams
2021-11-10
1
-0
/
+2
*
[Feature #18290] Deprecate rb_gc_force_recycle and remove invalidate_mark_sta...
Peter Zhu
2021-11-08
1
-0
/
+2
*
Fix typos
Nobuyoshi Nakada
2021-11-02
2
-3
/
+3
*
Add Class#descendants
Jeremy Evans
2021-10-26
1
-0
/
+13
*
Deprecate include/prepend in refinements and add Refinement#import_methods in...
Shugo Maeda
2021-10-21
1
-0
/
+8
*
rb_fiber_raise(): add doxygen
卜部昌平
2021-09-30
1
-9
/
+23
*
Expose `rb_fiber_raise` and tidy up the internal implementation.
Samuel Williams
2021-09-20
1
-0
/
+2
*
suppress GCC's -Wmissing-attribute
卜部昌平
2021-09-10
1
-0
/
+2
*
rb_ary_new_from_values: can take NULLs
卜部昌平
2021-09-10
1
-1
/
+0
*
postscript about rb_mutex_sleep
卜部昌平
2021-09-10
1
-2
/
+11
*
include/ruby/internal/intern/array.h: add doxygen
卜部昌平
2021-09-10
1
-39
/
+619
*
include/ruby/internal/intern/bignum.h: add doxygen
卜部昌平
2021-09-10
1
-36
/
+777
*
include/ruby/internal/intern/class.h: add doxygen
卜部昌平
2021-09-10
1
-23
/
+314
*
include/ruby/internal/intern/compar.h: add doxygen
卜部昌平
2021-09-10
1
-2
/
+30
*
include/ruby/internal/intern/complex.h: add doxygen
卜部昌平
2021-09-10
1
-4
/
+197
*
include/ruby/internal/intern/cont.h: add doxygen
卜部昌平
2021-09-10
1
-3
/
+201
*
include/ruby/internal/intern/dir.h: add doxygen
卜部昌平
2021-09-10
1
-0
/
+9
*
include/ruby/internal/intern/enum.h: add doxygen
卜部昌平
2021-09-10
1
-1
/
+41
*
include/ruby/internal/intern/enumerator.h: add doxygen
卜部昌平
2021-09-10
1
-10
/
+189
*
include/ruby/internal/intern/error.h: add doxygen
卜部昌平
2021-09-10
1
-17
/
+236
*
include/ruby/internal/intern/eval.h: add doxygen
卜部昌平
2021-09-10
1
-9
/
+172
*
include/ruby/internal/intern/file.h: add doxygen
卜部昌平
2021-09-10
1
-9
/
+159
*
include/ruby/internal/intern/gc.h: add doxygen
卜部昌平
2021-09-10
1
-19
/
+352
[next]