aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use rb_ident_hash_new instead of rb_hash_new_compare_by_idNobuyoshi Nakada2019-07-035-14/+3
* Check that String#scrub block does not modify receiverJeremy Evans2019-07-022-7/+25
* Make String#-@ not freeze receiver if called on unfrozen subclass instanceJeremy Evans2019-07-022-0/+19
* Remove Changelog section from doc/contributing.rdoc [ci skip]Jeremy Evans2019-07-021-37/+29
* * 2019-07-03git2019-07-031-1/+1
* Implement Array#minmaxJeremy Evans2019-07-022-0/+40
* Fix timezone issue for logger period's testsYusuke Endoh2019-07-021-0/+85
* Revert "Add a missing tests for Logger::Period module"Koichi Sasada2019-07-021-85/+0
* Avoid corrupting VM stack on inlined setlocalTakashi Kokubun2019-07-022-0/+19
* Add a missing tests for Logger::Period moduleAnton Davydov2019-07-021-0/+85
* The behavior of statx(2) depends on the filesystemNobuyoshi Nakada2019-07-021-1/+1
* Adjust memory_status.rb under the tool directory.Hiroshi SHIBATA2019-07-021-1/+1
* Fix test-all substitutionNobuyoshi Nakada2019-07-021-1/+1
* Clean up temporary expired cert fileNobuyoshi Nakada2019-07-021-0/+10