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
...
*
test_jit.rb: skip to test tempdir emptiness
k0kubun
2018-10-08
1
-2
/
+14
*
revert r64947 and r64949
k0kubun
2018-10-08
1
-3
/
+0
*
win32/Makefile.sub: create header install dir first
k0kubun
2018-10-07
1
-0
/
+1
*
appveyor.yml: completely separate win32ole tests
k0kubun
2018-10-07
2
-15
/
+2
*
win32/Makefile.sub: install precompiled header to prefix
k0kubun
2018-10-07
1
-0
/
+2
*
* 2018-10-08
svn
2018-10-07
1
-1
/
+1
*
mjit_worker.c: clean up all unnecessary files on mswin
k0kubun
2018-10-07
2
-11
/
+10
*
mjit_worker.c: don't suppress cl.exe logs
k0kubun
2018-10-07
1
-10
/
+14
*
appveyor.yml: give up running TestThreadQueue#test_queue_with_trap
k0kubun
2018-10-07
3
-14
/
+5
*
include/ruby/intern.h: don't modify MJIT_FUNC_EXPORTED
k0kubun
2018-10-07
2
-4
/
+6
*
vm_core.h: fix inconsistent prototype declarations
k0kubun
2018-10-07
4
-18
/
+18
*
mjit.h: introduce MJIT_STATIC for full mswin JIT support
k0kubun
2018-10-07
4
-44
/
+21
*
mjit_worker.c: print warning if FreeLibrary fails
k0kubun
2018-10-07
1
-3
/
+4
*
appveyor.yml: separately execute unstable tests
k0kubun
2018-10-07
3
-1
/
+28
*
revert r64935
k0kubun
2018-10-07
1
-2
/
+1
*
Added missing declarations in readline.h bundled with macOS 10.14
nobu
2018-10-07
1
-0
/
+10
*
appveyor.yml: use ./tmp as TMPDIR for test-all
k0kubun
2018-10-07
1
-1
/
+2
*
mjit_worker.c: clean up .obj file on mswin
k0kubun
2018-10-07
1
-9
/
+22
*
add_spec.rb: skip unstable spec on mingw
k0kubun
2018-10-07
1
-16
/
+18
*
test_jit.rb: skip some tests
k0kubun
2018-10-07
1
-3
/
+15
*
mjit.c: fix obsoleted comment [ci skip]
k0kubun
2018-10-07
1
-2
/
+2
*
Fix indent of output in doc [ci skip]
kazu
2018-10-07
1
-1
/
+1
*
mjit.h: call compiled code immediately
k0kubun
2018-10-07
2
-9
/
+13
*
* 2018-10-07
svn
2018-10-06
1
-1
/
+1
*
revert r64925
nobu
2018-10-06
1
-16
/
+19
*
* 2018-10-06
svn
2018-10-06
1
-1
/
+1
*
order-only-prerequisites
nobu
2018-10-06
1
-19
/
+16
*
Use binread because webrick also uses binread
naruse
2018-10-05
2
-3
/
+3
*
Added news entry of r64741.
hsbt
2018-10-05
1
-0
/
+4
*
* expand tabs.
svn
2018-10-05
1
-11
/
+11
*
Add difference method to Array
nobu
2018-10-05
3
-1
/
+82
*
Update aclocal to 1.16.1 [ci skip]
nobu
2018-10-05
1
-2
/
+2
*
Remove wrong conversion
nobu
2018-10-05
1
-2
/
+1
*
* expand tabs.
svn
2018-10-04
1
-2
/
+2
*
use RARRAY_AREF().
ko1
2018-10-04
1
-4
/
+3
*
* 2018-10-05
svn
2018-10-04
1
-1
/
+1
*
check argument type.
ko1
2018-10-04
1
-0
/
+5
*
lldb_rp: support Symbol [ci skip]
nobu
2018-10-04
1
-0
/
+11
*
Support ubasecrt.dll 10.0.17763.1 included in Windows 10 October 2018 Update
usa
2018-10-04
1
-2
/
+2
*
* 2018-10-04
svn
2018-10-03
1
-1
/
+1
*
fileutils.rb: restore documentation for FileUtils
stomar
2018-10-03
1
-8
/
+7
*
Improve docs for RubyVM::AST and RubyVM::AST::Node
stomar
2018-10-03
1
-12
/
+14
*
lldb_rp: support T_CLASS,T_MODULE,T_ICLASS [ci skip]
nobu
2018-10-03
1
-0
/
+4
*
lldb_rp: use append_command_output [ci skip]
nobu
2018-10-03
1
-3
/
+3
*
Set indent_size of reg*.[ch] to 2 [ci skip]
kazu
2018-10-03
1
-0
/
+3
*
Use cd -P
nobu
2018-10-03
1
-1
/
+1
*
support --with-arch=x86_64h
shyouhei
2018-10-03
2
-5
/
+2
*
Fix wrong use of BIGNUM_EMBED_LEN_NUMBITS
nobu
2018-10-03
1
-2
/
+4
*
lldb_rp: support more types [ci skip]
nobu
2018-10-03
1
-0
/
+22
*
lldb_rp: fix the order of results [ci skip]
nobu
2018-10-03
1
-20
/
+28
[prev]
[next]