aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * expand tabs.svn2018-11-051-3/+3
* use `RSTRUCT_CONST_PTR` carefully.ko12018-11-051-11/+3
* Fix up r65505 [ci skip]kazu2018-11-0514-20/+20
* Sort in alphabetical order [ci skip]kazu2018-11-051-10/+10
* Fix a typo [ci skip]kazu2018-11-051-1/+1
* Respect explicitly given MJIT_CCnobu2018-11-051-1/+1
* Create MJIT header with strict permissionnobu2018-11-051-2/+4
* * expand tabs.svn2018-11-051-1/+1
* Implement `RubyVM::AST.of` [Feature #14836]yui-knk2018-11-057-7/+94
* More verbose message at unsafe headernobu2018-11-051-9/+12
* addr2line.c uses c99ismnaruse2018-11-041-0/+6
* Fix RubyGems extension build failure after r65470sorah2018-11-041-6/+12
* * 2018-11-05svn2018-11-041-1/+1
* Use symtab if there's no .dSYM filenaruse2018-11-041-21/+38
* Check MJIT_BUILD_DIR strictlynobu2018-11-041-2/+25
* MJIT_CC should not use CC_WRAPPERnobu2018-11-041-0/+1
* hash.c: [DOC] add docs for ENV.{filter,filter!}stomar2018-11-041-0/+8
* hash.c: [DOC] fix wrong cross-referencesstomar2018-11-041-3/+3
* hash.c: [DOC] add missing `block' in call-seq'sstomar2018-11-041-27/+27
* struct.c: [DOC] add docs for Struct#filterstomar2018-11-041-0/+4
* hash.c: [DOC] add docs for Hash#{filter,filter!}stomar2018-11-041-0/+8
* hash.c: [DOC] improve Hash#{select!,keep_if} docsstomar2018-11-041-3/+4
* array.c: [DOC] add docs for Array#{filter,filter!}stomar2018-11-041-0/+8
* array.c: [DOC] improve Array#{select,select!,keep_if} docsstomar2018-11-041-12/+12
* Hide Time::TM as Time::tmnobu2018-11-041-55/+67
* Refine Timezone class in test-specnobu2018-11-042-2/+15
* * properties.svn2018-11-040-0/+0
* Merge upstream changes from 2-0-stable branch of bundler/bundler.hsbt2018-11-0455-184/+216
* complex.c: rb_dbl_complex_polar_pinobu2018-11-044-5/+5
* Makefile.in: use CC_WRAPPERnobu2018-11-032-5/+7
* configure.ac: set CC_WRAPPER by checking messagenobu2018-11-031-5/+4
* * 2018-11-04svn2018-11-031-1/+1
* Just skip on armv7l-linuxnaruse2018-11-031-8/+7
* Merge rubygems-3.0.0.beta2.hsbt2018-11-033-5/+7
* Always inline rb_to_integer to prevent a method call penaltyk0kubun2018-11-031-1/+2
* expose `rb_ary_detransient`.ko12018-11-031-0/+3
* lib/racc/parser.rb: use require for racc/cparsestomar2018-11-031-1/+1
* hash.c: fix typesnobu2018-11-031-26/+26
* internal.h: RHASH_ARRAY_SIZE_RAW value is unsignednobu2018-11-031-1/+1
* lib/cgi/util.rb: use requirenobu2018-11-031-1/+1
* wercker.yml: use pipeline name for notification [ci skip]k0kubun2018-11-031-2/+2
* Added bundler as default gems. Revisit [Feature #12733]hsbt2018-11-02855-1/+83604
* common.mk: --no-ri and --no-rdoc options were removedktsj2018-11-021-1/+1
* lib/matrix.rb: Make Matrix & Vector mutable. Add #[]=, #map!.marcandre2018-11-024-22/+476
* lib/*: Prefer require_relative over require, remove explicit extensionmarcandre2018-11-0215-20/+20
* lib/*: Prefer require_relative over require.marcandre2018-11-02126-256/+256
* lib/matrix: Use consistent stylemarcandre2018-11-022-19/+13
* lib/matrix: use consistent stylemarcandre2018-11-022-18/+18
* lib/matrix.rb: Alias antisymmetric? with skew_symmetric?marcandre2018-11-022-1/+2
* * 2018-11-03svn2018-11-021-1/+1