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
/
parse.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved exported symbols in internal/util.h to ruby/util.h
Nobuyoshi Nakada
2021-08-24
1
-1
/
+0
*
ast.c: Rename "save_script_lines" to "keep_script_lines"
Yusuke Endoh
2021-08-20
1
-4
/
+4
*
Allow omission of parentheses in one line pattern matching [Feature #16182]
Kazuki Tsujimoto
2021-08-19
1
-2
/
+2
*
Extract the wrapped value when yydebug [Bug #18075]
Nobuyoshi Nakada
2021-08-15
1
-1
/
+1
*
Fix interpolated heredoc
eileencodes
2021-07-21
1
-1
/
+4
*
One-line pattern matching is no longer experimental
Kazuki Tsujimoto
2021-07-17
1
-14
/
+0
*
Add pattern matching pin support for instance/class/global variables
Jeremy Evans
2021-07-15
1
-1
/
+13
*
node.h: Reduce struct size to fit with Ruby object size (five VALUEs)
Yusuke Endoh
2021-06-18
1
-1
/
+1
*
ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`
Yusuke Endoh
2021-06-18
1
-0
/
+17
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-17
1
-1
/
+1
*
parse.y: Fix the location of a target constant of OP_CDECL
Yusuke Endoh
2021-06-14
1
-1
/
+2
*
Warn more duplicate literal hash keys
Nobuyoshi Nakada
2021-06-03
1
-1
/
+0
*
Warn more duplicate literal hash keys
Nobuyoshi Nakada
2021-06-03
1
-1
/
+33
*
ripper: wrap endless method in bodystmt [Bug #17869]
Nobuyoshi Nakada
2021-05-21
1
-4
/
+12
*
Also `\U` after control/meta is invalid [Bug #17861]
Nobuyoshi Nakada
2021-05-13
1
-2
/
+10
*
Fix handling of control/meta escapes in literal regexps
Jeremy Evans
2021-05-12
1
-33
/
+17
*
parse.y: Allow "command" syntax in endless method definition
Yusuke Endoh
2021-05-13
1
-0
/
+46
*
Make imemo_ast WB-protected again
Yusuke Endoh
2021-04-27
1
-1
/
+5
*
Ignore useless separators preceding a file encoding comment
Nobuyoshi Nakada
2021-03-23
1
-0
/
+1
*
Pattern matching pin operator against expression [Feature #17411]
Kazuki Tsujimoto
2021-03-21
1
-4
/
+14
*
Add a missing semicolon.
Takashi Tamura
2021-02-15
1
-1
/
+1
*
Removed YYUSE [Bug #17582]
Nobuyoshi Nakada
2021-01-26
1
-1
/
+0
*
Return new NODE_LIT
Nobuyoshi Nakada
2021-01-14
1
-5
/
+2
*
Ensure symbol list node is either NODE_STR or NODE_DSTR
Nobuyoshi Nakada
2021-01-14
1
-3
/
+8
*
Capture to reserved name variables if already defined [Bug #17533]
Nobuyoshi Nakada
2021-01-13
1
-2
/
+3
*
parse.y: handle "duplicated argument name" appropriately on ripper.y
Nobuhiro IMAI
2021-01-09
1
-2
/
+4
*
Fixed error message when % at EOF
Nobuyoshi Nakada
2021-01-04
1
-1
/
+3
*
Make args info for RubyVM::AST to available on endless method without parens
Masataka Pocke Kuwabara
2021-01-01
1
-1
/
+7
*
shareable_constant_value: experimental_copy
Koichi Sasada
2020-12-24
1
-7
/
+18
*
Reset paren_nest at tAREF and tASET [Bug #17431]
Nobuyoshi Nakada
2020-12-24
1
-0
/
+1
*
Ensure non-literal expressions shareable if `leteral`
Nobuyoshi Nakada
2020-12-23
1
-1
/
+1
*
`begin ... end` is not a literal
Nobuyoshi Nakada
2020-12-23
1
-1
/
+1
*
Changed shareable literal semantics [Feature #17397]
Nobuyoshi Nakada
2020-12-23
1
-34
/
+123
*
ripper: fix bad label parameter handling [Bug #17425]
Nobuyoshi Nakada
2020-12-23
1
-5
/
+12
*
Reduced ID caches
Nobuyoshi Nakada
2020-12-20
1
-3
/
+6
*
Use category: :experimental in warnings that are related to experimental feat...
Jeremy Evans
2020-12-18
1
-2
/
+4
*
Fixed not to make non-literal expression shareable [Feature #17273]
Nobuyoshi Nakada
2020-12-19
1
-8
/
+10
*
Drop token info also for endless singleton method definition
Nobuyoshi Nakada
2020-12-18
1
-8
/
+7
*
Ripper: Pass callback result to alias_error as well as other errors
Nobuyoshi Nakada
2020-12-16
1
-2
/
+1
*
Ripper: Fixed erred token on wrong alias [Bug #17345]
Nobuyoshi Nakada
2020-12-16
1
-1
/
+2
*
Ripper: Refined error callbacks [Bug #17345]
Nobuyoshi Nakada
2020-12-15
1
-35
/
+52
*
Support shareable_constant_value: literal
Nobuyoshi Nakada
2020-12-14
1
-6
/
+124
*
Make shareable_constant_value tri-state
Nobuyoshi Nakada
2020-12-14
1
-18
/
+72
*
shareable_constant_value: is effective only in comment-only line
Nobuyoshi Nakada
2020-12-14
1
-0
/
+7
*
Save and pass lex_context wholely
Nobuyoshi Nakada
2020-12-14
1
-37
/
+40
*
Determine shareable-ness after assignment operator
Nobuyoshi Nakada
2020-12-14
1
-93
/
+103
*
Implemented shareable_constant_value op_asgn
Nobuyoshi Nakada
2020-12-14
1
-1
/
+22
*
Call FrozenCore.make_shareable
Nobuyoshi Nakada
2020-12-14
1
-2
/
+4
*
Implemented shareable_constant_value
Nobuyoshi Nakada
2020-12-14
1
-1
/
+15
*
Support shareable_constant_value pragma
Nobuyoshi Nakada
2020-12-14
1
-0
/
+13
[next]