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
*
RUBY3_HAS_ATTRIBUTE: fix fallbacks
卜部昌平
2020-04-10
1
-20
/
+20
*
include/ruby/3: do not skip RUBY3_UNREACHABLE_RETURN
卜部昌平
2020-04-10
2
-4
/
+0
*
ruby3_rstring_getmem: suppres warning
卜部昌平
2020-04-10
1
-0
/
+8
*
RUBY3_ASSUME: suppress warnings on icc
卜部昌平
2020-04-10
1
-1
/
+11
*
RUBY3_HAS_BUILTIN: fix __builtin_unreachable
卜部昌平
2020-04-10
1
-1
/
+1
*
reduce duplicate include.
Koichi Sasada
2020-04-10
40
-56
/
+9
*
Revert "include/ruby/3/core/rtypeddata.h: Use 0 instead of NULL for C++ compi...
Yusuke Endoh
2020-04-09
1
-2
/
+2
*
include/ruby/3/core/rtypeddata.h: Use 0 instead of NULL for C++ compiler
Yusuke Endoh
2020-04-09
1
-2
/
+2
*
include/ruby/3: Skip RUBY3_UNREACHABLE_RETURN for icc
Yusuke Endoh
2020-04-09
2
-2
/
+2
*
include/ruby/3: Stop RUBY3_UNREACHABLE_RETURN to suppress a SunC warning
Yusuke Endoh
2020-04-09
2
-0
/
+4
*
RARRAY_EMBED_LEN/RSTRING_EMBED_LEN: add RUBY3_CAST
卜部昌平
2020-04-08
2
-2
/
+2
*
RUBY3_HAS_BUILTIN: icc has broken __has_builtin
卜部昌平
2020-04-08
1
-1
/
+4
*
Suppress C4244 "possible loss of data" warnings
Nobuyoshi Nakada
2020-04-08
2
-2
/
+2
*
RUBY3_HAS_BUILTIN: fix for nonexistent builtin
卜部昌平
2020-04-08
1
-1
/
+1
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
171
-4513
/
+12606
*
fix typo in documentation
Derek Argueta
2020-04-06
1
-1
/
+1
*
Removed non-RUBY_INTEGER_UNIFICATION code
Nobuyoshi Nakada
2020-03-21
1
-6
/
+0
*
Fix typos (#2958)
K.Takata
2020-03-11
1
-1
/
+1
*
rb_check_safe_obj no longer exists
卜部昌平
2020-03-07
1
-1
/
+0
*
kill USE_RGENGC=0
卜部昌平
2020-02-26
1
-17
/
+3
*
comma at the end of enum is a C++11ism
卜部昌平
2020-02-20
1
-1
/
+1
*
Consitified `rb_scan_args_set`
Nobuyoshi Nakada
2020-02-14
1
-2
/
+2
*
Remove rb_eval_cmd
Jeremy Evans
2020-02-11
1
-1
/
+0
*
Parenthesized macro arguments
Nobuyoshi Nakada
2020-02-03
1
-14
/
+14
*
Make `rb_scan_args_kw` inline too
Nobuyoshi Nakada
2020-02-03
1
-6
/
+38
*
Removed no longer used variable `last_hash`
Nobuyoshi Nakada
2020-02-02
1
-6
/
+2
*
a bit terse Doxygen comments [ci skip]
卜部昌平
2020-01-31
1
-167
/
+35
*
support C++ std::nullptr_t
卜部昌平
2020-01-31
1
-1
/
+165
*
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2020-01-29
1
-1
/
+1
*
fix rb_define_global_function to take const VALUE*
卜部昌平
2020-01-28
1
-1
/
+1
*
improved support for rb_f_notimplement
卜部昌平
2020-01-28
1
-2
/
+18
*
delete duplicated function overload
卜部昌平
2020-01-28
1
-2
/
+0
*
fix typo
卜部昌平
2020-01-28
1
-4
/
+4
*
delete RB_METHOD_DEFINITION_DECL_1
卜部昌平
2020-01-28
1
-50
/
+33
*
delete unreachable branch
卜部昌平
2020-01-28
1
-70
/
+2
*
template metaprogramming instead of macros
卜部昌平
2020-01-28
2
-9
/
+189
*
move macros around
卜部昌平
2020-01-28
2
-202
/
+194
*
Remove special handling of $SAFE and related C-APIs
Jeremy Evans
2020-01-22
1
-36
/
+0
*
Moved the definition of `rb_define_method_if_constexpr`
Nobuyoshi Nakada
2020-01-09
2
-1
/
+4
*
include/ruby/ruby.h: remove a variable tmp_buffer as it does not change
Yusuke Endoh
2020-01-05
1
-3
/
+0
*
include/ruby/ruby.h: remove last_idx that is no longer variable
Yusuke Endoh
2020-01-05
1
-5
/
+5
*
Fully separate positional arguments and keyword arguments
Jeremy Evans
2020-01-02
1
-74
/
+4
*
re-add io.h and encoding.h into internal.h
卜部昌平
2019-12-26
2
-8
/
+0
*
2.8.0 (tentative; to be 3.0.0) development has started.
Yukihiro "Matz" Matsumoto
2019-12-26
1
-1
/
+1
*
Reword keyword arguments warning messages to convey these are deprecation war...
Marc-Andre Lafortune
2019-12-23
1
-3
/
+3
*
vm_args.c: rephrase the warning message of keyword argument separation
Yusuke Endoh
2019-12-20
1
-1
/
+1
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-21
/
+21
*
forward declare struct timespec
卜部昌平
2019-12-10
1
-0
/
+1
*
Deprecate rb_eval_cmd, add rb_eval_cmd_kw
Jeremy Evans
2019-11-18
1
-0
/
+1
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-3
/
+1
[next]