summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [rubygems/rubygems] Move all changes only in RubyGemsHiroshi SHIBATA2023-04-194-26/+43
* [rubygems/rubygems] Added guard condition for replacing __ variable in YAML keysHiroshi SHIBATA2023-04-193-16/+4
* [rubygems/rubygems] Replaced load_yaml_file with Bundler::YAMLSerializerHiroshi SHIBATA2023-04-191-5/+2
* [rubygems/rubygems] api_key is always contained stringHiroshi SHIBATA2023-04-191-5/+5
* [rubygems/rubygems] Keep compatiblity of Bundler specsHiroshi SHIBATA2023-04-193-20/+23
* [rubygems/rubygems] Replaced empty hash to nil value in YAMLHiroshi SHIBATA2023-04-191-0/+15
* [rubygems/rubygems] Only convert old URL key name when it's contained double ...Hiroshi SHIBATA2023-04-191-1/+1
* [rubygems/rubygems] Added missing require for Bundler::YAMLSerializerHiroshi SHIBATA2023-04-191-0/+1
* [rubygems/rubygems] Fix regexp for SymbolHiroshi SHIBATA2023-04-191-1/+1
* [rubygems/rubygems] Don't use PsychHiroshi SHIBATA2023-04-191-3/+2
* [rubygems/rubygems] Added explicitly loading for Gem::SafeYAMLHiroshi SHIBATA2023-04-191-0/+2
* [rubygems/rubygems] We need to convert empty string for nil valueHiroshi SHIBATA2023-04-191-0/+2
* [rubygems/rubygems] Handle Symbol valueHiroshi SHIBATA2023-04-191-1/+3
* [rubygems/rubygems] Handle Symbol key and Interger and Boolean valuesHiroshi SHIBATA2023-04-191-3/+18
* [rubygems/rubygems] Try to use pure-ruby YAML serializer for configurationHiroshi SHIBATA2023-04-191-6/+5
* fix `NameError` messageKoichi Sasada2023-04-192-3/+15
* * remove trailing spaces. [ci skip]git2023-04-191-1/+1
* Refactor `Regexp#match` cache implementation (#7724)TSUYUSATO Kitsune2023-04-194-334/+437
* Adjust indent [ci skip]Nobuyoshi Nakada2023-04-191-10/+10
* Ignore markdown files only commits [ci skip]Nobuyoshi Nakada2023-04-192-0/+4
* * expand tabs. [ci skip]git2023-04-192-9/+9
* Update RJIT to support newarray_sendAaron Patterson2023-04-184-3/+78
* Implement opt_newarray_send in YJITAaron Patterson2023-04-182-2/+60
* updating bindgenAaron Patterson2023-04-181-304/+305
* Emit special instruction for array literal + .(hash|min|max)Aaron Patterson2023-04-189-46/+76
* Return NULL to indicate the next shape isn't foundAaron Patterson2023-04-181-0/+3
* MatchData#named_captures: add optional symbolize_names keyword (#6952)Vladimir Dementyev2023-04-194-4/+49
* YJIT: Fix raw sample stack lengths in exit traces (#7728)John Hawthorn2023-04-183-7/+6
* Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0dependabot[bot]2023-04-181-1/+1
* Update how to subscribe mailing listsKazuhiro NISHIYAMA2023-04-182-8/+8
* Sort by URL [ci skip]Kazuhiro NISHIYAMA2023-04-181-1/+1
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-04-172-5/+5
* YJIT: Fixes failure reported by rails for opt+splat+rest (#7727)Jimmy Miller2023-04-172-1/+15
* YJIT: Spill a caller stack as late as possible (#7726)Takashi Kokubun2023-04-172-11/+12
* * append newline at EOF. [ci skip]Nobuyoshi Nakada2023-04-171-1/+1
* Add spec for `Warning[:performance]`Jean Boussier2023-04-172-0/+15
* Make classes embedded on 32 bitPeter Zhu2023-04-164-33/+2
* Move shape ID to flags for classes on 32 bitPeter Zhu2023-04-164-37/+23
* Change RMODULE_ALLOCATED_BUT_NOT_INITIALIZEDPeter Zhu2023-04-161-1/+1
* Move RCLASS_CLONED to rb_classext_structPeter Zhu2023-04-163-5/+5
* Fix `PLATFORM_GET_INC`Nobuyoshi Nakada2023-04-162-2/+9
* skip if `DidYouMean.formatter=` is not definedKoichi Sasada2023-04-161-2/+2
* Implement ObjectSpace::WeakMap#delete and ObjectSpace::WeakKeyMap#deleteJean Boussier2023-04-155-4/+185
* Fix packed_data.rdocBenoit Daloze2023-04-151-2/+2
* [ruby/reline] Change Reline.add_dialog_proc(name, nil) to properlytomoya ishida2023-04-152-2/+9
* fake.rb should depend on revision.h [ci skip]Nobuyoshi Nakada2023-04-151-1/+1
* Adjust function style [ci skip]Nobuyoshi Nakada2023-04-152-4/+3
* [DOC] Update sample callback of `rb_objspace_each_objects`Nobuyoshi Nakada2023-04-151-8/+10
* * append newline at EOF. [ci skip]git2023-04-151-1/+1
* Add specs for ObjectSpace::WeakKeyMapJean Boussier2023-04-156-1/+163