aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test_jit.rb: split test_compile_insnsnobu2018-02-121-192/+270
* insns.def: cache nil constnobu2018-02-101-0/+11
* test_jit.rb: cover most insn compilationsk0kubun2018-02-101-3/+344
* compile.c: popped hashnobu2018-02-091-0/+5
* .travis.yml: force to execute JIT test on Travisk0kubun2018-02-091-0/+6
* test_jit.rb: don't force to test --jit-waitk0kubun2018-02-081-2/+2
* test_jit.rb: fix typok0kubun2018-02-081-1/+1
* test_jit.rb: add forgotten checkk0kubun2018-02-081-1/+2
* test_jit.rb: check JIT support more conservativelyk0kubun2018-02-081-5/+9
* test_jit.rb: remove unnecessary requirek0kubun2018-02-081-1/+0
* test_jit.rb: try to test JIT againk0kubun2018-02-081-0/+68
* revert r62302 and force to define the version constantusa2018-02-081-5/+1
* no need to set bundled bundler unless Gem::USE_BUNDLER_FOR_GEMDEPSusa2018-02-081-1/+3
* test_gem_commands_setup_command.rb: BUNDLER_VERSnobu2018-02-081-1/+3
* revert r62291 for nowk0kubun2018-02-081-60/+0
* test_jit.rb: make JIT count test optionalk0kubun2018-02-071-6/+8
* test_jit.rb: add initial test for JITk0kubun2018-02-071-0/+58
* lib/ostruct.rb: Use `FrozenError` instead of `RuntimeError`.marcandre2018-02-061-3/+3
* test_gem_util.rb: fix broken testnobu2018-02-061-5/+2
* Merge RubyGems-2.7.5 from upstream.hsbt2018-02-0630-129/+182
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-0410-2/+22
* mjit.c: merge MJIT infrastructurek0kubun2018-02-043-1/+8
* thread.c (thread_join_m): avoid NUM2TIMET for Bignumnormal2018-02-031-0/+9
* compile.c: fix string Range optimization with FSLnormal2018-02-031-6/+8
* process.c: command_name encodingnobu2018-02-031-0/+16
* test_system.rb: tests without shellnobu2018-02-021-0/+6
* test_system.rb: exit by abort for portabilitynobu2018-02-021-4/+5
* Fix testkazu2018-02-021-6/+2
* Add test for Forwardable#def_delegator with r55366.hsbt2018-02-011-0/+8
* win32.c: EPIPE for ERROR_NO_DATAnobu2018-02-011-0/+19
* io.c: fptr_copy_finalizernobu2018-01-311-1/+2
* io.c: pipe_register_fptrnobu2018-01-311-0/+9
* trick ruby-mode.el by heredocsnobu2018-01-314-7/+15
* ruby.h: relax rb_funcall check on extra args for clangnormal2018-01-301-0/+11
* proc: fix super_method segfault after bindnormal2018-01-301-0/+5
* force fixablenobu2018-01-302-3/+9
* net/pop: make modified strings mutablenormal2018-01-301-0/+29
* compile.c: try to convert in massign `for`nobu2018-01-271-0/+10
* defined? returns nil for toplevel constant lookupnobu2018-01-271-0/+4
* error.c: receiver kwargnobu2018-01-261-0/+46
* test_exception.rb: NameError.new NoMethodError.newnobu2018-01-261-0/+61
* error.c: KeyError missing keyword argumentsnobu2018-01-261-0/+4
* KeyError#initialize accepts receiver and key.kou2018-01-261-0/+38
* optparse.rb: froze string literalsnobu2018-01-261-0/+9
* hash.c: support key swapping in Hash#transform_keys!mrkn2018-01-261-0/+8
* string.c: clear substring code rangenobu2018-01-251-0/+6
* process.c: add :exception option to Kernel.#systemk0kubun2018-01-241-0/+19
* dir.c: Dir#each_childnobu2018-01-241-0/+3
* vm_args.c: to_proc refinementsnobu2018-01-241-0/+116
* Fix a typoyui-knk2018-01-241-1/+1