summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-261-81/+36
* Rework vm_core to use `int first_lineno` struct member.Samuel Williams2022-09-261-2/+2
* Skip struct fields whose output differsTakashi Kokubun2022-09-231-2/+2
* Swap the positions of offsetof and typeTakashi Kokubun2022-09-231-4/+4
* Bindgen immediate types with builtinTakashi Kokubun2022-09-231-1/+15
* Drop c_64 and c_32Takashi Kokubun2022-09-232-963/+0
* Bindgen enum with builtinTakashi Kokubun2022-09-232-16/+0
* Bindgen macro with builtinTakashi Kokubun2022-09-232-20/+0
* Builtin RubyVM::MJIT::CTakashi Kokubun2022-09-232-4/+0
* [ruby/reline] PR changesOtávio Schwanck dos Santos2022-09-221-1/+1
* [ruby/reline] Revert "update version"Otávio Schwanck dos Santos2022-09-221-1/+1
* [ruby/reline] update versionOtávio Schwanck dos Santos2022-09-221-1/+1
* [ruby/reline] fix vi-operator-argOtávio Schwanck dos Santos2022-09-221-1/+1
* [ruby/cgi] Bump up 0.3.3Hiroshi SHIBATA2022-09-221-1/+1
* add rb_execution_contextAaron Patterson2022-09-212-4/+102
* add rb_control_frame_tAaron Patterson2022-09-212-0/+28
* [rubygems/rubygems] Update GitLab CI template with new oneTakuya Noguchi2022-09-221-4/+5
* [ruby/irb] Rewrite on_scan proc to be more readable.tompng2022-09-221-6/+10
* [ruby/irb] Scan every single characters in IRB::Color.scantompng2022-09-221-27/+28
* [ruby/irb] Handle non-String $LOAD_PATH values more carefullyst00122022-09-211-1/+8
* [Bug #19005] dynamic_lookup linker option in external librariesNobuyoshi Nakada2022-09-171-0/+1
* [ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans2022-09-174-5/+19
* [rubygems/rubygems] Mask the file mode when extracting filesKevin Newton2022-09-151-4/+9
* Remove warning for old TLS version connectionNobuyoshi Nakada2022-09-151-33/+1
* [ruby/irb] Fix the error when LC_MESSAGES config value is nilNobuyoshi Nakada2022-09-141-1/+1
* [ruby/irb] Fix history file saving with concurrent irb sessions when history ...Jeremy Evans2022-09-141-2/+2
* [rubygems/rubygems] Deduplicate results just onceDavid Rodríguez2022-09-121-10/+3
* [rubygems/rubygems] Use a single hash to keep track of prereleasesDavid Rodríguez2022-09-121-3/+6
* [rubygems/rubygems] Remove unnecessary sortingDavid Rodríguez2022-09-121-7/+0
* [rubygems/rubygems] Simplify instantiating the gem version promoterDavid Rodríguez2022-09-121-12/+2
* [rubygems/rubygems] Let specs be sorted just once by the gem version promoterDavid Rodríguez2022-09-123-21/+8
* [rubygems/rubygems] This sorting seems unnecessary tooDavid Rodríguez2022-09-122-6/+1
* [rubygems/rubygems] Remove unnecessary spec sortingDavid Rodríguez2022-09-121-1/+1
* MJIT: Use the built-in PACK_MAPTakashi Kokubun2022-09-111-12/+4
* [rubygems/rubygems] Fix resolution on non-musl platformsDavid Rodríguez2022-09-091-1/+1
* More robust macro parser (#6343)Aaron Patterson2022-09-092-6/+6
* [ruby/forwardable] Freeze VERSION and FORWARDABLE_VERSION to improve Ractor-c...rm1552022-09-081-0/+2
* [ruby/ipaddr] Improve Ractor-compliancerm1552022-09-081-2/+2
* Resync Bundler & RubyGemsDavid Rodríguez2022-09-0861-454/+500
* [rubygems/rubygems] Fix: Gem info bug with version flagAntonio Paulino2022-09-071-2/+2
* Fix typoTakashi Kokubun2022-09-061-1/+1
* Update c_32.rbTakashi Kokubun2022-09-061-2/+2
* Run mjit-bindgen againTakashi Kokubun2022-09-062-2/+6
* [ruby/set] Bump version to 1.0.3Hiroshi SHIBATA2022-09-061-1/+1
* [ruby/set] Set version to 1.0.3.dev for fixing rubygems/bundler testsHiroshi SHIBATA2022-09-051-1/+1
* Merge https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c601...Hiroshi SHIBATA2022-09-0550-357/+367
* Ruby MJIT (#6028)Takashi Kokubun2022-09-045-0/+2302
* Attempt to fix test-bundlerTakashi Kokubun2022-09-041-1/+1
* [rubygems/rubygems] Feature: `bundle add` supports `--path` optionMike Dalessio2022-09-055-4/+14
* [rubygems/rubygems] Fix resolution hanging on musl platformsDavid Rodríguez2022-09-052-3/+12