Age | Commit message (Collapse) | Author | |
---|---|---|---|
4 days | [DOC] Fix unclosed markup | Nobuyoshi Nakada | |
9 days | More comprehensive debugging configuration | Étienne Barrié | |
12 days | [DOC] Mention vsdevcmd.bat | Nobuyoshi Nakada | |
2025-05-30 | Win: Add scripts to install and setup | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/13473 | |||
2025-05-29 | Removed needless components of BuildTools | Hiroshi SHIBATA | |
2025-05-29 | Added VS2022 BuildTools instructions | Hiroshi SHIBATA | |
2025-05-29 | VS2022 17.13.x and winsdk-10.0.26100 issues are resolved now | Hiroshi SHIBATA | |
2025-05-29 | Added instruction for installing gcc toolchain with ridk | Hiroshi SHIBATA | |
2025-05-27 | Remove set library from maintainers doc, as Set is now a core class | Jeremy Evans | |
Notes: Merged: https://github.com/ruby/ruby/pull/13438 | |||
2025-05-23 | Allow `IO#close` to interrupt IO operations on fibers using ↵ | Samuel Williams | |
`fiber_interrupt` hook. (#12839) Notes: Merged-By: ioquatix <[email protected]> | |||
2025-05-21 | [DOC] Add bundled gem doc links | Stan Lo | |
- rake - reline - logger - csv - rexml - racc Notes: Merged: https://github.com/ruby/ruby/pull/13374 | |||
2025-05-16 | [DOC] Tweaks for String#b | BurdetteLamar | |
Notes: Merged: https://github.com/ruby/ruby/pull/13354 | |||
2025-05-11 | Skip mmtk/i686 tests for a while | Satoshi Tagomori | |
2025-05-11 | Describe the basic documents of Namespace | Satoshi Tagomori | |
2025-05-11 | Show experimental warning when namespace is enabled | Satoshi Tagomori | |
2025-05-01 | [DOC] Tweaks for String.new | Burdette Lamar | |
Notes: Merged: https://github.com/ruby/ruby/pull/13027 Merged-By: peterzhu2118 <[email protected]> | |||
2025-04-24 | Fix tiny typo in syntax/exceptions.rdoc | Masafumi Koba | |
Notes: Merged: https://github.com/ruby/ruby/pull/13171 | |||
2025-04-23 | ZJIT: Fix README example command (#13163) | Aiden Fox Ivey | |
Fix README example command | |||
2025-04-23 | [DOC] Update for String#split | Damian C. Rossney | |
Highlight the performance advantages of calling `string.split` with a block, instead of `string.split.each` with the same block. Includes other minor formatting corrections. Notes: Merged: https://github.com/ruby/ruby/pull/13153 Merged-By: nobu <[email protected]> | |||
2025-04-22 | Fix typo in doc/zjit.md | Aiden Fox Ivey | |
Notes: Merged: https://github.com/ruby/ruby/pull/13145 | |||
2025-04-18 | Use expect-test for HIR tests | Max Bernstein | |
This makes it easier to update cascading test failures while still making output reviewable in the PR. Notes: Merged: https://github.com/ruby/ruby/pull/13131 | |||
2025-04-18 | Remove redundant bits from zjit.md | Maxime Chevalier-Boisvert | |
Notes: Merged: https://github.com/ruby/ruby/pull/13131 | |||
2025-04-18 | Add a make target to run all ZJIT tests ↵ | Takashi Kokubun | |
(https://github.com/Shopify/zjit/pull/49) * Add a make target to run all ZJIT tests * Remove an unused variable * Write up a document about testing * Explain zjit-test-all first * Clarify what's zjit-test-all Notes: Merged: https://github.com/ruby/ruby/pull/13131 | |||
2025-04-18 | remove duplicate yarv_frames.md | Alan Wu | |
Notes: Merged: https://github.com/ruby/ruby/pull/13131 | |||
2025-04-18 | Add explainer for YARV frame layout | Alan Wu | |
Just a first step. Have a read, and let's improve it together. Close: GH-6 Notes: Merged: https://github.com/ruby/ruby/pull/13131 | |||
2025-04-18 | More about testing in zjit.md | Alan Wu | |
Notes: Merged: https://github.com/ruby/ruby/pull/13131 | |||
2025-04-18 | Fix options in zjit.md | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/13131 | |||
2025-04-18 | Mention rubyexplorer | Maxime Chevalier-Boisvert | |
Notes: Merged: https://github.com/ruby/ruby/pull/13131 | |||
2025-04-18 | Add some basic documentation for ZJIT | Maxime Chevalier-Boisvert | |
Notes: Merged: https://github.com/ruby/ruby/pull/13131 | |||
2025-04-18 | Add empty doc/zjit.md to place notes | Maxime Chevalier-Boisvert | |
Notes: Merged: https://github.com/ruby/ruby/pull/13131 | |||
2025-04-18 | [Feature #20724] Bump Unicode version to 16.0.0 | Mari Imaizumi | |
Notes: Merged: https://github.com/ruby/ruby/pull/13117 | |||
2025-04-18 | Mention VS Code debugger configuration in debugging guide | Stan Lo | |
Notes: Merged: https://github.com/ruby/ruby/pull/13129 | |||
2025-04-11 | Note the detailed version of Visual Studio | Hiroshi SHIBATA | |
2025-04-11 | Added instruction for autocrlf issue of Git on Windows | Hiroshi SHIBATA | |
2025-04-11 | Note the detailed version of Windows SDK | Hiroshi SHIBATA | |
2025-04-11 | Added instruction for MSYS2 without RubyInstaller-Devkit | Hiroshi SHIBATA | |
2025-04-10 | [DOC] Use slashes in mingw confiure examples | Nobuyoshi Nakada | |
To show that mingw `sh` expects forward slashes as path separators, not backslashes, configure in another directory than the source directory. Notes: Merged: https://github.com/ruby/ruby/pull/13092 | |||
2025-04-09 | sed is not requirement now | Hiroshi SHIBATA | |
2025-04-03 | Grammar fix in doc/exceptions.md: there => they're | Herwin | |
Notes: Merged: https://github.com/ruby/ruby/pull/13040 | |||
2025-03-31 | [DOC] Tweaks for docs about contributing (#13012) | Burdette Lamar | |
Notes: Merged-By: peterzhu2118 <[email protected]> | |||
2025-03-21 | Escape `Binding` reference in pattern matching docs | Joshua Young | |
Notes: Merged: https://github.com/ruby/ruby/pull/12955 | |||
2025-03-18 | [Feature #19908] Update Unicode headers to 15.1.0 | Mari Imaizumi | |
Notes: Merged: https://github.com/ruby/ruby/pull/12798 | |||
2025-03-13 | [DOC] Correct output in calling_methods.rdoc | Yutaro Ohno | |
Notes: Merged: https://github.com/ruby/ruby/pull/12912 | |||
2025-03-12 | [DOC] Discourage use of `USERDEF` | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/12914 | |||
2025-03-10 | [ruby/optparse] [DOC] Mention about post-check | Nobuyoshi Nakada | |
https://github.com/ruby/optparse/commit/e1957d7392 | |||
2025-03-10 | [ruby/optparse] [DOC] Update documents to use single quotes instead of ↵ | Nobuyoshi Nakada | |
backqoutes https://github.com/ruby/optparse/commit/5e71a70cb5 | |||
2025-02-13 | [Feature #21116] Extract RJIT as a third-party gem | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/12740 | |||
2025-02-10 | [DOC] Adds section "Hash Inclusion" (#12634) | Burdette Lamar | |
Notes: Merged-By: peterzhu2118 <[email protected]> | |||
2025-02-06 | [DOC] ractor.md: Remove link to Complex class | Daisuke Aritomo | |
Notes: Merged: https://github.com/ruby/ruby/pull/12705 | |||
2025-02-05 | Update fiddle entries under the doc directory | Hiroshi SHIBATA | |
Notes: Merged: https://github.com/ruby/ruby/pull/12616 |