summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-31Use UNALIGNED_MEMBER_PTRNobuyoshi Nakada
2019-05-31Keep vm->orig_progname aliveAlan Wu
2019-05-31Also GCC 9 provides -Waddress-of-packed-memberNobuyoshi Nakada
2019-05-31STATIC_ASSERT for VM_METHOD_TYPE_MINIMUM_BITSNobuyoshi Nakada
2019-05-31Add --limit option and default it to 20Nobuyoshi Nakada
2019-05-31Prefer the current branch or tag nameNobuyoshi Nakada
2019-05-31Define RUBY_FULL_REVISIONNobuyoshi Nakada
2019-05-30Fix visibility of some methods when using DelegateClassJeremy Evans
2019-05-30Allow DelegateClass() to module_eval given blockJeremy Evans
2019-05-31Fix typo :bug: [ci skip]Takashi Kokubun
2019-05-31Set git config to commit mjit-debugTakashi Kokubun
2019-05-31Warn compile_error only when input is finishedTakashi Kokubun
2019-05-31Abstract away Ripper::Lexer#scan in IRB::Color#scanTakashi Kokubun
2019-05-31Finish with ^D only when input is completely empty in vi insert modeaycabta
2019-05-30Update to ruby/spec@0ba5312Benoit Daloze
2019-05-30Update to ruby/mspec@3cc36d0Benoit Daloze
2019-05-31* 2019-05-31v2_7_0_preview1git
2019-05-31Make the target name unique when BASERUBY=noNobuyoshi Nakada
2019-05-30Touch Unicode headers and the timestamp before packagingNobuyoshi Nakada
2019-05-30Fix missing `gitcmd`Nobuyoshi Nakada
2019-05-30vcs.rb support non-inplace buildNARUSE, Yui
2019-05-30parse.y: adjust here-doc error tokenNobuyoshi Nakada
2019-05-30Include stack elements left after errorsNobuyoshi Nakada
2019-05-30Use rebuilt buffer data to rerender allaycabta
2019-05-30Use start_with? for escaped quote tooaycabta
2019-05-30Use negative lookahead and start_with?aycabta
2019-05-30Fix strange vertical cursor moving when adding a newline at bottomaycabta
2019-05-30* expand tabs.git
2019-05-30reorder bitmap clearing.Koichi Sasada
2019-05-30move pinned_bits[] position in struct heap_page.Koichi Sasada
2019-05-30introduce `during_compacting` flag.Koichi Sasada
2019-05-30Do not rely on IRB.conf[:MAIN_CONTEXT] before initializeTakashi Kokubun
2019-05-30Check the end token of heredoc correctlyaycabta
2019-05-30Calculate vertical position correctly when rerendering all linesaycabta
2019-05-30Fix broken rendering when the last line is auto-wrappedaycabta
2019-05-30Rerender following lines when line number increasedaycabta
2019-05-30Clear remaining lines when line number decreasedaycabta
2019-05-30parse.y: continue after heredoc errorNobuyoshi Nakada
2019-05-30Fix the auto-wrap behabior that was too buggyaycabta
2019-05-29Use Regexp#match instead of #match for 1.9 BASERUBY supportJeremy Evans
2019-05-29Revert "Fix building with 1.8 BASERUBY"Jeremy Evans
2019-05-30* 2019-05-30git
2019-05-30Do not use rb_iseq_path() while moving ISeq pointersTakashi Kokubun
2019-05-29Colorize errors moreNobuyoshi Nakada
2019-05-29Get rid of nested string interpolationsNobuyoshi Nakada
2019-05-29parse.y: fix state after ivar/cvarNobuyoshi Nakada
2019-05-29Revert "Use "require" just for essential"aycabta
2019-05-29Use "require" just for essentialaycabta
2019-05-29Use reversed get_screen_size correctly on Windowsaycabta
2019-05-29ripper: Ripper::Lexer#scanNobuyoshi Nakada