aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [DOC] State timezone info in the string wins `in:` keywordNobuyoshi Nakada2023-11-242-0/+7
* [DOC] Simplify signature of `Time.new`Nobuyoshi Nakada2023-11-241-0/+3
* [DOC] Add links about timezonesNobuyoshi Nakada2023-11-242-2/+4
* .travis.yml: Add s390x again.Jun Aruga2023-11-241-3/+2
* [rubygems/rubygems] Fix typo missing doMau Magnaguagno2023-11-241-1/+1
* [rubygems/rubygems] Prefer String#each_line in Gem::CommandMau Magnaguagno2023-11-241-4/+4
* Add recommendations on link formatting in documentationBurdette Lamar2023-11-231-0/+30
* [ruby/resolv] Catch EPROTONOSUPPORT as a sign of no IPv6 as wellKJ Tsanaktsidis2023-11-241-1/+1
* [ruby/resolv] Implement dohpath SvcParamKasumi Hanazuki2023-11-242-1/+57
* [ruby/resolv] Implement SVCB and HTTPS RRsKasumi Hanazuki2023-11-242-0/+633
* Allow ivars movement in too_complex RCLASSes to fix crashAlan Wu2023-11-231-2/+5
* Avoid marking IDs in too_complex tables and rename gc_update_tbl_refs()Alan Wu2023-11-231-4/+6
* YJIT: record `num_send_cfunc` stat (#9022)Maxime Chevalier-Boisvert2023-11-233-4/+7
* Implement Write Barriers on EnumeratorPeter Zhu2023-11-231-19/+22
* [rubygems/rubygems] Don't require 'json' unless it's actually neededEric Mueller2023-11-231-2/+1
* [rubygems/rubygems] Add --json bundle-outdated flag to produce json-parseable...Eric Mueller2023-11-233-4/+66
* [rubygems/rubygems] Factor group-filtering to a private method to reduce repe...Eric Mueller2023-11-231-16/+16
* [ruby/irb] Handle handle_exception's exceptiontomoya ishida2023-11-232-3/+31
* Fix `rp(too_complex_t_object)` tripping assertAlan Wu2023-11-231-6/+12
* YJIT: Apply patches ignoring page_end_reserve (#9015)Takashi Kokubun2023-11-231-6/+7
* YJIT: Fix jmp_ptr_bytes on x86_64 (#9016)Takashi Kokubun2023-11-231-1/+1
* [ruby/prism] Remove blank lineKevin Newton2023-11-231-1/+0
* [ruby/prism] Fix LocalVariableTargetNode depth in patternsTSUYUSATO Kitsune2023-11-233-32/+139
* Add tests for compaction during evacuation of ivarsPeter Zhu2023-11-231-0/+79
* Fix compacting during evacuation of generic ivarsPeter Zhu2023-11-231-2/+20
* vm_setivar_slowpath: only optimize T_OBJECTJean Boussier2023-11-231-36/+8
* windows-arm64 support (#8995)Pierrick Bouvier2023-11-235-6/+91
* [ruby/irb] Hint debugger command in irb:rdbg sessionStan Lo2023-11-232-0/+60
* [ruby/irb] Fix failure of more command with -R optionhogelog2023-11-231-1/+1
* YJIT: Avoid a register spill on arm64 (#9014)Takashi Kokubun2023-11-222-1/+8
* Implement TracePoint on VWAPeter Zhu2023-11-221-8/+6
* [ruby/irb] Require prism >= 0.18.0 (MatchWriteNode#targets andtomoya ishida2023-11-222-19/+31
* YJIT: add an extra btest for shape too complex (#9013)Maxime Chevalier-Boisvert2023-11-221-0/+27
* [wasm] Upload install directory as artifact to GitHub ActionsYuta Saito2023-11-231-0/+9
* [wasm] Build baseruby from the same revision for cross-compilingYuta Saito2023-11-231-0/+10
* [wasm] Update binaryen to version 113Yuta Saito2023-11-231-1/+1
* [wasm] Update wasmtime to version 15Yuta Saito2023-11-231-1/+1
* [wasm] Update wasi-sdk to version 20Yuta Saito2023-11-231-1/+1
* Embed ThreadGroup objectJean Boussier2023-11-221-8/+6
* [wasm] Use xmalloc/xfree for jmpbuf allocation to trigger GC properlyYuta Saito2023-11-231-2/+2
* Fix off-by-one with RubyVM::Shape.exhaust_shapesAlan Wu2023-11-221-1/+1
* [wasm] Avoid malloc during longjmpYuta Saito2023-11-231-2/+4
* [wasm] Fix Asyncify loop exit condition for normal return (#9007)Yuta Saito2023-11-221-0/+7
* .travis.yml: Drop s390x temporarily.Jun Aruga2023-11-221-2/+2
* Get rid of flatten_memo_data_typeJean Boussier2023-11-221-23/+12
* [ruby/prism] Check void values in singleton class (`class <<`)TSUYUSATO Kitsune2023-11-222-1/+4
* [ruby/prism] Add new doc to gemspecKevin Newton2023-11-221-0/+1
* [ruby/prism] Join range checks into the main parse_expression switchKevin Newton2023-11-221-9/+10
* [ruby/prism] Fix associativity of binary range with begin-less rangeTSUYUSATO Kitsune2023-11-224-17/+59
* [ruby/prism] Combine expression checks into a single switchKevin Newton2023-11-221-16/+19