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
...
*
Text files should end with a newline
Nobuyoshi Nakada
2021-03-30
1
-1
/
+1
*
mkmf: fixed install directories of header files in extension libraries [Bug #...
Nobuyoshi Nakada
2021-03-30
2
-4
/
+34
*
Fix `coroutine_type` variable name
Kazuhiro NISHIYAMA
2021-03-30
1
-1
/
+1
*
Check errno before invoking scheduler in `rb_io_wait_readable/writable`.
Samuel Williams
2021-03-30
1
-31
/
+35
*
Test incorrect behaviour of `rb_io_wait_readable/writable`.
Samuel Williams
2021-03-30
1
-0
/
+35
*
Support for native riscv64 coroutines.
Samuel Williams
2021-03-30
3
-0
/
+135
*
Disable public interface for now.
Samuel Williams
2021-03-30
2
-15
/
+19
*
Fix handling of timeout accessing scheduler outside of non-blocking context.
Samuel Williams
2021-03-30
4
-1
/
+34
*
Improve timeout tests.
Samuel Williams
2021-03-30
1
-1
/
+20
*
Update method name and add documentation.
Samuel Williams
2021-03-30
5
-11
/
+25
*
Fix native implementation.
Samuel Williams
2021-03-30
2
-3
/
+13
*
Fixed a compilation error
Nobuyoshi Nakada
2021-03-30
1
-1
/
+1
*
Prefer `rb_check_funcall`.
Samuel Williams
2021-03-30
1
-1
/
+1
*
Update lib/timeout.rb
Samuel Williams
2021-03-30
1
-1
/
+1
*
Add hook for `Timeout.timeout`.
Samuel Williams
2021-03-30
5
-5
/
+71
*
* 2021-03-30 [ci skip]
git
2021-03-30
1
-1
/
+1
*
[ruby/irb] Prevent the completion from crashing if rdoc is missing
Aleksandar Ivanov
2021-03-30
1
-2
/
+9
*
Add more tests for defined? with method calls
Jeremy Evans
2021-03-29
1
-0
/
+49
*
Make defined? cache the results of method calls
Jeremy Evans
2021-03-29
1
-33
/
+66
*
[ruby/optparse] bump up to 0.1.1
Nobuyoshi Nakada
2021-03-29
1
-1
/
+1
*
[ruby/optparse] Fixed error message of unparsed non-option
Nobuyoshi Nakada
2021-03-29
2
-0
/
+13
*
[ruby/optparse] Completion scripts themselves are not executable
Nobuyoshi Nakada
2021-03-29
2
-2
/
+4
*
[ruby/optparse] Exclude unnecessary files from the package
Nobuyoshi Nakada
2021-03-29
1
-1
/
+3
*
[ruby/optparse] Change *opts to *params, to avoid confusion
BurdetteLamar
2021-03-29
2
-13
/
+35
*
[ruby/optparse] Add OptionParser#require_exact accessor
Jeremy Evans
2021-03-29
2
-0
/
+31
*
[ruby/optparse] Use ZDOTDIR env var to locate .zshrc
Martin Rey
2021-03-29
1
-3
/
+3
*
sync_default_gems.rb: ignore COPYING file [ci skip]
Nobuyoshi Nakada
2021-03-29
1
-0
/
+1
*
sync_default_gems.rb: IO#puts prints a newline between each argument [ci skip]
Nobuyoshi Nakada
2021-03-29
1
-1
/
+1
*
[DOC] Improve an example of Array#count comparison [ci skip]
Nobuyoshi Nakada
2021-03-29
1
-1
/
+1
*
fiber context update for Mac OS.
David CARLIER
2021-03-29
1
-1
/
+11
*
[ruby/irb] Always add input method when calling Irb.new in tests
aycabta
2021-03-29
1
-44
/
+42
*
* 2021-03-29 [ci skip]
git
2021-03-29
1
-1
/
+1
*
[Doc] Fix Array#count comparing strategy
Kenichi Kamiya
2021-03-28
1
-2
/
+2
*
[ruby/io-console] bump up to 0.5.9
Nobuyoshi Nakada
2021-03-28
1
-1
/
+1
*
sync_default_gems.rb: remove un-committed files [ci skip]
Nobuyoshi Nakada
2021-03-28
1
-0
/
+2
*
sync_default_gems.rb: search the last merge more strictly [ci skip]
Nobuyoshi Nakada
2021-03-28
1
-2
/
+3
*
sync_default_gems.rb: escape filter command [ci skip]
Nobuyoshi Nakada
2021-03-28
1
-1
/
+6
*
sync_default_gems.rb: message when no commits [ci skip]
Nobuyoshi Nakada
2021-03-28
1
-0
/
+5
*
Force recycle intermediate collection in Hash#transform_keys! [Bug #17735]
Kenichi Kamiya
2021-03-28
1
-0
/
+2
*
[ruby/pathname] Fix segfault of Pathname#split
Kenichi Kamiya
2021-03-28
2
-1
/
+16
*
[ruby/pathname] Support Ruby 3.0
Hiroshi SHIBATA
2021-03-28
1
-1
/
+2
*
sync_default_gems.rb: preserve Co-Authored-By:
Nobuyoshi Nakada
2021-03-28
1
-3
/
+15
*
Hide an intermediate array
Nobuyoshi Nakada
2021-03-28
1
-2
/
+4
*
Clear an intermediate hash [Bug #17735]
Nobuyoshi Nakada
2021-03-28
1
-0
/
+1
*
Keep non evaluated keys in `Hash#transform_keys!` [Bug #17735]
Kenichi Kamiya
2021-03-28
3
-2
/
+24
*
Remove unneeded rb_ident_hash_new function declaration
S-H-GAMELINKS
2021-03-28
1
-1
/
+0
*
* 2021-03-28 [ci skip]
git
2021-03-28
1
-1
/
+1
*
Fix segmentation fault when `Module#name` returns non string value [Bug #17754]
Kenichi Kamiya
2021-03-28
2
-1
/
+19
*
Update to ruby/spec@fd6eddd
Benoit Daloze
2021-03-27
26
-84
/
+501
*
Update to ruby/mspec@d1adf59
Benoit Daloze
2021-03-27
115
-3117
/
+3213
[prev]
[next]