aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Try using Ruby 1.9.3 on Travis xenialTakashi Kokubun2019-09-181-5/+0
* [EXPERIMENTAL] MakeMakefile::CXX for C++Nobuyoshi Nakada2019-09-183-27/+46
* Fixed up ccbfb054b1dcd06d30924c4a83af1bac75d78c31Hiroshi SHIBATA2019-09-181-1/+1
* Update the latest documentation of bundlerHiroshi SHIBATA2019-09-1851-384/+384
* Fixed the rubocop warningsHiroshi SHIBATA2019-09-181-1/+1
* [bundler/bundler] Merge all `bundle check --path` specsDavid Rodríguez2019-09-181-25/+30
* [bundler/bundler] Merge #7340Bundlerbot2019-09-182-28/+92
* [bundler/bundler] Fix remembered flag deprecation messageDavid Rodríguez2019-09-182-2/+2
* [bundler/bundler] Version 2.1.0.pre.2David Rodríguez2019-09-181-1/+1
* [bundler/bundler] Add a spec for installing git deps after packaging w/o gitSamuel Giddins2019-09-181-0/+17
* [bundler/bundler] Revert "Add all platforms to lockfile by default"David Rodríguez2019-09-184-32/+6
* [bundler/bundler] Revert "Remove now meaningless warning"David Rodríguez2019-09-182-1/+30
* [bundler/bundler] Revert "Remove now meaningless setting"David Rodríguez2019-09-185-1/+11
* [bundler/bundler] Revert "Remove now unused method"David Rodríguez2019-09-181-0/+4
* [bundler/bundler] Fix comments and messages to refer to https urlTakayuki Nakata2019-09-188-11/+11
* [bundler/bundler] Remove duplicated spec filterDavid Rodríguez2019-09-181-1/+1
* [bundler/bundler] Fix --path option descriptionsDavid Rodríguez2019-09-181-2/+2
* [bundler/bundler] Deprecate `--path` flag to `bundle check`David Rodríguez2019-09-182-0/+24
* Fix typosKenichi Kamiya2019-09-181-5/+5
* delete unused variable卜部昌平2019-09-181-1/+0
* * 2019-09-18 [ci skip]git2019-09-181-1/+1
* Fix keyword argument separation issues with sym procs when using refinementsJeremy Evans2019-09-174-13/+343
* Pass keyword argument flag when rb_call_super_kw calls method_missingJeremy Evans2019-09-176-13/+237
* `brew install` may fail, so try to use `tool/travis_retry.sh`Kazuhiro NISHIYAMA2019-09-171-4/+5
* Undefine DSUSP keyNobuyoshi Nakada2019-09-171-1/+5
* * 2019-09-17 [ci skip]git2019-09-171-1/+1
* Fix previous history in vi_insert modeAdam Cammack2019-09-171-1/+1
* Fix history navigation in vi_insert modeAdam Cammack2019-09-171-1/+1
* Folded files in gemspecNobuyoshi Nakada2019-09-165-11/+389
* * 2019-09-16 [ci skip]git2019-09-161-1/+1
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2019-09-161-1/+1
* oops [ci skip]卜部昌平2019-09-151-1/+1
* Comment lines can be placed between fluent dot nowNobuyoshi Nakada2019-09-153-0/+13
* Refine Timezone fixtureNobuyoshi Nakada2019-09-153-18/+39
* Try to fetch commits notes to the source tree automaticallyNobuyoshi Nakada2019-09-151-4/+3
* rb_scan_args_count_lead: use arguments instead of magic numbersNobuyoshi Nakada2019-09-151-5/+7
* make-snapshot: no merge commits in ChangeLogNobuyoshi Nakada2019-09-151-1/+1
* make-snapshot: export ChangeLog from srcdirNobuyoshi Nakada2019-09-152-5/+2
* Issue a warning if invalid kw_splat is passed to *_kw functionJeremy Evans2019-09-141-0/+6
* * 2019-09-15 [ci skip]git2019-09-151-1/+1
* make-snapshot: deprecated -exported option [Bug #16167]Nobuyoshi Nakada2019-09-151-51/+46
* Continue to export even if no notes/commitsNobuyoshi Nakada2019-09-141-1/+3
* [ruby/io-console] Added `intr:` option to IO#rawNobuyoshi Nakada2019-09-141-1/+24
* Keep the reference of imemo while argv may be usedTakashi Kokubun2019-09-141-13/+25
* Fixed one-off errorNobuyoshi Nakada2019-09-141-1/+1
* Update news regarding `Fiber#raise`.Samuel Williams2019-09-141-0/+7
* Fix memory leak when adding empty keyword hashesJeremy Evans2019-09-141-2/+3
* Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from RubyJeremy Evans2019-09-147-19/+77
* * remove trailing spaces. [ci skip]git2019-09-141-1/+1
* Consolidate empty keyword handlingJeremy Evans2019-09-136-32/+34