summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-02-08test_jit.rb: fix typok0kubun
2018-02-08test_jit.rb: add forgotten checkk0kubun
2018-02-08test_jit.rb: check JIT support more conservativelyk0kubun
2018-02-08test_jit.rb: remove unnecessary requirek0kubun
2018-02-08test_jit.rb: try to test JIT againk0kubun
2018-02-08revert r62302 and force to define the version constantusa
2018-02-08no need to set bundled bundler unless Gem::USE_BUNDLER_FOR_GEMDEPSusa
2018-02-08test_gem_commands_setup_command.rb: BUNDLER_VERSnobu
2018-02-08revert r62291 for nowk0kubun
2018-02-07test_jit.rb: make JIT count test optionalk0kubun
2018-02-07test_jit.rb: add initial test for JITk0kubun
2018-02-06lib/ostruct.rb: Use `FrozenError` instead of `RuntimeError`.marcandre
2018-02-06test_gem_util.rb: fix broken testnobu
2018-02-06Merge RubyGems-2.7.5 from upstream.hsbt
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-02-04mjit.c: merge MJIT infrastructurek0kubun
2018-02-03thread.c (thread_join_m): avoid NUM2TIMET for Bignumnormal
2018-02-03compile.c: fix string Range optimization with FSLnormal
2018-02-03process.c: command_name encodingnobu
2018-02-02test_system.rb: tests without shellnobu
2018-02-02test_system.rb: exit by abort for portabilitynobu
2018-02-02Fix testkazu
2018-02-01Add test for Forwardable#def_delegator with r55366.hsbt
2018-02-01win32.c: EPIPE for ERROR_NO_DATAnobu
2018-01-31io.c: fptr_copy_finalizernobu
2018-01-31io.c: pipe_register_fptrnobu
2018-01-31trick ruby-mode.el by heredocsnobu
2018-01-30ruby.h: relax rb_funcall check on extra args for clangnormal
2018-01-30proc: fix super_method segfault after bindnormal
2018-01-30force fixablenobu
2018-01-30net/pop: make modified strings mutablenormal
2018-01-27compile.c: try to convert in massign `for`nobu
2018-01-27defined? returns nil for toplevel constant lookupnobu
2018-01-26error.c: receiver kwargnobu
2018-01-26test_exception.rb: NameError.new NoMethodError.newnobu
2018-01-26error.c: KeyError missing keyword argumentsnobu
2018-01-26KeyError#initialize accepts receiver and key.kou
2018-01-26optparse.rb: froze string literalsnobu
2018-01-26hash.c: support key swapping in Hash#transform_keys!mrkn
2018-01-25string.c: clear substring code rangenobu
2018-01-24process.c: add :exception option to Kernel.#systemk0kubun
2018-01-24dir.c: Dir#each_childnobu
2018-01-24vm_args.c: to_proc refinementsnobu
2018-01-24Fix a typoyui-knk
2018-01-23init.c: encode socket error messagenobu
2018-01-19test_io.rb: avoid OOMnobu
2018-01-19vm_insnhelper.c: fix many keyword argumentsnobu
2018-01-19vm_insnhelper.c: should invert unspecified flagnobu
2018-01-18extend timeout morenaruse
2018-01-18parse.y: fix overflownobu