aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gems/bundled_gems: Upgrade the did_you_mean gem to 1.0.0.rc1yuki2015-12-082-1/+5
* * compile.c (ibf_load_setup): cast to int.ko12015-12-082-1/+5
* * compile.c (ibf_setup_load): rename to ibf_load_setup().ko12015-12-082-3/+27
* make local symbols staticnobu2015-12-085-7/+9
* * 2015-12-09svn2015-12-081-2/+2
* fix indent [ci skip]kazu2015-12-081-7/+7
* Add ticket numbers [ci skip]kazu2015-12-081-1/+4
* free ibf_dump at exceptionnobu2015-12-081-23/+74
* fix typos [ci skip]kazu2015-12-081-2/+2
* compile.c: make opt a string valuenobu2015-12-081-2/+3
* * test/io/console/test_io_console.rb (run_pty): Avoid waiting twicengoto2015-12-082-1/+6
* check loading object index rangenobu2015-12-081-0/+3
* suppress warningsnobu2015-12-082-4/+4
* * compile.c (iseq_ibf_dump): fix for clang type checker.ko12015-12-082-1/+5
* * iseq.c (iseq_s_load): fix mysterious bug.ko12015-12-082-1/+5
* fix a typo [ci skip]kazu2015-12-081-1/+1
* * properties.svn2015-12-080-0/+0
* * remove trailing spaces.svn2015-12-082-2/+2
* * introduce new ISeq binary format serializer/de-serializerko12015-12-0816-90/+1980
* retry IO#getpassnobu2015-12-083-4/+102
* mention about Enumerator::Lazy#grep_v in NEWSkazu2015-12-082-1/+10
* Revert r52907 "* configure.in: add missing x."kazu2015-12-082-5/+1
* Revert r52902,r52903,r52910,r52911,r52937,r52939naruse2015-12-082-103/+5
* string.c: removed unused variableduerst2015-12-082-5/+5
* enumerator.c: lazy_grep_vnobu2015-12-083-1/+70
* error.c: name_err_local_variablesnobu2015-12-086-1/+75
* * array.c: Improve and fix documentation for Array#digmarcandre2015-12-084-8/+22
* marshal.c: skip internal namesnobu2015-12-085-9/+66
* test_io_console.rb: separate master and slavenobu2015-12-081-8/+16
* compile.c (iseq_build_from_ary_body): avoid rb_ary_dup for CDHASHnormal2015-12-081-1/+0
* * test/io/console/test_io_console.rb (test_getpass): s.getpassngoto2015-12-082-10/+16
* * tool/merger.rb: get user's attention by using colored message when requirin...usa2015-12-081-1/+1
* NEWS: indented heredoc [ci skip]nobu2015-12-081-0/+6
* * properties.svn2015-12-080-0/+0
* compile optimized case dispatch for nil/true/falsenormal2015-12-089-1/+91
* optparse.rb: Fix typo [ci skip]nobu2015-12-082-1/+6
* date_core.c: missing argument checknobu2015-12-082-6/+16
* insns.def (opt_case_dispatch): check Float#=== redefinitionnormal2015-12-073-0/+48
* * properties.svn2015-12-070-0/+0
* * test/lib/iseq_loader_checker.rb: add iseq dumper/loader checker.ko12015-12-073-0/+70
* doc/extension.rdoc: warn about kwargs performance in C [ci skip]normal2015-12-072-0/+10
* * iseq.c (iseq_load): disable peephole optimization optionko12015-12-072-0/+7
* * compile.c (rb_iseq_build_from_ary): do not allocate tableko12015-12-072-1/+6
* socket: expand docs+tests for recv_io/send_ionormal2015-12-073-0/+33
* * iseq.c (iseq_translate): at the end of constructing an iseq,ko12015-12-072-3/+35
* * ext/psych/*: update psych to 2.0.16tenderlove2015-12-0710-39/+46
* add a NEWS entry for r52917ko12015-12-071-0/+5
* * 2015-12-08svn2015-12-071-2/+2
* * string.c: introduce String#+@ and String#-@ to controlko12015-12-073-0/+66
* parse.y: indented hereocnobu2015-12-078-11/+411