ruby/lib/rdoc
Yusuke Endoh 08137c5dd9 [ruby/rdoc] Optimize RawLine by using a regexp instead of negative look-ahead rule
This improves the performance in some cases.
`rdoc .../gems/sinatra-2.1.0/README.md` takes 10.5 sec. before this
change, and 7.1 sec. after this change.
`make rdoc` of ruby/ruby takes 19.3 sec. before this change, 18.1 sec.
after this change.

https://github.com/ruby/rdoc/commit/7cf8281e3e
2022-02-12 14:59:26 +09:00
..
context [ruby/rdoc] Removed `RDoc::Context::Section#sequence` 2020-02-20 18:06:19 +09:00
generator [ruby/rdoc] Update SourceCodePro font files 2021-10-11 21:15:07 +09:00
i18n
markdown Update parser files of RDoc generated by the latest KPeg 2021-08-10 02:36:00 +09:00
markup [ruby/rdoc] Simplify attribute exclusiveness conditions 2022-02-09 22:22:46 +09:00
parser [ruby/rdoc] Get rid of ruby-mode.el confusions 2022-02-09 22:22:45 +09:00
rd Update parser files of RDoc generated by the latest Racc 2021-08-10 02:36:00 +09:00
ri [ruby/rdoc] Fix chained inclusion ancestors_of 2021-07-05 11:34:25 +09:00
stats Merge RDoc 6.1.0.beta3 from upstream 2018-12-08 17:39:52 +00:00
.document [DOC] escape descriptions [ci skip] 2019-01-04 09:49:32 +00:00
alias.rb
anon_class.rb
any_method.rb [ruby/rdoc] fix: alias to method with call-seq 2021-10-16 06:31:11 +09:00
attr.rb
class_module.rb [ruby/rdoc] ClassModule#add_comment should receive RDoc::Comment 2019-07-26 17:20:27 +08:00
code_object.rb
code_objects.rb
comment.rb Fix ghost method line no 2019-11-28 08:19:05 +09:00
constant.rb
context.rb [ruby/rdoc] Fix RDoc::Context#instance_method_list 2020-07-22 02:34:26 +09:00
cross_reference.rb [ruby/rdoc] Allow cross references to negation operator method 2022-02-09 19:41:12 +09:00
encoding.rb
erb_partial.rb [ruby/rdoc] Add frozen string literal support 2020-05-24 23:47:24 +09:00
erbio.rb [ruby/rdoc] Delegate ERB args correctly 2020-05-24 23:47:24 +09:00
extend.rb
generator.rb
ghost_method.rb
i18n.rb [ruby/rdoc] Prefer require_relative 2020-09-14 12:59:11 -04:00
include.rb
known_classes.rb
markdown.rb [ruby/rdoc] Optimize RawLine by using a regexp instead of negative look-ahead rule 2022-02-12 14:59:26 +09:00
markup.rb [ruby/rdoc] Support GFM table 2021-03-16 15:47:27 +09:00
meta_method.rb
method_attr.rb
mixin.rb
normal_class.rb
normal_module.rb
options.rb [ruby/rdoc] Add tests for `--template-stylesheets` option 2021-09-03 19:13:15 +09:00
parser.rb [ruby/rdoc] Fix spelling error in parser comment 2020-09-18 14:57:58 +09:00
rd.rb
rdoc.gemspec [ruby/rdoc] Move dev dependency of gettext to Gemfile 2021-08-10 02:36:00 +09:00
rdoc.rb [ruby/rdoc] Move RDoc::RDoc#load_options to RDoc::RDoc.load_options 2021-09-02 00:32:13 +09:00
require.rb
ri.rb
rubygems_hook.rb [ruby/rdoc] Specify working directory for RDoc::Options#check_files 2021-06-23 11:05:16 +09:00
servlet.rb Use `abort(message)` instead of `puts` and `exit` 2020-12-10 21:06:10 +09:00
single_class.rb
stats.rb Merge rdoc-6.0.0.beta4 from upstream. 2017-11-27 10:45:24 +00:00
store.rb [ruby/rdoc] Support full filename to make a link for a text file 2020-09-18 14:57:57 +09:00
task.rb [ruby/rdoc] Fix typo in RDoc::Task example 2022-01-24 10:17:16 +09:00
text.rb [ruby/rdoc] Convert upper case copyright and registered marks 2021-09-11 17:03:52 +09:00
token_stream.rb Separate RDoc::TokenStream#add_tokens and #add_token 2019-08-16 06:02:45 +09:00
tom_doc.rb Refactor and improve performance of RDoc::Markup::Parser 2019-08-16 06:02:45 +09:00
top_level.rb Merge rdoc-6.1.0.beta2 2018-10-17 06:28:20 +00:00
version.rb [ruby/rdoc] Version 6.4.0 2021-12-24 17:04:11 +09:00