summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-16* lib/set.rb (Hash#flatten!, #add?, #delete?, #collect!, #reject!,knu
2015-11-16* ChangeLog: fixed accidentally commit.hsbt
2015-11-16* mkconfig.rb: Add some high-level documentation.hsbt
2015-11-16* proc.c: Add call-seq of `Method#super_method`hsbt
2015-11-16* struct.c: Standardize a method signature of Struct#[]=.hsbt
2015-11-16* lib/set.rb (#>=, #>, #<=, #<): Make use of Hash#>=, #>, #<, andknu
2015-11-16* tool/rbinstall.rb: fix wrong permission for gem specification withouthsbt
2015-11-16struct.c: fix index in messagenobu
2015-11-16[DOC]akr
2015-11-16* 2015-11-16svn
2015-11-16* lib/webrick/httpauth/basicauth.rb: fix a typo.hsbt
2015-11-15vm_method.c: check if frozen [Fix GH-1096]nobu
2015-11-15* 2015-11-15svn
2015-11-15ruby.1: --dump [ci skip]nobu
2015-11-14* ext/socket/lib/socket.rb: Specify frozen_string_literal: true.akr
2015-11-14* lib/time.rb: Use "<<" to reduce string allocation.akr
2015-11-14test/test_tsort.rb: Specify frozen_string_literal: true.akr
2015-11-14compile.c: fix variablenobu
2015-11-14* lib/tsort.rb: Specify frozen_string_literal: true.akr
2015-11-14* lib/resolv-replace.rb: Specify frozen_string_literal: true.akr
2015-11-14hash.c: compare methods [ci skip]nobu
2015-11-14* lib/time.rb: Specify frozen_string_literal: true.akr
2015-11-14* lib/open3.rb: Specify frozen_string_literal: true.akr
2015-11-14compile.c: remove unused labelsnobu
2015-11-13additional fix of comment lineko1
2015-11-13* node.h: remove old comments.ko1
2015-11-13* refactoring CREF related code.ko1
2015-11-13* vm.c (vm_define_method): refactoring.ko1
2015-11-13* vm.c (vm_define_method): do not use current CREF immediately,ko1
2015-11-13* method.h: constify rb_cref_t::scope_visi;ko1
2015-11-13* 2015-11-14svn
2015-11-13* pack.c (pack_unpack, AVOID_CC_BUG): Very ugly workaround forngoto
2015-11-13Unset LD_PRELOAD on mingwshirosaki
2015-11-13Commit miss from r52556zzak
2015-11-13* ext/openssl/ossl_pkey.c: Merge ruby/openssl@b9ea8ef [Bug #10735]zzak
2015-11-13* ext/openssl/ossl_ssl.c: Merge ruby/openssl@81e1a30zzak
2015-11-13prelude.rb: deprecate Thread.exclusivenobu
2015-11-13parse.y: optimize condition for unlessnobu
2015-11-13* 2015-11-13svn
2015-11-13* ext/psych/psych.gemspec: bump version to 2.0.15hsbt
2015-11-12parse.y: exact magic comment namenobu
2015-11-12prelude.c.tmpl: optimizenobu
2015-11-12parse.y: ANDDOT fluent interfacenobu
2015-11-12parse.y: simplifynobu
2015-11-12* lib/rubygems: Update to RubyGems 2.5.0+ HEAD(db78980).hsbt
2015-11-12Module#<=> is not suitable for Comparable.akr
2015-11-12add a test.akr
2015-11-12* properties.svn
2015-11-12* 2015-11-12svn
2015-11-12io.c: avoid kwarg parsing in C APInormal