aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/core_ext/kernel_warn.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA2020-09-231-2/+0
* Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA2020-09-231-0/+2
* [rubygems/rubygems] Fix Kernel#warn override to handle backtrace location wit...Jeremy Evans2020-07-311-4/+5
* [rubygems/rubygems] Ignore internal frames in RubyGems' Kernel#warnBenoit Daloze2020-07-311-2/+3
* Enforce no empty lines around class body in rubygemsDavid Rodríguez2020-07-311-2/+0
* warn should be a global functionNobuyoshi Nakada2019-12-131-2/+2
* Prepare to release RubyGems 3.1.0 final version.Hiroshi SHIBATA2019-12-131-6/+10
* Remove unneeded exec bits from some filesDavid Rodríguez2019-11-091-0/+0
* [rubygems/rubygems] Make sure our modifications to kernel.warn workDavid Rodríguez2019-09-261-0/+1
* [rubygems/rubygems] Fix jruby buildDavid Rodríguez2019-09-261-1/+5
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-4/+5
* Merge upstream from rubygems/rubygems master branch.hsbt2018-10-311-14/+31
* Check whether to skip every framenobu2018-09-241-2/+9
* Kernel#warn accepts multiple messagesnobu2018-09-241-3/+3
* kernel_warn.rb: skip kernel_require.rbnobu2018-09-241-0/+21