index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
syntax
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ci skip] Rdoc enhancements for Array (#3063)
Burdette Lamar
2020-05-15
1
-1
/
+35
*
Removed NIL/TRUE/FALSE from documents too
Kazuhiro NISHIYAMA
2020-04-17
1
-3
/
+0
*
Fix typos
Kazuki Tsujimoto
2020-04-05
1
-2
/
+2
*
Enhance pattern matching introduction
zverok
2020-04-04
1
-27
/
+16
*
Document defined? and global_variables handling of regexp global variables [c...
Jeremy Evans
2020-03-06
1
-0
/
+30
*
Add pattern matching documentation
zverok
2020-02-24
2
-1
/
+456
*
Update documentation for Array/Hash Argument section of methods.rdoc
Adam Isom
2020-01-17
1
-2
/
+13
*
Redmine /projects/ruby-trunk is now redirected
Takashi Kokubun
2019-12-31
1
-1
/
+1
*
[DOC] Fix typo
Marcus Stollsteimer
2019-12-24
1
-1
/
+1
*
Fix typos of previous docs PR
zverok
2019-12-23
1
-1
/
+1
*
Update private visibility explanation
zverok
2019-12-22
1
-3
/
+35
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-1
/
+1
*
Documentation improvements for Ruby core
zverok
2019-10-26
2
-1
/
+45
*
Document the difference between expressions and statements [ci skip]
Jeremy Evans
2019-10-10
2
-3
/
+65
*
Add documentation regarding keyword argument separation [ci skip]
Jeremy Evans
2019-10-03
2
-1
/
+97
*
Minor updates to methods and calling_methods documentation [ci skip]
Jeremy Evans
2019-10-03
2
-24
/
+32
*
[DOC] DOT is not a part of a receiver [ci skip]
Nobuyoshi Nakada
2019-09-20
1
-1
/
+1
*
Update NEWS and documents [ci skip]
Nobuyoshi Nakada
2019-09-20
2
-3
/
+4
*
Use the word heredocs in Here Documents docs
Olivier Lacan
2019-08-04
1
-1
/
+1
*
Document use of ensure and else at method level [ci skip]
Jeremy Evans
2019-07-19
1
-0
/
+22
*
Remove section on performance advantage of not using a block parameter [ci skip]
Jeremy Evans
2019-07-19
1
-5
/
+0
*
Remove mention of Proc.new with implicit block [ci skip]
Jeremy Evans
2019-07-19
1
-4
/
+0
*
Document evaluation order of arguments [ci skip]
Jeremy Evans
2019-07-19
1
-0
/
+19
*
Document required keyword argument syntax [ci skip]
Jeremy Evans
2019-07-19
1
-0
/
+11
*
Improve wording of Local Variables and eval section
Jeremy Evans
2019-06-25
1
-7
/
+7
*
* remove trailing spaces.
git
2019-06-26
1
-1
/
+1
*
Document local variable interactions with eval
Jeremy Evans
2019-06-25
1
-0
/
+22
*
Fix typo
Marcus Stollsteimer
2019-05-03
1
-1
/
+1
*
Disallow also CR in here-doc identifier
Nobuyoshi Nakada
2019-04-29
1
-1
/
+1
*
parse.y: fix here-doc identifier with newline
Nobuyoshi Nakada
2019-04-29
1
-0
/
+3
*
Introduce beginless range [Feature#14799]
mame
2019-04-03
1
-0
/
+1
*
Update refinements docs
tenderlove
2019-01-10
1
-4
/
+2
*
Small improvement in refinements docs
stomar
2018-12-24
1
-2
/
+2
*
range.c: Documentation on endless ranges.
marcandre
2018-12-12
1
-0
/
+1
*
[DOC] rational and imaginary literals [ci skip]
nobu
2018-11-17
1
-0
/
+27
*
Improve safe navigation operator's docs [Misc #15109]
aycabta
2018-10-20
1
-4
/
+23
*
[DOC] Refinements on modules are allowed
hsbt
2018-01-30
1
-2
/
+1
*
Fix typos.
hsbt
2018-01-10
1
-1
/
+1
*
doc/syntax/refinements.rdoc: fix typos
stomar
2017-12-08
1
-2
/
+2
*
Specify refinement inheritance by Module#include.
shugo
2017-12-03
1
-0
/
+23
*
refinements.rdoc: improve docs
stomar
2017-11-07
1
-3
/
+4
*
doc/syntax/methods.rdoc: fix a misleading example
rhe
2017-10-22
1
-3
/
+3
*
* remove trailing spaces.
svn
2017-10-21
1
-1
/
+1
*
Clarify return value for assignment methods.
hsbt
2017-10-21
1
-1
/
+5
*
refinements.rdoc: [DOC] improved [Fix GH-1659]
nobu
2017-06-23
1
-14
/
+14
*
methods.rdoc: small improvements
stomar
2017-03-29
1
-9
/
+9
*
doc: Fix error for escape sequences in string literals
normal
2017-02-03
1
-1
/
+1
*
* doc/syntax/control_expressions.rdoc: Add missing 'as'
hsbt
2016-09-30
1
-2
/
+2
*
Use https instead of http in some URLs
kazu
2016-09-11
1
-1
/
+1
*
methods.rdoc: closing tag
nobu
2016-05-21
1
-1
/
+1
[next]