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
...
*
Allows calling a private method only with bare `self`
Nobuyoshi Nakada
2019-09-20
1
-0
/
+2
*
Fixed reserved numbered parameter warning
Nobuyoshi Nakada
2019-09-19
1
-3
/
+7
*
Comment lines can be placed between fluent dot now
Nobuyoshi Nakada
2019-09-15
1
-0
/
+4
*
Make NODE_ARYPTN layout consistent between Ripper and AST
Aaron Patterson
2019-09-11
1
-5
/
+19
*
Make sure WB executes after object is reachable
Aaron Patterson
2019-09-11
1
-1
/
+1
*
Made a short-circuit expression w/o result into an `if`-statement
Nobuyoshi Nakada
2019-09-11
1
-1
/
+1
*
&$$->nd_lit is uninitialized at this point
卜部昌平
2019-09-11
1
-2
/
+2
*
Macros can't be expressions, so make a function
Aaron Patterson
2019-09-10
1
-0
/
+16
*
WB needs to be executed after object is reachable
Aaron Patterson
2019-09-10
1
-4
/
+4
*
Only use `add_mark_object` in Ripper
Aaron Patterson
2019-09-09
1
-23
/
+38
*
Revert "Reverting node marking until I can fix GC problem."
Aaron Patterson
2019-09-09
1
-18
/
+22
*
parse.y: Use the correct alias for brace flag of hash literal
Yusuke Endoh
2019-09-08
1
-1
/
+1
*
Rename some function/definition names that handles NODE_LIST
Yusuke Endoh
2019-09-07
1
-7
/
+7
*
Rename NODE_ARRAY to NODE_LIST to reflect its actual use cases
Yusuke Endoh
2019-09-07
1
-18
/
+18
*
Warn local variables which conflict with new numbered parameters
Nobuyoshi Nakada
2019-09-06
1
-0
/
+4
*
Reverting node marking until I can fix GC problem.
Aaron Patterson
2019-09-05
1
-22
/
+18
*
Stash tmpbuffer inside internal structs
Aaron Patterson
2019-09-05
1
-2
/
+4
*
Don't change DSTR nodes to ARRAY nodes
Aaron Patterson
2019-09-05
1
-3
/
+1
*
Create two buckets for allocating NODE structs
Aaron Patterson
2019-09-05
1
-1
/
+1
*
Stash the imemo buf at the end of the ID list
Aaron Patterson
2019-09-05
1
-16
/
+8
*
Mark some tmpbufs via node objects
Aaron Patterson
2019-09-05
1
-8
/
+9
*
Directly mark node objects instead of using a mark array
Aaron Patterson
2019-09-05
1
-1
/
+12
*
Fix code locations of array node inside hash node when multiple kw splats
Jeremy Evans
2019-09-05
1
-0
/
+2
*
Make m(**{}) mean call without keywords
Jeremy Evans
2019-09-05
1
-2
/
+8
*
Make pattern matching support **nil syntax
Kazuki Tsujimoto
2019-09-01
1
-2
/
+19
*
Made :nil static ID
Nobuyoshi Nakada
2019-09-01
1
-3
/
+3
*
Add back missing warning for duplicate keys in splatted hashes
Jeremy Evans
2019-08-30
1
-1
/
+11
*
Make ripper support **nil syntax
Jeremy Evans
2019-08-30
1
-3
/
+9
*
Support **nil syntax for specifying a method does not accept keyword arguments
Jeremy Evans
2019-08-30
1
-0
/
+14
*
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-08-30
1
-11
/
+1
*
Refined warnings against literal in flip-flop
Nobuyoshi Nakada
2019-08-29
1
-59
/
+27
*
Revert "Add pipeline operator [Feature #15799]"
Nobuyoshi Nakada
2019-08-29
1
-40
/
+2
*
Directly mark compile options from the AST object
Aaron Patterson
2019-08-27
1
-2
/
+1
*
Fix typos
Kazuhiro NISHIYAMA
2019-08-24
1
-8
/
+8
*
Named numbered parameter indexes
Nobuyoshi Nakada
2019-08-24
1
-10
/
+14
*
Fix parsing of mutiple assignment with rescue modifier
Jeremy Evans
2019-08-09
1
-0
/
+9
*
Revert "Revert "Fix dangling path name from fstring""
Takashi Kokubun
2019-08-04
1
-2
/
+2
*
Revert "Fix dangling path name from fstring"
Takashi Kokubun
2019-08-04
1
-2
/
+2
*
Fix dangling path name from fstring
Nobuyoshi Nakada
2019-08-03
1
-2
/
+2
*
Show the location of `eval` which uses `__FILE__`/`__LINE__`
Nobuyoshi Nakada
2019-08-03
1
-2
/
+8
*
parse.y: make a warning for __FILE__ in eval by default
Yusuke Endoh
2019-08-02
1
-1
/
+1
*
Use predefined idOr
Nobuyoshi Nakada
2019-08-01
1
-3
/
+2
*
Ripper#validate_object: check if the object is hidden
Nobuyoshi Nakada
2019-07-19
1
-5
/
+10
*
Moved RIPPER_DEBUG methods to Ripper from Kernel
Nobuyoshi Nakada
2019-07-19
1
-3
/
+3
*
Fixed build error with RIPPER_DEBUG
Nobuyoshi Nakada
2019-07-19
1
-7
/
+3
*
Use Qnull instead of 0 and Qundef
Nobuyoshi Nakada
2019-07-19
1
-4
/
+1
*
Adjust indent [ci skip]
Nobuyoshi Nakada
2019-07-17
1
-6
/
+10
*
parse.y (here_document): remove dead code
Yusuke Endoh
2019-07-15
1
-4
/
+1
*
Add a /* fall through */ comment
Yusuke Endoh
2019-07-15
1
-0
/
+1
*
Add a /* fall through */ comment
Yusuke Endoh
2019-07-14
1
-0
/
+1
[prev]
[next]