summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check dependencies on Travis-CINobuyoshi Nakada2019-07-091-0/+27
* Make symlink to "ruby" only from the install-nameNobuyoshi Nakada2019-07-091-2/+3
* Restore support library for only test files that are digest and csv.Hiroshi SHIBATA2019-07-093-2/+2
* Restore support library for only test files.Hiroshi SHIBATA2019-07-095-4/+4
* Update dependenciesNobuyoshi Nakada2019-07-092-0/+8
* Do not make Unicode tables timestamp phonyNobuyoshi Nakada2019-07-091-1/+1
* [DOC] Add link to Enumerable#grep from Enumerable#selectKazuhiro NISHIYAMA2019-07-091-1/+1
* Moved error messagesNobuyoshi Nakada2019-07-091-13/+15
* * 2019-07-09git2019-07-091-1/+1
* Suppress uninitialized instance variable warningsNobuyoshi Nakada2019-07-091-1/+1
* Adopt the directory structure of ruby repository for racc extension.Hiroshi SHIBATA2019-07-081-2/+2
* Check indent of `end` against `else` if presentNobuyoshi Nakada2019-07-082-12/+22
* Get rid of toplevel methodsNobuyoshi Nakada2019-07-081-22/+8
* * expand tabs.git2019-07-081-35/+35
* Fix indentNobuyoshi Nakada2019-07-081-4/+4
* Renamed fib to fiberNobuyoshi Nakada2019-07-081-244/+244
* Let struct dump_config in objspace fit in a single cache lineLourens Naudé2019-07-081-3/+3
* Suppress a warning when `write_headers: true`Nobuyoshi Nakada2019-07-081-0/+1
* * 2019-07-08git2019-07-081-1/+1
* Fix default argument values for OptParse::Switch#summarizeJeremy Evans2019-07-071-1/+1
* Fix a typoKazuhiro NISHIYAMA2019-07-071-1/+1
* Git branch name can contain `#{}` tooNobuyoshi Nakada2019-07-071-1/+2
* Unescape #{} in the last commit titleNobuyoshi Nakada2019-07-071-1/+2
* Add coroutine context switch for i386-mingw32Lars Kanis2019-07-072-0/+50
* Message to pipe should end with a newlineNobuyoshi Nakada2019-07-072-11/+15
* * 2019-07-07git2019-07-071-1/+1
* Enable indentation warning against `if` just after `else`Nobuyoshi Nakada2019-07-072-5/+17
* Renamed column in token_info to indentNobuyoshi Nakada2019-07-071-9/+9
* Added assertions for Unicode escaped CHAR scanner eventsNobuyoshi Nakada2019-07-061-0/+11
* Fix segfault when using method reference operator without using resultJeremy Evans2019-07-052-1/+11
* Refactored width calculationsNobuyoshi Nakada2019-07-061-43/+21
* SimplifiedNobuyoshi Nakada2019-07-061-8/+1
* * 2019-07-06git2019-07-061-1/+1
* Fix showing document of ClassName.method_name in IRBaycabta2019-07-061-1/+1
* Multiple codepoints are not allowed at single character literalNobuyoshi Nakada2019-07-052-5/+21
* * 2019-07-05git2019-07-051-1/+1
* Fix a typoKazuhiro NISHIYAMA2019-07-051-1/+1
* Support Control- and Meta-aycabta2019-07-042-5/+6
* Move a comment to proper placeaycabta2019-07-041-1/+1
* Check commented out line in inputrc correctlyaycabta2019-07-041-0/+22
* Parse key sequence more strictlyNobuyoshi Nakada2019-07-042-4/+11
* Use lstrip instead of gsub which can match only onceNobuyoshi Nakada2019-07-042-4/+4
* Skip indented comment lines [Bug #15981]Nobuyoshi Nakada2019-07-042-1/+6
* Suppress uninitialized instance variable warningsNobuyoshi Nakada2019-07-041-0/+1
* Do not dispatch a nil token in ripperNobuyoshi Nakada2019-07-042-0/+7
* Revert self-referencing finalizer warning [Feature #15974]Nobuyoshi Nakada2019-07-043-121/+3
* * 2019-07-04git2019-07-041-1/+1
* * expand tabs.git2019-07-041-3/+3
* Disable GC during rb_objspace_reachable_object_pNobuyoshi Nakada2019-07-041-33/+54
* Renamed to rb_objspace_reachable_object_pNobuyoshi Nakada2019-07-031-11/+11