aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* object.c: fix searching nested const pathsnobu2019-04-082-7/+34
* test_module.rb: fix a typonobu2019-04-081-1/+1
* struct.c: force hash values fixablenobu2019-04-082-1/+2
* * 2019-04-08svn2019-04-081-1/+1
* range.c: force hash values fixablenobu2019-04-082-1/+2
* range.c: force hash values fixablenobu2019-04-082-1/+2
* enumerator.c: force hash values fixablenobu2019-04-082-1/+2
* doc/signals.rdoc: Clarify a bit where Signal.trap handlers are executederegon2019-04-071-1/+1
* gc.c: missing breaknobu2019-04-071-0/+1
* Add debug message for test_rinda crashk0kubun2019-04-071-0/+2
* * 2019-04-07svn2019-04-061-1/+1
* Fix typo in a comment [ci skip]k0kubun2019-04-061-1/+1
* Add debug counter for VM <-> MJIT callsk0kubun2019-04-062-0/+16
* internal.h: fix potential memory leaknobu2019-04-061-1/+7
* Cover all insns in test_jit againk0kubun2019-04-061-5/+24
* Suppress unnecessary warnings in test_jitk0kubun2019-04-061-6/+6
* Resurrect a test dropped in r67442k0kubun2019-04-061-0/+12
* appveyor.yml: try porting r67454 to msys2k0kubun2019-04-061-1/+1
* appveyor.yml: Use pre-generated headers and tablesnobu2019-04-062-1/+2
* remove Unicode 12.0.0 related directory and generated filesduerst2019-04-052-48546/+0
* * 2019-04-06svn2019-04-051-1/+1
* revert r67445, (r67446,) r67447duerst2019-04-051-8/+0
* downloader.rb: fix typo, extra %nobu2019-04-051-1/+1
* appveyor.yml: download beta version for testnobu2019-04-051-1/+1
* downloader.rb: quote base namenobu2019-04-051-1/+1
* output more debug information in downloader.rb (temporary)duerst2019-04-051-0/+1
* * remove trailing spaces.svn2019-04-051-1/+1
* add puts statements to debug Unicode file download (temporary)duerst2019-04-051-0/+7
* `rb_add_method` is void function.ko12019-04-052-5/+3
* * expand tabs.svn2019-04-054-24/+24
* add definemethod/definesmethod insn.ko12019-04-057-155/+131
* update to Unicode Version 12.1.0 (beta)duerst2019-04-056-4/+49249
* * 2019-04-05svn2019-04-041-1/+1
* change lib/unicode_normalize/tables.rb to single item per line to make diffs ...duerst2019-04-042-1136/+9000
* gmake.mk: get rid of unicode normalization table timestampnobu2019-04-042-2/+9
* iseq.h: Remove dead membersnobu2019-04-041-2/+0
* gmake.mk: update normalization tablenobu2019-04-041-0/+6
* enumerator.c: make arith_seq_first support nil beginmrkn2019-04-042-0/+13
* ruby/test_arithmetic_sequence.rb: add assertions for beginless and endless ra...mrkn2019-04-041-0/+20
* range.c: support to make beginless arithmetic sequencesmrkn2019-04-042-1/+5
* * expand tabs.svn2019-04-041-1/+1
* Revert "Introduce inline cache for invokesuper"k0kubun2019-04-041-7/+1
* * 2019-04-04svn2019-04-031-1/+1
* Introduce inline cache for invokesuperk0kubun2019-04-031-1/+7
* Partially allow failures in test-bundled-gemsk0kubun2019-04-032-3/+14
* vs2019 build is not functional nowk0kubun2019-04-031-0/+2
* * expand tabs.svn2019-04-031-6/+6
* date: make zone a substring to copy encoding and taintednessnobu2019-04-033-29/+22
* Revive accidentally removed assertionkazu2019-04-031-0/+1
* range.c (r_cover_range_p): support beginless rangemame2019-04-032-2/+8