summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-12-03[ruby/reline] No need to check `x > 0`ima1zumi
2021-12-03* 2021-12-03 [ci skip]git
2021-12-02Don't clear the constant cache when finishing compactionMatt Valentine-House
2021-12-02[ruby/reline] fix `TerminfoError` -> `Reline::Terminfo::TerminfoError`ima1zumi
2021-12-02[ruby/reline] Rescue if tigetstr(capname) cannot be obtainedima1zumi
2021-12-02Cache downloaded filesNobuyoshi Nakada
2021-12-02update-bundled_gems.rb: Fix typo and version comparisonNobuyoshi Nakada
2021-12-02Define Ripper::Lexer::Elem#to_sNobuyoshi Nakada
2021-12-02[rubygems/rubygems] This warrants a commentDavid Rodríguez
2021-12-02[rubygems/rubygems] Fix gemspec source unlocking also for prereleases like 0....David Rodríguez
2021-12-02[rubygems/rubygems] Fix materialization of locked 0 prereleasesDavid Rodríguez
2021-12-02[MSWin] Stop passing non-numeric string to `exit` commandNobuyoshi Nakada
2021-12-02Deprecate `Lexer::Elem#[]` and `Lexer::State#[]`schneems
2021-12-02Compatibility with IRBschneems
2021-12-02Only iterate Lexer heredoc arraysschneems
2021-12-02~1.10x faster Change Ripper.lex structs to classesschneems
2021-12-02Cast tv_usec to int32_t to fit in tv_nsecYuta Saito
2021-12-02Needs to update revision.h unless existing [ci skip]Nobuyoshi Nakada
2021-12-01Don't call + and < in Integer.times for !FIXNUMJeremy Evans
2021-12-02Ignore to generate the documentation from vendored librariesHiroshi SHIBATA
2021-12-01Rework tracing for blocks running as methodsAlan Wu
2021-12-01Revert "Force disable yjit on OpenBSD"Aaron Patterson
2021-12-01Check that cb / ocb exist before marking executableAaron Patterson
2021-12-01Mark JIT code as writeable / executable depending on the situationAaron Patterson