aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Fix wording in descriptions of Time-like objectsNobuyoshi Nakada2023-12-051-16/+17
* [DOC] Mention Time-like objectsNobuyoshi Nakada2023-12-051-6/+32
* [DOC] More on What's Here (#9099)Burdette Lamar2023-12-021-1/+4
* [DOC] Markup class name `Time` as codeNobuyoshi Nakada2023-12-021-1/+1
* [DOC] Include timezones document in timev.rbNobuyoshi Nakada2023-12-021-7/+5
* Update documentation for [[:word:]] and \p{Word} in regexpsJeremy Evans2023-11-301-11/+19
* Add `RUBY_REFERENCES`Nobuyoshi Nakada2023-11-301-6/+7
* Prefix `REF_EDGE` and `REFS_LIST_PTR` with `RUBY_`Nobuyoshi Nakada2023-11-301-3/+3
* YJIT: edit `yjit.md` and bring it up to date (#9068)Maxime Chevalier-Boisvert2023-11-291-25/+40
* YJIT: reduce default exec-mem-size to 64MiB (#9054)Maxime Chevalier-Boisvert2023-11-281-1/+1
* [DOC] Fix markup in declarative marking API documentNobuyoshi Nakada2023-11-261-7/+7
* [DOC] Fix markupNobuyoshi Nakada2023-11-261-2/+2
* [DOC] Mention `Time.find_timezone` methodNobuyoshi Nakada2023-11-241-0/+27
* [DOC] Add links about timezonesNobuyoshi Nakada2023-11-241-1/+3
* Add recommendations on link formatting in documentationBurdette Lamar2023-11-231-0/+30
* YJIT: make --yjit-max-versions=N option undocumented (#8962)Maxime Chevalier-Boisvert2023-11-201-1/+0
* [DOC] Adjust heading levelsNobuyoshi Nakada2023-11-1412-177/+177
* [DOC] Fix doc/regexp.rdoc linksNobuyoshi Nakada2023-11-142-37/+36
* [ruby/reline] Fallback to 256color if COLORTERM != truecolortomoya ishida2023-11-131-3/+6
* [DOC] Close a tagNobuyoshi Nakada2023-11-131-1/+1
* [DOC] Fix Timezone Objects descriptionNobuyoshi Nakada2023-11-131-7/+1
* Add "Optimization" section to regexp.rdoc (#8849)Hiroya Fujinami2023-11-101-0/+27
* [DOC] Fix typosNobuyoshi Nakada2023-11-091-2/+2
* YJIT: update yjit.md, add MPLR 2023 paper and bibtex (#8861)Maxime Chevalier-Boisvert2023-11-071-14/+15
* [DOC] Use a relative link like other linksTakashi Kokubun2023-11-061-1/+1
* [ruby/reline] Introduce a new class Reline::Face to configureHASUMI Hitoshi2023-11-061-0/+108
* Updated building_ruby.md to include reference for building on WindowsJorandeBoer2023-11-061-0/+4
* Windows: Fix description of runtimesLars Kanis2023-11-021-2/+2
* List prism as a default gemKevin Newton2023-11-012-0/+7
* Windows: Add libffi as a build dependencyLars Kanis2023-10-281-2/+2
* [DOC] Mention the omission of a superclass when reopening a classKouhei Yanagita2023-10-221-3/+25
* [DOC] `configure -C` tipsNobuyoshi Nakada2023-10-201-0/+2
* [DOC] Improve docs for how to generate documentationMatheus Richard2023-10-201-1/+3
* YJIT: remove unused `--yjit-greedy-versioning` command-line option (#8713)Maxime Chevalier-Boisvert2023-10-191-2/+1
* YJIT: Add --yjit-perf (#8697)Takashi Kokubun2023-10-181-0/+28
* [DOC] testing_ruby.md: Add spec/ for the explanation of the `make check`.Jun Aruga2023-10-141-1/+1
* [DOC] testing_ruby.md: Remove the command prompt '$ ` aligning with other parts.Jun Aruga2023-10-141-2/+2
* Fix Typoαlpha 0x002023-10-111-1/+1
* YJIT: Allow --yjit-trace-exits on release builds (#8619)Takashi Kokubun2023-10-101-1/+1
* Integer#times is not a C method [ci skip]Takashi Kokubun2023-10-101-1/+1
* Update yjit.mdMaxime Chevalier-Boisvert2023-10-101-5/+6
* testing_ruby.md: Document running test suites on s390x CPU architecture [ci s...Jun Aruga2023-10-091-0/+12
* [DOC] Fix platform-dependent directives and modifiersNobuyoshi Nakada2023-10-061-20/+17
* YJIT: add heuristic to avoid compiling cold ISEQs (#8522)Maxime Chevalier-Boisvert2023-10-031-1/+3
* [DOC] Correction for doc guide + TOC fix in File (#8505)Burdette Lamar2023-09-241-8/+13
* doc: initial operators commitNicholas Browning2023-09-202-0/+78
* [DOC] Add production performance tips to yjit.md (#8472)Takashi Kokubun2023-09-181-4/+53
* [DOC] Mention "-" in ARGFNobuyoshi Nakada2023-09-171-4/+7
* [DOC] Globals doc (#8445)Burdette Lamar2023-09-151-69/+419
* Fix hyperlink for Script EncodingHerwin2023-09-131-1/+1