aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/prism] Remove extra locals added by ...Kevin Newton2023-11-1013-37/+30
* [ruby/prism] Disallow forwarding in blocksKevin Newton2023-11-104-13/+22
* [ruby/prism] Add source code and changelog urisMateus Pereira2023-11-101-0/+2
* Update default gems list at 8044feb7ab75989d5c8bd40131801e [ci skip]git2023-11-101-1/+1
* [ruby/irb] Bump version to 1.9.0ima1zumi2023-11-101-2/+2
* [ci skip] Fix indentation in rb_class_ivar_setPeter Zhu2023-11-101-1/+1
* [ruby/open3] [DOC] RDoc for Open3Burdette Lamar2023-11-101-43/+87
* YJIT: Panic with more info when global invalidation patching failsAlan Wu2023-11-101-1/+3
* YJIT: Invoke PosMarker callbacks only with solid positionsAlan Wu2023-11-103-6/+58
* Revert "Remove SHAPE_CAPACITY_CHANGE shapes"Peter Zhu2023-11-107-13/+60
* Embed Backtrace objectsJean Boussier2023-11-101-11/+10
* rb_data_free: Fix freeing embedded TypedDataJean Boussier2023-11-101-4/+4
* Embed Backtrace::Location objectsJean Boussier2023-11-101-4/+3
* YJIT: Fix comment typos [ci skip]Edwin Garcia2023-11-101-2/+2
* .travis.yml: Run arm64 without allow_failiures.Jun Aruga2023-11-101-6/+6
* Update default gems list at cdd6127c823fbda8dd5ff5b1b4243d [ci skip]git2023-11-101-1/+1
* [ruby/io-console] bump up to 0.6.1.dev.1Nobuyoshi Nakada2023-11-101-1/+1
* [ruby/io-console] Include FFI version version.rbNobuyoshi Nakada2023-11-101-0/+1
* [ruby/io-console] Define IO::ConsoleMode::VERSION from gemspecNobuyoshi Nakada2023-11-102-0/+7
* [ruby/io-console] Update file list in gemspecNobuyoshi Nakada2023-11-101-8/+8
* NEWS entry for M:N thread scheduler.Koichi Sasada2023-11-081-0/+31
* NEWS entry for new TracePoint event `rescue`Koichi Sasada2023-11-081-0/+7
* Tests of irb is still broken.Hiroshi SHIBATA2023-11-105-0/+9
* [ruby/irb] Revert "Skip TypeCompletion test in ruby ciHiroshi SHIBATA2023-11-105-9/+0
* Update checkoutJuanjo Bazán2023-11-101-1/+1
* Add "Optimization" section to regexp.rdoc (#8849)Hiroya Fujinami2023-11-101-0/+27
* Update files under .github other than workflowsNobuyoshi Nakada2023-11-091-1/+1
* Remove SHAPE_CAPACITY_CHANGE shapesPeter Zhu2023-11-097-60/+13
* [ruby/irb] Add command line option to select which completor to usetomoya ishida2023-11-095-0/+33
* [PRISM] Implement compilation for ForwardingArgumentssNodeJemma Issroff2023-11-092-0/+28
* String#force_encoding don't clear coderange if encoding is unchangedJean Boussier2023-11-093-2/+19
* .travis.yml: Add arm64 case.Jun Aruga2023-11-091-3/+3
* IO#read always check the provided buffer is mutableJean Boussier2023-11-092-1/+28
* Range check in pm_constant_id_lookupNobuyoshi Nakada2023-11-091-0/+3
* Remove useless castsNobuyoshi Nakada2023-11-091-2/+2
* [ruby/prism] Reset do_loop_stack around a body of a endless method definitionTSUYUSATO Kitsune2023-11-093-42/+83
* [DOC] Fix typosNobuyoshi Nakada2023-11-091-2/+2