summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-05Add `File.absolute_path?` (#2198)David Rodríguez
2019-09-05[rubygems/rubygems] Bump rubocop to 0.74.0 and fix new offensesDavid Rodríguez
2019-09-05[rubygems/rubygems] Minor fixAlexander Pakulov
2019-09-05[rubygems/rubygems] Fix Layout/SpaceAroundOperators: Operator = should be sur...bronzdoc
2019-09-05[rubygems/rubygems] Add missing parenthesesbronzdoc
2019-09-05[rubygems/rubygems] Remove unnecessary gem_name methodbronzdoc
2019-09-05[rubygems/rubygems] Error out if there are multiple gemspecs and no gemspec i...bronzdoc
2019-09-05[rubygems/rubygems] Remove useless gem setupbronzdoc
2019-09-05[rubygems/rubygems] Test building a gem with multiple gemspec without a gem n...bronzdoc
2019-09-05[rubygems/rubygems] Build the first gemspec we found if no gemspec is specifiedbronzdoc
2019-09-05[rubygems/rubygems] Improve gemspec assignment and error messagebronzdoc
2019-09-05[rubygems/rubygems] Make passing a gem name to be optionalbronzdoc
2019-09-05[rubygems/rubygems] Move build gem logic to its own methodbronzdoc
2019-09-05[rubygems/rubygems] Don't fail when `uninstall --all` with default gemDavid Rodríguez
2019-09-05[rubygems/rubygems] Little refactor to avoid rubocop's false positiveDavid Rodríguez
2019-09-05[rubygems/rubygems] Use IAM role to extract security-credentials for EC2 inst...Alexander Pakulov
2019-09-05[rubygems/rubygems] Move empty check earlierDavid Rodríguez
2019-09-05Try to fix `invalid option`Kazuhiro NISHIYAMA
2019-09-05Change name to `Tests (test-bundled-gems)` in macos.yml tooKazuhiro NISHIYAMA
2019-09-05add tests卜部昌平
2019-09-05Removed -git option of make-snapshotNobuyoshi Nakada
2019-09-05interesting (but annoying) tidbit warning suppressed卜部昌平
2019-09-05hide rb_funcallv_with_cc from public卜部昌平
2019-09-05use existing vm_search_method()卜部昌平
2019-09-05* 2019-09-05 [ci skip]git
2019-09-05Separate VCS::DEBUG_OUTNobuyoshi Nakada
2019-09-04Describe #eager in the Enumerator::Lazy sectionAkinori MUSHA
2019-09-04Implement Enumerator::Lazy#eager [Feature #15901]Akinori MUSHA
2019-09-04add rb_funcallv_with_cc()Urabe, Shyouhei
2019-09-04Add TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitestKazuhiro NISHIYAMA
2019-09-04Use `git pull` instead of `git fetch` if master branchKazuhiro NISHIYAMA
2019-09-04`$JOBS` does not set in `env:`Kazuhiro NISHIYAMA
2019-09-04Use RUBY_TESTOPTS instead of TESTOPTSKazuhiro NISHIYAMA
2019-09-04Check frozen flag on MJIT setinstancevariableTakashi Kokubun
2019-09-03Do not turn on keyword_init for Struct subclass if keyword hash is emptyJeremy Evans
2019-09-03Merge pull request #2422 from jeremyevans/rb_keyword_given_pJeremy Evans
2019-09-04* 2019-09-04 [ci skip]git
2019-09-03Fix Enumerator::Lazy#{to_enum,enum_for} where method is defined in LazyJeremy Evans
2019-09-03Remove bad expectation in specJeremy Evans
2019-09-03Make Enumerator::Lazy#with_index be lazyJeremy Evans
2019-09-03Move an unstable bootstraptest to pendingTakashi Kokubun
2019-09-03Stop testing inexistent instructionsTakashi Kokubun
2019-09-03Unify SUPPORT_JOKE and OPT_SUPPORT_JOKETakashi Kokubun
2019-09-03Roughly retry choco install commandsTakashi Kokubun
2019-09-03Try extending timeout of IO.selectTakashi Kokubun
2019-09-03Remove SKIP_DOXYGEN because job.env does not set in `if:`Kazuhiro NISHIYAMA
2019-09-03Examine TestIO#test_select_exceptfds on Solaris with 1 byte dataNaohisa Goto
2019-09-03delete ruby_eval_string_from_file_protect卜部昌平
2019-09-03Avoid defining unused instructionsTakashi Kokubun
2019-09-03Disable method definition type checks on Cygwin tood0 (Daisuke Fujimura)