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
...
*
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
*
Disable tOROP at EXPR_BEG
Nobuyoshi Nakada
2019-11-12
1
-9
/
+5
*
Clear current argument name at empty block argument [Bug #16343]
Nobuyoshi Nakada
2019-11-12
1
-0
/
+1
*
Revert "Warn EOF char in comment"
NARUSE, Yui
2019-11-11
1
-25
/
+4
*
Revert "Elaborated EOF char message a little"
NARUSE, Yui
2019-11-11
1
-1
/
+1
*
Elaborated EOF char message a little
Nobuyoshi Nakada
2019-11-11
1
-1
/
+1
*
Warn EOF char in comment
Nobuyoshi Nakada
2019-11-11
1
-4
/
+25
*
Fixed embedded document with EOF char
Nobuyoshi Nakada
2019-11-11
1
-4
/
+16
*
Disallow omission of parentheses/brackets in single line pattern matching [Fe...
Kazuki Tsujimoto
2019-11-10
1
-1
/
+1
*
Disallow duplicated pattern variable
Kazuki Tsujimoto
2019-11-07
1
-4
/
+41
*
Add missing semicolon
Kazuki Tsujimoto
2019-11-07
1
-0
/
+1
*
Numbered parameter is an ID_LOCAL now [Bug #16293]
Nobuyoshi Nakada
2019-11-06
1
-17
/
+5
*
Numbered parameter cannot appear outside block now [Bug #16293]
Nobuyoshi Nakada
2019-11-06
1
-1
/
+0
*
Fix a typo in WARN_EOL
Kazuhiro NISHIYAMA
2019-11-05
1
-1
/
+1
*
Fixed conditional expressions with only one void side
Nobuyoshi Nakada
2019-11-05
1
-1
/
+1
[prev]
[next]