summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-03-21[ruby/erb] [DOC] Use indented heredocNobuyoshi Nakada
2023-03-21[ruby/reline] Add key bindings for PgUp and PgDnPhillip Hellewell
2023-03-21RJIT: Fix invokesuperTakashi Kokubun
2023-03-19RJIT: Break up RJIT send_iseq_complex exit reasonsTakashi Kokubun
2023-03-19RJIT: Implement ifunc invokeblockTakashi Kokubun
2023-03-19RJIT: Support invokeblock arity mismatchesTakashi Kokubun
2023-03-19RJIT: Fix ISeq invokeblockTakashi Kokubun
2023-03-19RJIT: Disable ISeq invokeblock for nowTakashi Kokubun
2023-03-19RJIT: Implement invokeblock with ISeqTakashi Kokubun
2023-03-19RJIT: Remove an unneeded variableTakashi Kokubun
2023-03-19RJIT: Optimize Kernel#block_given?Takashi Kokubun
2023-03-19RJIT: Optimize Kernel#respond_to?Takashi Kokubun
2023-03-19RJIT: Optimize Array#empty?Takashi Kokubun
2023-03-19RJIT: Optimize String#+@Takashi Kokubun
2023-03-19RJIT: Optimize String#<<Takashi Kokubun
2023-03-18RJIT: Workaround USE_RVARGC=0 CITakashi Kokubun
2023-03-18RJIT: Optimize String#bytesizeTakashi Kokubun
2023-03-18RJIT: Optimize String#empty?Takashi Kokubun
2023-03-18RJIT: Optimize Kernel#instance_of?Takashi Kokubun
2023-03-18RJIT: Optimize Kernel#is_a?Takashi Kokubun
2023-03-18RJIT: Reorder opt_case_dispatch branchesTakashi Kokubun
2023-03-18RJIT: Implement setclassvariableTakashi Kokubun
2023-03-18RJIT: Implement internTakashi Kokubun
2023-03-18RJIT: Fix toregexpTakashi Kokubun
2023-03-18RJIT: Implement toregexpTakashi Kokubun
2023-03-18RJIT: Implement newrangeTakashi Kokubun
2023-03-18RJIT: Implement getglobalTakashi Kokubun
2023-03-18RJIT: Implement checkkeywordTakashi Kokubun
2023-03-18[ruby/reline] Fix: line longer than terminal width breaks renderingtomoya ishida
2023-03-18RJIT: Implement getspecial insnTakashi Kokubun
2023-03-17RJIT: Implement putspecialobject insnTakashi Kokubun
2023-03-17RJIT: Implement throw insnTakashi Kokubun
2023-03-17RJIT: Support --rjit-stats on release build as wellTakashi Kokubun
2023-03-17When running `bundle lock --update <name>`, checkout locked revision of unrel...David Rodríguez
2023-03-17Don´t consider platform specific candidates when `force_ruby_platform` setDavid Rodríguez
2023-03-17Don't ignore pre-releases when there's only one candidateDavid Rodríguez
2023-03-17Normalize git sourcesDavid Rodríguez
2023-03-17util/rubocop -A --only Style/MultipleComparisonHiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/TernaryParenthesesHiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/SymbolArrayHiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/RedundantSelfHiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/SymbolProcHiroshi SHIBATA
2023-03-17util/rubocop -A --only Layout/ParameterAlignmentHiroshi SHIBATA
2023-03-17util/rubocop -A --only Layout/SpaceInsideArrayLiteralBracketsHiroshi SHIBATA
2023-03-17util/rubocop -A --only Layout/DotPositionHiroshi SHIBATA
2023-03-17util/rubocop -A --only Performance/CasecmpHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/RedundantBeginHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/RedundantSortByHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/DoubleNegationHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/IfUnlessModifierOfIfUnlessHiroshi SHIBATA