Age | Commit message (Expand) | Author |
---|
2025-01-15 | Migrate rdoc as bundled gems | Hiroshi SHIBATA |
2024-12-31 | [ruby/rdoc] Add autolink_excluded_words option to ignore | Stan Lo |
2024-12-17 | [ruby/rdoc] Enable cross reference in code | Nobuyoshi Nakada |
2024-12-17 | [ruby/rdoc] `aligns` may include `:center` | Soutaro Matsumoto |
2024-12-16 | [ruby/rdoc] Print warnings for rdoc-ref links that can't be resolved | Stan Lo |
2024-12-08 | [ruby/rdoc] Use distinct styles for note lists and label lists | nicholas a. evans |
2024-12-05 | [ruby/rdoc] Deprecate `main` and `title` directives | Stan Lo |
2024-10-03 | [ruby/rdoc] Fix ToRdoc#accept_table | tomoya ishida |
2024-07-31 | [ruby/rdoc] Add new ruby parser that uses Prism | tomoya ishida |
2024-07-17 | [ruby/rdoc] Improve rubocop setup | Stan Lo |
2024-03-09 | [ruby/rdoc] Fix ToRdoc generating incorrect {label,name}-lists | Hartley McGuire |
2024-03-08 | [ruby/rdoc] Fix ToMarkdown missing newlines for label-lists | Hartley McGuire |
2023-12-31 | [ruby/rdoc] Allow empty name rdoc-ref as a local link | Nobuyoshi Nakada |
2023-12-16 | [ruby/rdoc] [DOC] nodoc for probably internal methods | Nobuyoshi Nakada |
2023-12-16 | [ruby/rdoc] [DOC] Add missing documents | Nobuyoshi Nakada |
2023-11-27 | [ruby/rdoc] Place a space between certain character class letters only | Nobuyoshi Nakada |
2023-11-14 | [ruby/rdoc] Fix TIDYLINK after braces | Nobuyoshi Nakada |
2023-07-29 | [ruby/rdoc] Use a more portable way to check if code is parseable | Benoit Daloze |
2023-06-14 | [ruby/rdoc] Use flat_map for better performance | Petrik |
2023-06-03 | [ruby/rdoc] Auto-correct trailing new lines | Vinicius Stock |
2023-05-02 | [ruby/rdoc] [DOC] stop documenting fallback `MatchData#match_length` | Nobuyoshi Nakada |
2022-11-27 | [ruby/rdoc] Revert "Refactor `RDoc::Markup::Parser#tokenize`" | Nobuyoshi Nakada |
2022-11-27 | [ruby/rdoc] Refactor `RDoc::Markup::Parser#tokenize` | Nobuyoshi Nakada |
2022-11-27 | [ruby/rdoc] Refine regexp usages and reduce substring allocations | Nobuyoshi Nakada |
2022-10-07 | [ruby/rdoc] Escape HYPERLINKs | Nobuyoshi Nakada |
2022-10-07 | [ruby/rdoc] Escape RDOCLINKs | Nobuyoshi Nakada |
2022-10-07 | [ruby/rdoc] Escape TIDYLINKs | Nobuyoshi Nakada |
2022-10-06 | [ruby/rdoc] Allow RDoc markups in table cells | Nobuyoshi Nakada |
2022-07-30 | [ruby/rdoc] Fix blockquote with word in verbatim | Nobuyoshi Nakada |
2022-07-29 | [ruby/rdoc] Fix formatting blockquote in verbatim | Nobuyoshi Nakada |
2022-04-14 | [ruby/rdoc] Apply matching word pairs to underscore-methods | Nobuyoshi Nakada |
2022-04-13 | [ruby/rdoc] Only parse valid URLs | Peter Zhu |
2022-02-22 | [ruby/rdoc] Prefer `require 'cgi/util'` instead of `require 'cgi'` | Yusuke Endoh |
2022-02-09 | [ruby/rdoc] Simplify attribute exclusiveness conditions | Nobuyoshi Nakada |
2021-10-16 | [ruby/rdoc] feat: add support for :category: on C functions | Mike Dalessio |
2021-07-05 | [ruby/rdoc] Fix links without paths | Nobuyoshi Nakada |
2021-07-05 | [ruby/rdoc] Fix for explicit http link | Nobuyoshi Nakada |
2021-07-05 | [ruby/rdoc] Allow a label in a link to another document text | Nobuyoshi Nakada |
2021-04-03 | [ruby/rdoc] Links to document texts without "rdoc-ref:" prefix | Nobuyoshi Nakada |
2021-04-03 | [ruby/rdoc] Treat emphasis tags as excluding other notations | aycabta |
2021-04-03 | [ruby/rdoc] Treat other tags as word boundaries | aycabta |
2021-04-03 | [ruby/rdoc] Disable other notations in <code> tags | aycabta |
2021-03-16 | [ruby/rdoc] Support GFM table | Nobuyoshi Nakada |
2020-10-27 | Separate `send` into `public_send` and `__send__` | Nobuyoshi Nakada |
2020-07-22 | [ruby/rdoc] Create link to unary operator methods correctly | hyrious |
2020-05-24 | [ruby/rdoc] Process crossref before tidylink | aycabta |
2020-05-24 | [ruby/rdoc] Escape method names in HTML | Nate Matykiewicz |
2020-03-08 | Specify explicit separator not to be affected by $; | Nobuyoshi Nakada |
2019-08-19 | lib/rdoc/markup/parser.rb: remove a unused variable initialization | Yusuke Endoh |
2019-08-17 | Removed test_case files from lib directory. | Hiroshi SHIBATA |