index
:
ruby.git
master
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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-11-06
add tag v2_6_0_preview3
v2_6_0_preview3
naruse
2018-11-06
Expand MJIT_CC in configure
nobu
2018-11-06
workaround C++ism in ASAN header
shyouhei
2018-11-06
* expand tabs.
svn
2018-11-06
cont.c: direct use of rb_thread_t
shyouhei
2018-11-06
adopt sanitizer API
shyouhei
2018-11-06
mjit.c: don't use mutex before checking availability
k0kubun
2018-11-06
mjit_worker.c: don't use _one for now
k0kubun
2018-11-06
Makefile.in: do not expand MJIT_CC if cross compiling
nobu
2018-11-06
mjit_worker.c: strictly control MJIT copy job
k0kubun
2018-11-06
Makefile.in: convert MJIT_CC to Windows path
nobu
2018-11-06
Fix TracePoint for nested iseq loaded from binary [Bug#14702]
ko1
2018-11-06
Revert "mjit_build_dir: separate MJIT_BUILD_DIR"
nobu
2018-11-06
do not delete function declarations in case of non-sanitizing builds
shyouhei
2018-11-06
annotate functions to blacklist MSAN
shyouhei
2018-11-06
mjit_build_dir: separate MJIT_BUILD_DIR
nobu
2018-11-06
Makefile.in: make MJIT_CC_COMMON an absolute path
nobu
2018-11-06
configure.ac: insert DLDSHARED
nobu
2018-11-06
Fixed compile error introduced at r65558
usa
2018-11-06
.travis.yml: FIBER_USE_NATIVE=0
shyouhei
2018-11-06
gc.c: move ASAN check to configure
shyouhei
2018-11-06
.travis.yml: allow UBSAN to fail
shyouhei
2018-11-06
.travis.yml: add cron-only builds
shyouhei
2018-11-05
* expand tabs.
svn
2018-11-05
Don't set throw data as cause [Bug #15282]
naruse
2018-11-05
thread.c (rb_wait_for_single_fd): no point initializing pollfd.revents
normal
2018-11-05
* 2018-11-06
svn
2018-11-05
Relax MJIT_BUILD_DIR restriction
nobu
2018-11-05
* expand tabs.
svn
2018-11-05
use `RSTRUCT_CONST_PTR` carefully.
ko1
2018-11-05
Fix up r65505 [ci skip]
kazu
2018-11-05
Sort in alphabetical order [ci skip]
kazu
2018-11-05
Fix a typo [ci skip]
kazu
2018-11-05
Respect explicitly given MJIT_CC
nobu
2018-11-05
Create MJIT header with strict permission
nobu
2018-11-05
* expand tabs.
svn
2018-11-05
Implement `RubyVM::AST.of` [Feature #14836]
yui-knk
2018-11-05
More verbose message at unsafe header
nobu
2018-11-04
addr2line.c uses c99ism
naruse
2018-11-04
Fix RubyGems extension build failure after r65470
sorah
2018-11-04
* 2018-11-05
svn
2018-11-04
Use symtab if there's no .dSYM file
naruse
2018-11-04
Check MJIT_BUILD_DIR strictly
nobu
2018-11-04
MJIT_CC should not use CC_WRAPPER
nobu
2018-11-04
hash.c: [DOC] add docs for ENV.{filter,filter!}
stomar
2018-11-04
hash.c: [DOC] fix wrong cross-references
stomar
2018-11-04
hash.c: [DOC] add missing `block' in call-seq's
stomar
2018-11-04
struct.c: [DOC] add docs for Struct#filter
stomar
2018-11-04
hash.c: [DOC] add docs for Hash#{filter,filter!}
stomar
2018-11-04
hash.c: [DOC] improve Hash#{select!,keep_if} docs
stomar
[next]