]> Cypherpunks.ru repositories - gostls13.git/commit
all: make copyright headers consistent with one space after period
authorEmmanuel Odeke <emm.odeke@gmail.com>
Sun, 10 Apr 2016 21:32:26 +0000 (14:32 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 2 May 2016 13:43:18 +0000 (13:43 +0000)
commit53fd522c0db58f3bd75d85295f46bb06e8ab1a9b
tree1e04ac7c62ecb34f861cab8eff262f756d8ba606
parente50346d26a935cd43023856d0df65a158d867c00
all: make copyright headers consistent with one space after period

Follows suit with https://go-review.googlesource.com/#/c/20111.

Generated by running
$ grep -R 'Go Authors.  All' * | cut -d":" -f1 | while read F;do perl -pi -e 's/Go
Authors.  All/Go Authors. All/g' $F;done

The code in cmd/internal/unvendor wasn't changed.

Fixes #15213

Change-Id: I4f235cee0a62ec435f9e8540a1ec08ae03b1a75f
Reviewed-on: https://go-review.googlesource.com/21819
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
923 files changed:
doc/codewalk/codewalk.js
doc/codewalk/markov.go
doc/codewalk/markov.xml
lib/time/update.bash
misc/android/go_android_exec.go
misc/arm/a
misc/cgo/errors/err1.go
misc/cgo/errors/err2.go
misc/cgo/errors/err3.go
misc/cgo/errors/issue11097a.go
misc/cgo/errors/issue11097b.go
misc/cgo/errors/issue13129.go
misc/cgo/errors/issue13423.go
misc/cgo/errors/issue13635.go
misc/cgo/errors/issue7757.go
misc/cgo/errors/issue8442.go
misc/cgo/errors/ptr.go
misc/cgo/fortran/answer.f90
misc/cgo/fortran/fortran.go
misc/cgo/fortran/fortran_test.go
misc/cgo/gmp/fib.go
misc/cgo/gmp/gmp.go
misc/cgo/gmp/pi.go
misc/cgo/life/c-life.c
misc/cgo/life/life.go
misc/cgo/life/life.h
misc/cgo/life/main.go
misc/cgo/stdio/chain.go
misc/cgo/stdio/fib.go
misc/cgo/stdio/file.go
misc/cgo/stdio/hello.go
misc/cgo/stdio/stdio.go
misc/cgo/test/api.go
misc/cgo/test/basic.go
misc/cgo/test/buildid_linux.go
misc/cgo/test/callback_c.c
misc/cgo/test/callback_c_gc.c
misc/cgo/test/callback_c_gccgo.c
misc/cgo/test/cflags.go
misc/cgo/test/cgo_linux_test.go
misc/cgo/test/cgo_test.go
misc/cgo/test/cgo_unix_test.go
misc/cgo/test/cthread.go
misc/cgo/test/cthread_unix.c
misc/cgo/test/cthread_windows.c
misc/cgo/test/duplicate_symbol.go
misc/cgo/test/exports.go
misc/cgo/test/fpvar.go
misc/cgo/test/gcc68255.go
misc/cgo/test/gcc68255/a.go
misc/cgo/test/gcc68255/c.c
misc/cgo/test/gcc68255/c.h
misc/cgo/test/helpers.go
misc/cgo/test/issue10303.go
misc/cgo/test/issue11925.go
misc/cgo/test/issue12030.go
misc/cgo/test/issue1222.go
misc/cgo/test/issue1328.go
misc/cgo/test/issue13402.go
misc/cgo/test/issue13930.go
misc/cgo/test/issue14838.go
misc/cgo/test/issue1560.go
misc/cgo/test/issue1635.go
misc/cgo/test/issue2462.go
misc/cgo/test/issue3250.go
misc/cgo/test/issue3250w.go
misc/cgo/test/issue3261.go
misc/cgo/test/issue3729.go
misc/cgo/test/issue3729w.go
misc/cgo/test/issue3741.go
misc/cgo/test/issue3945.go
misc/cgo/test/issue4029.c
misc/cgo/test/issue4029.go
misc/cgo/test/issue4029w.go
misc/cgo/test/issue4273.c
misc/cgo/test/issue4273b.c
misc/cgo/test/issue4339.go
misc/cgo/test/issue4417.go
misc/cgo/test/issue4857.go
misc/cgo/test/issue5227.go
misc/cgo/test/issue5242.go
misc/cgo/test/issue5337.go
misc/cgo/test/issue5337w.go
misc/cgo/test/issue5548.go
misc/cgo/test/issue5548_c.c
misc/cgo/test/issue5603.go
misc/cgo/test/issue5740.go
misc/cgo/test/issue5740a.c
misc/cgo/test/issue5740b.c
misc/cgo/test/issue5986.go
misc/cgo/test/issue6128.go
misc/cgo/test/issue6390.go
misc/cgo/test/issue6472.go
misc/cgo/test/issue6506.go
misc/cgo/test/issue6612.go
misc/cgo/test/issue6833.go
misc/cgo/test/issue6833_c.c
misc/cgo/test/issue6997_linux.c
misc/cgo/test/issue6997_linux.go
misc/cgo/test/issue7234_test.go
misc/cgo/test/issue7560.go
misc/cgo/test/issue7665.go
misc/cgo/test/issue7786.go
misc/cgo/test/issue7978.go
misc/cgo/test/issue8092.go
misc/cgo/test/issue8148.go
misc/cgo/test/issue8331.h
misc/cgo/test/issue8331a.go
misc/cgo/test/issue8331b.go
misc/cgo/test/issue8428.go
misc/cgo/test/issue8441.go
misc/cgo/test/issue8694.go
misc/cgo/test/issue8811.c
misc/cgo/test/issue8811.go
misc/cgo/test/issue8828/issue8828.c
misc/cgo/test/issue8945.go
misc/cgo/test/issue9400/asm_386.s
misc/cgo/test/issue9400/asm_amd64x.s
misc/cgo/test/issue9400/asm_arm.s
misc/cgo/test/issue9400/asm_arm64.s
misc/cgo/test/issue9400/asm_ppc64x.s
misc/cgo/test/issue9400/gccgo.go
misc/cgo/test/issue9400/stubs.go
misc/cgo/test/issue9400_linux.go
misc/cgo/test/issue9510.go
misc/cgo/test/issue9557.go
misc/cgo/test/setgid_linux.go
misc/cgo/testcarchive/carchive_test.go
misc/cgo/testgodefs/anonunion.go
misc/cgo/testgodefs/issue8478.go
misc/cgo/testgodefs/main.go
misc/cgo/testsanitizers/msan.go
misc/cgo/testsanitizers/msan2.go
misc/cgo/testsanitizers/msan4.go
misc/cgo/testsanitizers/msan_fail.go
misc/cgo/testsanitizers/tsan.go
misc/cgo/testsanitizers/tsan2.go
misc/cgo/testshared/shared_test.go
misc/cgo/testshared/src/dep/asm.s
misc/cgo/testtls/tls.go
misc/cgo/testtls/tls_unix.c
misc/nacl/mkzip.go
misc/swig/callback/callback.cc
misc/swig/callback/callback.go
misc/swig/callback/callback.h
misc/swig/callback/callback.swigcxx
misc/swig/callback/callback_test.go
misc/swig/stdio/file.swig
misc/swig/stdio/file_test.go
src/androidtest.bash
src/bootstrap.bash
src/cmd/compile/internal/amd64/gsubr.go
src/cmd/compile/internal/amd64/peep.go
src/cmd/compile/internal/amd64/reg.go
src/cmd/compile/internal/arm/gsubr.go
src/cmd/compile/internal/arm/peep.go
src/cmd/compile/internal/arm/reg.go
src/cmd/compile/internal/arm64/gsubr.go
src/cmd/compile/internal/arm64/peep.go
src/cmd/compile/internal/arm64/reg.go
src/cmd/compile/internal/big/vendor.bash
src/cmd/compile/internal/gc/gsubr.go
src/cmd/compile/internal/gc/popt.go
src/cmd/compile/internal/gc/reg.go
src/cmd/compile/internal/mips64/gsubr.go
src/cmd/compile/internal/mips64/peep.go
src/cmd/compile/internal/mips64/reg.go
src/cmd/compile/internal/ppc64/gsubr.go
src/cmd/compile/internal/ppc64/peep.go
src/cmd/compile/internal/ppc64/reg.go
src/cmd/compile/internal/x86/gsubr.go
src/cmd/compile/internal/x86/peep.go
src/cmd/compile/internal/x86/reg.go
src/cmd/internal/obj/arm/a.out.go
src/cmd/internal/obj/arm/asm5.go
src/cmd/internal/obj/arm/list5.go
src/cmd/internal/obj/arm/obj5.go
src/cmd/internal/obj/data.go
src/cmd/internal/obj/ld.go
src/cmd/internal/obj/link.go
src/cmd/internal/obj/mips/a.out.go
src/cmd/internal/obj/mips/asm0.go
src/cmd/internal/obj/mips/list0.go
src/cmd/internal/obj/mips/obj0.go
src/cmd/internal/obj/pass.go
src/cmd/internal/obj/ppc64/a.out.go
src/cmd/internal/obj/ppc64/asm9.go
src/cmd/internal/obj/ppc64/list9.go
src/cmd/internal/obj/ppc64/obj9.go
src/cmd/internal/obj/s390x/a.out.go
src/cmd/internal/obj/s390x/asmz.go
src/cmd/internal/obj/s390x/listz.go
src/cmd/internal/obj/s390x/objz.go
src/cmd/internal/obj/sym.go
src/cmd/internal/obj/x86/a.out.go
src/cmd/internal/obj/x86/asm6.go
src/cmd/internal/obj/x86/list6.go
src/cmd/internal/obj/x86/obj6.go
src/cmd/link/internal/amd64/asm.go
src/cmd/link/internal/amd64/l.go
src/cmd/link/internal/amd64/obj.go
src/cmd/link/internal/arm/asm.go
src/cmd/link/internal/arm/l.go
src/cmd/link/internal/arm/obj.go
src/cmd/link/internal/arm64/asm.go
src/cmd/link/internal/arm64/l.go
src/cmd/link/internal/arm64/obj.go
src/cmd/link/internal/ld/ar.go
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/elf.go
src/cmd/link/internal/ld/ld.go
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/link.go
src/cmd/link/internal/ld/pobj.go
src/cmd/link/internal/ld/sym.go
src/cmd/link/internal/ld/symtab.go
src/cmd/link/internal/mips64/asm.go
src/cmd/link/internal/mips64/l.go
src/cmd/link/internal/mips64/obj.go
src/cmd/link/internal/ppc64/asm.go
src/cmd/link/internal/ppc64/l.go
src/cmd/link/internal/ppc64/obj.go
src/cmd/link/internal/s390x/asm.go
src/cmd/link/internal/s390x/l.go
src/cmd/link/internal/s390x/obj.go
src/cmd/link/internal/x86/asm.go
src/cmd/link/internal/x86/l.go
src/cmd/link/internal/x86/obj.go
src/cmd/yacc/yacc.go
src/debug/elf/elf.go
src/math/sqrt_ppc64x.s
src/nacltest.bash
src/regexp/syntax/make_perl_groups.pl
src/runtime/cgo/gcc_traceback.c
src/runtime/mknacl.sh
src/runtime/testdata/testprogcgo/traceback.go
test/alias.go
test/alias1.go
test/bench/garbage/Makefile
test/bench/garbage/parser.go
test/bench/garbage/stats.go
test/bench/garbage/tree2.go
test/bench/go1/binarytree_test.go
test/bench/go1/fannkuch_test.go
test/bench/go1/fasta_test.go
test/bench/go1/gob_test.go
test/bench/go1/gzip_test.go
test/bench/go1/http_test.go
test/bench/go1/json_test.go
test/bench/go1/jsondata_test.go
test/bench/go1/mandel_test.go
test/bench/go1/parserdata_test.go
test/bench/go1/revcomp_test.go
test/bench/go1/template_test.go
test/bombad.go
test/bounds.go
test/bugs/bug395.go
test/chan/select2.go
test/chan/select5.go
test/chan/select6.go
test/chan/select7.go
test/chan/sendstmt.go
test/cmplxdivide.c
test/cmplxdivide.go
test/complit1.go
test/compos.go
test/const6.go
test/convert1.go
test/ddd.go
test/ddd1.go
test/ddd2.dir/ddd2.go
test/ddd2.dir/ddd3.go
test/ddd2.go
test/deferprint.go
test/divide.go
test/divmod.go
test/eof.go
test/eof1.go
test/escape2.go
test/escape2n.go
test/escape3.go
test/escape4.go
test/escape5.go
test/escape_array.go
test/escape_because.go
test/escape_calls.go
test/escape_closure.go
test/escape_field.go
test/escape_iface.go
test/escape_indir.go
test/escape_level.go
test/escape_map.go
test/escape_param.go
test/escape_slice.go
test/escape_struct_param1.go
test/escape_struct_param2.go
test/escape_struct_return.go
test/fixedbugs/bug083.dir/bug0.go
test/fixedbugs/bug083.dir/bug1.go
test/fixedbugs/bug088.dir/bug0.go
test/fixedbugs/bug088.dir/bug1.go
test/fixedbugs/bug106.dir/bug0.go
test/fixedbugs/bug106.dir/bug1.go
test/fixedbugs/bug133.dir/bug0.go
test/fixedbugs/bug133.dir/bug1.go
test/fixedbugs/bug133.dir/bug2.go
test/fixedbugs/bug13343.go
test/fixedbugs/bug1515.go
test/fixedbugs/bug160.dir/x.go
test/fixedbugs/bug160.dir/y.go
test/fixedbugs/bug203.go
test/fixedbugs/bug227.go
test/fixedbugs/bug228.go
test/fixedbugs/bug229.go
test/fixedbugs/bug230.go
test/fixedbugs/bug231.go
test/fixedbugs/bug232.go
test/fixedbugs/bug233.go
test/fixedbugs/bug234.go
test/fixedbugs/bug235.go
test/fixedbugs/bug236.go
test/fixedbugs/bug237.go
test/fixedbugs/bug243.go
test/fixedbugs/bug245.go
test/fixedbugs/bug247.go
test/fixedbugs/bug249.go
test/fixedbugs/bug250.go
test/fixedbugs/bug251.go
test/fixedbugs/bug252.go
test/fixedbugs/bug253.go
test/fixedbugs/bug254.go
test/fixedbugs/bug255.go
test/fixedbugs/bug256.go
test/fixedbugs/bug257.go
test/fixedbugs/bug258.go
test/fixedbugs/bug259.go
test/fixedbugs/bug261.go
test/fixedbugs/bug266.go
test/fixedbugs/bug269.go
test/fixedbugs/bug271.go
test/fixedbugs/bug272.go
test/fixedbugs/bug273.go
test/fixedbugs/bug274.go
test/fixedbugs/bug275.go
test/fixedbugs/bug278.go
test/fixedbugs/bug279.go
test/fixedbugs/bug280.go
test/fixedbugs/bug281.go
test/fixedbugs/bug282.dir/p1.go
test/fixedbugs/bug282.dir/p2.go
test/fixedbugs/bug283.go
test/fixedbugs/bug285.go
test/fixedbugs/bug286.go
test/fixedbugs/bug287.go
test/fixedbugs/bug288.go
test/fixedbugs/bug289.go
test/fixedbugs/bug290.go
test/fixedbugs/bug291.go
test/fixedbugs/bug292.go
test/fixedbugs/bug293.go
test/fixedbugs/bug294.go
test/fixedbugs/bug295.go
test/fixedbugs/bug296.go
test/fixedbugs/bug297.go
test/fixedbugs/bug298.go
test/fixedbugs/bug299.go
test/fixedbugs/bug300.go
test/fixedbugs/bug301.go
test/fixedbugs/bug302.dir/main.go
test/fixedbugs/bug302.dir/p.go
test/fixedbugs/bug302.go
test/fixedbugs/bug303.go
test/fixedbugs/bug304.go
test/fixedbugs/bug305.go
test/fixedbugs/bug306.dir/p1.go
test/fixedbugs/bug306.dir/p2.go
test/fixedbugs/bug308.go
test/fixedbugs/bug309.go
test/fixedbugs/bug311.go
test/fixedbugs/bug312.go
test/fixedbugs/bug313.dir/a.go
test/fixedbugs/bug313.dir/b.go
test/fixedbugs/bug313.go
test/fixedbugs/bug317.go
test/fixedbugs/bug319.go
test/fixedbugs/bug320.go
test/fixedbugs/bug321.go
test/fixedbugs/bug323.go
test/fixedbugs/bug325.go
test/fixedbugs/bug326.go
test/fixedbugs/bug327.go
test/fixedbugs/bug328.go
test/fixedbugs/bug329.go
test/fixedbugs/bug330.go
test/fixedbugs/bug331.go
test/fixedbugs/bug332.go
test/fixedbugs/bug333.go
test/fixedbugs/bug334.go
test/fixedbugs/bug335.dir/a.go
test/fixedbugs/bug335.dir/b.go
test/fixedbugs/bug335.go
test/fixedbugs/bug336.go
test/fixedbugs/bug337.go
test/fixedbugs/bug338.go
test/fixedbugs/bug339.go
test/fixedbugs/bug340.go
test/fixedbugs/bug341.go
test/fixedbugs/bug342.go
test/fixedbugs/bug343.go
test/fixedbugs/bug344.go
test/fixedbugs/bug345.dir/io.go
test/fixedbugs/bug345.dir/main.go
test/fixedbugs/bug345.go
test/fixedbugs/bug347.go
test/fixedbugs/bug348.go
test/fixedbugs/bug349.go
test/fixedbugs/bug350.go
test/fixedbugs/bug351.go
test/fixedbugs/bug352.go
test/fixedbugs/bug353.go
test/fixedbugs/bug354.go
test/fixedbugs/bug355.go
test/fixedbugs/bug356.go
test/fixedbugs/bug357.go
test/fixedbugs/bug358.go
test/fixedbugs/bug361.go
test/fixedbugs/bug362.go
test/fixedbugs/bug363.go
test/fixedbugs/bug365.go
test/fixedbugs/bug366.go
test/fixedbugs/bug368.go
test/fixedbugs/bug369.dir/main.go
test/fixedbugs/bug369.dir/pkg.go
test/fixedbugs/bug369.go
test/fixedbugs/bug370.go
test/fixedbugs/bug371.go
test/fixedbugs/bug372.go
test/fixedbugs/bug373.go
test/fixedbugs/bug374.go
test/fixedbugs/bug375.go
test/fixedbugs/bug376.go
test/fixedbugs/bug378.go
test/fixedbugs/bug379.go
test/fixedbugs/bug380.go
test/fixedbugs/bug381.go
test/fixedbugs/bug382.dir/pkg.go
test/fixedbugs/bug383.go
test/fixedbugs/bug384.go
test/fixedbugs/bug385_32.go
test/fixedbugs/bug385_64.go
test/fixedbugs/bug386.go
test/fixedbugs/bug387.go
test/fixedbugs/bug388.go
test/fixedbugs/bug389.go
test/fixedbugs/bug391.go
test/fixedbugs/bug392.dir/one.go
test/fixedbugs/bug392.dir/pkg2.go
test/fixedbugs/bug392.dir/pkg3.go
test/fixedbugs/bug393.go
test/fixedbugs/bug394.go
test/fixedbugs/bug396.dir/one.go
test/fixedbugs/bug396.dir/two.go
test/fixedbugs/bug397.go
test/fixedbugs/bug398.go
test/fixedbugs/bug399.go
test/fixedbugs/bug401.go
test/fixedbugs/bug402.go
test/fixedbugs/bug403.go
test/fixedbugs/bug404.dir/one.go
test/fixedbugs/bug404.dir/two.go
test/fixedbugs/bug406.go
test/fixedbugs/bug407.dir/one.go
test/fixedbugs/bug407.dir/two.go
test/fixedbugs/bug409.go
test/fixedbugs/bug410.go
test/fixedbugs/bug411.go
test/fixedbugs/bug412.go
test/fixedbugs/bug413.go
test/fixedbugs/bug414.dir/p1.go
test/fixedbugs/bug414.dir/prog.go
test/fixedbugs/bug414.go
test/fixedbugs/bug415.dir/p.go
test/fixedbugs/bug415.dir/prog.go
test/fixedbugs/bug415.go
test/fixedbugs/bug416.go
test/fixedbugs/bug424.dir/lib.go
test/fixedbugs/bug424.dir/main.go
test/fixedbugs/bug424.go
test/fixedbugs/bug428.go
test/fixedbugs/bug429.go
test/fixedbugs/bug435.go
test/fixedbugs/bug437.dir/one.go
test/fixedbugs/bug437.dir/two.go
test/fixedbugs/bug437.dir/x.go
test/fixedbugs/bug437.go
test/fixedbugs/bug441.go
test/fixedbugs/bug442.go
test/fixedbugs/bug443.go
test/fixedbugs/bug444.go
test/fixedbugs/bug445.go
test/fixedbugs/bug447.go
test/fixedbugs/bug448.dir/pkg1.go
test/fixedbugs/bug448.dir/pkg2.go
test/fixedbugs/bug448.go
test/fixedbugs/bug450.go
test/fixedbugs/bug452.go
test/fixedbugs/bug453.go
test/fixedbugs/bug454.go
test/fixedbugs/bug455.go
test/fixedbugs/bug456.go
test/fixedbugs/bug457.go
test/fixedbugs/bug458.go
test/fixedbugs/bug459.go
test/fixedbugs/bug460.dir/a.go
test/fixedbugs/bug460.dir/b.go
test/fixedbugs/bug460.go
test/fixedbugs/bug461.go
test/fixedbugs/bug462.go
test/fixedbugs/bug463.go
test/fixedbugs/bug464.go
test/fixedbugs/bug465.dir/a.go
test/fixedbugs/bug465.dir/b.go
test/fixedbugs/bug465.go
test/fixedbugs/bug466.dir/a.go
test/fixedbugs/bug466.dir/b.go
test/fixedbugs/bug466.go
test/fixedbugs/bug467.go
test/fixedbugs/bug468.dir/p1.go
test/fixedbugs/bug468.dir/p2.go
test/fixedbugs/bug468.go
test/fixedbugs/bug470.go
test/fixedbugs/bug471.go
test/fixedbugs/bug472.dir/p1.go
test/fixedbugs/bug472.dir/p2.go
test/fixedbugs/bug472.dir/z.go
test/fixedbugs/bug472.go
test/fixedbugs/bug473.go
test/fixedbugs/bug474.go
test/fixedbugs/bug475.go
test/fixedbugs/bug476.go
test/fixedbugs/bug477.go
test/fixedbugs/bug478.dir/a.go
test/fixedbugs/bug478.dir/b.go
test/fixedbugs/bug478.go
test/fixedbugs/bug479.dir/a.go
test/fixedbugs/bug479.dir/b.go
test/fixedbugs/bug479.go
test/fixedbugs/bug480.dir/a.go
test/fixedbugs/bug480.dir/b.go
test/fixedbugs/bug480.go
test/fixedbugs/bug481.go
test/fixedbugs/bug482.go
test/fixedbugs/bug483.go
test/fixedbugs/bug484.go
test/fixedbugs/bug485.go
test/fixedbugs/bug486.go
test/fixedbugs/bug487.go
test/fixedbugs/bug488.dir/a.go
test/fixedbugs/bug488.dir/b.go
test/fixedbugs/bug488.go
test/fixedbugs/bug489.go
test/fixedbugs/bug490.go
test/fixedbugs/bug491.go
test/fixedbugs/gcc61204.go
test/fixedbugs/gcc61244.go
test/fixedbugs/gcc61246.go
test/fixedbugs/gcc61248.go
test/fixedbugs/gcc61253.go
test/fixedbugs/gcc61254.go
test/fixedbugs/gcc61255.go
test/fixedbugs/gcc61258.go
test/fixedbugs/gcc61264.go
test/fixedbugs/gcc61265.go
test/fixedbugs/gcc61273.go
test/fixedbugs/gcc65755.go
test/fixedbugs/issue10047.go
test/fixedbugs/issue10284.go
test/fixedbugs/issue10320.go
test/fixedbugs/issue10332.go
test/fixedbugs/issue10407.go
test/fixedbugs/issue10486.go
test/fixedbugs/issue10975.go
test/fixedbugs/issue11053.dir/p.go
test/fixedbugs/issue11053.dir/p_test.go
test/fixedbugs/issue11326.go
test/fixedbugs/issue11326b.go
test/fixedbugs/issue11362.go
test/fixedbugs/issue11590.go
test/fixedbugs/issue11656.go
test/fixedbugs/issue11699.go
test/fixedbugs/issue11737.go
test/fixedbugs/issue11750.go
test/fixedbugs/issue11771.go
test/fixedbugs/issue11790.go
test/fixedbugs/issue11987.go
test/fixedbugs/issue12006.go
test/fixedbugs/issue12133.go
test/fixedbugs/issue12347.go
test/fixedbugs/issue12411.go
test/fixedbugs/issue12588.go
test/fixedbugs/issue12686.go
test/fixedbugs/issue1304.go
test/fixedbugs/issue13160.go
test/fixedbugs/issue13169.go
test/fixedbugs/issue13248.go
test/fixedbugs/issue13261.go
test/fixedbugs/issue13266.go
test/fixedbugs/issue13273.go
test/fixedbugs/issue13274.go
test/fixedbugs/issue13319.go
test/fixedbugs/issue13337.go
test/fixedbugs/issue13471.go
test/fixedbugs/issue13587.go
test/fixedbugs/issue13684.go
test/fixedbugs/issue13799.go
test/fixedbugs/issue13821.go
test/fixedbugs/issue13821b.go
test/fixedbugs/issue14006.go
test/fixedbugs/issue14010.go
test/fixedbugs/issue14331.dir/a.go
test/fixedbugs/issue14331.dir/b.go
test/fixedbugs/issue14331.go
test/fixedbugs/issue14405.go
test/fixedbugs/issue14520.go
test/fixedbugs/issue14591.go
test/fixedbugs/issue14725.go
test/fixedbugs/issue14999.go
test/fixedbugs/issue15002.go
test/fixedbugs/issue15013.go
test/fixedbugs/issue15042.go
test/fixedbugs/issue15071.dir/exp/exp.go
test/fixedbugs/issue15071.dir/main.go
test/fixedbugs/issue15091.go
test/fixedbugs/issue15175.go
test/fixedbugs/issue2615.go
test/fixedbugs/issue3552.dir/one.go
test/fixedbugs/issue3552.dir/two.go
test/fixedbugs/issue3705.go
test/fixedbugs/issue3783.go
test/fixedbugs/issue3925.go
test/fixedbugs/issue4085a.go
test/fixedbugs/issue4085b.go
test/fixedbugs/issue4097.go
test/fixedbugs/issue4099.go
test/fixedbugs/issue4162.go
test/fixedbugs/issue4167.go
test/fixedbugs/issue4232.go
test/fixedbugs/issue4251.go
test/fixedbugs/issue4252.dir/a.go
test/fixedbugs/issue4252.dir/main.go
test/fixedbugs/issue4252.go
test/fixedbugs/issue4283.go
test/fixedbugs/issue4313.go
test/fixedbugs/issue4316.go
test/fixedbugs/issue4323.go
test/fixedbugs/issue4326.go
test/fixedbugs/issue4348.go
test/fixedbugs/issue4353.go
test/fixedbugs/issue4359.go
test/fixedbugs/issue4365.go
test/fixedbugs/issue4370.dir/p1.go
test/fixedbugs/issue4370.dir/p2.go
test/fixedbugs/issue4370.dir/p3.go
test/fixedbugs/issue4370.go
test/fixedbugs/issue4388.go
test/fixedbugs/issue4396a.go
test/fixedbugs/issue4396b.go
test/fixedbugs/issue4399.go
test/fixedbugs/issue4405.go
test/fixedbugs/issue4429.go
test/fixedbugs/issue4448.go
test/fixedbugs/issue4452.go
test/fixedbugs/issue4458.go
test/fixedbugs/issue4463.go
test/fixedbugs/issue4468.go
test/fixedbugs/issue4470.go
test/fixedbugs/issue4495.go
test/fixedbugs/issue4517a.go
test/fixedbugs/issue4517b.go
test/fixedbugs/issue4517c.go
test/fixedbugs/issue4517d.go
test/fixedbugs/issue4518.go
test/fixedbugs/issue4529.go
test/fixedbugs/issue4545.go
test/fixedbugs/issue4562.go
test/fixedbugs/issue4585.go
test/fixedbugs/issue4590.dir/pkg1.go
test/fixedbugs/issue4590.dir/pkg2.go
test/fixedbugs/issue4590.dir/prog.go
test/fixedbugs/issue4614.go
test/fixedbugs/issue4618.go
test/fixedbugs/issue4620.go
test/fixedbugs/issue4654.go
test/fixedbugs/issue4663.go
test/fixedbugs/issue4667.go
test/fixedbugs/issue4734.go
test/fixedbugs/issue4748.go
test/fixedbugs/issue4752.go
test/fixedbugs/issue4776.go
test/fixedbugs/issue4785.go
test/fixedbugs/issue4909a.go
test/fixedbugs/issue5002.go
test/fixedbugs/issue5056.go
test/fixedbugs/issue5089.go
test/fixedbugs/issue5231.go
test/fixedbugs/issue5358.go
test/fixedbugs/issue5373.go
test/fixedbugs/issue5581.go
test/fixedbugs/issue5698.go
test/fixedbugs/issue5704.go
test/fixedbugs/issue5793.go
test/fixedbugs/issue5809.go
test/fixedbugs/issue5820.go
test/fixedbugs/issue5841.go
test/fixedbugs/issue5856.go
test/fixedbugs/issue5963.go
test/fixedbugs/issue6004.go
test/fixedbugs/issue6036.go
test/fixedbugs/issue6055.go
test/fixedbugs/issue6131.go
test/fixedbugs/issue6140.go
test/fixedbugs/issue6247.go
test/fixedbugs/issue6269.go
test/fixedbugs/issue6295.dir/p0.go
test/fixedbugs/issue6295.dir/p1.go
test/fixedbugs/issue6295.dir/p2.go
test/fixedbugs/issue6298.go
test/fixedbugs/issue6513.dir/a.go
test/fixedbugs/issue6513.dir/b.go
test/fixedbugs/issue6513.dir/main.go
test/fixedbugs/issue6572.go
test/fixedbugs/issue6671.go
test/fixedbugs/issue6703a.go
test/fixedbugs/issue6703b.go
test/fixedbugs/issue6703c.go
test/fixedbugs/issue6703d.go
test/fixedbugs/issue6703e.go
test/fixedbugs/issue6703f.go
test/fixedbugs/issue6703g.go
test/fixedbugs/issue6703h.go
test/fixedbugs/issue6703i.go
test/fixedbugs/issue6703j.go
test/fixedbugs/issue6703k.go
test/fixedbugs/issue6703l.go
test/fixedbugs/issue6703m.go
test/fixedbugs/issue6703n.go
test/fixedbugs/issue6703o.go
test/fixedbugs/issue6703p.go
test/fixedbugs/issue6703q.go
test/fixedbugs/issue6703r.go
test/fixedbugs/issue6703s.go
test/fixedbugs/issue6703t.go
test/fixedbugs/issue6703u.go
test/fixedbugs/issue6703v.go
test/fixedbugs/issue6703w.go
test/fixedbugs/issue6703x.go
test/fixedbugs/issue6703y.go
test/fixedbugs/issue6703z.go
test/fixedbugs/issue6847.go
test/fixedbugs/issue6899.go
test/fixedbugs/issue6964.go
test/fixedbugs/issue7044.go
test/fixedbugs/issue7050.go
test/fixedbugs/issue7150.go
test/fixedbugs/issue7223.go
test/fixedbugs/issue7272.go
test/fixedbugs/issue7310.go
test/fixedbugs/issue7316.go
test/fixedbugs/issue7346.go
test/fixedbugs/issue7366.go
test/fixedbugs/issue7590.go
test/fixedbugs/issue7690.go
test/fixedbugs/issue7794.go
test/fixedbugs/issue7863.go
test/fixedbugs/issue7867.go
test/fixedbugs/issue7884.go
test/fixedbugs/issue7944.go
test/fixedbugs/issue7995.go
test/fixedbugs/issue7996.go
test/fixedbugs/issue7997.go
test/fixedbugs/issue7998.go
test/fixedbugs/issue8004.go
test/fixedbugs/issue8011.go
test/fixedbugs/issue8017.go
test/fixedbugs/issue8028.go
test/fixedbugs/issue8036.go
test/fixedbugs/issue8039.go
test/fixedbugs/issue8047.go
test/fixedbugs/issue8047b.go
test/fixedbugs/issue8048.go
test/fixedbugs/issue8073.go
test/fixedbugs/issue8074.go
test/fixedbugs/issue8076.go
test/fixedbugs/issue8132.go
test/fixedbugs/issue8139.go
test/fixedbugs/issue8154.go
test/fixedbugs/issue8155.go
test/fixedbugs/issue8158.go
test/fixedbugs/issue8183.go
test/fixedbugs/issue8311.go
test/fixedbugs/issue8325.go
test/fixedbugs/issue8336.go
test/fixedbugs/issue8347.go
test/fixedbugs/issue8475.go
test/fixedbugs/issue8507.go
test/fixedbugs/issue8612.go
test/fixedbugs/issue8613.go
test/fixedbugs/issue8620.go
test/fixedbugs/issue8745.go
test/fixedbugs/issue8761.go
test/fixedbugs/issue8836.go
test/fixedbugs/issue887.go
test/fixedbugs/issue8947.go
test/fixedbugs/issue8961.go
test/fixedbugs/issue9006.go
test/fixedbugs/issue9017.go
test/fixedbugs/issue9036.go
test/fixedbugs/issue9076.go
test/fixedbugs/issue9083.go
test/fixedbugs/issue9110.go
test/fixedbugs/issue9321.go
test/fixedbugs/issue9355.go
test/fixedbugs/issue9432.go
test/fixedbugs/issue9731.go
test/fixedbugs/issue9862.go
test/float_lit2.go
test/float_lit3.go
test/func6.go
test/func7.go
test/func8.go
test/funcdup.go
test/funcdup2.go
test/gc2.go
test/gcstring.go
test/goprint.go
test/goto.go
test/import2.dir/import2.go
test/import2.dir/import3.go
test/import2.go
test/index.go
test/index0.go
test/index1.go
test/index2.go
test/init1.go
test/inline.go
test/interface/assertinline.go
test/interface/noeq.go
test/interface/recursive1.dir/recursive1.go
test/interface/recursive1.dir/recursive2.go
test/interface/recursive1.go
test/label.go
test/label1.go
test/linkmain.go
test/linkx.go
test/live.go
test/live1.go
test/live2.go
test/live_ssa.go
test/live_syscall.go
test/map1.go
test/method5.go
test/named.go
test/named1.go
test/nilcheck.go
test/nilptr.go
test/nilptr2.go
test/nilptr3.go
test/nilptr3_ssa.go
test/nilptr4.go
test/nosplit.go
test/opt_branchlikely.go
test/recover.go
test/recover1.go
test/recover2.go
test/recover3.go
test/recover4.go
test/rename.go
test/rename1.go
test/reorder.go
test/reorder2.go
test/return.go
test/rotate.go
test/rotate0.go
test/rotate1.go
test/rotate2.go
test/rotate3.go
test/run.go
test/rune.go
test/runtime.go
test/shift1.go
test/shift2.go
test/sinit.go
test/sizeof.go
test/slice3.go
test/slice3err.go
test/slicecap.go
test/sliceopt.go
test/stress/maps.go
test/stress/parsego.go
test/stress/runstress.go
test/struct0.go
test/syntax/chan.go
test/syntax/chan1.go
test/syntax/composite.go
test/syntax/else.go
test/syntax/forvar.go
test/syntax/if.go
test/syntax/import.go
test/syntax/interface.go
test/syntax/semi1.go
test/syntax/semi2.go
test/syntax/semi3.go
test/syntax/semi4.go
test/syntax/semi5.go
test/syntax/semi6.go
test/syntax/semi7.go
test/syntax/topexpr.go
test/syntax/typesw.go
test/syntax/vareq.go
test/syntax/vareq1.go
test/undef.go
test/varerr.go
test/writebarrier.go