summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update ujit.mdMaxime Chevalier-Boisvert2021-10-201-1/+9
|
* Update ujit.mdMaxime Chevalier-Boisvert2021-10-201-1/+23
|
* Update ujit.mdMaxime Chevalier-Boisvert2021-10-201-0/+4
|
* Update ujit.mdMaxime Chevalier-Boisvert2021-10-201-3/+5
|
* Create ujit.mdMaxime Chevalier-Boisvert2021-10-201-0/+30
|
* [DOC] fix small mistake in doc/marshal.rdoc [ci skip]mitsu-ksgr2021-10-031-1/+1
|
* Move platform maintainers listU.Nakamura2021-09-282-26/+21
|
* [ruby/irb] Add doc about "echo on assignment"aycabta2021-09-271-0/+6
| | | | https://github.com/ruby/irb/commit/5af637b3c1
* [DOC] Fix broken links [ci skip]Nobuyoshi Nakada2021-09-151-1/+1
| | | | | | * As the "doc/" prefix is specified by the `--page-dir` option, remove from the rdoc references. * Refer to the original .rdoc instead of the converted .html.
* Bsearch doc for Array and Range (#4838)Burdette Lamar2021-09-141-0/+120
| | | This PR creates doc/bsearch.rdoc to provide common documentation for bsearch in Array and Range.
* Use `./autogen.sh` instead of `autoconf` in docKazuhiro NISHIYAMA2021-09-112-4/+4
|
* Need `#`Koichi Sasada2021-09-101-1/+1
| | | `shareable_constant_value` is magic comment.
* memory_view.c: Rename private to private_data for C++ (#4812)Kenta Murata2021-09-061-1/+1
| | | | | | | | | | | * memory_view.c: Rename private to private_data for C++ * doc/memory_view.md: Update document * Fix doc/memory_view.md Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
* Add --autocomplete / --noautocomplete optionsaycabta2021-08-301-1/+4
|