aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Prefer the current branch or tag nameNobuyoshi Nakada2019-05-311-2/+15
* Define RUBY_FULL_REVISIONNobuyoshi Nakada2019-05-312-3/+10
* Fix visibility of some methods when using DelegateClassJeremy Evans2019-05-302-5/+42
* Allow DelegateClass() to module_eval given blockJeremy Evans2019-05-303-1/+22
* Fix typo :bug: [ci skip]Takashi Kokubun2019-05-311-1/+1
* Set git config to commit mjit-debugTakashi Kokubun2019-05-311-1/+3
* Warn compile_error only when input is finishedTakashi Kokubun2019-05-314-23/+71
* Abstract away Ripper::Lexer#scan in IRB::Color#scanTakashi Kokubun2019-05-311-16/+21
* Finish with ^D only when input is completely empty in vi insert modeaycabta2019-05-311-1/+1
* Update to ruby/spec@0ba5312Benoit Daloze2019-05-303-29/+58
* Update to ruby/mspec@3cc36d0Benoit Daloze2019-05-303-11/+7
* * 2019-05-31v2_7_0_preview1git2019-05-311-1/+1
* Make the target name unique when BASERUBY=noNobuyoshi Nakada2019-05-311-1/+1
* Touch Unicode headers and the timestamp before packagingNobuyoshi Nakada2019-05-301-1/+3
* Fix missing `gitcmd`Nobuyoshi Nakada2019-05-301-1/+1
* vcs.rb support non-inplace buildNARUSE, Yui2019-05-301-12/+16
* parse.y: adjust here-doc error tokenNobuyoshi Nakada2019-05-302-7/+14
* Include stack elements left after errorsNobuyoshi Nakada2019-05-302-1/+23
* Use rebuilt buffer data to rerender allaycabta2019-05-301-4/+5
* Use start_with? for escaped quote tooaycabta2019-05-301-1/+1
* Use negative lookahead and start_with?aycabta2019-05-301-1/+1
* Fix strange vertical cursor moving when adding a newline at bottomaycabta2019-05-301-2/+6
* * expand tabs.git2019-05-301-1/+1
* reorder bitmap clearing.Koichi Sasada2019-05-301-2/+2
* move pinned_bits[] position in struct heap_page.Koichi Sasada2019-05-301-2/+3
* introduce `during_compacting` flag.Koichi Sasada2019-05-301-13/+23
* Do not rely on IRB.conf[:MAIN_CONTEXT] before initializeTakashi Kokubun2019-05-301-2/+5
* Check the end token of heredoc correctlyaycabta2019-05-301-0/+2
* Calculate vertical position correctly when rerendering all linesaycabta2019-05-301-1/+2
* Fix broken rendering when the last line is auto-wrappedaycabta2019-05-301-5/+5
* Rerender following lines when line number increasedaycabta2019-05-301-1/+1
* Clear remaining lines when line number decreasedaycabta2019-05-301-6/+24
* parse.y: continue after heredoc errorNobuyoshi Nakada2019-05-302-2/+16
* Fix the auto-wrap behabior that was too buggyaycabta2019-05-301-23/+32
* Use Regexp#match instead of #match for 1.9 BASERUBY supportJeremy Evans2019-05-291-1/+1
* Revert "Fix building with 1.8 BASERUBY"Jeremy Evans2019-05-294-8/+7
* * 2019-05-30git2019-05-301-1/+1
* Do not use rb_iseq_path() while moving ISeq pointersTakashi Kokubun2019-05-301-26/+14
* Colorize errors moreNobuyoshi Nakada2019-05-292-6/+16
* Get rid of nested string interpolationsNobuyoshi Nakada2019-05-291-1/+2
* parse.y: fix state after ivar/cvarNobuyoshi Nakada2019-05-292-2/+21
* Revert "Use "require" just for essential"aycabta2019-05-291-1/+1
* Use "require" just for essentialaycabta2019-05-291-1/+1
* Use reversed get_screen_size correctly on Windowsaycabta2019-05-291-2/+2
* ripper: Ripper::Lexer#scanNobuyoshi Nakada2019-05-292-18/+39
* Never make a method call from MJIT workerTakashi Kokubun2019-05-291-6/+9
* Do not call FIX2INT while GC.compact may be runningTakashi Kokubun2019-05-291-6/+6
* .travis.yml: Minor reorder for shorteningTakashi Kokubun2019-05-291-1/+1
* Convert Enumerator to Array for Ruby 1.9.3Takashi Kokubun2019-05-291-1/+1
* Skip spec broken since a66bc2c01194a9c017c874a30db5b3b6bd95e966Takashi Kokubun2019-05-291-23/+27