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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2021-12-25
1
-1
/
+1
*
Improvements to `rb_io_wait` return value handling and internal implementatio...
Samuel Williams
2021-12-24
1
-1
/
+1
*
Add fiber scheduler hooks for `pread`/`pwrite`, and add support to `IO::Buffer`.
Samuel Williams
2021-12-23
2
-0
/
+32
*
Extended interface for IO::Buffer & documentation.
Samuel Williams
2021-12-22
1
-4
/
+4
*
Rename IMMUTABLE to READONLY.
Samuel Williams
2021-12-21
1
-3
/
+5
*
Improve interface for get/set/copy.
Samuel Williams
2021-12-21
1
-1
/
+0
*
Mark non-private mapped files as external.
Samuel Williams
2021-12-21
1
-6
/
+10
*
Improved exception usage/classes.
Samuel Williams
2021-12-21
1
-0
/
+2
*
Improve IO::Buffer resize and introduce ownership transfer.
Samuel Williams
2021-12-20
1
-1
/
+2
*
Default size for IO::Buffer.
Samuel Williams
2021-12-19
1
-0
/
+1
*
Introduce io_result wrapper for passing `[-errno, size]` in VALUE.
Samuel Williams
2021-12-18
1
-2
/
+52
*
intern/select/posix.h: remove unused parameter from rb_fd_dup
Yuta Saito
2021-12-11
1
-2
/
+1
*
Revert zero-check for alloca
Nobuyoshi Nakada
2021-12-10
1
-3
/
+3
*
Fix stack buffer overflow
Nobuyoshi Nakada
2021-12-10
1
-3
/
+3
*
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
*
rb_enc_code_to_mbclen: fix doxygen
卜部昌平
2021-11-11
1
-4
/
+4
*
RB_ENCODING_SET_INLINED: fix doxygen
卜部昌平
2021-11-11
1
-3
/
+3
*
ENCODING_MASK: fix doxygen link [ci skip]
卜部昌平
2021-11-11
1
-1
/
+1
*
io/buffer.h: C linkage
卜部昌平
2021-11-11
1
-2
/
+2
*
size_t is not for file size
Nobuyoshi Nakada
2021-11-10
2
-2
/
+6
*
Mark IO::Buffer as experimental.
Samuel Williams
2021-11-10
1
-0
/
+3
*
IO::Buffer for scheduler interface.
Samuel Williams
2021-11-10
4
-4
/
+118
*
[Feature #18290] Deprecate rb_gc_force_recycle and remove invalidate_mark_sta...
Peter Zhu
2021-11-08
1
-0
/
+2
*
memory_view.c: Add _memory_view_entry member in rb_memory_view_t (#5088)
Kenta Murata
2021-11-08
1
-4
/
+8
*
Fix typos
Nobuyoshi Nakada
2021-11-02
6
-9
/
+9
*
Add Class#descendants
Jeremy Evans
2021-10-26
1
-0
/
+13
*
improve doc coverage [ci skip]
卜部昌平
2021-10-26
1
-7
/
+9
*
just another evidence that @shyouhei is an idiot [ci skip]
卜部昌平
2021-10-26
1
-1
/
+1
*
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-25
2
-0
/
+24
*
[Feature #18239] Add struct for embedded strings
Peter Zhu
2021-10-25
1
-10
/
+11
*
Deprecate include/prepend in refinements and add Refinement#import_methods in...
Shugo Maeda
2021-10-21
2
-0
/
+9
*
Remove duplicate type qualifiers
Nobuyoshi Nakada
2021-10-06
2
-20
/
+20
*
Adjust types to rb_enc_left_char_head
Nobuyoshi Nakada
2021-10-05
1
-1
/
+1
*
rb_enc_left_char_head(): take void*
卜部昌平
2021-10-05
1
-1
/
+1
*
include/ruby/encoding.h: convert macros into inline functions
卜部昌平
2021-10-05
4
-105
/
+366
*
split include/ruby/encoding.h
卜部昌平
2021-10-05
10
-2269
/
+2563
*
rb_ractor_shareable_p(): fix doxygen
卜部昌平
2021-10-05
1
-2
/
+3
*
rb_fiber_raise(): add doxygen
卜部昌平
2021-09-30
1
-9
/
+23
*
Introduce `RBIMPL_NONNULL_ARG` macro
Nobuyoshi Nakada
2021-09-27
1
-0
/
+2
*
Align the implementation precedences with `rb_atomic_t` definition
Nobuyoshi Nakada
2021-09-24
1
-0
/
+12
*
RBIMPL_ATTR_NOALIAS: not until LLVM 12
卜部昌平
2021-09-22
1
-1
/
+12
*
include/ruby/atomic.h: rework
卜部昌平
2021-09-22
1
-278
/
+664
*
Expose `rb_fiber_raise` and tidy up the internal implementation.
Samuel Williams
2021-09-20
1
-0
/
+2
*
include/ruby/atomic.h: add doxygen
卜部昌平
2021-09-15
1
-1
/
+257
*
Suppress deprecated rb_iterate declaration warnings in C++
Nobuyoshi Nakada
2021-09-11
1
-0
/
+5
*
Remove printf family from the mjit header
Nobuyoshi Nakada
2021-09-11
1
-12
/
+12
*
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
[next]