summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2020-11-30-> creates a lambda so this updates the documentation to reflect thatJames Koenig
2020-11-24[ruby/csv] RDoc recipes for RFC-compliant generation (#187)Burdette Lamar
2020-11-24[ruby/csv] RDoc recipes for diagnostics (#186)Burdette Lamar
2020-11-24[ruby/csv] RDoc Recipes for write converters and RFC 4180 compliance (#185)Burdette Lamar
2020-11-24[ruby/csv] Split recipes into three pages: parsing, generating, filtering (#184)Burdette Lamar
2020-11-24[ruby/csv] More on Recipes headers (#183)Burdette Lamar
2020-11-24[ruby/csv] Refine RDoc for headers recipes (#182)Burdette Lamar
2020-11-24[ruby/csv] RDoc recipes: add introductory texts to code recipes (#181)Burdette Lamar
2020-11-24[ruby/csv] Emphasize with-headers over without-headers in recipes (#180)Burdette Lamar
2020-11-24[ruby/csv] More RDoc for field converters (#179)Burdette Lamar
2020-11-24[ruby/csv] Recipes for field converters (#177)Burdette Lamar
2020-11-24[ruby/csv] Organize page Recipes better (#176)Burdette Lamar
2020-11-24[ruby/csv] Experimenting with recipes in CSV RDoc (#175)Burdette Lamar
2020-11-08`Fiber.new(blocking: false)` is now the default.Samuel Williams
2020-11-07Rename to `Fiber#set_scheduler`.Samuel Williams
2020-11-05Promote un.rb to the default gems. It's preparation for 3.0.0-preview2.Hiroshi SHIBATA
2020-11-04use httpsHiroshi SHIBATA
2020-11-01Pattern matching is no longer experimentalKazuki Tsujimoto
2020-10-31[DOC] standard_library.rdoc: tweaked to make style consistentNobuyoshi Nakada
2020-10-30Promote debug.rb to default gems.Hiroshi SHIBATA
2020-10-30Promote win32ole to default gems.Hiroshi SHIBATA
2020-10-20Added rbs and typeprof to doc/*Hiroshi SHIBATA
2020-10-19Followed up with 708413807ae958afb79257b18475424e0a8a4a56Hiroshi SHIBATA
2020-10-14Promote pathname to default gemsHiroshi SHIBATA
2020-10-14Promote drb to the default gemsHiroshi SHIBATA
2020-10-12Respectively, instead of respentivelyVictor Goff
2020-10-10Add Ractor#receive and Ractor.receive and use it in all placesBenoit Daloze
2020-10-08Promote prettyprint to default gemsHiroshi SHIBATA
2020-10-08Promote pp to default gemsHiroshi SHIBATA
2020-10-05Fix traditional Ring example in Actor-modelSvyatoslav Kryukov
2020-10-02Update marshal.rdocGwitr
2020-09-29doc/syntax/literals.rdoc: explain `#@@foo` too [ci skip]Nobuyoshi Nakada
2020-09-29doc/syntax/literals.rdoc: explain `#@foo` and `#$foo`Yusuke Endoh
2020-09-21Update NEWS & documentation relating to scheduler.Samuel Williams
2020-09-17Fix typos [ci skip]Kazuhiro NISHIYAMA
2020-09-14Rename `Fiber{}` to `Fiber.schedule{}`.Samuel Williams
2020-09-12Promote time.rb to default gemsHiroshi SHIBATA
2020-09-11Promote resolv-replace to default gemsHiroshi SHIBATA
2020-09-11Promote resolv to default gemsHiroshi SHIBATA
2020-09-11Promote securerandom to default gemsHiroshi SHIBATA
2020-09-11Promote open-uri to default gemsHiroshi SHIBATA
2020-09-10Promote syslog to default gemsHiroshi SHIBATA
2020-09-10Promote base64 to default gemsHiroshi SHIBATA
2020-09-10Promote shellwords to default gemsHiroshi SHIBATA
2020-09-10Promote abbrev to default gemsHiroshi SHIBATA
2020-09-09Promote tsort to default gemsHiroshi SHIBATA
2020-09-06Add `*.md` to doc/.document [ci skip]Kazuhiro NISHIYAMA
2020-09-05Fixed some typos in ractor.md (#3522)Ashwin Elangovan
2020-09-05Fix typo in ractor.mdandrewmelis
2020-09-04Fix typos in Ractor README.Tom Schady