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
...
*
ripper: Invalid pragma value warning
Nobuyoshi Nakada
2020-11-02
1
-1
/
+1
*
Compare boolean values for parser pragma locale-insensitively
Nobuyoshi Nakada
2020-11-02
1
-2
/
+2
*
Change NODE layout for pattern matching
Kazuki Tsujimoto
2020-11-01
1
-3
/
+3
*
Pattern matching is no longer experimental
Kazuki Tsujimoto
2020-11-01
1
-13
/
+9
*
Allow non-argument endless-def with a space instead of parentheses
Nobuyoshi Nakada
2020-10-26
1
-5
/
+8
*
Assoc pattern matching (#3703)
Nobuyoshi Nakada
2020-10-26
1
-34
/
+3
*
Prohibit setter method names in all kinds of endless methods
Nobuyoshi Nakada
2020-10-12
1
-3
/
+16
*
Refactored lex_context management
Nobuyoshi Nakada
2020-10-09
1
-8
/
+8
*
Unfreeze string-literal-only interpolated string-literal
Nobuyoshi Nakada
2020-09-30
1
-12
/
+29
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-3
/
+4
*
new_dstr: hoisted out from literal_concat and evstr2dstr
Nobuyoshi Nakada
2020-09-02
1
-6
/
+12
*
Prohibit setter method names in endless method definition
Yusuke Endoh
2020-08-31
1
-0
/
+3
*
Fixed error messages at non-ascii %string terminator
Nobuyoshi Nakada
2020-08-26
1
-0
/
+6
*
Removed a never-true condition
Nobuyoshi Nakada
2020-08-26
1
-1
/
+1
*
rb_{ary,fnd}_pattern_info: Remove imemo member to reduce memory usage
Kazuki Tsujimoto
2020-08-02
1
-35
/
+13
*
Use a linked list to eliminate imemo tmp bufs for managing local tables
Aaron Patterson
2020-07-27
1
-10
/
+2
*
Switch reserved for numbered parameter warning to SyntaxError
Jeremy Evans
2020-07-22
1
-2
/
+2
*
Drop token info for endless method definition
Nobuyoshi Nakada
2020-06-25
1
-0
/
+23
*
AST.of needs SCRIPT_LINES__ filled with a newline
Nobuyoshi Nakada
2020-06-25
1
-1
/
+1
*
[ripper] fix mismatched indentations warning [Bug #16981]
Nobuyoshi Nakada
2020-06-24
1
-4
/
+5
*
apinfo/fpinfo should always be non-NULL
Kazuki Tsujimoto
2020-06-14
1
-12
/
+8
*
Introduce find pattern [Feature #16828]
Kazuki Tsujimoto
2020-06-14
1
-10
/
+111
*
push_pktbl is needed for hash pattern, not for array pattern
Kazuki Tsujimoto
2020-06-14
1
-3
/
+2
*
Extracted argument forwarding staffs
Nobuyoshi Nakada
2020-06-13
1
-47
/
+58
*
[ripper] use Ripper DSL
Nobuyoshi Nakada
2020-06-13
1
-3
/
+3
*
Differentiate `...` in lambda arguments
Nobuyoshi Nakada
2020-06-07
1
-0
/
+4
*
Add leading arguments support to arguments forwarding
Jeremy Evans
2020-06-06
1
-0
/
+41
*
Include the entire lambda expression in lambda rule
Nobuyoshi Nakada
2020-06-02
1
-25
/
+6
*
Extracted `excessed_comma` to unify ripper and make the order stable
Nobuyoshi Nakada
2020-06-01
1
-7
/
+14
*
Fixed argument forwarding in reserved word method [Bug #16854]
Nobuyoshi Nakada
2020-05-15
1
-5
/
+2
*
Endless method definition including `rescue` modifier
Nobuyoshi Nakada
2020-05-14
1
-2
/
+34
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Bison 3.5.91 now defaults parse.error to "simple"
Nobuyoshi Nakada
2020-05-04
1
-0
/
+1
*
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
[prev]
[next]