aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* YJIT: shrink `Context` down to 15 bytes (#8911)Maxime Chevalier-Boisvert2023-11-131-20/+95
* test: Check file name in test_thread_add_trace_func alsoYuta Saito2023-11-141-10/+10
* [rubygems/rubygems] TruffleRuby uses a bash prelude in default launchersBenoit Daloze2023-11-131-1/+2
* [ruby/prism] Add tests for error cases on #1791, #1807, and #1810TSUYUSATO Kitsune2023-11-131-0/+33
* [ruby/reline] Fallback to 256color if COLORTERM != truecolortomoya ishida2023-11-133-4/+108
* [rubygems/rubygems] Make sure to `require "rubygems"` explicitlyNobuyoshi Nakada2023-11-133-6/+17
* [wasm] allocate Asyncify setjmp buffer in heapYuta Saito2023-11-133-5/+62
* Revert "Wrap rb_objspace_reachable_objects_from_root with RB_VM_LOCK"Jean Boussier2023-11-131-16/+12
* Revert "Fix crash caused by concurrent ObjectSpace.dump_all calls"Jean Boussier2023-11-132-13/+1
* GVL Instrumentation: pass thread->self as part of event dataJean Boussier2023-11-135-14/+45
* [DOC] Close a tagNobuyoshi Nakada2023-11-131-1/+1
* [DOC] Fix Timezone Objects descriptionNobuyoshi Nakada2023-11-131-7/+1
* make-snapshot: update RUBY_PATCHLEVEL_STR regexpSorah Fukumori2023-11-131-1/+1
* [rubygems/rubygems] Explicitly define `@default_specifications_dir` for testsVít Ondruch2023-11-131-1/+1
* [rubygems/rubygems] Provide more insightful test error outputVít Ondruch2023-11-131-1/+1
* [rubygems/rubygems] Add a warning in an edge case of using `gemspec` DSLDavid Rodríguez2023-11-132-18/+77
* [rubygems/rubygems] This can be frozen nowDavid Rodríguez2023-11-131-2/+2
* [rubygems/rubygems] Remove now unnecessary dupsDavid Rodríguez2023-11-138-12/+8
* [rubygems/rubygems] Remove now unnecessary dupDavid Rodríguez2023-11-131-1/+1
* [rubygems/rubygems] Add a note about `required_rubygems_version` in BundlerDavid Rodríguez2023-11-131-1/+3
* [rubygems/rubygems] Let RuboCop target Ruby 3.0David Rodríguez2023-11-1317-32/+32
* [rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in BundlerDavid Rodríguez2023-11-1324-106/+35
* [rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in RubyGemsDavid Rodríguez2023-11-1324-90/+37
* [rubygems/rubygems] Automatically lock extra ruby platformsDavid Rodríguez2023-11-138-44/+216
* [rubygems/rubygems] Refactor platform test helpersDavid Rodriguez2023-11-134-9/+14
* [rubygems/rubygems] Extract builder to create a `LazySpecification` from full...David Rodríguez2023-11-132-4/+9
* [rubygems/rubygems] Extract a new small platform helperDavid Rodríguez2023-11-133-2/+7
* [rubygems/rubygems] Remove unused `SpecSet#merge`David Rodríguez2023-11-132-28/+0
* [rubygems/rubygems] Pass source to `LazySpecification` initializerDavid Rodríguez2023-11-131-2/+1
* [rubygems/rubygems] Allow setting metadata on LazySpecificationDavid Rodríguez2023-11-133-5/+5
* [rubygems/rubygems] Set LazySpecification dependencies directlyDavid Rodríguez2023-11-132-3/+3
* [rubygems/rubygems] Report possible error prior checking output of gem uninstallVít Ondruch2023-11-131-0/+2
* Fix crash caused by concurrent ObjectSpace.dump_all callsKJ Tsanaktsidis2023-11-122-1/+13
* Wrap rb_objspace_reachable_objects_from_root with RB_VM_LOCKKJ Tsanaktsidis2023-11-121-12/+16
* Just check if iteration level is non-zerov3_3_0_preview3Nobuyoshi Nakada2023-11-121-23/+16
* Refactor hash iteration levelNobuyoshi Nakada2023-11-121-23/+31
* [ruby/prism] Add the ability to convert nodes to dotKevin Newton2023-11-125-0/+190
* [ruby/prism] Reject invalid rational literals like `1e1r` on lexingTSUYUSATO Kitsune2023-11-123-33/+46
* [ruby/prism] Implement JavaScript visitorsMarco Roth2023-11-111-0/+1
* [ruby/prism] Introduce non-associativility to `in` and `=>`TSUYUSATO Kitsune2023-11-117-129/+270
* [DOC] Update comment for `DECIMAL_SIZE_OF_BITS`Nobuyoshi Nakada2023-11-111-1/+3
* [Bug #19969] Compact st_table after deleted if possibleNobuyoshi Nakada2023-11-113-11/+57
* Stabilize outer variable listNobuyoshi Nakada2023-11-111-10/+43
* RCLASS_EXT is never NULL nowNobuyoshi Nakada2023-11-111-19/+17
* [DOC] RubyVM::YJIT doc improvementsAlan Wu2023-11-101-25/+25
* [DOC] NEWS.md update about code GCAlan Wu2023-11-101-3/+4
* YJIT: Fix `clippy::useless_vec` in a testAlan Wu2023-11-101-1/+1
* YJIT: Take cargo --fix for unnecessary calls to into()Alan Wu2023-11-102-9/+9
* YJIT: Auto fix for clippy::unnecessary_castAlan Wu2023-11-102-3/+3
* YJIT: Auto fix for clippy::clone_on_copyAlan Wu2023-11-103-21/+21