aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Extract common variablesNobuyoshi Nakada2023-07-301-4/+4
* Ease the `Encoding::CompatibilityError` test failureNobuyoshi Nakada2023-07-301-1/+2
* [ruby/optparse] [DOC] Mark up constant and method names as codeNobuyoshi Nakada2023-07-304-71/+71
* [rubygems/rubygems] Set thread configurations inside block in the thread loca...Nobuyoshi Nakada2023-07-302-14/+12
* [rubygems/rubygems] Use the dedicated method to convert file pathNobuyoshi Nakada2023-07-303-3/+33
* YJIT: Drop Copy trait from Context (#8138)Takashi Kokubun2023-07-293-15/+43
* check `cc->*` liveness strictlyKoichi Sasada2023-07-301-4/+10
* [DOC] Fix missing word in a commentJoshua Young2023-07-301-2/+2
* Add examples of `return` in `eval`Nobuyoshi Nakada2023-07-301-0/+14
* [ruby/rdoc] Use a more portable way to check if code is parseableBenoit Daloze2023-07-291-1/+3
* Change `HOME` too when testing sync_default_gems.rbNobuyoshi Nakada2023-07-291-2/+3
* Revert "Test sync_default_gems.rb only when git 2.32 is available"Nobuyoshi Nakada2023-07-291-9/+1
* check liveness of cc->klass and cc->cme_Koichi Sasada2023-07-291-9/+13
* Test sync_default_gems.rb only when git 2.32 is availableNobuyoshi Nakada2023-07-291-1/+9
* do not clear cme but invalidate ccko12023-07-291-6/+3
* Revert "[rubygems/rubygems] Set thread configurations inside block"ko12023-07-292-4/+4
* [rubygems/rubygems] Add charset to Webauthn response content-typeJenny Shen2023-07-283-6/+6
* [rubygems/rubygems] Set thread configurations inside blockJenny Shen2023-07-282-4/+4
* [rubygems/rubygems] Create MockServer object to test WebAuthn logic to preven...Jenny Shen2023-07-285-87/+78
* [rubygems/rubygems] Create MultifactorAuthFetcher to reduce duplication among...Jenny Shen2023-07-285-283/+164
* [rubygems/rubygems] Use assert_raise in webauthn poller testsJenny Shen2023-07-281-4/+4
* [rubygems/rubygems] Move Webauthn listener thread to WebauthnListener classJenny Shen2023-07-287-24/+39
* [rubygems/rubygems] Move WebauthnListener into the Gem::GemcutterUtilities na...Jenny Shen2023-07-2811-284/+288
* [rubygems/rubygems] Extract polling logic into its own classJenny Shen2023-07-283-41/+205
* [rubygems/rubygems] Add Webauthn verification poller to fetch OTPJenny Shen2023-07-285-12/+412
* [rubygems/rubygems] Remove fetcher login in util_sign_inJenny Shen2023-07-281-77/+22
* [rubygems/rubygems] Create SignInFetcherJenny Shen2023-07-281-18/+74
* [ruby/strscan] Fix indentation in strscan.cPeter Zhu2023-07-281-5/+5
* Test `SHARABLE_MIDDLE_SUBSTRING` [ci skip]Nobuyoshi Nakada2023-07-281-0/+1
* Freeze test string to be shared for sharable-middle-substringNobuyoshi Nakada2023-07-281-1/+1
* Fill terminator properlyNobuyoshi Nakada2023-07-281-1/+3
* Preserve `ec` argument across `longjmp`Nobuyoshi Nakada2023-07-281-0/+3
* fix typo (CACH_ -> CACHE_)Ruby2023-07-281-6/+6
* Update bundled gems list at 2023-07-28git2023-07-282-3/+4
* Removed unnecessary methodsHiroshi SHIBATA2023-07-281-8/+0
* Use Gem::BUNDLED_GEMS::SINCEHiroshi SHIBATA2023-07-282-19/+15
* Warn default gems which will be gemified in futureNobuyoshi Nakada2023-07-283-2/+85
* Fixed gemfile path for upstream of bundlerHiroshi SHIBATA2023-07-281-1/+1
* Exclude lockfile from sync targetHiroshi SHIBATA2023-07-281-4/+3
* Update description for test-bundler on gitignoreHiroshi SHIBATA2023-07-281-1/+1
* Removed lockfile for test-bundlerHiroshi SHIBATA2023-07-285-283/+1
* `cc->cme` should not be marked.Ruby2023-07-282-31/+51
* Remove an obsoleted initialization from WasmTakashi Kokubun2023-07-271-1/+1
* Remove an unused argument in vm_exec_coreTakashi Kokubun2023-07-272-15/+11
* Clean up OPT_STACK_CACHING (#8132)Takashi Kokubun2023-07-2716-265/+5
* Remove an unused macroTakashi Kokubun2023-07-271-4/+0
* YJIT: Count setivar too-complex exits (#8131)Takashi Kokubun2023-07-272-0/+2
* [rubygems/rubygems] Restore support for Pathname objects in the replaced requireXavier Noria2023-07-271-1/+1
* Resurrect rb_reg_prepare_re C APITakashi Kokubun2023-07-272-1/+22
* YJIT: implement missing `asm.jg` instruction in backend (#8130)Maxime Chevalier-Boisvert2023-07-275-0/+60