aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/digest] Suppress implicit cast down warningsNobuyoshi Nakada2023-11-091-1/+2
* [Bug #18286] Show checksum of builtin_binary.inc for confirmationNobuyoshi Nakada2023-11-091-0/+1
* [Bug #18286] Make builtin binary if sharable in universal binariesNobuyoshi Nakada2023-11-095-6/+31
* Finer granularity IBF dependendencyNobuyoshi Nakada2023-11-091-3/+17
* Use `uint32_t` instead of `unsigned int` for the exact sizeNobuyoshi Nakada2023-11-091-7/+7
* Revert "Disable iseq-dumped builtin module for universal x86_64/arm64 binaries"Nobuyoshi Nakada2023-11-095-6/+3
* Do not allow test-all to load the bundled gemsYusuke Endoh2023-11-091-8/+1
* Disable iseq-dumped builtin module for universal x86_64/arm64 binariesBen Hamilton2023-11-095-3/+6
* [rubygems/rubygems] Make the `test_build_extensions` more predictableVít Ondruch2023-11-091-24/+27
* [rubygems/rubygems] Use `extension_in_lib` helper instead of custom codeVít Ondruch2023-11-092-38/+33
* [rubygems/rubygems] Fix daily Bundler CIDavid Rodríguez2023-11-091-2/+2
* [rubygems/rubygems] Explicitly pass install-dir when installing system gems i...David Rodríguez2023-11-091-8/+8
* [rubygems/rubygems] No need to let this command failDavid Rodríguez2023-11-091-1/+1
* [rubygems/rubygems] Remove unused logicDavid Rodríguez2023-11-091-3/+1
* [PRISM] Always lookup idERROR_INFO consistently.Matt Valentine-House2023-11-081-9/+1
* [ruby/prism] Provide Parameters#signature for mirroring Method#parametersKevin Newton2023-11-082-3/+140
* [PRISM] Add tests for OptionalKeywordParameterNodeJemma Issroff2023-11-082-0/+23
* [PRISM] Added tests for ForwardingParameterNode, KeywordRestParameterNodeJemma Issroff2023-11-082-2/+16
* [PRISM] Add tests for several parameters nodesJemma Issroff2023-11-082-13/+30
* Add foo.gemspec for failing testPeter Zhu2023-11-081-0/+13
* [ruby/tempfile] Make Tempfile#open return the underlying FileJeremy Evans2023-11-082-0/+9
* YJIT: refactor format_number (#8869)Mau Magnaguagno2023-11-081-5/+4
* YJIT: Disable code GC (#8865)Takashi Kokubun2023-11-085-12/+59
* * remove trailing spaces. [ci skip]git2023-11-081-1/+1
* [ruby/tempfile] Fix Tempfile#{dup,clone}Jeremy Evans2023-11-082-18/+70
* [DOC] RDoc for module Process (#8847)Burdette Lamar2023-11-081-8/+61
* Improve error and memory handlingAdam Hess2023-11-082-5/+28
* fix regex from regex memory corruptionAdam Hess2023-11-081-2/+26
* [rubygems/rubygems] Ensure we are using the same extension dirHan Young2023-11-082-1/+12
* TypedData_Make_Struct0: cast RTYPEDDATA_GET_DATA return pointerJean Boussier2023-11-081-1/+1
* Refactor rb_shape_transition_shape_capa outJean Boussier2023-11-089-110/+59
* Update default gems list at 8cd6c65af13ce1ce5ec1b9bd7b8a12 [ci skip]git2023-11-081-1/+1
* [ruby/stringio] Development of 3.1.0 started.Sutou Kouhei2023-11-081-1/+1
* [ruby/irb] Skip TypeCompletion test in ruby citomoya ishida2023-11-085-0/+9
* Prevent a warning: assigned but unused variable - raised_exceptionYusuke Endoh2023-11-081-1/+1
* Export functions used for builtinsNobuyoshi Nakada2023-11-081-2/+2
* Bump ruby/setup-ruby from 1.159.0 to 1.160.0dependabot[bot]2023-11-074-4/+4
* [ruby/irb] Type based completion using Prism and RBStomoya ishida2023-11-0818-32/+3446
* [ruby/stringio] Add missing row separator encoding conversionSutou Kouhei2023-11-082-22/+49
* Update default gems list at ce8301084f661f8a22b36bc6f7207b [ci skip]git2023-11-081-1/+1
* [ruby/strscan] Bump versionSutou Kouhei2023-11-081-1/+1
* [ruby/fiddle] Remove garbageSutou Kouhei2023-11-081-1/+0
* [ruby/fiddle] Include stdbool.h explicitly for old RubySutou Kouhei2023-11-081-0/+1
* [ruby/fiddle] Use Ruby's true/false for C boolSutou Kouhei2023-11-0810-23/+125
* CI: Change the openssl_fips.cnf.tmpl and openssl_fips.cnf directories.Jun Aruga2023-11-081-19/+0
* [ruby/irb] Fix dancing-ruby Ctrl+C stoptomoya ishida2023-11-081-1/+5
* Escape the target string to be checkedNobuyoshi Nakada2023-11-081-3/+1
* [rubygems/rubygems] Hack to get `Gem::Specification#extensions_dir` documentedDavid Rodríguez2023-11-082-10/+17
* [rubygems/rubygems] Simplify spec wording and implementationDavid Rodríguez2023-11-081-17/+2
* [rubygems/rubygems] Simplify selecting specs with `force_ruby_platform` setDavid Rodríguez2023-11-083-3/+16