summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-09Moved error messagesNobuyoshi Nakada
2019-07-09* 2019-07-09git
2019-07-09Suppress uninitialized instance variable warningsNobuyoshi Nakada
2019-07-08Adopt the directory structure of ruby repository for racc extension.Hiroshi SHIBATA
2019-07-08Check indent of `end` against `else` if presentNobuyoshi Nakada
2019-07-08Get rid of toplevel methodsNobuyoshi Nakada
2019-07-08* expand tabs.git
2019-07-08Fix indentNobuyoshi Nakada
2019-07-08Renamed fib to fiberNobuyoshi Nakada
2019-07-08Let struct dump_config in objspace fit in a single cache lineLourens Naudé
2019-07-08Suppress a warning when `write_headers: true`Nobuyoshi Nakada
2019-07-08* 2019-07-08git
2019-07-07Fix default argument values for OptParse::Switch#summarizeJeremy Evans
2019-07-07Fix a typoKazuhiro NISHIYAMA
2019-07-07Git branch name can contain `#{}` tooNobuyoshi Nakada
2019-07-07Unescape #{} in the last commit titleNobuyoshi Nakada
2019-07-07Add coroutine context switch for i386-mingw32Lars Kanis
2019-07-07Message to pipe should end with a newlineNobuyoshi Nakada
2019-07-07* 2019-07-07git
2019-07-07Enable indentation warning against `if` just after `else`Nobuyoshi Nakada
2019-07-07Renamed column in token_info to indentNobuyoshi Nakada
2019-07-06Added assertions for Unicode escaped CHAR scanner eventsNobuyoshi Nakada
2019-07-05Fix segfault when using method reference operator without using resultJeremy Evans
2019-07-06Refactored width calculationsNobuyoshi Nakada
2019-07-06SimplifiedNobuyoshi Nakada
2019-07-06* 2019-07-06git
2019-07-06Fix showing document of ClassName.method_name in IRBaycabta
2019-07-05Multiple codepoints are not allowed at single character literalNobuyoshi Nakada
2019-07-05* 2019-07-05git
2019-07-05Fix a typoKazuhiro NISHIYAMA
2019-07-04Support Control- and Meta-aycabta
2019-07-04Move a comment to proper placeaycabta
2019-07-04Check commented out line in inputrc correctlyaycabta
2019-07-04Parse key sequence more strictlyNobuyoshi Nakada
2019-07-04Use lstrip instead of gsub which can match only onceNobuyoshi Nakada
2019-07-04Skip indented comment lines [Bug #15981]Nobuyoshi Nakada
2019-07-04Suppress uninitialized instance variable warningsNobuyoshi Nakada
2019-07-04Do not dispatch a nil token in ripperNobuyoshi Nakada
2019-07-04Revert self-referencing finalizer warning [Feature #15974]Nobuyoshi Nakada
2019-07-04* 2019-07-04git
2019-07-04* expand tabs.git
2019-07-04Disable GC during rb_objspace_reachable_object_pNobuyoshi Nakada
2019-07-03Renamed to rb_objspace_reachable_object_pNobuyoshi Nakada
2019-07-03Check code_block_open for whether code continuesaycabta
2019-07-03Ensure that GC is disabled during compactionAaron Patterson
2019-07-03Try to avoid `not delagated` errorKazuhiro NISHIYAMA
2019-07-03Version guard for [Feature #15974]Nobuyoshi Nakada
2019-07-03Fix order of testsNobuyoshi Nakada
2019-07-03Just disable inlining with local varaible for nowTakashi Kokubun
2019-07-03Debugging failures on x86_64-darwin17 of travis-ciKazuhiro NISHIYAMA