summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2019-10-15Remove duplicated `.` [ci skip]Kazuhiro NISHIYAMA
2019-10-10Document the difference between expressions and statements [ci skip]Jeremy Evans
2019-10-07Add section to extension.rdoc for backwards compatibility macros [ci skip]Jeremy Evans
2019-10-07Note RB_PASS_EMPTY_KEYWORDS and RB_SCAN_ARGS_EMPTY_KEYWORDS will be removedJeremy Evans
2019-10-03Document *_kw functions added to include/ruby/ruby.h [ci skip]Jeremy Evans
2019-10-03Add documentation regarding keyword argument separation [ci skip]Jeremy Evans
2019-10-03Minor updates to methods and calling_methods documentation [ci skip]Jeremy Evans
2019-09-20[DOC] DOT is not a part of a receiver [ci skip]Nobuyoshi Nakada
2019-09-20Removed ThreadsWait from the ruby repositoryHiroshi SHIBATA
2019-09-20Removed Synchronizer from the ruby repository.Hiroshi SHIBATA
2019-09-20Removed Shell from the ruby repository.Hiroshi SHIBATA
2019-09-20Removed Scanf from the ruby repository.Hiroshi SHIBATA
2019-09-20Removed CMath from the ruby repository.Hiroshi SHIBATA
2019-09-20Update NEWS and documents [ci skip]Nobuyoshi Nakada
2019-09-16Fix a typo [ci skip]Kazuhiro NISHIYAMA
2019-08-28Document {n}? regexp pattern is optional and not non-greedy [ci skip]Jeremy Evans
2019-08-16Marked up command line options [ci skip]Nobuyoshi Nakada
2019-08-04Use the word heredocs in Here Documents docsOlivier Lacan
2019-08-03[DOC] mentioned minimum versions of tools [ci skip]Nobuyoshi Nakada
2019-07-26Document behavior when mixing named captures with parentheses [ci skip]Jeremy Evans
2019-07-23Added the upstream repositories to default gems.Hiroshi SHIBATA
2019-07-23reline is default gems now.Hiroshi SHIBATA
2019-07-23Removed duplicated entry for racc.Hiroshi SHIBATA
2019-07-19Document use of ensure and else at method level [ci skip]Jeremy Evans
2019-07-19Remove section on performance advantage of not using a block parameter [ci skip]Jeremy Evans
2019-07-19Remove mention of Proc.new with implicit block [ci skip]Jeremy Evans
2019-07-19Document evaluation order of arguments [ci skip]Jeremy Evans
2019-07-19Document required keyword argument syntax [ci skip]Jeremy Evans
2019-07-19Remove doc/etc.rd.ja [ci skip]Kazuhiro NISHIYAMA
2019-07-15doc/globals.rdoc: Add deprecated to TRUE,FALSE,NIL [ci skip]Kazuhiro NISHIYAMA
2019-07-14Add bug triaging guideJeremy Evans
2019-07-15doc/irb/irb.rd.ja: Update options from `irb -h` [ci skip]Kazuhiro NISHIYAMA
2019-07-15[DOC] Struct::Passwd#uclass renamed from #class at r2500 [ci skip]Kazuhiro NISHIYAMA
2019-07-14doc/globals.rdoc: Add RUBY_REVISION [ci skip]Kazuhiro NISHIYAMA
2019-07-14doc/globals.rdoc: Add RUBY_PATCHLEVEL [ci skip]Kazuhiro NISHIYAMA
2019-07-14doc/globals.rdoc: Add RUBY_COPYRIGHT [ci skip]Kazuhiro NISHIYAMA
2019-07-14doc/globals.rdoc: Add TOPLEVEL_BINDING [ci skip]Kazuhiro NISHIYAMA
2019-07-14[DOC] Fix typos [ci skip]Kazuhiro NISHIYAMA
2019-07-14[DOC] Fix indent [ci skip]Kazuhiro NISHIYAMA
2019-07-14[DOC] Fix link to feature [ci skip]Kazuhiro NISHIYAMA
2019-07-14Fix typos [ci skip]Kazuhiro NISHIYAMA
2019-07-14[DOC] Fix experimental marker [ci skip]Kazuhiro NISHIYAMA
2019-07-13[DOC] Markup code in globals.rdocNobuyoshi Nakada
2019-07-13Improve documentation in doc/globals.rdocBenoit Daloze
2019-07-13Document $~ before dependent global variablesBenoit Daloze
2019-07-13Improve documentation of $LOAD_PATHBenoit Daloze
2019-07-13Document $LOAD_PATH.resolve_feature_path in globals.rdocBenoit Daloze
2019-07-13Document a few more RUBY_* constantsBenoit Daloze
2019-07-13Document the long form of global variables and mention aliases on the same lineBenoit Daloze
2019-07-02Remove Changelog section from doc/contributing.rdoc [ci skip]Jeremy Evans