summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-02[PRISM] Enable more passing parsing testsKevin Newton
2024-04-02Remove `rb_imemo_tmpbuf_t` from parseryui-knk
2024-04-02Warn pstore for Ruby 3.5Hiroshi SHIBATA
2024-04-02Update to ruby/spec@573cf97Andrew Konchin
2024-04-02[Feature #20345] Add `--target-rbconfig` option to mkmfYuta Saito
2024-04-02Update bundled gems list at a65d49ce77af76b29ee17ec64c15b7 [ci skip]git
2024-04-02Use Rake 13.2.0Hiroshi SHIBATA
2024-04-02Use fixed version of rake with ostructHiroshi SHIBATA
2024-04-02Warn ostruct for Ruby 3.5Hiroshi SHIBATA
2024-04-02[Feature #20331] Simplify parser warnings for hash keys duplication and when ...yui-knk
2024-04-02Remove VALUE from `struct rb_strterm_struct`yui-knk
2024-04-01[ruby/prism] Replace . with decimal point for strtodKevin Newton
2024-04-01[ruby/prism] Match more error messagesKevin Newton
2024-04-01[ruby/prism] Fix up error messages for empty global variableKevin Newton
2024-04-01[ruby/prism] Match error messages for invalid instance/class variablesKevin Newton
2024-04-01[ruby/prism] Match error message for invalid class/module nameKevin Newton
2024-04-01[ruby/prism] Match error message for invalid class/module definitionKevin Newton
2024-04-01[ruby/prism] Match error message for multiple blocks givenKevin Newton
2024-04-01[ruby/prism] Add better error messages for invalid block-localsKevin Newton
2024-04-01[ruby/prism] Fix up error message for invalid numbered reference aliasKevin Newton
2024-04-01[PRISM] Enable passing pattern matching testsKevin Newton
2024-04-01[ruby/prism] Do not track locals starting with _Kevin Newton
2024-04-01[ruby/prism] Use RubyVM::InstructionSequence instead of Ripper for validity c...Kevin Newton
2024-04-01[ruby/prism] Track duplicate hash keys for pattern matchingKevin Newton
2024-04-01[ruby/prism] Track captures in pattern matching for duplicatesKevin Newton
2024-04-01[ruby/reline] Refactor completiontomoya ishida
2024-04-01[ruby/reline] Align completion menu itemstomoya ishida
2024-04-01[rubygems/rubygems] Improve error message when strict resolution filters out ...David Rodriguez
2024-04-01[rubygems/rubygems] Keep unfiltered versions separatelyDavid Rodriguez
2024-04-01[rubygems/rubygems] No need to check for root package every timeDavid Rodriguez
2024-04-01[rubygems/rubygems] No need for any version prioritization when building errorsDavid Rodriguez
2024-04-01[rubygems/rubygems] Make it look more like BasicPackageSourceDavid Rodriguez
2024-04-01[rubygems/rubygems] Let GemVersionPromoter sort in preferred order directlyDavid Rodriguez
2024-04-01[rubygems/rubygems] Update docsDavid Rodriguez
2024-04-01[rubygems/rubygems] Remove unnecessary filteringDavid Rodriguez
2024-04-01[rubygems/rubygems] No need to sort twice when filling versionsDavid Rodriguez
2024-04-01[rubygems/rubygems] Rename method for clarityDavid Rodriguez
2024-04-01[rubygems/rubygems] Fix typoDavid Rodriguez
2024-04-01Test finalizer is ran in bootstraptestPeter Zhu
2024-04-01add CI matrix for clang-19卜部昌平
2024-04-01Rename the variableNobuyoshi Nakada
2024-04-01Write gzipped data as binaryNobuyoshi Nakada
2024-04-01Use dummy data generated by RubyGemsHiroshi SHIBATA
2024-04-01Remove unnecessary macros and functions for Universal ParserS-H-GAMELINKS
2024-04-01[DOC] Fix scope resolution operator typo in `Process#wait` docsJoshua Young
2024-03-31[ruby/resolv] Add an explicit with_udp_and_tcp helper to test_dns.rbKJ Tsanaktsidis
2024-03-31Document how to run the tests under ASAN now that they pass!KJ Tsanaktsidis
2024-03-31Add missing RB_GC_GUARDs related to DATA_PTRKJ Tsanaktsidis
2024-03-31[rubygems/rubygems] [commands/rebuild] Remove unused DATE_FORMAT constant.Ellen Marie Dash
2024-03-30If we have a shape cache we should use itAaron Patterson