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
*
dir.c: openat calls release GVL, too
normal
2017-11-18
1
-42
/
+77
*
dir: release GVL on opendir
normal
2017-11-18
1
-5
/
+23
*
Update the last location of NODE_ARRAY
yui-knk
2017-11-18
1
-0
/
+7
*
* 2017-11-18
svn
2017-11-17
1
-1
/
+1
*
Fix typo in `Timeout` doc [ci skip]
kazu
2017-11-17
1
-2
/
+2
*
parse.y: RUBY_SET_YYLLOC to rb_parser_set_location
nobu
2017-11-17
1
-8
/
+11
*
parse.y: RUBY_SET_YYLLOC
nobu
2017-11-17
1
-4
/
+6
*
Add examples to Set documentation [ci skip]
knu
2017-11-17
1
-7
/
+47
*
NODE_CALL is not passed to node_assign_gen
yui-knk
2017-11-17
1
-1
/
+0
*
don't use `goto`.
ko1
2017-11-17
1
-6
/
+2
*
Fix location of assignable nodes
yui-knk
2017-11-17
1
-0
/
+1
*
remove a wrong assertion.
ko1
2017-11-17
1
-1
/
+0
*
reuse gvar value.
ko1
2017-11-17
2
-48
/
+50
*
* remove trailing spaces.
svn
2017-11-17
1
-1
/
+1
*
remove `trace_` prefix insns lazily.
ko1
2017-11-17
4
-13
/
+24
*
Fix location of assignable nodes
yui-knk
2017-11-17
1
-0
/
+1
*
* 2017-11-17
svn
2017-11-16
1
-1
/
+1
*
Fix location of NODEs generated by new_op_assign_gen
yui-knk
2017-11-16
1
-3
/
+4
*
Old gem file had not been removed
usa
2017-11-16
1
-1
/
+1
*
Refactoring out the direct accesses of NODE's u1, u2, and u3
mame
2017-11-16
4
-16
/
+19
*
thread_win32.c: stop returning unused value
k0kubun
2017-11-16
1
-9
/
+7
*
remove an unused function.
ko1
2017-11-16
1
-11
/
+0
*
make a func static.
ko1
2017-11-16
2
-3
/
+2
*
make a func static.
ko1
2017-11-16
2
-2
/
+1
*
make funcs static.
ko1
2017-11-16
2
-6
/
+5
*
make funcs static.
ko1
2017-11-16
1
-3
/
+3
*
make a func static.
ko1
2017-11-16
1
-2
/
+2
*
remove unused func.
ko1
2017-11-16
1
-6
/
+0
*
make a func static.
ko1
2017-11-16
1
-1
/
+1
*
make a func static.
ko1
2017-11-16
1
-1
/
+1
*
remove unused function.
ko1
2017-11-16
2
-7
/
+0
*
make a func static.
ko1
2017-11-16
1
-3
/
+3
*
export rb_tracearg_callee_id().
ko1
2017-11-16
1
-0
/
+1
*
make a func static.
ko1
2017-11-16
3
-11
/
+11
*
make it static.
ko1
2017-11-16
1
-3
/
+3
*
provide rb_vm_make_proc/lambda().
ko1
2017-11-16
3
-8
/
+14
*
remove unused function.
ko1
2017-11-16
1
-6
/
+0
*
accepts `ec` as first parameter.
ko1
2017-11-16
2
-6
/
+6
*
fix r60792.
ko1
2017-11-16
1
-2
/
+1
*
`rb_source_loc` -> `rb_source_location_cstr`
ko1
2017-11-16
5
-12
/
+10
*
fix r60789.
ko1
2017-11-16
1
-1
/
+1
*
parse.y: no return in class
nobu
2017-11-16
4
-26
/
+45
*
rb_source_location() may return nil.
ko1
2017-11-16
2
-3
/
+3
*
remove an unused function.
ko1
2017-11-16
2
-15
/
+2
*
add `ec` as first parameter.
ko1
2017-11-16
1
-8
/
+6
*
fix up r60782 and r60783.
ko1
2017-11-16
1
-5
/
+4
*
Add a last location to branch coverage
yui-knk
2017-11-16
3
-50
/
+110
*
Regexp#===: Use `\A` and `\z` instead of `^` and `$`
kazu
2017-11-16
1
-3
/
+3
*
avoid duplicated-cond compile error.
ko1
2017-11-16
1
-2
/
+4
*
cleanup hook cleanup code.
ko1
2017-11-16
3
-79
/
+77
[next]