summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* update doc/ractor.mdKoichi Sasada2020-12-241-81/+129
|
* doc/keywords.rdoc: mention pattern matching in the `in` keyword sectionYusuke Endoh2020-12-241-0/+2
|
* doc/contributing.rdoc: remove outdated contentYusuke Endoh2020-12-241-19/+0
|
* Tweak magic comments [doc]Marc-Andre Lafortune2020-12-241-9/+9
|
* remove redundant example.Koichi Sasada2020-12-241-1/+0
| | | | pointed by @marcandre.
* shareable_constant_value: experimental_copyKoichi Sasada2020-12-241-5/+30
| | | | | | | "experimental_everything" makes the assigned value, it means the assignment change the state of assigned value. "experimental_copy" tries to make a deep copy and make copyied object sharable.
* add about Ractor into extension.rdoc [ci skip]Koichi Sasada2020-12-242-0/+102
|
* doc/fiber.md: fix typosMarcus Stollsteimer2020-12-231-2/+2
|
* Small improvements in magic comments docsMarcus Stollsteimer2020-12-231-13/+13
| | | | | | * remove a duplicate statement * fix rdoc markup * fix typos
* Document shareable_constant_value and other magic constants [doc]Marc-Andre Lafortune2020-12-231-0/+192
|
* Fix a message in example codeKazuki Tsujimoto2020-12-231-1/+1
| | | | Thanks to @zverok for the report.
* Move the library to extensions for some of default gemsHiroshi SHIBATA2020-12-221-3/+3
|
* Update fiber scheduler documentation.Samuel Williams2020-12-221-15/+68
|
* Update documentation for pattern matchingKazuki Tsujimoto2020-12-221-18/+37
|
* fix phrasing in commentIvan Denysov2020-12-201-1/+1
|
* Fix markups and indentationKazuki Tsujimoto2020-12-201-8/+8
|
* Fix typosKazuki Tsujimoto2020-12-201-3/+3
|
* Update documentation for pattern matchingKazuki Tsujimoto2020-12-201-12/+88
|
* [DOC] Marked dtrace arguments as description list [ci skip]Nobuyoshi Nakada2020-12-191-36/+36
|
* [DOC] Fixed markups in dtrace_probes.rdoc [ci skip]Nobuyoshi Nakada2020-12-191-6/+6
| | | | | | * `+` can enclose just a word. * TIDYLINK with braces gets confused when other braces even inside code precede.
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-12-141-2/+2
|
* Reintroduce `expr in pat` [Feature #17371]Kazuki Tsujimoto2020-12-131-2/+10
|
* Completely removed webrickHiroshi SHIBATA2020-12-102-3/+0
|
* Promote webrick to bundled gemsHiroshi SHIBATA2020-12-102-5/+3
|
* Update maintainers list [doc] [ci skip]Marc-Andre Lafortune2020-12-091-8/+4
|
* Add support for non-blocking `Process.wait`.Samuel Williams2020-12-091-0/+11
|
* Update rubygems.org links for publlished default gems.Hiroshi SHIBATA2020-12-081-1/+42
|
* -> creates a lambda so this updates the documentation to reflect thatJames Koenig2020-11-301-1/+1
|
* [ruby/csv] RDoc recipes for RFC-compliant generation (#187)Burdette Lamar2020-11-242-10/+105
| | | | https://github.com/ruby/csv/commit/5adeaff91f
* [ruby/csv] RDoc recipes for diagnostics (#186)Burdette Lamar2020-11-241-0/+34
| | | | https://github.com/ruby/csv/commit/d9e67918e2
* [ruby/csv] RDoc Recipes for write converters and RFC 4180 compliance (#185)Burdette Lamar2020-11-242-17/+209
| | | | https://github.com/ruby/csv/commit/bee48b04c4
* [ruby/csv] Split recipes into three pages: parsing, generating, filtering (#184)Burdette Lamar2020-11-244-239/+342
| | | | | | Co-authored-by: Sutou Kouhei <kou@clear-code.com> https://github.com/ruby/csv/commit/f0bab6a592
* [ruby/csv] More on Recipes headers (#183)Burdette Lamar2020-11-241-86/+86
| | | | https://github.com/ruby/csv/commit/d7ae3df801
* [ruby/csv] Refine RDoc for headers recipes (#182)Burdette Lamar2020-11-241-55/+105
| | | | https://github.com/ruby/csv/commit/bd8085e126
* [ruby/csv] RDoc recipes: add introductory texts to code recipes (#181)Burdette Lamar2020-11-241-23/+61
| | | | https://github.com/ruby/csv/commit/c52d53761e
* [ruby/csv] Emphasize with-headers over without-headers in recipes (#180)Burdette Lamar2020-11-241-103/+103
| | | | https://github.com/ruby/csv/commit/c7bbedd28a
* [ruby/csv] More RDoc for field converters (#179)Burdette Lamar2020-11-241-0/+28
| | | | https://github.com/ruby/csv/commit/2a4ef5d86a
* [ruby/csv] Recipes for field converters (#177)Burdette Lamar2020-11-241-0/+53
| | | | https://github.com/ruby/csv/commit/aea896f030
* [ruby/csv] Organize page Recipes better (#176)Burdette Lamar2020-11-241-47/+78
| | | | https://github.com/ruby/csv/commit/338b7f0d57
* [ruby/csv] Experimenting with recipes in CSV RDoc (#175)Burdette Lamar2020-11-241-0/+325
| | | | https://github.com/ruby/csv/commit/01ffd0d2de
* `Fiber.new(blocking: false)` is now the default.Samuel Williams2020-11-081-1/+1
|
* Rename to `Fiber#set_scheduler`.Samuel Williams2020-11-071-3/+3
|
* Promote un.rb to the default gems. It's preparation for 3.0.0-preview2.Hiroshi SHIBATA2020-11-052-3/+3
|
* use httpsHiroshi SHIBATA2020-11-041-1/+1
|
* Pattern matching is no longer experimentalKazuki Tsujimoto2020-11-011-48/+18
|
* [DOC] standard_library.rdoc: tweaked to make style consistentNobuyoshi Nakada2020-10-311-1/+1
| | | | [ci skip]
* Promote debug.rb to default gems.Hiroshi SHIBATA2020-10-302-3/+3
| | | | It have no upstream repo yet. This change is experimental for 3.0.0-preview2.
* Promote win32ole to default gems.Hiroshi SHIBATA2020-10-302-3/+3
| | | | | But win32ole gem is still experimental for 3.0.0-preview2. I'm working to extract this library on https://github.com/ruby/win32ole.
* Added rbs and typeprof to doc/*Hiroshi SHIBATA2020-10-202-0/+6
|
* Followed up with 708413807ae958afb79257b18475424e0a8a4a56Hiroshi SHIBATA2020-10-192-3/+4
| | | | | | * Added sync task for digest * Update doc/* for default gems * Update the latest version of gemspec