summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-08[ruby/openssl] Rename LICENSE.txt to COPYINGKazuki Yamaguchi
2024-06-08[ruby/openssl] openssl.gemspec: add BSD-2-Clause to the list of licensesKazuki Yamaguchi
2024-06-08[ruby/openssl] Add X509::Certificate#tbs_bytesSamuel Giddins
2024-06-08ripper: Unify formal argument error handlingNobuyoshi Nakada
2024-06-08ripper: Unify backref error handlingNobuyoshi Nakada
2024-06-08ripper: Introduce `RIPPER_ID` macro instead of `ripper_id_` macrosNobuyoshi Nakada
2024-06-08[ruby/digest] [DOC] Update document to use `rb_digest_make_metadata`Nobuyoshi Nakada
2024-06-08[ruby/digest] Use typed data in digestNobuyoshi Nakada
2024-06-07YJIT: implement cache for recently encoded/decoded contexts (#10938)Maxime Chevalier-Boisvert
2024-06-07YJIT: implement variable-length context encoding scheme (#10888)Maxime Chevalier-Boisvert
2024-06-07Update default gems list at c90b5303a2fff58eddd7b87a06262a [ci skip]git
2024-06-07Sync prism version to latestKevin Newton
2024-06-07[ruby/prism] Handle chomped bytesize with lines without newlinesKevin Newton
2024-06-07[ruby/prism] Document that nested heredocs are not properly parsed for parserKevin Newton
2024-06-07[ruby/prism] Ensure inner heredoc nodes have the correct locationKevin Newton
2024-06-07[ruby/prism] Use correct newlines for heredoc inner linesKevin Newton
2024-06-07Remove prism compiler warningKevin Newton
2024-06-07Don't use SEGV signal when timeout in test_gc_compactPeter Zhu
2024-06-07TestRequire#test_loading_fifo_threading_success: Extend the timeout limitYusuke Endoh
2024-06-07TestRegexp#test_match_cache_positive_look_behind: Extend the timeout limitYusuke Endoh
2024-06-07TestRegexp#test_timeout_shorter_than_global: Extend the timeout limitYusuke Endoh
2024-06-07TestRequire#test_loading_fifo_fd_leak: Extend the timeout limitYusuke Endoh
2024-06-07TestGc#test_thrashing_for_young_objects: extend the timeout limitYusuke Endoh
2024-06-07TestRegexp#test_s_timeout: accept timeout errors more tolerantlyYusuke Endoh
2024-06-07[ruby/error_highlight] Trim trailing spaces in base.rbKevin Newton
2024-06-07[ruby/error_highlight] Support for the prism compilerKevin Newton
2024-06-07Extend timeout of TestGCCompect#test_moving_objects_between_size_poolsYusuke Endoh
2024-06-07[DOC] document line continuation.Tanaka Akira
2024-06-07Stop core upload on macOSYusuke Endoh
2024-06-07Upload only from ruby/rubyYusuke Endoh
2024-06-07Fix the command-line arguments for tar compressYusuke Endoh
2024-06-07Set `ulimit -c unlimited` for `make test-all` in macOSYusuke Endoh
2024-06-07Balance block braces with `#if`Nobuyoshi Nakada
2024-06-07Enclose in ruby_version_is blocksNobuyoshi Nakada
2024-06-07Remove the old untyped Data API in spec/rubyNobuyoshi Nakada
2024-06-07[Bug #20397] Removed obsoleted section about nkfHiroshi SHIBATA
2024-06-07Bundle rbs-3.5 (#10929)Soutaro Matsumoto
2024-06-07ripper: Fix excess `compile_error` at simple backref op_asgnNobuyoshi Nakada
2024-06-07Do not try random devices immediately twiceNobuyoshi Nakada
2024-06-07win32: Allocate the wrapper for crypt provider handle firstNobuyoshi Nakada
2024-06-07Cast `RUBY_ATOMIC_PTR_CAS` argumentsNobuyoshi Nakada
2024-06-06Disable __builtin_setjmp usage on linux-aarch64Jeremy Evans
2024-06-06remove unused variableAaron Patterson
2024-06-06Fix Module#define_method to change visibility when passed existing method bodyJeremy Evans
2024-06-06remove debug outputAaron Patterson
2024-06-06Remove circular parameter syntax errorKevin Newton
2024-06-06[rubygems/rubygems] Fix printing requirement based spec filtersDavid Rodríguez
2024-06-06[rubygems/rubygems] Avoid appending a final "/" when `fallback_timeout` is us...David Rodríguez
2024-06-06[rubygems/rubygems] Remove per uri options constantDavid Rodríguez
2024-06-06[rubygems/rubygems] Move Bundler settings specific logic to BundlerDavid Rodríguez