aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Enhanced RDoc for case mapping (#5245)Burdette Lamar2021-12-171-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.rdocLars Kanis2021-12-161-1/+19
|
* [DOC] Mention RBOOL in extension.rdoc [Feature #13125]Nobuyoshi Nakada2021-12-132-0/+30
|
* [DOC] Stop mentioning Qfalse==0 for C extensionsAlan Wu2021-12-091-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 extensionsJemma Issroff2021-12-091-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 namespaceaycabta2021-12-091-1/+1
|
* Fix typo in NEWS-2.5.0 [ci skip]Akihiro Sada2021-12-091-1/+1
|
* Enhanced RDoc for literals.rdoc (#5213)Burdette Lamar2021-12-061-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 Lamar2021-12-031-21/+23
| | | | * Adding links to literals and Kernel
* Enhanced RDoc for numeric.c (#5184)Burdette Lamar2021-11-271-10/+14
| | | Adds remarks about literals and Kernel methods to Float and Integer.
* update YJIT docs to reference RubyVM::YJIT instead of just YJITAdam Hess2021-11-241-1/+1
| | | [ci skip]
* Fix typofurunkel2021-11-241-1/+1
|
* Anonymous block forwarding allows a method to forward a passedJeremy Evans2021-11-181-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-Boisvert2021-11-181-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 Williams2021-11-101-0/+2
|
* IO::Buffer for scheduler interface.Samuel Williams2021-11-101-1/+23
|
* Revert "Fix typo in ChangeLog-2.0.0 [ci skip]"Kazuhiro NISHIYAMA2021-11-071-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]1809092021-11-061-1/+1
|
* Fix typos [ci skip]Kazuhiro NISHIYAMA2021-11-041-10/+10
|
* fix typo in ChangeLog-1.9.31809092021-11-041-2/+2
|
* Fix typos in ChangeLog files [ci skip]Nobuyoshi Nakada2021-11-024-32/+32
|
* Clarify docs about magic comments placementPeter Leitzen2021-10-301-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 TypoSteven Nunez2021-10-261-1/+1
|
* update doc/ractor.md about ivarsKoichi Sasada2021-10-231-9/+30
|
* Move the test fileNobuyoshi Nakada2021-10-211-1/+1
|
* Update yjit.mdMaxime Chevalier-Boisvert2021-10-201-1/+1
|
* Doc: remove outdated note about hooking into the interpreterAlan Wu2021-10-201-1/+0
| | | | DAE remember MicroJIT?
* Move test_yjit_asm.sh into miscAlan Wu2021-10-201-1/+1
| | | | Since conventionally scripts don't live at the top level of the repo.
* Update yjit.mdMaxime Chevalier-Boisvert2021-10-201-0/+2
|
* Move YJIT's README into doc/yjit/yjit.mdNoah Gibbs2021-10-201-0/+224
|
* Incorporate feedback from the PR into yjit_hacking.mdNoah Gibbs2021-10-201-6/+2
|
* Add a YJIT hacking doc with some internals; change the README text a bit to ↵Noah Gibbs2021-10-201-0/+79
| | | | reflect its current condition
* Rename YJIT readme to README.mdMaxime Chevalier-Boisvert2021-10-201-100/+0
|
* Update yjit.mdMaxime Chevalier-Boisvert2021-10-201-1/+1
|
* Update yjit.mdMaxime Chevalier-Boisvert2021-10-201-1/+2
|
* Update yjit.mdMarc Feeley2021-10-201-1/+1
| | | Fix a typo in the bibtex.
* Update yjit.mdMaxime Chevalier-Boisvert2021-10-201-1/+14
|
* Update yjit.mdMaxime Chevalier-Boisvert2021-10-201-1/+1
|
* Update yjit.mdMaxime Chevalier-Boisvert2021-10-201-0/+4
|
* Update yjit.mdMaxime Chevalier-Boisvert2021-10-201-4/+4
|
* Update yjit.mdMaxime Chevalier-Boisvert2021-10-201-2/+2
|
* Update yjit.mdMaxime Chevalier-Boisvert2021-10-201-15/+15
|
* Update and rename ujit.md to yjit.mdMaxime Chevalier-Boisvert2021-10-201-2/+2
|
* Update ujit.mdMaxime Chevalier-Boisvert2021-10-201-0/+1
|
* Update ujit.mdMaxime Chevalier-Boisvert2021-10-201-1/+1
|
* Update ujit.mdMaxime Chevalier-Boisvert2021-10-201-3/+5
|
* Update ujit.mdMaxime Chevalier-Boisvert2021-10-201-1/+12
|
* Update ujit.mdMaxime Chevalier-Boisvert2021-10-201-1/+1
|
* Update ujit.mdMaxime Chevalier-Boisvert2021-10-201-1/+1
|
* Update ujit.mdMaxime Chevalier-Boisvert2021-10-201-0/+2
|