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
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
node.c (rb_ast_new): imemo_ast is WB-unprotected
Yusuke Endoh
2021-04-26
1
-0
/
+1
*
Fix some typos by spell checker
Ryuta Kamizono
2021-04-26
1
-1
/
+1
*
get rid of using `__builtin_unreachable` directly [Bug #17787]
Nobuyoshi Nakada
2021-04-10
1
-3
/
+3
*
rb_enc_interned_str: handle autoloaded encodings
Jean Boussier
2021-03-22
1
-0
/
+3
*
RBASIC_SET_CLASS_RAW: follow strict aliasing rule
卜部昌平
2021-03-02
1
-2
/
+2
*
Define rb_to_array which converts with to_a
Nobuyoshi Nakada
2021-02-12
1
-0
/
+1
*
Expose scheduler as public interface & bug fixes. (#3945)
Samuel Williams
2021-02-09
2
-44
/
+1
*
Add RCLASS_SUBCLASSES Macro
Matt Valentine-House
2021-02-01
1
-0
/
+1
*
Add RCLASS_ALLOCATOR Macro
Matt Valentine-House
2021-02-01
1
-0
/
+1
*
Add PARENT_MODULE_SUBCLASSES Macro
Matt Valentine-House
2021-02-01
1
-0
/
+1
*
Add RCLASS_PARENT_SUBMODULES Macro
Matt Valentine-House
2021-02-01
1
-0
/
+1
*
Move rb_big_isqrt declaration
S-H-GAMELINKS
2021-01-31
1
-0
/
+1
*
Revert "[Bug #11213] let defined?(super) call respond_to_missing?"
Nobuyoshi Nakada
2021-01-13
1
-1
/
+1
*
Check stack overflow in recursive glob_helper [Bug #17162]
Nobuyoshi Nakada
2021-01-13
1
-0
/
+1
*
remove unused decl
Koichi Sasada
2021-01-08
1
-6
/
+0
*
enable constant cache on ractors
Koichi Sasada
2021-01-05
1
-0
/
+1
*
Update compilers.h [ci skip]
Gui Heurich
2021-01-05
1
-1
/
+1
*
Optimize calls to `Kernel#hash` (#3987)
Marc-André Lafortune
2020-12-25
1
-0
/
+1
*
Allow inlining Integer#-@ and #~
Takashi Kokubun
2020-12-22
1
-1
/
+2
*
Prefer stdbool in vm_exec
Takashi Kokubun
2020-12-21
1
-1
/
+1
*
Switch rb_category_warn{,ing} to accept an rb_warning_category_t
Jeremy Evans
2020-12-18
1
-7
/
+0
*
tuning ivar set
Koichi Sasada
2020-12-16
1
-1
/
+1
*
fix inline method cache sync bug
Koichi Sasada
2020-12-15
1
-3
/
+2
*
Narrowed down unaligned member access region in RB_OBJ_WRITE
Nobuyoshi Nakada
2020-12-13
1
-2
/
+2
*
Fix ArithmeticSequence#last and ArithmeticSequence#each for non-integer seque...
Kenta Murata
2020-12-09
2
-0
/
+4
*
Add support for non-blocking `Process.wait`.
Samuel Williams
2020-12-09
1
-0
/
+3
*
tuning trial: newobj with current ec
Koichi Sasada
2020-12-07
2
-0
/
+6
*
RB_EC_NEWOBJ_OF
Koichi Sasada
2020-12-07
1
-0
/
+7
*
Update fixnum.h
jacopo
2020-12-01
1
-1
/
+1
*
should not use rb_str_modify(), too
Koichi Sasada
2020-12-01
1
-0
/
+2
*
should not use rb_ary_modify()
Koichi Sasada
2020-12-01
1
-0
/
+2
*
Remove obsoleted internal/mjit.h
Takashi Kokubun
2020-11-22
1
-29
/
+0
*
[Bug #11213] let defined?(super) call respond_to_missing?
Nobuyoshi Nakada
2020-11-20
1
-1
/
+1
*
rb_vm_add_root_module(): Remove unused parameter
Alan Wu
2020-11-09
1
-1
/
+1
*
eagerly initialize ivar table when index is small enough
Aaron Patterson
2020-11-09
1
-0
/
+1
*
Rename to `Fiber#set_scheduler`.
Samuel Williams
2020-11-07
2
-6
/
+6
*
Add `GC.auto_compact= true/false` and `GC.auto_compact`
Aaron Patterson
2020-11-02
1
-0
/
+1
*
Ractor.make_shareable(obj)
Koichi Sasada
2020-10-21
1
-1
/
+2
*
Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)
Kenta Murata
2020-10-21
1
-0
/
+4
*
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-17
1
-1
/
+7
*
Moved rb_callable_receiver internal
Nobuyoshi Nakada
2020-10-06
1
-0
/
+1
*
Disable deprecation warning by the default [Feature #16345]
Nobuyoshi Nakada
2020-09-25
1
-0
/
+1
*
Make `Thread#join` non-blocking.
Samuel Williams
2020-09-21
1
-1
/
+1
*
When setting current thread scheduler to nil, invoke `#close`.
Samuel Williams
2020-09-21
1
-0
/
+2
*
Rename scheduler.{mutex_lock,mutex_unlock} to {block,unblock}
Benoit Daloze
2020-09-17
1
-2
/
+2
*
Make Mutex per-Fiber instead of per-Thread
Benoit Daloze
2020-09-14
2
-0
/
+5
*
Add support for hooking `IO#read`.
Samuel Williams
2020-09-14
1
-2
/
+5
*
Standardised scheduler interface.
Samuel Williams
2020-09-14
2
-0
/
+29
*
Add `rb_thread_current_scheduler()`.
Samuel Williams
2020-09-14
1
-2
/
+4
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-0
/
+1
[prev]
[next]