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
*
Avoid leaving a period alone [ci skip]
Takashi Kokubun
2022-08-27
1
-2
/
+2
*
typos
spaette
2022-08-27
4
-4
/
+5
*
Support Encoding::Converter newline: :lf and :lf_newline options
Jeremy Evans
2022-08-19
1
-7
/
+11
*
Stop defining `RUBY_ABI_VERSION` if released versions
Nobuyoshi Nakada
2022-08-12
1
-1
/
+5
*
Add missing `rb_enc_iscntrl`
Nobuyoshi Nakada
2022-08-12
1
-0
/
+15
*
[DOC] Use `true`/`false` for `@retval`s which are `bool`
Nobuyoshi Nakada
2022-08-12
1
-43
/
+43
*
[DOC] Add return values of rb_enc_mbcput
Nobuyoshi Nakada
2022-08-07
1
-4
/
+6
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-27
1
-4
/
+8
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-3
/
+3
*
Move enum definitions out of struct definition
Yusuke Endoh
2022-07-22
1
-30
/
+29
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
4
-26
/
+26
*
Remove unused internal macros in rarray.h
Peter Zhu
2022-07-21
1
-24
/
+0
*
Implement Objects on VWA
Peter Zhu
2022-07-15
2
-4
/
+43
*
Fix some UBSAN false positives (#6115)
Kevin Backhouse
2022-07-12
1
-1
/
+1
*
do not define our own version of memcpy
卜部昌平
2022-07-07
1
-5
/
+1
*
Copy `IO#wait*` methods from `io-wait` gem to `io.c`.
Samuel Williams
2022-06-25
1
-0
/
+3
*
Include JIT information in crash reports
Chris Seaton
2022-06-20
1
-1
/
+2
*
GVL Instrumentation API: add STARTED and EXITED events
Jean Boussier
2022-06-17
1
-4
/
+6
*
Remove unused and accidentally public rb_str_shared_root_p()
Alan Wu
2022-06-16
1
-3
/
+0
*
Restore rb_exec_recursive_outer
John Hawthorn
2022-06-15
1
-2
/
+1
*
Move String RVALUES between pools
Matt Valentine-House
2022-06-13
1
-0
/
+3
*
Make method id explicit in rb_exec_recursive_outer
John Hawthorn
2022-06-10
1
-1
/
+2
*
[Feature #18339] GVL Instrumentation API
Jean Boussier
2022-06-03
1
-0
/
+38
*
Remove trailing comma from FL_USER3 (#5958)
Jemma Issroff
2022-05-26
1
-1
/
+1
*
Remove unused RMODULE_INCLUDED_INTO_REFINEMENT flag
Jemma Issroff
2022-05-26
1
-37
/
+0
*
Remove unnecessary module flag, add module assertions to other module flags
Jemma Issroff
2022-05-23
1
-10
/
+0
*
Undefine RUBY_DLN_CHECK_ABI on cygwin
Daisuke Fujimura (fd0)
2022-05-19
1
-1
/
+1
*
Increase SIZE_POOL_COUNT to 5
Peter Zhu
2022-05-09
1
-1
/
+1
*
Expose `rb_hash_new_capa(long)`
Jean Boussier
2022-04-26
1
-0
/
+11
*
[Doc] correct my understanding about nonblocking mode
卜部昌平
2022-04-21
1
-4
/
+17
*
[DOC] add missing size params in fiber scheduler.h (#5441)
Alex Matchneer
2022-04-14
1
-0
/
+2
*
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-04-01
1
-0
/
+7
*
re.c: Add Regexp.timeout= and Regexp.timeout
Yusuke Endoh
2022-03-30
1
-0
/
+7
*
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-25
2
-7
/
+2
*
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-24
2
-2
/
+7
*
[Feature #18634] Implement Arrays on Variable Width Allocation
Peter Zhu
2022-03-22
2
-2
/
+21
*
Honor if `_Bool` is available
Nobuyoshi Nakada
2022-03-16
1
-1
/
+1
*
Wrap ruby_abi_version in `extern "C"` for C++
Peter Zhu
2022-03-01
1
-0
/
+8
*
Only define RUBY_DLN_CHECK_ABI when supported
Peter Zhu
2022-03-01
1
-4
/
+2
*
[DOC] Fix reference in rb_enc_associate() description
Lars Kanis
2022-03-01
1
-2
/
+2
*
[DOC] Fix function name in example
Lars Kanis
2022-03-01
1
-1
/
+1
*
[Feature #18249] Implement ABI checking
Peter Zhu
2022-02-22
2
-0
/
+46
*
Check if `__assume` is supported
Nobuyoshi Nakada
2022-02-19
2
-5
/
+1
*
Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE`
Nobuyoshi Nakada
2022-02-19
2
-6
/
+1
*
Mark `rb_clear_constant_cache` as internal use only
Nobuyoshi Nakada
2022-01-20
2
-11
/
+3
*
include/ruby/win32.h: explicitly define HAVE_SHUTDOWN
Yuta Saito
2022-01-19
1
-0
/
+2
*
include/ruby/io.h: use 0 as POLLPRI when no support for it
Yuta Saito
2022-01-19
1
-4
/
+3
*
[wasm] include/ruby/io.h: define RB_WAITFD_PRI by ourselves for wasi
Yuta Saito
2022-01-19
1
-1
/
+6
*
[wasm] add no thread variant for freestanding environment
Yuta Saito
2022-01-19
1
-0
/
+6
*
[wasm] wasm/missing.{c,h}: add missing libc stubs for wasi-libc
Yuta Saito
2022-01-19
1
-0
/
+113
[next]