Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update doc/ractor.md | Koichi Sasada | 2020-12-24 | 1 | -81/+129 | |
| | ||||||
* | doc/keywords.rdoc: mention pattern matching in the `in` keyword section | Yusuke Endoh | 2020-12-24 | 1 | -0/+2 | |
| | ||||||
* | doc/contributing.rdoc: remove outdated content | Yusuke Endoh | 2020-12-24 | 1 | -19/+0 | |
| | ||||||
* | Tweak magic comments [doc] | Marc-Andre Lafortune | 2020-12-24 | 1 | -9/+9 | |
| | ||||||
* | remove redundant example. | Koichi Sasada | 2020-12-24 | 1 | -1/+0 | |
| | | | | pointed by @marcandre. | |||||
* | shareable_constant_value: experimental_copy | Koichi Sasada | 2020-12-24 | 1 | -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 Sasada | 2020-12-24 | 2 | -0/+102 | |
| | ||||||
* | doc/fiber.md: fix typos | Marcus Stollsteimer | 2020-12-23 | 1 | -2/+2 | |
| | ||||||
* | Small improvements in magic comments docs | Marcus Stollsteimer | 2020-12-23 | 1 | -13/+13 | |
| | | | | | | * remove a duplicate statement * fix rdoc markup * fix typos | |||||
* | Document shareable_constant_value and other magic constants [doc] | Marc-Andre Lafortune | 2020-12-23 | 1 | -0/+192 | |
| | ||||||
* | Fix a message in example code | Kazuki Tsujimoto | 2020-12-23 | 1 | -1/+1 | |
| | | | | Thanks to @zverok for the report. | |||||
* | Move the library to extensions for some of default gems | Hiroshi SHIBATA | 2020-12-22 | 1 | -3/+3 | |
| | ||||||
* | Update fiber scheduler documentation. | Samuel Williams | 2020-12-22 | 1 | -15/+68 | |
| | ||||||
* | Update documentation for pattern matching | Kazuki Tsujimoto | 2020-12-22 | 1 | -18/+37 | |
| | ||||||
* | fix phrasing in comment | Ivan Denysov | 2020-12-20 | 1 | -1/+1 | |
| | ||||||
* | Fix markups and indentation | Kazuki Tsujimoto | 2020-12-20 | 1 | -8/+8 | |
| | ||||||
* | Fix typos | Kazuki Tsujimoto | 2020-12-20 | 1 | -3/+3 | |
| | ||||||
* | Update documentation for pattern matching | Kazuki Tsujimoto | 2020-12-20 | 1 | -12/+88 | |
| | ||||||
* | [DOC] Marked dtrace arguments as description list [ci skip] | Nobuyoshi Nakada | 2020-12-19 | 1 | -36/+36 | |
| | ||||||
* | [DOC] Fixed markups in dtrace_probes.rdoc [ci skip] | Nobuyoshi Nakada | 2020-12-19 | 1 | -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 NISHIYAMA | 2020-12-14 | 1 | -2/+2 | |
| | ||||||
* | Reintroduce `expr in pat` [Feature #17371] | Kazuki Tsujimoto | 2020-12-13 | 1 | -2/+10 | |
| | ||||||
* | Completely removed webrick | Hiroshi SHIBATA | 2020-12-10 | 2 | -3/+0 | |
| | ||||||
* | Promote webrick to bundled gems | Hiroshi SHIBATA | 2020-12-10 | 2 | -5/+3 | |
| | ||||||
* | Update maintainers list [doc] [ci skip] | Marc-Andre Lafortune | 2020-12-09 | 1 | -8/+4 | |
| | ||||||
* | Add support for non-blocking `Process.wait`. | Samuel Williams | 2020-12-09 | 1 | -0/+11 | |
| | ||||||
* | Update rubygems.org links for publlished default gems. | Hiroshi SHIBATA | 2020-12-08 | 1 | -1/+42 | |
| | ||||||
* | -> creates a lambda so this updates the documentation to reflect that | James Koenig | 2020-11-30 | 1 | -1/+1 | |
| | ||||||
* | [ruby/csv] RDoc recipes for RFC-compliant generation (#187) | Burdette Lamar | 2020-11-24 | 2 | -10/+105 | |
| | | | | https://github.com/ruby/csv/commit/5adeaff91f | |||||
* | [ruby/csv] RDoc recipes for diagnostics (#186) | Burdette Lamar | 2020-11-24 | 1 | -0/+34 | |
| | | | | https://github.com/ruby/csv/commit/d9e67918e2 | |||||
* | [ruby/csv] RDoc Recipes for write converters and RFC 4180 compliance (#185) | Burdette Lamar | 2020-11-24 | 2 | -17/+209 | |
| | | | | https://github.com/ruby/csv/commit/bee48b04c4 | |||||
* | [ruby/csv] Split recipes into three pages: parsing, generating, filtering (#184) | Burdette Lamar | 2020-11-24 | 4 | -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 Lamar | 2020-11-24 | 1 | -86/+86 | |
| | | | | https://github.com/ruby/csv/commit/d7ae3df801 | |||||
* | [ruby/csv] Refine RDoc for headers recipes (#182) | Burdette Lamar | 2020-11-24 | 1 | -55/+105 | |
| | | | | https://github.com/ruby/csv/commit/bd8085e126 | |||||
* | [ruby/csv] RDoc recipes: add introductory texts to code recipes (#181) | Burdette Lamar | 2020-11-24 | 1 | -23/+61 | |
| | | | | https://github.com/ruby/csv/commit/c52d53761e | |||||
* | [ruby/csv] Emphasize with-headers over without-headers in recipes (#180) | Burdette Lamar | 2020-11-24 | 1 | -103/+103 | |
| | | | | https://github.com/ruby/csv/commit/c7bbedd28a | |||||
* | [ruby/csv] More RDoc for field converters (#179) | Burdette Lamar | 2020-11-24 | 1 | -0/+28 | |
| | | | | https://github.com/ruby/csv/commit/2a4ef5d86a | |||||
* | [ruby/csv] Recipes for field converters (#177) | Burdette Lamar | 2020-11-24 | 1 | -0/+53 | |
| | | | | https://github.com/ruby/csv/commit/aea896f030 | |||||
* | [ruby/csv] Organize page Recipes better (#176) | Burdette Lamar | 2020-11-24 | 1 | -47/+78 | |
| | | | | https://github.com/ruby/csv/commit/338b7f0d57 | |||||
* | [ruby/csv] Experimenting with recipes in CSV RDoc (#175) | Burdette Lamar | 2020-11-24 | 1 | -0/+325 | |
| | | | | https://github.com/ruby/csv/commit/01ffd0d2de | |||||
* | `Fiber.new(blocking: false)` is now the default. | Samuel Williams | 2020-11-08 | 1 | -1/+1 | |
| | ||||||
* | Rename to `Fiber#set_scheduler`. | Samuel Williams | 2020-11-07 | 1 | -3/+3 | |
| | ||||||
* | Promote un.rb to the default gems. It's preparation for 3.0.0-preview2. | Hiroshi SHIBATA | 2020-11-05 | 2 | -3/+3 | |
| | ||||||
* | use https | Hiroshi SHIBATA | 2020-11-04 | 1 | -1/+1 | |
| | ||||||
* | Pattern matching is no longer experimental | Kazuki Tsujimoto | 2020-11-01 | 1 | -48/+18 | |
| | ||||||
* | [DOC] standard_library.rdoc: tweaked to make style consistent | Nobuyoshi Nakada | 2020-10-31 | 1 | -1/+1 | |
| | | | | [ci skip] | |||||
* | Promote debug.rb to default gems. | Hiroshi SHIBATA | 2020-10-30 | 2 | -3/+3 | |
| | | | | It have no upstream repo yet. This change is experimental for 3.0.0-preview2. | |||||
* | Promote win32ole to default gems. | Hiroshi SHIBATA | 2020-10-30 | 2 | -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 SHIBATA | 2020-10-20 | 2 | -0/+6 | |
| | ||||||
* | Followed up with 708413807ae958afb79257b18475424e0a8a4a56 | Hiroshi SHIBATA | 2020-10-19 | 2 | -3/+4 | |
| | | | | | | * Added sync task for digest * Update doc/* for default gems * Update the latest version of gemspec |