Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
|
Sign in
(566)
Issues
Repositories
Search
Open Issues
|
Closed Issues
|
All Issues
|
Sign in
with your
Google Account
to create issues and add comments
Issue
6905055
: cmd/gc: introduce a Field type to reduce Nodes used in ...
Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 5 months ago by
remyoudompheng
Modified:
12 years, 3 months ago
Reviewers:
Visibility:
Public.
Description
cmd/gc: introduce a Field type to reduce Nodes used in parser.
Patch Set 1
#
Patch Set 2 : diff -r 52c9c412f1f2 https://go.googlecode.com/hg/
#
Patch Set 3 : diff -r 6b602ab487d6 https://go.googlecode.com/hg/
#
Patch Set 4 : diff -r 6b602ab487d6 https://go.googlecode.com/hg/
#
Patch Set 5 : diff -r 6b602ab487d6 https://go.googlecode.com/hg/
#
Patch Set 6 : diff -r 7bc28d72d49c https://go.googlecode.com/hg/
#
Created:
12 years, 3 months ago
Download
[raw]
[tar.bz2]
Unified diffs
Side-by-side diffs
Delta from patch set
Stats
(
+1062 lines, -1081 lines
)
Patch
M
src/cmd/gc/align.c
View
1
2
1 chunk
+1 line, -1 line
0 comments
Download
M
src/cmd/gc/dcl.c
View
1
2
3
4
5
5 chunks
+141 lines, -1 line
0 comments
Download
M
src/cmd/gc/go.h
View
1
2
3
4
5
6 chunks
+28 lines, -1 line
0 comments
Download
M
src/cmd/gc/go.y
View
1
2
3
4
5
9 chunks
+25 lines, -21 lines
0 comments
Download
M
src/cmd/gc/reflect.c
View
1
2
3
4
5
2 chunks
+12 lines, -15 lines
0 comments
Download
M
src/cmd/gc/subr.c
View
1
2
3
4
5
2 chunks
+72 lines, -0 lines
0 comments
Download
M
src/cmd/gc/typecheck.c
View
1
2
1 chunk
+1 line, -1 line
0 comments
Download
M
src/cmd/gc/walk.c
View
1
2
3 chunks
+4 lines, -3 lines
0 comments
Download
M
src/cmd/gc/y.tab.h
View
1
2
3
4
5
4 chunks
+30 lines, -8 lines
0 comments
Download
M
src/cmd/gc/y.tab.c
View
1
2
3
4
5
146 chunks
+748 lines, -1030 lines
0 comments
Download
Issue 6905055: cmd/gc: introduce a Field type to reduce Nodes used in ...
Created 12 years, 5 months ago by remyoudompheng
Modified 12 years, 3 months ago
Reviewers:
Base URL:
Comments: 0
Recent Issues
|
This issue
This is Rietveld
f62528b