Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DOC] Add documentation for hash value omission syntax | Victor Shepelev | 2021-12-20 | 2 | -0/+26 |
| | |||||
* | Fix code formatting. | Samuel Williams | 2021-12-18 | 1 | -19/+35 |
| | |||||
* | Introduce setup instructions for better parallelism. | Samuel Williams | 2021-12-18 | 1 | -6/+24 |
| | |||||
* | Initial hacking guide. | Samuel Williams | 2021-12-18 | 1 | -0/+51 |
| | |||||
* | Enhanced RDoc for case mapping (#5245) | Burdette Lamar | 2021-12-17 | 1 | -0/+116 |
| | | | | | | | | | | | | | | | | | | | | | | | Adds file doc/case_mapping.rdoc, which describes case mapping and provides a link target that methods doc can link to. Revises: String#capitalize String#capitalize! String#casecmp String#casecmp? String#downcase String#downcase! String#swapcase String#swapcase! String#upcase String#upcase! Symbol#capitalize Symbol#casecmp Symbol#casecmp? Symbol#downcase Symbol#swapcase Symbol#upcase | ||||
* | Add description of ruby header files to extension.rdoc | Lars Kanis | 2021-12-16 | 1 | -1/+19 |
| | |||||
* | [DOC] Mention RBOOL in extension.rdoc [Feature #13125] | Nobuyoshi Nakada | 2021-12-13 | 2 | -0/+30 |
| | |||||
* | [DOC] Stop mentioning Qfalse==0 for C extensions | Alan Wu | 2021-12-09 | 1 | -1/+3 |
| | | | | | | | | See [Feature #18397] for detail. Follow up for b859397e1b25a3f7847a380e7dd7db62f94fbe66. [ci skip] Co-authored-by: Koichi Sasada <ko1@atdot.net> | ||||
* | [DOC] Stop recommending Qfalse==0 assumption to C extensions | Jemma Issroff | 2021-12-09 | 1 | -1/+3 |
| | | | | | | | Encourage use of RTEST(), direct Qfalse comparison, and remove references to Qfalse == 0 in extension documentation. See [Bug #18397] for detail. [ci skip] | ||||
* | Fix typo of namespace | aycabta | 2021-12-09 | 1 | -1/+1 |
| | |||||
* | Fix typo in NEWS-2.5.0 [ci skip] | Akihiro Sada | 2021-12-09 | 1 | -1/+1 |
| | |||||
* | Enhanced RDoc for literals.rdoc (#5213) | Burdette Lamar | 2021-12-06 | 1 | -36/+118 |
| | | | | | | | Makes link targets among percent literals. Adds links to those targets. Adds examples to percent literals. Links from opening summary list to corresponding sections. | ||||
* | Adding links to literals and Kernel (#5192) | Burdette Lamar | 2021-12-03 | 1 | -21/+23 |
| | | | | * Adding links to literals and Kernel | ||||
* | Enhanced RDoc for numeric.c (#5184) | Burdette Lamar | 2021-11-27 | 1 | -10/+14 |
| | | | Adds remarks about literals and Kernel methods to Float and Integer. | ||||
* | update YJIT docs to reference RubyVM::YJIT instead of just YJIT | Adam Hess | 2021-11-24 | 1 | -1/+1 |
| | | | [ci skip] | ||||
* | Fix typo | furunkel | 2021-11-24 | 1 | -1/+1 |
| | |||||
* | Anonymous block forwarding allows a method to forward a passed | Jeremy Evans | 2021-11-18 | 1 | -1/+8 |
| | | | | | | | | | | block to another method without having to provide a name for the block parameter. Implements [Feature #11256] Co-authored-by: Yusuke Endoh mame@ruby-lang.org Co-authored-by: Nobuyoshi Nakada nobu@ruby-lang.org | ||||
* | Add --yjit-no-type-prop so we can test YJIT without type propagation (#5135) | Maxime Chevalier-Boisvert | 2021-11-18 | 1 | -0/+8 |
| | | | | | | | * Add --yjit-no-type-prop so we can test YJIT without type propagation * Fix typo in command line option * Leave just two test workflows enable for YJIT | ||||
* | Mark IO::Buffer as experimental. | Samuel Williams | 2021-11-10 | 1 | -0/+2 |
| | |||||
* | IO::Buffer for scheduler interface. | Samuel Williams | 2021-11-10 | 1 | -1/+23 |
| | |||||
* | Revert "Fix typo in ChangeLog-2.0.0 [ci skip]" | Kazuhiro NISHIYAMA | 2021-11-07 | 1 | -1/+1 |
| | | | | | | | | | This reverts commit e5792e7d552235e17a93d50a26c375db1974148f. Because this is correct ChangeLog of https://github.com/ruby/ruby/commit/89fef02f1305887d97ddcf96cc4df9109ce414e2 and reverted commit makes inconsistency with https://github.com/ruby/ruby/commit/171c708b0c862ee92d6a46ac9def97193954638b | ||||
* | Fix typo in ChangeLog-2.0.0 [ci skip] | 180909 | 2021-11-06 | 1 | -1/+1 |
| | |||||
* | Fix typos [ci skip] | Kazuhiro NISHIYAMA | 2021-11-04 | 1 | -10/+10 |
| | |||||
* | fix typo in ChangeLog-1.9.3 | 180909 | 2021-11-04 | 1 | -2/+2 |
| | |||||
* | Fix typos in ChangeLog files [ci skip] | Nobuyoshi Nakada | 2021-11-02 | 4 | -32/+32 |
| | |||||
* | Clarify docs about magic comments placement | Peter Leitzen | 2021-10-30 | 1 | -3/+3 |
| | | | | | | Magic comments like `frozen_string_literal` may appear everywhere within the first comment section while `encoding` have to be the first line, or second line after shebang. | ||||
* | Fix Typo | Steven Nunez | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | update doc/ractor.md about ivars | Koichi Sasada | 2021-10-23 | 1 | -9/+30 |
| | |||||
* | Move the test file | Nobuyoshi Nakada | 2021-10-21 | 1 | -1/+1 |
| | |||||
* | Update yjit.md | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -1/+1 |
| | |||||
* | Doc: remove outdated note about hooking into the interpreter | Alan Wu | 2021-10-20 | 1 | -1/+0 |
| | | | | DAE remember MicroJIT? | ||||
* | Move test_yjit_asm.sh into misc | Alan Wu | 2021-10-20 | 1 | -1/+1 |
| | | | | Since conventionally scripts don't live at the top level of the repo. | ||||
* | Update yjit.md | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -0/+2 |
| | |||||
* | Move YJIT's README into doc/yjit/yjit.md | Noah Gibbs | 2021-10-20 | 1 | -0/+224 |
| | |||||
* | Incorporate feedback from the PR into yjit_hacking.md | Noah Gibbs | 2021-10-20 | 1 | -6/+2 |
| | |||||
* | Add a YJIT hacking doc with some internals; change the README text a bit to ↵ | Noah Gibbs | 2021-10-20 | 1 | -0/+79 |
| | | | | reflect its current condition | ||||
* | Rename YJIT readme to README.md | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -100/+0 |
| | |||||
* | Update yjit.md | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -1/+1 |
| | |||||
* | Update yjit.md | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -1/+2 |
| | |||||
* | Update yjit.md | Marc Feeley | 2021-10-20 | 1 | -1/+1 |
| | | | Fix a typo in the bibtex. | ||||
* | Update yjit.md | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -1/+14 |
| | |||||
* | Update yjit.md | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -1/+1 |
| | |||||
* | Update yjit.md | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -0/+4 |
| | |||||
* | Update yjit.md | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -4/+4 |
| | |||||
* | Update yjit.md | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -2/+2 |
| | |||||
* | Update yjit.md | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -15/+15 |
| | |||||
* | Update and rename ujit.md to yjit.md | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -2/+2 |
| | |||||
* | Update ujit.md | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -0/+1 |
| | |||||
* | Update ujit.md | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -1/+1 |
| | |||||
* | Update ujit.md | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -3/+5 |
| |