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
/
cont.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
Prevent unloading methods used in root_fiber while calling another Fiber (#2939)
Takashi Kokubun
2020-02-28
1
-3
/
+18
*
Let execution context local storage be an ID table
Lourens Naudé
2020-01-11
1
-2
/
+3
*
Fully separate positional arguments and keyword arguments
Jeremy Evans
2020-01-02
1
-8
/
+4
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-7
/
+13
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-1
/
+1
*
Suppress strict-aliasing warning by x86_64-w64-mingw32-gcc 7.4.0
Nobuyoshi Nakada
2019-11-28
1
-2
/
+2
*
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2019-11-04
1
-1
/
+1
*
ruby_mimmalloc can return NULL
卜部昌平
2019-11-01
1
-0
/
+3
*
Fix continuation mark / compact
Aaron Patterson
2019-10-28
1
-0
/
+6
*
Fix documentation for Fiber#transfer [ci skip]
Jeremy Evans
2019-10-26
1
-6
/
+13
*
show "transferred" attribute on Fiber#to_s
Koichi Sasada
2019-10-24
1
-4
/
+10
*
Revert "Fix Fiber#transfer"
Koichi Sasada
2019-10-24
1
-2
/
+1
*
Fix Fiber#transfer
Jeremy Evans
2019-10-21
1
-1
/
+2
*
Add rb_adjust_argv_kw_splat to internal.h
Jeremy Evans
2019-09-26
1
-1
/
+0
*
Fix clang errors when pendantic errors enabled
Aaron Patterson
2019-09-26
1
-4
/
+4
*
Fix keyword argument separation issues in Fiber#resume
Jeremy Evans
2019-09-26
1
-11
/
+30
*
Add VM_NO_KEYWORDS
Jeremy Evans
2019-09-05
1
-1
/
+1
*
Propagate kw_splat information
Yusuke Endoh
2019-09-05
1
-1
/
+1
*
rb_proc_new / rb_fiber_new now free from ANYARGS
卜部昌平
2019-08-27
1
-1
/
+1
*
rb_ensure now free from ANYARGS
卜部昌平
2019-08-27
1
-7
/
+9
*
cont.c: remove unused STACK_GROW_DIR_DETECTION
Yusuke Endoh
2019-08-19
1
-2
/
+0
*
Use more different arguments in Fiber.yield documentation to make it clear (#...
Iain Barnett
2019-08-17
1
-3
/
+3
*
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-08-12
1
-3
/
+3
*
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2019-08-13
1
-1
/
+1
*
Fix unused variable
Kazuhiro NISHIYAMA
2019-07-29
1
-3
/
+3
*
Use PRIuSIZE instead of "%zu"
Nobuyoshi Nakada
2019-07-25
1
-7
/
+10
*
Add documentation to `fiber_pool_allocate_memory`.
Samuel Williams
2019-07-19
1
-0
/
+7
*
Fix 32-bit build and typo.
Samuel Williams
2019-07-19
1
-2
/
+2
*
Ensure that madvise does not clobber vacancy data.
Samuel Williams
2019-07-19
1
-5
/
+19
*
Better usage of `rb_ec_clear_vm_stack` to maintain invariants.
Samuel Williams
2019-07-19
1
-6
/
+7
*
Improve ec assertions.
Samuel Williams
2019-07-19
1
-8
/
+0
*
initialize only Fiber's cfp.
Koichi Sasada
2019-07-19
1
-0
/
+1
*
Revert "Ensure cfp is initialized to NULL."
Samuel Williams
2019-07-19
1
-6
/
+0
*
Ensure cfp is initialized to NULL.
Samuel Williams
2019-07-19
1
-0
/
+6
*
Remove `rb_vm_push_frame` as it is no longer used.
Samuel Williams
2019-07-19
1
-12
/
+0
*
Adjust styles and indents
Nobuyoshi Nakada
2019-07-19
1
-21
/
+33
*
check saved_ec.cfp
Koichi Sasada
2019-07-18
1
-1
/
+3
*
Ensure we don't have dangling cfp.
Samuel Williams
2019-07-19
1
-0
/
+1
*
* remove trailing spaces.
git
2019-07-18
1
-1
/
+1
*
Improve `fiber_pool_expand` allocation strategy.
Samuel Williams
2019-07-18
1
-23
/
+47
*
Add experimental `RUBY_SHARED_FIBER_POOL_FREE_STACKS` to control madvise.
Samuel Williams
2019-07-18
1
-0
/
+5
*
Make fiber_pool more conservative on platforms with limited address space.
Samuel Williams
2019-07-18
1
-12
/
+12
*
Add `struct fiber_pool {int free_stacks;}` to control usage of madvise.
Samuel Williams
2019-07-18
1
-1
/
+10
*
Add FIBER_POOL_ALLOCATION_FREE to control allocation/free strategy.
Samuel Williams
2019-07-18
1
-8
/
+43
*
Limit expansion of fiber pool on 32-bit platforms.
Samuel Williams
2019-07-18
1
-46
/
+150
*
Enable `madvise` to release stack space back to OS.
Samuel Williams
2019-07-18
1
-98
/
+142
*
Improve build process and coroutine implementation selection.
Samuel Williams
2019-07-18
1
-6
/
+1
*
Stack copying implementation of coroutines.
Samuel Williams
2019-07-18
1
-2
/
+23
*
Implement fiber pool for reduced fiber allocation overhead.
Samuel Williams
2019-07-18
1
-192
/
+508
[next]