aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous spaces at the end of status lineNobuyoshi Nakada2019-06-242-1/+8
* Max length of UNIX socket path is 104 bytes on macOSNobuyoshi Nakada2019-06-231-2/+2
* Do not lengthen UNIX socket pathNobuyoshi Nakada2019-06-231-1/+1
* vcs.rb: handle --dryrun optionNobuyoshi Nakada2019-06-231-23/+55
* Update NEWS.Samuel Williams2019-06-241-0/+10
* array.c add back shared array optimization to ary_ensure_room_for_unshiftLuke Gruber2019-06-231-2/+2
* array.c: always check frozenness in Array#unshift. Fixes [Bug #15952]Luke Gruber2019-06-232-1/+13
* Get rid of error with frozen string literalNobuyoshi Nakada2019-06-232-1/+3
* Disable frozen-string-literal to disable deduplicationNobuyoshi Nakada2019-06-231-2/+4
* Get rid of error with frozen string literalMSP-Greg (Greg L)2019-06-231-2/+1
* Make autoloading_const_entry staticNobuyoshi Nakada2019-06-231-1/+1
* * expand tabs.git2019-06-232-71/+71
* NEWS: Module#constant_source_locationNobuyoshi Nakada2019-06-231-0/+5
* Module#constant_source_location [Feature #10771]Nobuyoshi Nakada2019-06-234-0/+176
* Split global search for moduleNobuyoshi Nakada2019-06-231-11/+17
* Hoisted out autoloading_const_entryNobuyoshi Nakada2019-06-231-8/+21
* Fix issue with Array#rindex when rb_equal modifies receiver arrayLuke Gruber2019-06-232-0/+13
* * 2019-06-23git2019-06-231-1/+1
* Frozen objects in WeakMapNobuyoshi Nakada2019-06-232-3/+16
* Use EXEEXTNobuyoshi Nakada2019-06-221-12/+8
* golf_prelude.rb: suppress the redefining warningNobuyoshi Nakada2019-06-221-0/+2
* Show timed out threadsNobuyoshi Nakada2019-06-221-1/+7
* Fix over-expansionNobuyoshi Nakada2019-06-222-1/+8
* Alias ENV.merge! as ENV.updateKenichi Kamiya2019-06-214-21/+34
* Use different names for autoload constants in specs for clarityBenoit Daloze2019-06-211-4/+4
* Add extra spec from https://github.com/ruby/ruby/pull/2173Jean Boussier2019-06-211-0/+5
* Always define RUBY_RELEASE_DATETIMENobuyoshi Nakada2019-06-221-3/+4
* Treat closing token with starting token at head of 2nd line correctlyaycabta2019-06-221-1/+1
* Do auto indent only when closing token at first of lineaycabta2019-06-221-4/+16
* * 2019-06-22git2019-06-221-1/+1
* Revert RUBY_RELEASE_DATE to date onlyNobuyoshi Nakada2019-06-212-7/+5
* Constified unusable charsNobuyoshi Nakada2019-06-211-2/+4
* * expand tabs.git2019-06-211-1/+1
* Get rid of undefined behaviorNobuyoshi Nakada2019-06-211-1/+1
* Support irregular auto indentaycabta2019-06-211-8/+24
* Remove a duplicate testShugo Maeda2019-06-211-8/+0
* Remove duplicate functionsNobuyoshi Nakada2019-06-211-33/+2
* * expand tabs.git2019-06-211-1/+1
* Enumerator::Lazy should support filter_mapShugo Maeda2019-06-212-0/+39
* Fix an example [ci skip]Nobuyoshi Nakada2019-06-211-1/+1
* * expand tabs.git2019-06-211-1/+1
* Turned `recur` into `int` [Feature #15777]Nobuyoshi Nakada2019-06-213-6/+5
* Add an optional `inherit` argument to Module#autoload?Jean Boussier2019-06-217-9/+63
* Fix call-seq of lazy.filter_map [ci skip]Kazuhiro NISHIYAMA2019-06-211-3/+2
* * expand tabs.git2019-06-211-3/+3
* Lazy filter_mapNobuyoshi Nakada2019-06-212-0/+44
* Fix small typo on block_scanf example [ci-skip]Espartaco Palma2019-06-211-1/+1
* Clean coroutine and timestamp directoriesNobuyoshi Nakada2019-06-211-3/+3
* * 2019-06-21git2019-06-211-1/+1
* Avoid verbose warning when using Net::POP3 with SSLJeremy Evans2019-06-201-0/+1