summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-27eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"mame
2018-07-27mjit.c: keep all .o filesk0kubun
2018-07-27mjit.c: use NOT_COMPILED_JIT_ISEQ_FUNC for unloadedk0kubun
2018-07-27mjit.c: release memory for unloaded unitk0kubun
2018-07-27insns.def: remove old wrong explanation for get/setconstantmame
2018-07-27mjit.c: clarify the intention of setting 0k0kubun
2018-07-27test_jit.rb: test unload_unitsk0kubun
2018-07-27ruby.c: taint ARGV on Windowsnobu
2018-07-26* 2018-07-27svn
2018-07-26lib/ostruct: Remove unnecessary `__send__`marcandre
2018-07-26mjit.c: o -> so is not compilationk0kubun
2018-07-26dir.c: fix glob with base when no DT_UNKNOWNnobu
2018-07-26Add missing escapekazu
2018-07-26process.c: conditionally used functionsnobu
2018-07-26dladdr() is declared with non-const pointer on Solarisnobu
2018-07-26fork() is deprecated on Solarisnobu
2018-07-26cont.c (ec_switch): prevent delayed/missed trap interrupt racenormal
2018-07-26ignore built filesnobu
2018-07-26webrick: Support bcrypt password hashingnormal
2018-07-25test/ruby/test_io.rb (test_select_leak): skip with MJITnormal
2018-07-25[Doc] Recover example about Queuetenderlove
2018-07-25Remove obsolete comment from Module#define_method documentationtenderlove
2018-07-25Fixes the File::CREAT logger documentationtenderlove
2018-07-25* 2018-07-26svn
2018-07-25Add docs to RubyVM::ASTtenderlove
2018-07-25insns.def: s/handles_frame/handles_sp/k0kubun
2018-07-25mjit.c: split build stages for unixk0kubun
2018-07-25mjit.c: completely separate compile_c_to_sok0kubun
2018-07-25mjit.c: prevent memory leak on realloc failurek0kubun
2018-07-25Update latest default gems on maintainers.rdoc and standard_library.rdoc.hsbt
2018-07-25Promote Mutex_m to Default gems.hsbt
2018-07-25* properties.svn
2018-07-25Promote Exception2MessageMapper to Default gems.hsbt
2018-07-25* properties.svn
2018-07-25Promote ThWait to Default gems.hsbt
2018-07-25Removed duplicate task in default gems that used single test filehsbt
2018-07-25Promote Forwardable to default gems.hsbt
2018-07-25Removed duplicate task in default gemshsbt
2018-07-25Support logger.gemspechsbt
2018-07-25Update latest versions of bundled gems.hsbt
2018-07-24Revert "dir.c: fix glob with base when no DT_UNKNOWN"naruse
2018-07-24mjit.c: handle memory allocation failurek0kubun
2018-07-24* 2018-07-25svn
2018-07-24vm.c: simplify the implementation of r64031k0kubun
2018-07-24transform_mjit_header.rb: fix performance regressionk0kubun
2018-07-24mjit.c: prevent GC on MJIT workerk0kubun
2018-07-24test_jit.rb: give up debugging cc1 issuek0kubun
2018-07-24prefix symbols exported for mjitnobu
2018-07-24test_jit.rb: suppress unused variable warningk0kubun
2018-07-24Try to suppress warning on some CIkazu