aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Check code_block_open for whether code continuesaycabta2019-07-031-2/+2
* Ensure that GC is disabled during compactionAaron Patterson2019-07-031-0/+2
* Try to avoid `not delagated` errorKazuhiro NISHIYAMA2019-07-031-1/+1
* Version guard for [Feature #15974]Nobuyoshi Nakada2019-07-031-24/+26
* Fix order of testsNobuyoshi Nakada2019-07-031-2/+1
* Just disable inlining with local varaible for nowTakashi Kokubun2019-07-032-0/+27
* Debugging failures on x86_64-darwin17 of travis-ciKazuhiro NISHIYAMA2019-07-031-3/+3
* * expand tabs.git2019-07-031-5/+5
* Fix up [Feature #15974]Nobuyoshi Nakada2019-07-032-14/+40
* Warn in verbose mode on defining a finalizer that captures the objectChris Seaton2019-07-032-0/+69
* Revert expansion of test-allNobuyoshi Nakada2019-07-031-0/+1
* Revert "Avoid corrupting VM stack on inlined setlocal"Koichi Sasada2019-07-032-19/+0
* * expand tabs.git2019-07-031-1/+1