summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-26[Bug #20296] Fix the default assertion messageNobuyoshi Nakada
2024-02-26Introduction of Happy Eyeballs Version 2 (RFC8305) in Socket.tcp (#9374)Misaki Shioi
2024-02-25Bump capstone from 0.11.0 to 0.12.0 in /yjit (#10094)dependabot[bot]
2024-02-26[Bug #20296] Refine the testNobuyoshi Nakada
2024-02-26[Bug #20296] Clear errinfo when `exception: false`Nobuyoshi Nakada
2024-02-25Bump github/codeql-action from 3.24.4 to 3.24.5dependabot[bot]
2024-02-25[ruby/irb] Add help messages to `show_source` and `show_doc`Stan Lo
2024-02-25[ruby/irb] Refactor IRB::Context#promptingStan Lo
2024-02-25Exclude `.mailmap` from snapshots [ci skip]Nobuyoshi Nakada
2024-02-25Add `.mailmap` file to map SVN IDs [ci skip]Nobuyoshi Nakada
2024-02-25[ruby/tmpdir] [DOC] `require` inside each method on DirAdam Daniels
2024-02-25[ruby/tmpdir] Use `IO.popen` to list filesNobuyoshi Nakada
2024-02-25Update default gems list at 2c1b7bc51c335d85da994c87dfb37c [ci skip]git
2024-02-25[ruby/reline] Bump version to v0.4.3Stan Lo
2024-02-25[ruby/reline] Use gray and white as the default dialog themeStan Lo
2024-02-25[ruby/tmpdir] Update gemspec according to the recent bundler templateNobuyoshi Nakada
2024-02-25[ruby/resolv] Simplify adding new entriesNobuyoshi Nakada
2024-02-25[ruby/resolv] Treat hostname as same as aliasesNobuyoshi Nakada
2024-02-25Launchable: Fix the warning of pipNaoto Ono
2024-02-23Assert running_iseq before using itTakashi Kokubun
2024-02-24[ruby/prism] Rebase against mainKevin Newton
2024-02-24[ruby/prism] Less code modifications. More steep:ignore for nowGopal Patel
2024-02-24[ruby/prism] Replace awkward code changes with steep:ignoreGopal Patel
2024-02-24[ruby/prism] Add documentation for Location#source!Gopal Patel
2024-02-24[ruby/prism] Relax Location#source to be optionalGopal Patel
2024-02-24[ruby/prism] Make rake check_annotations verify public RBSGopal Patel
2024-02-24[ruby/prism] Fix my RipperCompat logic mistake from expansion for steep flow ...Gopal Patel
2024-02-24[ruby/prism] Remove Ripper from public RBS, type-assert remaining issuesGopal Patel
2024-02-24[ruby/prism] Split private typesGopal Patel
2024-02-24[ruby/prism] wip: node unionsGopal Patel
2024-02-24[ruby/prism] Fix IgnoredNewlineToken comparison of Ripper::Lexer::StateGopal Patel
2024-02-24[ruby/prism] Use steep to type check RBS and Ruby filesGopal Patel
2024-02-23[PRISM] Sync to latest prismKevin Newton
2024-02-23[DOC] Fix a typoTakashi Kokubun
2024-02-23Update common.mkPeter Zhu
2024-02-23[ruby/prism] Convert pm_integer_t to stringsKevin Newton
2024-02-23[DOC] Doc for command line options (#10059)Burdette Lamar
2024-02-23[ruby/prism] Add some encoding debugging to make testing easierKevin Newton
2024-02-23Stop using rb_str_locktmp_ensure publiclyPeter Zhu
2024-02-23YJIT: Lazily push a frame for specialized C funcs (#10080)Takashi Kokubun
2024-02-23[Bug #20234] Fix segv when parsing begin statement in method definitioneileencodes
2024-02-23Stop using rb_fstring publiclyPeter Zhu
2024-02-23Use rb_str_to_interned_str in parse.yPeter Zhu
2024-02-23[PRISM] Use new static literal comparisonsKevin Newton
2024-02-23[ruby/prism] Factor in sign to integer comparisonKevin Newton
2024-02-23[ruby/prism] Refactor pm_node_list_insert to use a binary searchKevin Newton
2024-02-23[ruby/prism] Duplicated when clausesKevin Newton
2024-02-23[ruby/prism] Duplicated hash keysKevin Newton
2024-02-23[ruby/ipaddr] Prefer String#start_with? over Regexp.matchAkira Matsuda
2024-02-23[ruby/ipaddr] String#split seems to be faster than capturing digits with RegexpAkira Matsuda