aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Use rubygems vendored uri from Bundler when availableDavid Rodríguez2024-01-2928-100/+117
* Vendor uri gem in RubyGemsDavid Rodríguez2024-01-2959-180/+4673
* [rubygems/rubygems] Require vendored_uri file in BundlerDavid Rodríguez2024-01-291-1/+1
* [ruby/win32ole] [DOC] Remove spaces inside parenthesesNobuyoshi Nakada2024-01-281-2/+2
* [ruby/win32ole] Move toplevel constant for olegen under `WIN32OLE`Nobuyoshi Nakada2024-01-281-3/+15
* [ruby/win32ole] [DOC] Move sample to toplevelNobuyoshi Nakada2024-01-2810-0/+0
* [ruby/win32ole] Use `end_with?` and fix indentNobuyoshi Nakada2024-01-281-2/+2
* [ruby/win32ole] Use the scoped names in the testsNobuyoshi Nakada2024-01-2821-359/+359
* [ruby/win32ole] Move `WIN32OLE` prefixed error classes under `WIN32OLE`Nobuyoshi Nakada2024-01-282-5/+14
* [ruby/win32ole] Use the scoped names in `inspect` and error messagesNobuyoshi Nakada2024-01-2813-28/+28
* [ruby/win32ole] [DOC] Update class names using the scoped namesNobuyoshi Nakada2024-01-289-342/+353
* [ruby/win32ole] Rename `WIN32OLE::Typelib` as `WIN32OLE::TypeLib`Nobuyoshi Nakada2024-01-281-1/+1
* [ruby/win32ole] Rename `WIN32OLE::VARIANT` as `WIN32OLE::VariantType`Nobuyoshi Nakada2024-01-281-5/+7
* [ruby/reline] Add metadata for rubygems.orgMasato Nakamura2024-01-281-0/+5
* [Bug #20219] `gettable` returns NULL on errorNobuyoshi Nakada2024-01-282-1/+6
* [Bug #20217] `rescue` block is void only if all children are voidNobuyoshi Nakada2024-01-282-0/+28
* [Bug #20217] `return` with `ensure` is a void value expressionNobuyoshi Nakada2024-01-283-4/+21
* [ruby/digest] [DOC] Expand `Digest::SHA2` definitions for RDocNobuyoshi Nakada2024-01-281-12/+30
* [ruby/digest] Prefer `rb_const_get` over `rb_path2class` for direct constantsNobuyoshi Nakada2024-01-285-11/+10
* [ruby/digest] [DOC] Add .documentNobuyoshi Nakada2024-01-281-0/+3
* Provisionally ignore panics that happen in these days often [ci skip]Nobuyoshi Nakada2024-01-282-0/+2
* Extract continue-on-error condition to the matrix [ci skip]Nobuyoshi Nakada2024-01-282-1/+3
* Rename `nd_head` in `RNode_RESBODY` as `nd_next`Nobuyoshi Nakada2024-01-285-9/+9
* Remove unused `nd_resq` from `RNode_ENSURE`Nobuyoshi Nakada2024-01-282-3/+1
* [ruby/prism] Handle implicit rest in array pattern for parser gemKevin Newton2024-01-281-8/+20
* Remove expandarray/splatarray sequence peephole optimizationJeremy Evans2024-01-271-1/+0
* Eliminate 1-2 array allocations for each splat used in a masgn methodJeremy Evans2024-01-271-2/+22
* Eliminate 1-2 array allocations for each splat used in a op_asgn methodJeremy Evans2024-01-271-8/+24
* [ruby/prism] Add parser translationKevin Newton2024-01-2710-5/+2516
* Reduce array allocations for literal arrays with splats and other argsJeremy Evans2024-01-271-25/+12
* [ruby/prism] Error follow-upKevin Newton2024-01-276-263/+295
* [ruby/prism] Call #inspect on diagnostic levelsBenoit Daloze2024-01-271-2/+2
* Optimize compilation of large literal arraysJeremy Evans2024-01-272-13/+33
* [rubygems/rubygems] Bump Ruby version to be used in `bundle gem` templateMasato Ohba2024-01-271-1/+1
* [ruby/prism] Bring back #arg_rest localKevin Newton2024-01-271-1/+15
* Introduce `NODE_ENCODING`S.H2024-01-277-3/+63
* bvar is not NODE but IDyui-knk2024-01-271-1/+1
* Lrama v0.6.2yui-knk2024-01-2722-784/+666
* [PRISM] Fix branchif ADD_INSN1Kevin Newton2024-01-261-1/+1
* [ruby/prism] Add level to warnings and errors to categorize themBenoit Daloze2024-01-267-233/+324
* [ruby/prism] Symbol encoding follow-upKevin Newton2024-01-264-57/+53
* [PRISM] Fix loop in rescue blocksPeter Zhu2024-01-262-6/+36
* [PRISM] Fix for s390xPeter Zhu2024-01-262-12/+11
* [ruby/prism] Track whether a Symbol should have its encoding changed from the...Kevin Menard2024-01-26148-618/+777
* [PRISM] Keyword arguments incorrectly passed as mutablePeter Zhu2024-01-262-1/+10
* [ruby/prism] Update src/prism.cKevin Newton2024-01-261-2/+1
* [ruby/prism] Fix multiple assigns with newlinesHaldun Bayhantopcu2024-01-263-38/+69
* [ruby/prism] Add testsHaldun Bayhantopcu2024-01-262-18/+70
* [ruby/prism] Fix parsing calls with labelsHaldun Bayhantopcu2024-01-261-1/+6
* [ruby/prism] Change binding power for modifiers in case-in nodesMax Prokopiev2024-01-263-24/+98