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
*
Made parentheses mandatory in endless method defition
Nobuyoshi Nakada
2020-04-22
1
-15
/
+7
*
Revert "Allow simple R-assign in endless def"
Nobuyoshi Nakada
2020-04-22
1
-17
/
+3
*
Disallow line-continuation before R-assign
Nobuyoshi Nakada
2020-04-15
1
-2
/
+1
*
Removed duplicate value_expr checks
Nobuyoshi Nakada
2020-04-14
1
-4
/
+0
*
Allow simple R-assign in endless def
Nobuyoshi Nakada
2020-04-13
1
-3
/
+17
*
Relaxed of R-assign value to arg
Nobuyoshi Nakada
2020-04-12
1
-6
/
+2
*
Endless method definition [Feature #16746]
Nobuyoshi Nakada
2020-04-10
1
-38
/
+105
*
Rightward-assign by ASSOC
Nobuyoshi Nakada
2020-04-10
1
-2
/
+38
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
New macro `NEW_RIPPER` instead of `NEW_CDECL`
Nobuyoshi Nakada
2020-04-03
1
-1
/
+2
*
parse.y: hoisted out new_nil_at
Nobuyoshi Nakada
2020-03-11
1
-41
/
+17
*
parse.y: unified kwrest and no-kwrest
Nobuyoshi Nakada
2020-03-11
1
-22
/
+14
*
Renamed `lex_flags` as `lex_context`
Nobuyoshi Nakada
2020-03-05
1
-49
/
+49
*
Preserve `kwarg` flag and fix up f5c904c2a9
Nobuyoshi Nakada
2020-03-03
1
-0
/
+2
*
Reduced parser stack usage by merging non-result actions
Nobuyoshi Nakada
2020-03-02
1
-14
/
+14
*
Packed stacked bit flags into one struct
Nobuyoshi Nakada
2020-03-02
1
-45
/
+51
*
Allow newlines inside braced pattern
Nobuyoshi Nakada
2020-03-02
1
-2
/
+10
*
Allow trailing comma in hash pattern
Kazuki Tsujimoto
2020-03-01
1
-0
/
+4
*
Named `tLABEL` token
Nobuyoshi Nakada
2020-02-29
1
-1
/
+1
*
Refined argument name
Nobuyoshi Nakada
2020-02-28
1
-3
/
+3
*
Fixed duplicated warning
Nobuyoshi Nakada
2020-02-10
1
-6
/
+0
*
Do not warn CR inside string literal
Nobuyoshi Nakada
2020-02-04
1
-6
/
+8
*
Make RATIONAL_SET_{NUM,DEN} static inline functions
Kenta Murata
2020-01-17
1
-1
/
+1
*
Separate numbered parameter scope in eval
Nobuyoshi Nakada
2020-01-16
1
-1
/
+1
*
Fixed the location of args node with numbered parameter
Nobuyoshi Nakada
2020-01-16
1
-1
/
+5
*
parse.y: fix a wrong sizeof argument for ruby_sized_xfree
Yusuke Endoh
2020-01-05
1
-1
/
+1
*
Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__
Jeremy Evans
2020-01-03
1
-24
/
+0
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-11
/
+27
*
Show the error line only when same as the current
Nobuyoshi Nakada
2019-12-25
1
-1
/
+12
*
Added `experimental` warning category
Nobuyoshi Nakada
2019-12-20
1
-1
/
+2
*
Hoisted out new_case3
Nobuyoshi Nakada
2019-12-20
1
-4
/
+12
*
Refined the warning message for numbered-parameter like variables
Nobuyoshi Nakada
2019-12-20
1
-1
/
+1
*
Refined the warning message for numbered-parameter like variables
Nobuyoshi Nakada
2019-12-20
1
-1
/
+1
*
Warn also numbered parameter like methods
Nobuyoshi Nakada
2019-12-20
1
-0
/
+3
*
Warn also numbered parameter like parameters
Nobuyoshi Nakada
2019-12-20
1
-4
/
+10
*
parse.y: suppress "set but not used" warnings on ripper.y
Yusuke Endoh
2019-12-05
1
-5
/
+4
*
Silence incorrect assigned but unused variable warnings in ripper
Jeremy Evans
2019-12-04
1
-0
/
+2
*
Make single line pattern matching void expression
Nobuyoshi Nakada
2019-11-30
1
-0
/
+11
*
Raise `NoMatchingPatternError` when expr `in` pat doesn't match
Nobuyoshi Nakada
2019-11-28
1
-1
/
+1
*
[ripper] Fixed unique key check in pattern matching
Nobuyoshi Nakada
2019-11-26
1
-67
/
+52
*
Hoisted out `push_pvtbl`/`pop_pvtbl`
Nobuyoshi Nakada
2019-11-26
1
-16
/
+19
*
Wrap `p_kw` in an array at `p_kwarg`
Nobuyoshi Nakada
2019-11-26
1
-3
/
+4
*
[ripper] Quoted label without expression must be a local variable
Nobuyoshi Nakada
2019-11-25
1
-34
/
+58
*
Revert "[ripper] Quoted label without expression must be a local variable"
Nobuyoshi Nakada
2019-11-20
1
-58
/
+34
*
[ripper] Quoted label without expression must be a local variable
Nobuyoshi Nakada
2019-11-19
1
-34
/
+58
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-1
/
+1
*
delete unused functions
卜部昌平
2019-11-14
1
-35
/
+2
*
`#@1` is no longer an embedded variable
Nobuyoshi Nakada
2019-11-14
1
-3
/
+0
*
Revert "Method reference operator"
Nobuyoshi Nakada
2019-11-12
1
-27
/
+1
*
Warn on `...` at EOL
Nobuyoshi Nakada
2019-11-12
1
-0
/
+3
[next]