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
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename `AST` module to `AbstractSyntaxTree`
yui-knk
2018-11-09
1
-4
/
+4
*
NEWS: Add `RubyVM::AST.of` to NEWS [ci skip]
yui-knk
2018-11-08
1
-0
/
+3
*
Sort in alphabetical order [ci skip]
kazu
2018-11-05
1
-10
/
+10
*
Added bundler as default gems. Revisit [Feature #12733]
hsbt
2018-11-02
1
-0
/
+6
*
lib/matrix.rb: Make Matrix & Vector mutable. Add #[]=, #map!.
marcandre
2018-11-02
1
-0
/
+8
*
lib/matrix.rb: Alias antisymmetric? with skew_symmetric?
marcandre
2018-11-02
1
-1
/
+1
*
Revert "Matrix: Add #reflexive? method. [Fix GH-1730]"
marcandre
2018-11-02
1
-2
/
+0
*
update NEWS about theap
ko1
2018-10-30
1
-0
/
+5
*
NEWS: codify keywords and callback methods [ci skip]
nobu
2018-10-28
1
-8
/
+8
*
Print exception's cause like Java
naruse
2018-10-27
1
-0
/
+6
*
Update the example of local variable shadowing
knu
2018-10-27
1
-1
/
+1
*
NEWS: fix typos
stomar
2018-10-26
1
-3
/
+3
*
Indent as a code block [ci skip]
nobu
2018-10-26
1
-1
/
+1
*
parse.y: remove "shadowing outer local variable" warning
mame
2018-10-26
1
-0
/
+5
*
Revert "parse.y: remove "shadowing outer local variable" warning"
mame
2018-10-26
1
-5
/
+0
*
parse.y: remove "shadowing outer local variable" warning
mame
2018-10-26
1
-0
/
+5
*
NEWS: note about --disable-mjit-support [ci skip]
k0kubun
2018-10-21
1
-1
/
+4
*
NEWS: prefer advertising --jit option [ci skip]
k0kubun
2018-10-21
1
-1
/
+1
*
NEWS: Fix keywords [ci skip]
kazu
2018-10-20
1
-1
/
+1
*
NEWS: Fix `,`s [ci skip]
kazu
2018-10-20
1
-4
/
+4
*
NEWS: fix language
stomar
2018-10-20
1
-1
/
+1
*
Added entry about new default gems.
hsbt
2018-10-20
1
-0
/
+17
*
NEWS: update about MJIT [ci skip]
k0kubun
2018-10-20
1
-8
/
+3
*
Add the oneshot coverage feature to NEWS
mame
2018-10-20
1
-0
/
+21
*
NEWS: small fixes
stomar
2018-10-19
1
-7
/
+7
*
NEWS in rdoc mode [ci skip]
nobu
2018-10-17
1
-256
/
+233
*
NEWS: Hash#update! does not exist
stomar
2018-10-13
1
-1
/
+1
*
Revert "NEWS: Fix indent [ci skip]"
kazu
2018-10-08
1
-2
/
+2
*
NEWS: Fix indent [ci skip]
kazu
2018-10-08
1
-2
/
+2
*
Timezone at Time#+ and Time#-
nobu
2018-10-08
1
-1
/
+2
*
Timezone support by Time [Feature #14850]
nobu
2018-10-08
1
-0
/
+7
*
Added news entry of r64741.
hsbt
2018-10-05
1
-0
/
+4
*
Add difference method to Array
nobu
2018-10-05
1
-1
/
+1
*
range.c: Add Range#%
mrkn
2018-09-28
1
-0
/
+4
*
Sort in alphabetical order [ci skip]
nobu
2018-09-27
1
-7
/
+7
*
NEWS: Replace tab with spaces
kazu
2018-09-27
1
-6
/
+6
*
NEWS: Add ArithmeticSequence related things
mrkn
2018-09-27
1
-0
/
+18
*
Fix a typo [ci skip]
kazu
2018-09-21
1
-1
/
+1
*
Matrix: Add #reflexive? method. [Fix GH-1730]
marcandre
2018-09-20
1
-1
/
+3
*
Enumerable#to_h with block and so on
nobu
2018-09-20
1
-0
/
+25
*
Add union method to Array
nobu
2018-09-20
1
-0
/
+5
*
[DOC] Add changes to Hash#merge in NEWS [#15111]
marcandre
2018-09-19
1
-0
/
+5
*
Alias Struct#select as Struct#filter. Patch by Kenichi Kamiya.
marcandre
2018-09-16
1
-0
/
+6
*
range.c: Range#cover? accepts Range object. [Feature #14473]
tarui
2018-09-05
1
-0
/
+1
*
NEWS: add entries for rb_waitpid and timer-thread [ci skip]
normal
2018-08-23
1
-0
/
+4
*
Mention `--enable=jit` instead of `--jit`
kazu
2018-08-23
1
-1
/
+1
*
NEWS: categorized new entries all
nobu
2018-08-19
1
-45
/
+74
*
Fix a typo [ci skip]
kazu
2018-08-19
1
-1
/
+1
*
NEWS: quote false [ci skip]
nobu
2018-08-18
1
-1
/
+1
*
NEWS: converted to Markdown [ci skip]
nobu
2018-08-18
1
-156
/
+201
[next]