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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Keep references of memory-view-exported objects (#3816)
Kenta Murata
2020-11-30
1
-0
/
+4
*
Use opaque struct pointer than void
Nobuyoshi Nakada
2020-11-27
1
-2
/
+3
*
Move the declaration into the function
Kazuhiro NISHIYAMA
2020-11-18
1
-2
/
+2
*
fix public interface
Koichi Sasada
2020-11-18
2
-0
/
+62
*
Expose the rb_interned_str_* family of functions
Jean Boussier
2020-11-17
2
-0
/
+5
*
Add docs for some C extension GC APIs
Alan Wu
2020-11-06
1
-4
/
+28
*
Add warning for str_new_static functions
Alan Wu
2020-10-30
1
-3
/
+8
*
Ractor.make_shareable(obj)
Koichi Sasada
2020-10-21
1
-0
/
+2
*
Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)
Kenta Murata
2020-10-21
1
-0
/
+1
*
remove rb_obj_iv_index_tbl
Koichi Sasada
2020-10-17
1
-17
/
+0
*
Revert "Don't export rb_callable_receiver"
Nobuyoshi Nakada
2020-10-07
1
-2
/
+0
*
Don't export rb_callable_receiver
Chris Seaton
2020-10-06
1
-0
/
+2
*
include/ruby/memory_view.h: annotate functions
卜部昌平
2020-10-06
1
-0
/
+5
*
rb_memory_view_is_contiguous: convert into an inline function
卜部昌平
2020-10-06
1
-4
/
+14
*
memory_view.h: use bool
卜部昌平
2020-10-06
1
-5
/
+5
*
RB_RANDOM_DATA_INIT_PARENT: convert into an inline function
卜部昌平
2020-10-06
1
-3
/
+12
*
rb_rand_if: convert into an inline function
卜部昌平
2020-10-06
1
-3
/
+12
*
include/ruby/random.h: eliminate extern "C"
卜部昌平
2020-10-06
1
-17
/
+2
*
Moved rb_callable_receiver internal
Nobuyoshi Nakada
2020-10-06
1
-1
/
+0
*
memory_view.c: Use ssize_t for ndim in memory_view (#3615)
Kenta Murata
2020-10-02
1
-2
/
+2
*
fix typo [ci skip]
卜部昌平
2020-09-29
1
-1
/
+1
*
Add rb_category_warn{,ing} for warning messages with categories
Jeremy Evans
2020-09-28
1
-0
/
+2
*
RBIMPL_ALIGNAS: reorder #ifdef blocks
卜部昌平
2020-09-26
1
-5
/
+5
*
memory_view.h: brush up the description in the comment
Kenta Murata
2020-09-25
1
-2
/
+7
*
Buffer protocol proposal (#3261)
Kenta Murata
2020-09-25
1
-0
/
+136
*
should not check taint flag on rubyspec.
Koichi Sasada
2020-09-25
1
-0
/
+1
*
enrich comment
卜部昌平
2020-09-25
1
-4
/
+13
*
RBIMPL_ALIGNOF: do not use constexpr
卜部昌平
2020-09-25
1
-16
/
+8
*
ALLOCA_N: do not use RUBY_ALIGNOF
卜部昌平
2020-09-25
1
-11
/
+1
*
RBIMPL_ALIGNOF: do not use __alignof__
卜部昌平
2020-09-25
1
-41
/
+49
*
Removed rb_find_file_ext_safe and rb_find_file_safe
Hiroshi SHIBATA
2020-09-23
1
-2
/
+0
*
Warn on a finalizer that captures the object to be finalized
Chris Seaton
2020-09-16
1
-0
/
+1
*
Rework console to use `rb_io_wait`.
Samuel Williams
2020-09-14
1
-2
/
+2
*
Add support for hooking `IO#read`.
Samuel Williams
2020-09-14
1
-0
/
+2
*
Standardised scheduler interface.
Samuel Williams
2020-09-14
1
-3
/
+6
*
Simplify bitmasks for IO events.
Samuel Williams
2020-09-14
1
-0
/
+6
*
Add RB_ prefix to `GetOpenFile` and `MakeOpenFile`.
Samuel Williams
2020-09-14
1
-2
/
+4
*
Added `rb_random_base_init`
Nobuyoshi Nakada
2020-09-07
1
-0
/
+1
*
Added WITH_REAL macros
Nobuyoshi Nakada
2020-09-07
1
-4
/
+10
*
Added `get_real` interface
Nobuyoshi Nakada
2020-09-07
1
-0
/
+2
*
Added rb_int_pair_to_real
Nobuyoshi Nakada
2020-09-07
1
-2
/
+1
*
separate rb_random_t
Nobuyoshi Nakada
2020-09-07
1
-0
/
+80
*
Add `RB_` prefix for size_t to number conversion.
Samuel Williams
2020-09-06
1
-12
/
+17
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-0
/
+1
*
Version number bumped to 3.0.0 from 2.8.0 (tentative).
Yukihiro "Matz" Matsumoto
2020-08-31
1
-2
/
+2
*
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2020-08-29
1
-1
/
+1
*
include/ruby/backward/2/rmodule.h: deprecate
卜部昌平
2020-08-27
2
-1
/
+6
*
RUBY_SHOW_COPYRIGHT_TO_DIE: flip the default
卜部昌平
2020-08-27
1
-5
/
+2
*
include/ruby/backward/2/r_cast.h: deprecate
卜部昌平
2020-08-27
2
-1
/
+6
*
improve deprecation warning
卜部昌平
2020-08-27
1
-7
/
+4
[prev]
[next]