summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-06[rubygems/rubygems] LOAD_PATH is already reset globallyDavid Rodríguez
2021-12-06[rubygems/rubygems] Remove unneded setupDavid Rodríguez
2021-12-05Make `leaf` const in VM generatorAlan Wu
2021-12-06* 2021-12-06 [ci skip]git
2021-12-05YJIT: Initialize code buffer with PUSH DSAlan Wu
2021-12-05[ruby/securerandom] Remove no longer used helper methodsNobuyoshi Nakada
2021-12-05Update stdlib versions [ci skip]Kazuhiro NISHIYAMA
2021-12-05Sort URLs by issue numbers [ci skip]Kazuhiro NISHIYAMA
2021-12-05More indentation in NEWS.md [ci skip]Nobuyoshi Nakada
2021-12-05Fix wrong indentation in NEWS.md [ci skip]Junichi Ito
2021-12-05Do not use `fcopyfile` if appending to non-empty file [Bug #18388]Nobuyoshi Nakada
2021-12-05[rubygems/rubygems] Don't write outside of destdir when regenerating pluginsDavid Rodríguez
2021-12-05[rubygems/rubygems] Don't write outside of destdir when installing default bu...David Rodríguez
2021-12-05[rubygems/rubygems] Fold a line that got out of handDavid Rodríguez
2021-12-05[rubygems/rubygems] Fix binstubs and plugins regeneration with `--destdir` is...David Rodríguez
2021-12-04README.md: Fix link to platform maintainers listAlan Wu
2021-12-05* 2021-12-05 [ci skip]git
2021-12-04YJIT: Enable out of memory testsAlan Wu
2021-12-04Remove unversioned phony target for pkgconfig file [Bug #18374]Nobuyoshi Nakada
2021-12-04Fix circular dependencies specific to in-place build [Bug #18374]Nobuyoshi Nakada
2021-12-04Turn nd_type_p into an inline functionNobuyoshi Nakada
2021-12-03YJIT: Bounds check every byte in the assemblerAlan Wu
2021-12-03NEWS for [GH-#5146] [ci skip] (#5210)John Hawthorn
2021-12-04[rubygems/rubygems] Let original EACCES error be raisedDavid Rodríguez
2021-12-03YJIT: Add ivar counter exitseileencodes
2021-12-03Fix link (#5208)Burdette Lamar
2021-12-03Refactor GC functions to have consistent namingPeter Zhu
2021-12-04* 2021-12-04 [ci skip]git
2021-12-04Add `nd_type_p` macroS.H
2021-12-03Adding links to literals and Kernel (#5192)Burdette Lamar
2021-12-03TestClass#test_subclass_gc reduce the number of iteration by 10xJean Boussier
2021-12-03[rubygems/rubygems] Don't unnecessarily loop twice through dependenciesDavid Rodríguez
2021-12-03[rubygems/rubygems] Improve source gemfile/lockfile equivalence checksDavid Rodríguez
2021-12-03[rubygems/rubygems] Improve sources representationDavid Rodríguez
2021-12-03[rubygems/rubygems] Don't overwrite locked dependency sources too earlyDavid Rodríguez
2021-12-03[rubygems/rubygems] Fix incorrect order in changed sources messageDavid Rodríguez
2021-12-03[rubygems/rubygems] Remove unnecessary codeDavid Rodríguez
2021-12-03[rubygems/rubygems] Reuse `locked_dependencies` helperDavid Rodríguez
2021-12-03[rubygems/rubygems] Reformat for consistency with the above lineDavid Rodríguez
2021-12-03[rubygems/rubygems] Remove unnecessary nil checksDavid Rodríguez
2021-12-03Add tests of string argument to Time.atNobuyoshi Nakada
2021-12-03Update bundled_gems at 2021-12-03git
2021-12-03[DOC] Fix Time.new description [ci skip]Nobuyoshi Nakada
2021-12-02Lazily create singletons on instance_{exec,eval} (#5146)John Hawthorn
2021-12-03[rubygems/rubygems] Move required_ruby_version gemspec attribute to recommend...Josef Šimánek
2021-12-02[Bug #18382] Fix crash in compaction for ObjectSpace.trace_object_allocationsPeter Zhu
2021-12-02YJIT: Fix side-exit typo in comments [ci skip]Adam Hess
2021-12-03[ruby/irb] Examine indentation of in keyword when trying to type includeKaíque Kandy Koga
2021-12-03[ruby/irb] Add Alt+d keycode when convert-meta isn't usedima1zumi
2021-12-03[ruby/irb] Fix bug infinite loop when pasting multilines fo code in Ruby 2.6manga_osyo