summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-12[rubygems/rubygems] Refactor: Wrap filesystem accessFranz Liedke
2023-12-12[rubygems/rubygems] Refactor: Move filesystem access into Definition classFranz Liedke
2023-12-12[rubygems/rubygems] bundle lock: Always touch the lockfileFranz Liedke
2023-12-12Unlock tilt since we no longer support Ruby 2.6David Rodríguez
2023-12-12[rubygems/rubygems] Remove doc not adding much valueDavid Rodríguez
2023-12-12[rubygems/rubygems] Make tests compatible with paths that contain a + charMartin Emde
2023-12-12[rubygems/rubygems] Use StringIO 3.1.0 in tests to work with ruby 3.3.0Martin Emde
2023-12-12[rubygems/rubygems] Improve enabling bundled gems warningsDavid Rodríguez
2023-12-12[rubygems/rubygems] Remove non-transparent requirement added to prerelease gemsDavid Rodríguez
2023-12-12[rubygems/rubygems] Make the "auto-user-install" logic easier to followVít Ondruch
2023-12-12[rubygems/rubygems] Fix installing from source when same bundler version alre...David Rodríguez
2023-12-12[rubygems/rubygems] Extract some common strings to variablesDavid Rodríguez
2023-12-12[rubygems/rubygems] Revert missing extensions patchDavid Rodríguez
2023-12-12[DOC] Update description about shared library suffixNobuyoshi Nakada
2023-12-11Skip a YJIT test on RJITAlan Wu
2023-12-11YJIT: Fix missing arity check for splat calls to methods with optionalsAlan Wu
2023-12-11YJIT: Rename helper function and correct counter nameAlan Wu
2023-12-12Fix NoMethodError on failKazuhiro NISHIYAMA
2023-12-11[rubygems/rubygems] Fewer allocations in gem installationSamuel Giddins
2023-12-12[DOC] Fix RDoc to match actual Kenrel.require behavior (#9180)hogelog
2023-12-11[PRISM] Properly compile MultiTargetNodes within parametersJemma Issroff
2023-12-11[PRISM] Fixed rest in MultiTargetNodesJemma Issroff
2023-12-11[PRISM] Correctly implemented forwarding parameters in methodsJemma Issroff
2023-12-11[PRISM] Restructure parameters on ScopeNodesJemma Issroff
2023-12-11[DOC] Complex doc (#9185)Burdette Lamar
2023-12-12try modified tests.Koichi Sasada
2023-12-11[PRISM] Define and use a pm_add_ensure_iseqJemma Issroff
2023-12-11YJIT: implement call fuzzer script (#9129)Maxime Chevalier-Boisvert
2023-12-11[ruby/prism] Regexp terminator escapesKevin Newton
2023-12-11[ruby/prism] Handle a non-interpolated dsym spanning a heredocKevin Newton
2023-12-11[ruby/prism] Correct escapes when ctrl+meta+escapeKevin Newton
2023-12-11[rubygems/rubygems] Override initialize in bundle rubygems_ext for NameTupleMartin Emde
2023-12-11[ruby/prism] Split up CallNode in target positionKevin Newton
2023-12-11[PRISM] Fix ElseNode within CaseNodeJemma Issroff
2023-12-11Add handling of implicit hash argumentsUfuk Kayserilioglu
2023-12-11[ruby/prism] Fix parsing unterminated empty string `"`TSUYUSATO Kitsune
2023-12-11[ruby/prism] Fix to parse a (endless-)range with binary operatorsTSUYUSATO Kitsune
2023-12-11[rubygems/rubygems] Stream output from ext builds when --verboseDaisuke Aritomo
2023-12-11Use dedicated functions to check terminatorsNobuyoshi Nakada
2023-12-11Update bundled gems list as of 2023-12-10git
2023-12-11docs(compar.c): change class name in exampleHsing-Hui Hsu
2023-12-10[DOC] RDoc for Complex (#9181)Burdette Lamar
2023-12-10Add bright colors and multiple attributes [ci skip]Nobuyoshi Nakada
2023-12-10Extract configuration and lookup methods [ci skip]Nobuyoshi Nakada
2023-12-10add `flags` to `rb_postponed_job_preregister`Koichi Sasada
2023-12-10Change the semantics of rb_postponed_job_registerKJ Tsanaktsidis
2023-12-10Add RUBY_ATOMIC_{PTR_,}FETCH macros for atomic loadsKJ Tsanaktsidis
2023-12-10Move `DOT_WAIT` before including Makefile that is using it [ci skip]Nobuyoshi Nakada
2023-12-10[ruby/irb] Simplify show_source's super calculationStan Lo
2023-12-10[ruby/prism] fix: escape newlineAlex Koval