summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-12YJIT: port call threshold logic from Rust to C for performance (#8628)Maxime Chevalier-Boisvert
2023-10-12Test YJIT on macOS Arm64 GitHub Actions (#8633)Takashi Kokubun
2023-10-12[ruby/irb] Fix test runner exit bugtomoya ishida
2023-10-12[ruby/irb] Decouple RubyLex from prompt and line_notomoya ishida
2023-10-12[Feature #19422] Enable shared by default on macOSNobuyoshi Nakada
2023-10-12Fix `dir_config` cache for -include and -lib optionsNobuyoshi Nakada
2023-10-12Include default values in `dir_config` cache keysNobuyoshi Nakada
2023-10-12Fix unused-function warning for 'ruby_ppoll' [ci skip]Nobuyoshi Nakada
2023-10-12Add benchmarks for Range#reverse_eachKouhei Yanagita
2023-10-12Add Range#reverse_each implementation for performanceKouhei Yanagita
2023-10-12Switch mid dump to dump_append_string_valueJohn Hawthorn
2023-10-12Fix ObjectSpace.dump with super() callinfoJohn Hawthorn
2023-10-12Fix leaked symbols on FreeBSD [ci skip]Nobuyoshi Nakada
2023-10-12[ruby/securerandom] Extract `assert_uuid_v7`Nobuyoshi Nakada
2023-10-12M:N thread scheduler for RactorsKoichi Sasada
2023-10-12Bump ruby/setup-ruby from 1.155.0 to 1.156.0dependabot[bot]
2023-10-11Fix calling exit if irb_context is nilTakashi Kokubun
2023-10-11Specify everything in matrix.includeTakashi Kokubun
2023-10-11Add test_task in the matrix for better labelsTakashi Kokubun
2023-10-11Fix the way to specify extra jobsTakashi Kokubun
2023-10-11Remove redundancy in macOS jobsTakashi Kokubun
2023-10-11Fix Typoαlpha 0x00
2023-10-11[rubygems/rubygems] Avoid excess Arrays when partitioning Gem::Version.canoni...Martin Emde
2023-10-11[lib/rubygems/path_support.rb] Rephrase commentEllen Marie Dash
2023-10-11[rubygems/rubygems] Move "Defaulting to user installation ..." message, so `-...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Update incorrect comments.Ellen Marie Dash
2023-10-11[rubygems/rubygems] Simplify logic for Gem::PathSupport#home, and make GEM_HO...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Call check_that_user_bin_dir_is_in_path ANY time Gem.path...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Split out Gem::PathSupport#default_home_dir to fix "bundl...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Allow test_gem_install_update_options to raise Errno::ACC...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Update tests to match new implementation of falling back ...Ellen Marie Dash
2023-10-11[rubygems/rubygems] [test_gem_install_update_options.rb] Fix linter warnings.Ellen Marie Dash
2023-10-11[rubygems/rubygems] Try a different approach for fallback to --user-install.Ellen Marie Dash
2023-10-11[rubygems/rubygems] If GEM_HOME exists + isn't writable, use --user-install.Ellen Marie Dash
2023-10-11[ruby/prism] Allow Scope nodes to be created for a For loopMatt Valentine-House
2023-10-12`RUBY_DEBUG_LOG` supports `%p` for pidKoichi Sasada
2023-10-11[ruby/prism] Add Node::typeKevin Newton
2023-10-11[ruby/irb] Rename current completor to RegexpCompletor andtomoya ishida
2023-10-11[rubygems/rubygems] Don't delete the release version from pre-release string ...Martin Emde
2023-10-11[ruby/irb] Avoid locking the debug UI to a single threadStan Lo
2023-10-11Adjust indent [ci skip]Nobuyoshi Nakada
2023-10-11Extract NODE_FL_NEWLINE access to macroyui-knk
2023-10-11[flori/json] skip TruffleRubyHiroshi SHIBATA
2023-10-11[flori/json] define_method is also private at Ruby 2.3 and 2.4Hiroshi SHIBATA
2023-10-11[flori/json] remove_method of Module is private at Ruby 2.3 and 2.4Hiroshi SHIBATA
2023-10-11shape.h: Make attr_index_t uint8_tJean Boussier
2023-10-11Update default gems list at 8f6a96e6ada05b2716ee6f441fd246 [ci skip]git
2023-10-11[ruby/psych] Bump up v5.1.1Hiroshi SHIBATA
2023-10-11Skip test_bug_13526 with High SierraHiroshi SHIBATA
2023-10-11Fix error when gems/src is read-onlyKazuhiro NISHIYAMA