summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-23Pretend to update all Unicode filesNobuyoshi Nakada
2019-05-22Fix mixed encoding in heredocJeremy Evans
2019-05-22Skip assertion in readline test if Readline version is 4.3Jeremy Evans
2019-05-23skip zombies.Koichi Sasada
2019-05-23pin `maybe` pointers.Koichi Sasada
2019-05-23Do not kick finalizers on rb_gc().Koichi Sasada
2019-05-23update Array's length correctly.Koichi Sasada
2019-05-23C-v C-j means an newline insertionaycabta
2019-05-23Change behavior to confirm multiline terminationaycabta
2019-05-22Revert "Revert CI deduplication on Wercker / Azure for debugging"Takashi Kokubun
2019-05-22Revert CI deduplication on Wercker / Azure for debuggingTakashi Kokubun
2019-05-23spec/ruby/core/hash/constructor_spec.rb: add "ruby_version_is" guardYusuke Endoh
2019-05-23Fallback RUBY_FULL_REVISION if not definedNobuyoshi Nakada
2019-05-22azure-pipelines.yml: Fix typoTakashi Kokubun
2019-05-22azure-pipelines.yml: Use simpler trigger syntaxTakashi Kokubun
2019-05-22azure-pipelines.yml: Do not run CI on trunkTakashi Kokubun
2019-05-22wercker.yml: Notify master branch instead of trunkTakashi Kokubun
2019-05-23range.c (inspect_range): omit beginless "nil"Yusuke Endoh
2019-05-22appveyor.yml: Do not doubly run CI on trunkTakashi Kokubun
2019-05-22.travis.yml: Test master branch instead of trunkTakashi Kokubun
2019-05-23hash.c (rb_hash_s_create): Reject `Hash[[nil]]`Yusuke Endoh
2019-05-23* 2019-05-23git
2019-05-22Make RUBY_REVISION full lengthNobuyoshi Nakada
2019-05-22Default to the current branchNobuyoshi Nakada
2019-05-22Fix revision nameNobuyoshi Nakada
2019-05-22Fix revision nameNobuyoshi Nakada
2019-05-22Fixed the method to delegateNobuyoshi Nakada
2019-05-22* expand tabs.git
2019-05-22gc.c: revert b00f280d4b "Eagerly name modules and classes"Nobuyoshi Nakada
2019-05-22ast.c: update inspect results in the documentsNobuyoshi Nakada
2019-05-22Set namespace treeNobuyoshi Nakada
2019-05-22Extract build_const_pathnameAlan Wu
2019-05-22Eagerly name modules and classesAlan Wu
2019-05-22Ripper: no documents of fallback methodsNobuyoshi Nakada
2019-05-22Remove unnecessary variable in LineEditoraycabta
2019-05-22Support CSI sequences in promptaycabta
2019-05-22Use Reline.test_mode in Reline's test tooaycabta
2019-05-22Reline#reset should initalize @rest_height and @screen_size eveytimeaycabta
2019-05-22* 2019-05-22git
2019-05-22Reopen $stderr with specified fd by RELINE_STDERR_TTYaycabta
2019-05-21Use conssitent documentation about repository [ci skip]Takashi Kokubun
2019-05-21Remove ~/.inputrc not found error messageaycabta
2019-05-21Copy config to make IRB::Context#use_colorize? functionalTakashi Kokubun
2019-05-21Symbol beginning token may take a constant tokenaycabta
2019-05-21Cursor should be at line head after line breakingaycabta
2019-05-21IRB should eval and show an error when only `.` is inputtedaycabta
2019-05-21re-skip tests of GC.compact.Koichi Sasada
2019-05-21Support DEL keyaycabta
2019-05-21enable test for GC.compact to reproduce an issue on CIKoichi Sasada
2019-05-21unify normal and verify ver.Koichi Sasada