summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [DOC] More about line number (#6582)Burdette Lamar2022-10-191-4/+13
|
* [DOC] Link to packed data doc (#6567)Burdette Lamar2022-10-181-2/+2
| | | | | | | | | | | | | | | | | * Link to packed data doc * Update pack.rb Co-authored-by: Peter Zhu <peter@peterzhu.ca> * Update pack.rb Co-authored-by: Peter Zhu <peter@peterzhu.ca> * Update pack.rb Co-authored-by: Peter Zhu <peter@peterzhu.ca> Co-authored-by: Peter Zhu <peter@peterzhu.ca>
* [DOC] Packed data (#6520)Burdette Lamar2022-10-151-0/+586
| | | New page for packed data
* Update yjit docs (#6548)Eileen M. Uchitelle2022-10-141-7/+8
| | | | | | | | | | | * The list of supported architectures was updated in https://github.com/ruby/ruby/commit/5ef048e5b1c3dd61adf782ace570bb0a1f9bb12f but the first paragraph wasn't updated. * `--yjit-trace-exits` was missing from the command-line options * Fixes some spacing issues * Updates call threshold default to 10, verified in the code that's correct. * Add code ticks around method names. * Fix namespace of stats example
* Fix a typo Denail-of-Service => Denial-of-Service [ci skip]sampatbadhe2022-10-081-1/+1
|
* Adapt doc guide to new GFM features (#6504)Burdette Lamar2022-10-061-6/+4
| | | | | * Adapt doc guide to new GFM features * Adapt doc guide to new GFM features
* [DOC] Adding remarks about HTML and tables (#6485)Burdette Lamar2022-10-041-0/+24
| | | | * Adding remarks about HTML and tables
* [DOC] More on IO streams (#6454)Burdette Lamar2022-09-271-28/+38
| | | | | | Adds remarks about .new and .open. Uses ..open where convenient (not convenient where output would be in a block). Fixed examples for #ungetc.
* [DOC] More on IO streams (#6445)Burdette Lamar2022-09-271-46/+197
| | | | | | | | | | | | Text is reorganized so that most of the previous text is now in these newly-created sections: Basic IO Line IO New text is added to form new sections: Character IO Byte IO Codepoint IO This gives the page a functional orientation, so that a reader can quickly find pertinent sections. The page retains its original mission: to provide good link targets for the doc for related classes.
* [DOC] Housekeeping in iostreams doc (#6420)Burdette Lamar2022-09-231-22/+20
| | | Write some method names in linkable form; make some capitalization consistent.
* New page IO Streams (#6383)Burdette Lamar2022-09-212-0/+376
| | | This page provides an overview of IO streams. It's meant to be linked to from many other doc spots. In particular it will be linked to from many places in ARGF, File, IO, and StringIO.
* Add URI.escape and URI.unescape to NEWS-3.0.0 [ci skip]Akihiro Sada2022-09-211-0/+12
|
* Stop recommending duplicated options [ci skip] (#6400)Takashi Kokubun2022-09-191-3/+3
|
* [DOC] [Bug #17120] Fix match-reset `\K`Nobuyoshi Nakada2022-09-051-5/+9
|
* Stop testing MJIT on s390xTakashi Kokubun2022-09-051-1/+1
| | | | | It didn't work either. http://rubyci.s3.amazonaws.com/s390x/ruby-master/log/20220905T080003Z.fail.html.gz
* Update MJIT doc about bindgen and platforms [ci skip]Takashi Kokubun2022-09-052-16/+78
|
* [DOC] Escape backqoute method not to be converted to smart quotesNobuyoshi Nakada2022-09-031-1/+1
|
* It was a relative path [ci skip]Takashi Kokubun2022-08-311-1/+1
|
* Add a document about YJIT's Rust versionTakashi Kokubun2022-08-311-0/+1
|
* [DOC] Enhanced RDoc for Time (#6308)Burdette Lamar2022-08-312-46/+108
| | | More on timezones.
* Put a documentation about MJIT [ci skip]Takashi Kokubun2022-08-301-0/+16
|
* Update yjit.mdMaxime Chevalier-Boisvert2022-08-291-4/+5
| | | Add VMIL paper, update supported CPUs.
* [DOC] Enhanced RDoc for Time (#6277)Burdette Lamar2022-08-259-27/+0
| | | | | | | | | | Deletes the :include: files in doc/time, which became no longer workable when @nobu pointed out that some (but not all) creator methods accept string values as well as integer-like values. Changes to methods: Time.utc Time.local Time.at Time.new
* [DOC] Addition to section 'Related Methods' (#6271)Burdette Lamar2022-08-221-6/+16
| | | Addition to section 'Related Methods': suggests adding differentiators to the names of related methods.
* [DOC] Enhanced RDoc for Time (#6267)Burdette Lamar2022-08-221-0/+1
| | | | | | | | | | Treats: #utc #getlocal #getutc #ctime #to_s #inspect
* [DOC] Fix a type [ci skip]Nobuyoshi Nakada2022-08-221-1/+1
|
* [DOC] Remove extra page-dir prefixNobuyoshi Nakada2022-08-222-2/+2
|
* [DOC] Enhanced RDoc for Time (#6255)Burdette Lamar2022-08-213-15/+54
| | | | | | | Treats: #utc #hash #localtime
* [DOC] Fix "military timezone"Nobuyoshi Nakada2022-08-192-2/+2
| | | | Not only `J` is called military timezone.
* [ruby/rdoc] [DOC] Remove duplicated line in RDoc::MarkupReferencePeter Zhu2022-08-161-1/+0
| | | | https://github.com/ruby/rdoc/commit/488f89aee4
* [ruby/rdoc] [DOC] Enhances text about escapes ↵Burdette Lamar2022-08-131-31/+87
| | | | | | (https://github.com/ruby/rdoc/pull/917) https://github.com/ruby/rdoc/commit/c40bac829c
* [ruby/rdoc] Mods to section Text Markup (https://github.com/ruby/rdoc/pull/916)Burdette Lamar2022-08-121-10/+16
| | | | https://github.com/ruby/rdoc/commit/5506d4d67e
* [ruby/rdoc] Improvements to Text Markup examples ↵Burdette Lamar2022-08-121-56/+48
| | | | | | (https://github.com/ruby/rdoc/pull/915) https://github.com/ruby/rdoc/commit/d00ddfe57c
* [ruby/rdoc] [DOC] Make example formats explicit and consistent ↵Burdette Lamar2022-08-111-66/+87
| | | | | | (https://github.com/ruby/rdoc/pull/913) https://github.com/ruby/rdoc/commit/7e6ef6c855
* [ruby/rdoc] Treat text markup (italic, bold, monofont) as blocks ↵Burdette Lamar2022-08-111-114/+253
| | | | | | (https://github.com/ruby/rdoc/pull/911) https://github.com/ruby/rdoc/commit/dc88f1b425
* [DOC] Adding a few standards-based formats (#6227)Burdette Lamar2022-08-101-54/+118
|
* Remove documentation about devTakashi Kokubun2022-08-081-1/+0
| | | | | | dev is Shopify's internal tool that doesn't work if you use Intel Homebrew on M1 (or rbenv, btw). Now that we maintain this outside Shopify's repository, we should stop talking about it here.
* [ruby/date] [DOC] Fix about calendars differenceNobuyoshi Nakada2022-08-081-8/+7
| | | | https://github.com/ruby/date/commit/0ae93e26aa
* [DOC] New doc about Julian/Gregorian (#70)Burdette Lamar2022-08-071-0/+63
|
* [ruby/rdoc] [DOC] Removes remaining old Markup Reference ↵Burdette Lamar2022-08-071-0/+31
| | | | | | (https://github.com/ruby/rdoc/pull/910) https://github.com/ruby/rdoc/commit/4e44c9c6cf
* [DOC] Specify ways to run bootstrap testsPeter Zhu2022-08-021-2/+3
|
* [ruby/rdoc] Add block quotes (https://github.com/ruby/rdoc/pull/907)Burdette Lamar2022-07-291-9/+57
| | | | | | Also adjusts which blocks may be nested. https://github.com/ruby/rdoc/commit/dde1860441
* [ruby/rdoc] [DOC] Add some links in intro; delimit rendered HTML output. ↵Burdette Lamar2022-07-281-54/+79
| | | | | | (https://github.com/ruby/rdoc/pull/904) https://github.com/ruby/rdoc/commit/c02645364f
* [ci-skip]Document how to run an individual bootstrap testMatt Valentine-House2022-07-271-0/+6
|
* [ruby/rdoc] [DOC] Clarifications for directives ↵Burdette Lamar2022-07-271-91/+117
| | | | | | | | | | (https://github.com/ruby/rdoc/pull/903) - Former section "Directives in Trailing Comments" is reworked. The important thing about a directive is what it does, not whether it's trailing or stand-alone. Therefore I've worked the directives in the former section into the appropriate sections, based on function. - Each directive is now explicitly marked as trailing or stand-alone. - C-code directives are mentioned only for those directives that actually appear in our ruby/ruby C files, which are :startdoc:, :stopdoc:, :enddoc:, :include:, and :call-seq:. What effect, if any, other directives have in C, I'm not sure about. https://github.com/ruby/rdoc/commit/b00978bfa5
* Add doc/rdoc directory to .documentPeter Zhu2022-07-261-0/+1
| | | | | Adding the doc/rdoc directory to .document will allow files in that directory to be included in the documentation.
* [ruby/rdoc] Move section Directives into section Blocks ↵Burdette Lamar2022-07-261-164/+162
| | | | | | (https://github.com/ruby/rdoc/pull/901) https://github.com/ruby/rdoc/commit/e48e07ef53
* * append newline at EOF. [ci skip]git2022-07-261-1/+1
|
* Sync RDocPeter Zhu2022-07-251-0/+916
|
* Fix language describing protected methodsJeremy Evans2022-07-141-1/+1
| | | | Fixes [Bug #18887]