summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-09-29[rubygems/rubygems] Refine error message to check the push URL instead of jus...Jenny Shen
2022-09-29[rubygems/rubygems] Surface entire redirect uri in permanent redirectionsJenny Shen
2022-09-29[rubygems/rubygems] Add error message when api response is a permanent redirectJenny Shen
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-28[ruby/net-http] Remove ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFEJeremy Evans
2022-09-28[rubygems/rubygems] fix: Gem::Platform.match handles String argument properlyMike Dalessio
2022-09-28[ruby/timeout] Explicit add the timeout thread to default ThreadGroupLars Kanis
2022-09-27syntax_suggest moved under the ruby organization from zombocomHiroshi SHIBATA
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Rework vm_core to use `int first_lineno` struct member.Samuel Williams
2022-09-23Skip struct fields whose output differsTakashi Kokubun
2022-09-23Swap the positions of offsetof and typeTakashi Kokubun
2022-09-23Bindgen immediate types with builtinTakashi Kokubun
2022-09-23Drop c_64 and c_32Takashi Kokubun
2022-09-23Bindgen enum with builtinTakashi Kokubun
2022-09-23Bindgen macro with builtinTakashi Kokubun
2022-09-23Builtin RubyVM::MJIT::CTakashi Kokubun
2022-09-22[ruby/reline] PR changesOtávio Schwanck dos Santos
2022-09-22[ruby/reline] Revert "update version"Otávio Schwanck dos Santos
2022-09-22[ruby/reline] update versionOtávio Schwanck dos Santos
2022-09-22[ruby/reline] fix vi-operator-argOtávio Schwanck dos Santos
2022-09-22[ruby/cgi] Bump up 0.3.3Hiroshi SHIBATA
2022-09-21add rb_execution_contextAaron Patterson
2022-09-21add rb_control_frame_tAaron Patterson
2022-09-22[rubygems/rubygems] Update GitLab CI template with new oneTakuya Noguchi
2022-09-22[ruby/irb] Rewrite on_scan proc to be more readable.tompng
2022-09-22[ruby/irb] Scan every single characters in IRB::Color.scantompng
2022-09-21[ruby/irb] Handle non-String $LOAD_PATH values more carefullyst0012
2022-09-17[Bug #19005] dynamic_lookup linker option in external librariesNobuyoshi Nakada
2022-09-17[ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans
2022-09-15[rubygems/rubygems] Mask the file mode when extracting filesKevin Newton
2022-09-15Remove warning for old TLS version connectionNobuyoshi Nakada
2022-09-14[ruby/irb] Fix the error when LC_MESSAGES config value is nilNobuyoshi Nakada
2022-09-14[ruby/irb] Fix history file saving with concurrent irb sessions when history ...Jeremy Evans
2022-09-12[rubygems/rubygems] Deduplicate results just onceDavid Rodríguez
2022-09-12[rubygems/rubygems] Use a single hash to keep track of prereleasesDavid Rodríguez
2022-09-12[rubygems/rubygems] Remove unnecessary sortingDavid Rodríguez
2022-09-12[rubygems/rubygems] Simplify instantiating the gem version promoterDavid Rodríguez
2022-09-12[rubygems/rubygems] Let specs be sorted just once by the gem version promoterDavid Rodríguez
2022-09-12[rubygems/rubygems] This sorting seems unnecessary tooDavid Rodríguez
2022-09-12[rubygems/rubygems] Remove unnecessary spec sortingDavid Rodríguez
2022-09-11MJIT: Use the built-in PACK_MAPTakashi Kokubun
2022-09-09[rubygems/rubygems] Fix resolution on non-musl platformsDavid Rodríguez
2022-09-09More robust macro parser (#6343)Aaron Patterson
2022-09-08[ruby/forwardable] Freeze VERSION and FORWARDABLE_VERSION to improve Ractor-c...rm155
2022-09-08[ruby/ipaddr] Improve Ractor-compliancerm155
2022-09-08Resync Bundler & RubyGemsDavid Rodríguez
2022-09-07[rubygems/rubygems] Fix: Gem info bug with version flagAntonio Paulino
2022-09-06Fix typoTakashi Kokubun