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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make Thread#join always convert its argument, as before 70f08f1eed
Benoit Daloze
2020-09-21
2
-3
/
+13
*
Simplify the implementation of Scheduler#block
Benoit Daloze
2020-09-21
1
-13
/
+15
*
Make it clear the first field of join_arg is the waiting thread
Benoit Daloze
2020-09-21
1
-11
/
+11
*
Fix Thread leak in Thread#join specs
Benoit Daloze
2020-09-21
1
-1
/
+2
*
Add NEWS about `Fiber#backtrace` and `Fiber#backtrace_locations`.
Samuel Williams
2020-09-21
1
-0
/
+3
*
Update NEWS & documentation relating to scheduler.
Samuel Williams
2020-09-21
3
-140
/
+171
*
Make `Thread#join` non-blocking.
Samuel Williams
2020-09-21
7
-128
/
+169
*
* 2020-09-21 [ci skip]
git
2020-09-21
1
-1
/
+1
*
When setting current thread scheduler to nil, invoke `#close`.
Samuel Williams
2020-09-21
7
-6
/
+75
*
Update heap_pages_himem after freeing pages
Peter Zhu
2020-09-20
1
-0
/
+6
*
Fulfill missing tests and stabilize tests
Quang-Minh Nguyen
2020-09-20
1
-22
/
+126
*
Validate name during initialization
Quang-Minh Nguyen
2020-09-20
2
-17
/
+43
*
Add status to Ractor#inspect
Quang-Minh Nguyen
2020-09-20
2
-3
/
+27
*
* 2020-09-20 [ci skip]
git
2020-09-20
1
-1
/
+1
*
Remove from waiter in Mutex#lock with ensure when calling rb_scheduler_block()
Benoit Daloze
2020-09-20
2
-6
/
+45
*
[ruby/io-wait] update required_ruby_version
Nobuyoshi Nakada
2020-09-19
1
-1
/
+1
*
strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-09-19
3
-6
/
+6
*
Add assertions when inline caches are copied to MJIT
Aaron Patterson
2020-09-18
1
-0
/
+11
*
[ruby/irb] Version 1.2.7
aycabta
2020-09-19
1
-2
/
+2
*
[ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...
aycabta
2020-09-19
4
-50
/
+22
*
* 2020-09-19 [ci skip]
git
2020-09-19
1
-1
/
+1
*
Pin values in the finalizer table
Aaron Patterson
2020-09-18
1
-7
/
+9
*
Added sync task for bigdecimal
Hiroshi SHIBATA
2020-09-18
1
-0
/
+8
*
The executable file of erb is under the libexec on ruby/erb repo
Hiroshi SHIBATA
2020-09-18
1
-1
/
+1
*
Fix copy/paste error from 5bb5e706f1d310a467075630145d2cc277045765
Benoit Daloze
2020-09-18
1
-1
/
+1
*
Only interrupt when there is no scheduler in sync_wakeup()
Benoit Daloze
2020-09-18
1
-2
/
+4
*
[ruby/rdoc] Add man/ri.1 for distribution files
aycabta
2020-09-18
1
-0
/
+1
*
[ruby/rdoc] Fix spelling error in parser comment
Dorian MariƩ
2020-09-18
1
-1
/
+1
*
[ruby/rdoc] update all files if any file is newer
Nobuyoshi Nakada
2020-09-18
3
-21
/
+34
*
[ruby/rdoc] Support full filename to make a link for a text file
aycabta
2020-09-18
3
-2
/
+10
*
sync ruby_global_symbols
Koichi Sasada
2020-09-18
2
-103
/
+199
*
show object info to debug purpose.
Koichi Sasada
2020-09-18
1
-2
/
+3
*
add debug log on enabling multi-ractor mode
Koichi Sasada
2020-09-18
1
-0
/
+1
*
rb_obj_info() shows more info for T_SYMBOL
Koichi Sasada
2020-09-18
1
-0
/
+11
*
sync fstring_table for deletion
Koichi Sasada
2020-09-18
1
-2
/
+7
*
* 2020-09-18 [ci skip]
git
2020-09-18
1
-1
/
+1
*
Cleanup commented code
Benoit Daloze
2020-09-17
1
-4
/
+0
*
Add missing goto found;
Benoit Daloze
2020-09-17
2
-1
/
+3
*
Fix Mutex#unlock with a scheduler and thread contention
Benoit Daloze
2020-09-17
2
-13
/
+36
*
Document the various scheduler hooks
Benoit Daloze
2020-09-17
1
-0
/
+3
*
Call scheduler.block instead of scheduler.kernel_sleep for blocking Queue/Siz...
Benoit Daloze
2020-09-17
4
-9
/
+35
*
Rename scheduler.{mutex_lock,mutex_unlock} to {block,unblock}
Benoit Daloze
2020-09-17
4
-25
/
+28
*
Use a similar pattern for waiting and ready
Benoit Daloze
2020-09-17
1
-4
/
+3
*
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2020-09-17
4
-5
/
+5
*
Sort links in NEWS.md by URI [ci skip]
Kazuhiro NISHIYAMA
2020-09-17
1
-1
/
+1
*
Update to ruby/spec@e829fb0
Benoit Daloze
2020-09-17
27
-134
/
+296
*
Add NEWS entry for [Feature #16792]
Benoit Daloze
2020-09-17
1
-0
/
+7
*
* 2020-09-17 [ci skip]
git
2020-09-17
1
-1
/
+1
*
Warn on a finalizer that captures the object to be finalized
Chris Seaton
2020-09-16
4
-15
/
+190
*
Prefer to use `prep_io` for temporary IO instances.
Samuel Williams
2020-09-17
1
-13
/
+4
[prev]
[next]