Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4810)

Issue 89580043: code review 89580043: all: use http://golang.org/(issue|change) throughout (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years ago by rh
Modified:
10 years ago
Visibility:
Public.

Description

all: use http://golang.org/(issue|change) throughout Newer code appears to favor linking to an issue over mentioning its number, so older code was modified to match this. Most links to code.google.com/p/... were shortened to the new golang.org/... equivalents.

Patch Set 1 #

Patch Set 2 : diff -r 70af843fed44 https://code.google.com/p/go #

Patch Set 3 : diff -r 70af843fed44 https://code.google.com/p/go #

Patch Set 4 : diff -r 70af843fed44 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+618 lines, -618 lines) Patch
M doc/devel/release.html View 1 8 chunks +18 lines, -18 lines 0 comments Download
M doc/devel/weekly.html View 1 8 chunks +8 lines, -8 lines 0 comments Download
M doc/go1.html View 1 1 chunk +1 line, -1 line 0 comments Download
M lib/codereview/codereview.py View 1 1 chunk +1 line, -1 line 0 comments Download
M misc/cgo/test/basic.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M misc/cgo/test/cflags.go View 1 1 chunk +1 line, -1 line 0 comments Download
M misc/cgo/test/issue1222.go View 1 1 chunk +1 line, -1 line 0 comments Download
M misc/cgo/test/issue1635.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M misc/cgo/test/issue3250.go View 1 1 chunk +1 line, -1 line 0 comments Download
M misc/cgo/test/issue3729.go View 1 1 chunk +1 line, -1 line 0 comments Download
M misc/cgo/test/issue3729w.go View 1 1 chunk +1 line, -1 line 0 comments Download
M misc/cgo/test/issue4417.go View 1 1 chunk +1 line, -1 line 0 comments Download
M misc/cgo/test/issue5227.go View 1 1 chunk +1 line, -1 line 0 comments Download
M misc/cgo/test/issue6128.go View 1 1 chunk +1 line, -1 line 0 comments Download
M misc/cgo/test/issue6506.go View 1 1 chunk +1 line, -1 line 0 comments Download
M misc/cgo/test/issue6612.go View 1 1 chunk +1 line, -1 line 0 comments Download
M misc/cgo/test/issue7695_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M misc/cgo/test/setgid_linux.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/5g/cgen.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/5g/reg.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/6g/cgen.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/6g/reg.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/8g/cgen.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/8g/reg.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/api/run.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/cgo/ast.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/cgo/gcc.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/cmd/cgo/out.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/dist/build.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/cmd/dist/unix.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/gc/dcl.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gc/esc.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gc/order.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gc/select.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gc/subr.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gc/walk.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/go/build.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/go/pkg.go View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/cmd/go/test.bash View 1 10 chunks +11 lines, -11 lines 0 comments Download
M src/cmd/gofmt/gofmt_test.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/gofmt/testdata/rewrite2.golden View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gofmt/testdata/rewrite2.input View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gofmt/testdata/rewrite3.golden View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gofmt/testdata/rewrite3.input View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gofmt/testdata/rewrite4.golden View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/cmd/gofmt/testdata/rewrite4.input View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/cmd/gofmt/testdata/rewrite8.golden View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gofmt/testdata/rewrite8.input View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gofmt/testdata/typeswitch.golden View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gofmt/testdata/typeswitch.input View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/ld/go.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/ld/ldpe.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/liblink/obj5.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/make.bash View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/archive/tar/reader_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/archive/tar/tar_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/archive/zip/zip_test.go View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/bufio/bufio_test.go View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/bufio/scan_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/bytes/buffer_test.go View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/compress/bzip2/bzip2_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/compress/flate/deflate_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/crypto/md5/md5block_arm.s View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/crypto/tls/handshake_server.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/crypto/tls/tls_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/database/sql/sql_test.go View 1 12 chunks +12 lines, -12 lines 0 comments Download
M src/pkg/debug/dwarf/type.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/encoding/gob/encoder_test.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/encoding/gob/type.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/encoding/json/decode_test.go View 1 7 chunks +8 lines, -8 lines 0 comments Download
M src/pkg/encoding/json/encode_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/encoding/xml/marshal_test.go View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/encoding/xml/read_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/fmt/fmt_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/ast/ast.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/build/build.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/doc/testdata/f.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/doc/testdata/f.0.golden View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/doc/testdata/f.1.golden View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/doc/testdata/f.2.golden View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/parser/parser.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/parser/parser_test.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/go/parser/testdata/issue3106.src View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/printer/nodes.go View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/go/printer/printer.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/go/printer/printer_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/printer/testdata/comments.golden View 1 4 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/go/printer/testdata/comments.input View 1 4 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/go/printer/testdata/comments2.golden View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/go/printer/testdata/comments2.input View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/go/printer/testdata/declarations.golden View 1 6 chunks +6 lines, -6 lines 0 comments Download
M src/pkg/go/printer/testdata/declarations.input View 1 6 chunks +6 lines, -6 lines 0 comments Download
M src/pkg/go/printer/testdata/expressions.golden View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/printer/testdata/expressions.input View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/printer/testdata/expressions.raw View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/printer/testdata/linebreaks.golden View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/printer/testdata/linebreaks.input View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/printer/testdata/statements.golden View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/printer/testdata/statements.input View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/scanner/scanner_test.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/go/token/position_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/html/template/clone_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/html/template/content_test.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/html/template/escape_test.go View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/math/all_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/math/big/int_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/math/big/nat_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/math/rand/rand_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/cgo_unix.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/dial_test.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/net/dnsclient_unix.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/fd_unix.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/hosts_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/http/cgi/host_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/http/cgi/matryoshka_test.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/net/http/cgi/testdata/test.cgi View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/http/client_test.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/net/http/readrequest_test.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/net/http/requestwrite_test.go View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/net/http/response_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/http/responsewrite_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/http/serve_test.go View 1 8 chunks +8 lines, -8 lines 0 comments Download
M src/pkg/net/http/sniff_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/http/transport.go View 1 3 chunks +3 lines, -3 lines 0 comments Download
src/pkg/net/http/transport_test.go View 1 7 chunks +8 lines, -8 lines 0 comments Download
M src/pkg/net/http/z_last_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/ip_test.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/net/mail/message_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/multicast_test.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/net/sock_bsd.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/sock_linux.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/sock_solaris.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/sock_windows.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/sockoptip_stub.go View 1 1 chunk +6 lines, -6 lines 0 comments Download
M src/pkg/net/tcp_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/udp_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/unicast_posix_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/unix_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/url/url_test.go View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/pkg/os/exec/exec_test.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/os/os_test.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/path/filepath/path_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/reflect/all_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/reflect/type.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/futex_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/malloc.goc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/mem_linux.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/mfinal_test.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/pprof/pprof_test.go View 1 5 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/race/testdata/map_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/race/testdata/regression_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/runtime_test.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/signals_linux.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/slice.goc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/stack.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/symtab.goc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_freebsd_amd64.s View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_plan9_386.s View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_plan9_amd64.s View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/strconv/atof_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/strconv/ftoa_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/strings/replace_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/sync/atomic/atomic_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/syscall/asm_freebsd_amd64.s View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/syscall/syscall_bsd.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/syscall/syscall_solaris_amd64.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/syscall/syscall_unix_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/text/template/exec_test.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/text/template/multi_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/time/format_test.go View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/time/internal_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/time/sleep_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/time/time.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/time/time_test.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/race.bash View 1 1 chunk +1 line, -1 line 0 comments Download
M src/race.bat View 1 1 chunk +1 line, -1 line 0 comments Download
M src/run.bash View 1 2 chunks +2 lines, -2 lines 0 comments Download
M test/bugs/bug395.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/chan/select6.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cmp.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/const6.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/dwarf/dwarf.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/escape2.go View 1 6 chunks +6 lines, -6 lines 0 comments Download
M test/fixedbugs/bug214.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug215.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug216.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug217.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug218.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug221.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug238.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug239.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug243.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug264.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug265.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug269.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug271.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug272.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug273.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug274.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug275.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug276.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug278.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug279.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug280.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug281.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug283.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug285.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug286.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug287.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug288.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug290.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug291.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug292.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug293.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug294.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug297.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug301.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug303.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug308.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug309.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug312.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug313.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug314.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug315.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug316.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug318.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug321.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug322.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug324.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug327.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug331.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug332.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug333.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug334.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug335.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug336.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug337.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug338.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug339.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug340.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug342.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug343.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug349.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug353.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug354.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug356.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug357.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug358.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug361.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug362.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug363.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug365.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug366.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug367.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug370.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug371.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug372.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug373.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug374.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug375.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug376.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug377.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug378.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug379.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug381.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
test/fixedbugs/bug382.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug382.dir/prog.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug383.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug384.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug385_32.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug385_64.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/fixedbugs/bug386.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug387.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug388.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug389.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug390.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug391.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug392.dir/one.go View 1 2 chunks +3 lines, -3 lines 0 comments Download
M test/fixedbugs/bug393.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug394.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug396.dir/one.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug397.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug399.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug401.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug406.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug407.dir/one.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug410.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug411.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug414.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug415.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug418.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug419.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug420.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug421.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug425.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug427.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug428.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug435.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug440_32.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug440_64.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug441.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug442.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug443.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug444.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug445.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug446.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug447.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug448.dir/pkg2.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug449.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug450.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug452.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug453.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug454.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug455.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug456.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug457.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug458.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug459.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug460.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug461.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/bug463.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug464.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug465.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug466.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue2615.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue3552.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue3552.dir/one.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue3925.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4066.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4162.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue4167.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue4251.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue4252.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4264.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4283.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4316.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4323.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4348.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4353.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4359.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4396a.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4399.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue4448.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4452.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4458.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4463.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4468.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue4470.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue4518.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4529.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue4545.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4585.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4590.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4614.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4620.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4654.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4663.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4748.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4776.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4785.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4813.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue4847.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4879.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4909a.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue4932.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4964.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5002.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue5056.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5089.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5105.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5125.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5162.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5172.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue5231.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5244.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5259.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5260.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5291.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5358.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue5470.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5515.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5581.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5607.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5609.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5614.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5698.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5704.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5753.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5755.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5793.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5809.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5820.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue5841.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/fixedbugs/issue5910.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue6036.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue6131.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue6140.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue6247.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue6269.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue6295.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue6298.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue6402.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue6403.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue6405.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue6500.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue6513.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue6789.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue6847.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue6889.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue6902.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue7023.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue7044.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue7129.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue7150.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue7153.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue7214.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue7272.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue7346.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue7366.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue7405.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/fixedbugs/issue7419.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue7525.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue7538a.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue7538b.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue7590.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue7648.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/fixedbugs/issue7675.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue7742.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/goto.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/initializerr.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/live.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/method4.dir/prog.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/nilptr.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/nilptr4.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/nosplit.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/return.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/shift1.go View 1 2 chunks +4 lines, -4 lines 0 comments Download
M test/shift2.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/sizeof.go View 1 1 chunk +1 line, -1 line 0 comments Download
test/struct0.go View 1 1 chunk +1 line, -1 line 0 comments Download
M test/switch.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M test/torture.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M test/typeswitch3.go View 1 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10
rh
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years ago (2014-04-19 16:49:28 UTC) #1
minux1
is this really necessary? i don't want to change the gophertool at least, because it ...
10 years ago (2014-04-19 18:23:10 UTC) #2
rh
On 2014/04/19 18:23:10, minux wrote: > is this really necessary? > > i don't want ...
10 years ago (2014-04-19 22:03:12 UTC) #3
r
NOT LGTM I prefer, as a human, to read "Fix for issue 2345" than "Fix ...
10 years ago (2014-04-20 17:50:17 UTC) #4
rh
On 2014/04/20 17:50:17, r wrote: > NOT LGTM > > I prefer, as a human, ...
10 years ago (2014-04-20 17:54:11 UTC) #5
r
Let's let some others weigh in before taking any action. -rob
10 years ago (2014-04-21 00:07:06 UTC) #6
josharian
My 2c: I'd rather not touch so many files at this stage of the release, ...
10 years ago (2014-04-21 00:33:42 UTC) #7
bradfitz
Agree. It's time for things to chill. On Apr 20, 2014 5:33 PM, "Josh Bleecher ...
10 years ago (2014-04-21 00:40:45 UTC) #8
r
SGTM
10 years ago (2014-04-21 00:51:00 UTC) #9
rh
10 years ago (2014-04-21 00:58:55 UTC) #10
On 2014/04/21 00:51:00, r wrote:
> SGTM

Thanks, all, for the thoughts.  I'll wait until after 1.3.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b