summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-13[ruby/prism] Use create_unescaped functions for empty heredocsKevin Newton
2023-10-13[ruby/prism] Use current_string for x string escape sequencesKevin Newton
2023-10-13[ruby/prism] Use token buffer for string lexingKevin Newton
2023-10-13[ruby/prism] Extract out a couple more token buffer functionsKevin Newton
2023-10-13[ruby/prism] Capture the token buffer logic into its own struct and functionsKevin Newton
2023-10-13[ruby/prism] Use current_string to handle escapes in string literalsKevin Newton
2023-10-13[ruby/prism] Use current_string to handle %IKevin Newton
2023-10-13[ruby/prism] Use current_string for handling %W listsKevin Newton
2023-10-13[ruby/prism] Extract out string handling for %W listsKevin Newton
2023-10-13[ruby/prism] Use current_string to handle %i escapesKevin Newton
2023-10-13[ruby/prism] Use current_string to handle %w escapesKevin Newton
2023-10-13[ruby/prism] Strip out old char unescapingKevin Newton
2023-10-13[ruby/prism] Handle remaining escape sequences for character literalsKevin Newton
2023-10-13[ruby/prism] Track current_string to pass forward for character literalsKevin Newton
2023-10-13[ruby/prism] Skip tests that are currently failingKevin Newton
2023-10-13[ruby/prism] Fix escaped 8 and escaped 9Kevin Newton
2023-10-13[ruby/prism] More thoroughly test unescapesKevin Newton
2023-10-13[PRISM] Add --dump=prism mode (#8643)Jemma Issroff
2023-10-13[PRISM] Compile fixes (#8644)Jemma Issroff
2023-10-13Ignore the failures of CodeQLTakashi Kokubun
2023-10-14disable MN schedulers for some platformsKoichi Sasada
2023-10-13YJIT: Fallback opt_getconstant_path for const_missing (#8623)Takashi Kokubun
2023-10-13YJIT: Fix argument clobbering in some block_arg+rest_param calls (#8647)Alan Wu
2023-10-13Only ruby/ruby repository runs on macos-arm-oss [ci skip]Nobuyoshi Nakada
2023-10-13Ignore duplicated warning with native extensionHiroshi SHIBATA
2023-10-13Fix wrong gem nameHiroshi SHIBATA
2023-10-13Ignore warning on LoadError when running under BundlerHiroshi SHIBATA
2023-10-13Added recovery instructions for RubyGemsHiroshi SHIBATA
2023-10-13Surpressing double warningsHiroshi SHIBATA
2023-10-13Warn only LoadError without Bundler environmentHiroshi SHIBATA
2023-10-13Removed examples for warning bundled gemsHiroshi SHIBATA
2023-10-13Move additional warnings for Gem author under Gem::BUNDLED_GEMS.Hiroshi SHIBATA
2023-10-13Move path normalization into Gem from Bundler classHiroshi SHIBATA
2023-10-13Dont't handle inline GemfileHiroshi SHIBATA
2023-10-13Use Gem::BUNDLED_GEMS.warning? at Bundler.setupHiroshi SHIBATA
2023-10-13use `uint32_t` instead of `__uint32_t`Koichi Sasada
2023-10-13Remove paths-ignore from required status checks (#8646)Takashi Kokubun
2023-10-13fix `native_thread_destroy()` timingKoichi Sasada
2023-10-13[Bug #19919] Warn class variable assignment and constant declaration in condi...yui-knk
2023-10-12Avoid duplicating a --repeat-count=2 jobTakashi Kokubun
2023-10-12Update default gems list at 3aba21511b37723b5212e44429f5e8 [ci skip]git
2023-10-12[ruby/irb] Bump version to 1.8.2Stan Lo
2023-10-13Use `lex_eol` macrosNobuyoshi Nakada
2023-10-13[Bug #19924] Source code should be unsigned char streamNobuyoshi Nakada
2023-10-13disable MN scheduler on !`USE_MN_THREADS`Koichi Sasada
2023-10-12[ruby/irb] Fix require path completion disturbing string methodtomoya ishida
2023-10-13Use `sysconf()` to get PAGE_SIZEKoichi Sasada
2023-10-12[ruby/prism] Fix parsing symbols in strings after labelsHaldun Bayhantopcu
2023-10-12[ruby/prism] Increase the depth for the For node index variableMatt Valentine-House
2023-10-13describe the assumption for Range#overlap?.Tanaka Akira