[Pkg-golang-commits] [golang] 01/02: Merge tag 'upstream/1.4' into debian-experimental

Tianon Gravi admwiggin at gmail.com
Thu Jan 15 19:51:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

tianon-guest pushed a commit to branch debian-experimental
in repository golang.

commit 2a0db60599fdd75b1bc3e297180fbe1282763759
Merge: ef33cba f154da9
Author: Tianon Gravi <admwiggin at gmail.com>
Date:   Thu Jan 15 12:50:40 2015 -0700

    Merge tag 'upstream/1.4' into debian-experimental
    
    * tag 'upstream/1.4':
      Imported Upstream version 1.4

 AUTHORS                                            |    35 +-
 CONTRIBUTORS                                       |    47 +-
 VERSION                                            |     2 +-
 api/except.txt                                     |     1 +
 api/go1.4.txt                                      |   604 +
 api/next.txt                                       |    24 +
 doc/articles/go_command.html                       |    15 +-
 doc/articles/race_detector.html                    |    27 +-
 doc/asm.html                                       |   157 +-
 doc/cmd.html                                       |     8 +-
 doc/code.html                                      |   187 +-
 doc/contrib.html                                   |    33 +-
 doc/contribute.html                                |   674 +-
 doc/debugging_with_gdb.html                        |    50 +-
 doc/devel/release.html                             |    10 +-
 doc/devel/weekly.html                              |     2 +-
 doc/docs.html                                      |     4 +-
 doc/effective_go.html                              |     4 +-
 doc/gccgo_contribute.html                          |     2 +-
 doc/gccgo_install.html                             |     4 +
 doc/go1.3.html                                     |     4 +-
 doc/go1.4.html                                     |   896 ++
 doc/go1.html                                       |     2 +-
 doc/go1compat.html                                 |    35 +-
 doc/go_faq.html                                    |   100 +-
 doc/go_mem.html                                    |    23 +
 doc/go_spec.html                                   |   899 +-
 doc/gopher/biplane.jpg                             |   Bin 0 -> 203420 bytes
 doc/gopher/fiveyears.jpg                           |   Bin 0 -> 220526 bytes
 doc/help.html                                      |     2 +-
 doc/install-source.html                            |     6 +-
 doc/install.html                                   |    29 +-
 include/bio.h                                      |     8 +
 include/link.h                                     |    35 +-
 lib/time/update.bash                               |     4 +-
 lib/time/zoneinfo.zip                              |   Bin 358933 -> 360713 bytes
 misc/IntelliJIDEA/Go.xml                           |    99 -
 misc/android/README                                |    11 +
 misc/android/go_android_exec.go                    |    96 +
 misc/bash/go                                       |   237 -
 misc/bbedit/Go.plist                               |   104 -
 misc/benchcmp                                      |     2 +-
 misc/cgo/errors/issue7757.go                       |    14 +
 misc/cgo/errors/issue8442.go                       |    17 +
 misc/cgo/errors/test.bash                          |     2 +
 misc/cgo/test/backdoor/backdoor.go                 |     3 +-
 misc/cgo/test/backdoor/backdoor_gccgo.go           |    11 -
 misc/cgo/test/backdoor/runtime.c                   |    32 -
 misc/cgo/test/backdoor/thunk.s                     |    16 +
 misc/cgo/test/basic.go                             |     5 +
 misc/cgo/test/buildid_linux.go                     |    77 +
 misc/cgo/test/callback.go                          |    67 +-
 misc/cgo/test/callback_c.c                         |    16 +
 misc/cgo/test/callback_c_gc.c                      |    59 +
 misc/cgo/test/callback_c_gccgo.c                   |    53 +
 misc/cgo/test/cgo_linux_test.go                    |     5 +-
 misc/cgo/test/cgo_test.go                          |    97 +-
 misc/cgo/test/exports.go                           |     6 +
 misc/cgo/test/issue5242.go                         |    31 +
 misc/cgo/test/issue5548.go                         |     9 +-
 misc/cgo/test/issue6997_linux.go                   |     2 +-
 misc/cgo/test/issue7695_test.go                    |    27 -
 misc/cgo/test/issue7978.go                         |    10 +-
 misc/cgo/test/issue8092.go                         |    36 +
 misc/cgo/test/issue8428.go                         |    52 +
 misc/cgo/test/issue8517.go                         |    13 +
 misc/cgo/test/issue8517_windows.c                  |    24 +
 misc/cgo/test/issue8517_windows.go                 |    45 +
 misc/cgo/test/issue8694.go                         |    38 +
 misc/cgo/test/issue8811.c                          |     8 +
 misc/cgo/test/issue8811.go                         |    22 +
 misc/cgo/test/issue8828.go                         |    16 +
 misc/cgo/test/issue8828/issue8828.c                |     7 +
 misc/cgo/test/issue8828/trivial.go                 |     8 +
 misc/cgo/test/issue9026.go                         |     9 +
 misc/cgo/test/issue9026/issue9026.go               |    36 +
 misc/cgo/testcdefs/cdefstest.c                     |     1 +
 misc/cgo/testcdefs/cdefstest.go                    |    19 +
 misc/cgo/testcdefs/main.c                          |    28 +
 misc/cgo/testgodefs/anonunion.go                   |    26 +
 misc/cgo/testgodefs/issue8478.go                   |    20 +
 misc/cgo/testgodefs/main.go                        |    15 +
 misc/cgo/testgodefs/test.bash                      |    20 +
 misc/editors                                       |     5 +
 misc/emacs/go-mode-load.el                         |    96 -
 misc/emacs/go-mode.el                              |  1196 --
 misc/fraise/go.plist                               |    92 -
 misc/fraise/readme.txt                             |    16 -
 misc/kate/go.xml                                   |   150 -
 misc/makerelease/makerelease.go                    |    83 +-
 misc/makerelease/windows/installer.wxs             |    11 +-
 misc/nacl/README                                   |    97 +-
 misc/nacl/go_nacl_arm_exec                         |    10 +
 misc/nacl/mkzip.go                                 |    10 +-
 misc/nacl/testzip.proto                            |   164 +-
 misc/notepadplus/README                            |    59 -
 misc/notepadplus/functionList.xml                  |    50 -
 misc/notepadplus/go.xml                            |   133 -
 misc/notepadplus/userDefineLang.xml                |    64 -
 misc/pprof                                         |  5094 -------
 misc/vim/autoload/go/complete.vim                  |   103 -
 misc/vim/compiler/go.vim                           |    30 -
 misc/vim/ftdetect/gofiletype.vim                   |    23 -
 misc/vim/ftplugin/go.vim                           |    19 -
 misc/vim/ftplugin/go/fmt.vim                       |    69 -
 misc/vim/ftplugin/go/import.vim                    |   250 -
 misc/vim/ftplugin/go/test.sh                       |    78 -
 misc/vim/indent/go.vim                             |    77 -
 misc/vim/plugin/godoc.vim                          |   130 -
 misc/vim/readme.txt                                |   103 -
 misc/vim/syntax/go.vim                             |   207 -
 misc/vim/syntax/godoc.vim                          |    20 -
 misc/xcode/3/README                                |     3 -
 misc/xcode/3/go.pbfilespec                         |    31 -
 misc/xcode/3/go.xclangspec                         |   293 -
 misc/xcode/4/README                                |     2 -
 misc/xcode/4/go.xclangspec                         |   290 -
 misc/xcode/4/go4xcode.sh                           |   112 -
 misc/zsh/go                                        |   161 -
 src/androidtest.bash                               |    55 +
 src/{pkg => }/archive/tar/common.go                |     0
 src/{pkg => }/archive/tar/example_test.go          |     0
 src/archive/tar/reader.go                          |   820 ++
 src/{pkg => }/archive/tar/reader_test.go           |     0
 src/{pkg => }/archive/tar/stat_atim.go             |     0
 src/{pkg => }/archive/tar/stat_atimespec.go        |     0
 src/{pkg => }/archive/tar/stat_unix.go             |     0
 src/{pkg => }/archive/tar/tar_test.go              |     0
 src/{pkg => }/archive/tar/testdata/gnu.tar         |   Bin
 src/{pkg => }/archive/tar/testdata/nil-uid.tar     |   Bin
 src/{pkg => }/archive/tar/testdata/pax.tar         |   Bin
 src/{pkg => }/archive/tar/testdata/small.txt       |     0
 src/{pkg => }/archive/tar/testdata/small2.txt      |     0
 .../archive/tar/testdata/sparse-formats.tar        |   Bin
 src/{pkg => }/archive/tar/testdata/star.tar        |   Bin
 src/{pkg => }/archive/tar/testdata/ustar.tar       |   Bin
 src/{pkg => }/archive/tar/testdata/v7.tar          |   Bin
 .../archive/tar/testdata/writer-big-long.tar       |   Bin
 src/{pkg => }/archive/tar/testdata/writer-big.tar  |   Bin
 src/{pkg => }/archive/tar/testdata/writer.tar      |   Bin
 src/{pkg => }/archive/tar/testdata/xattrs.tar      |   Bin
 src/archive/tar/writer.go                          |   396 +
 src/archive/tar/writer_test.go                     |   491 +
 src/{pkg => }/archive/zip/example_test.go          |     0
 src/archive/zip/reader.go                          |   453 +
 src/archive/zip/reader_test.go                     |   533 +
 src/{pkg => }/archive/zip/register.go              |     0
 src/{pkg => }/archive/zip/struct.go                |     0
 .../archive/zip/testdata/crc32-not-streamed.zip    |   Bin
 src/{pkg => }/archive/zip/testdata/dd.zip          |   Bin
 .../archive/zip/testdata/go-no-datadesc-sig.zip    |   Bin
 .../archive/zip/testdata/go-with-datadesc-sig.zip  |   Bin
 .../archive/zip/testdata/gophercolor16x16.png      |   Bin
 src/{pkg => }/archive/zip/testdata/readme.notzip   |   Bin
 src/{pkg => }/archive/zip/testdata/readme.zip      |   Bin
 src/{pkg => }/archive/zip/testdata/symlink.zip     |   Bin
 .../archive/zip/testdata/test-trailing-junk.zip    |   Bin
 src/{pkg => }/archive/zip/testdata/test.zip        |   Bin
 src/{pkg => }/archive/zip/testdata/unix.zip        |   Bin
 src/{pkg => }/archive/zip/testdata/winxp.zip       |   Bin
 src/{pkg => }/archive/zip/testdata/zip64-2.zip     |   Bin
 src/{pkg => }/archive/zip/testdata/zip64.zip       |   Bin
 src/archive/zip/writer.go                          |   357 +
 src/archive/zip/writer_test.go                     |   164 +
 src/{pkg => }/archive/zip/zip_test.go              |     0
 src/bufio/bufio.go                                 |   698 +
 src/bufio/bufio_test.go                            |  1426 ++
 src/{pkg => }/bufio/example_test.go                |     0
 src/{pkg => }/bufio/export_test.go                 |     0
 src/bufio/scan.go                                  |   359 +
 src/bufio/scan_test.go                             |   524 +
 src/{pkg => }/builtin/builtin.go                   |     0
 src/{pkg => }/bytes/buffer.go                      |     0
 src/{pkg => }/bytes/buffer_test.go                 |     0
 src/bytes/bytes.go                                 |   703 +
 src/{pkg => }/bytes/bytes_decl.go                  |     0
 src/bytes/bytes_test.go                            |  1240 ++
 src/{pkg => }/bytes/compare_test.go                |     0
 src/{pkg => }/bytes/equal_test.go                  |     0
 src/{pkg => }/bytes/example_test.go                |     0
 src/{pkg => }/bytes/export_test.go                 |     0
 src/{pkg => }/bytes/reader.go                      |     0
 src/{pkg => }/bytes/reader_test.go                 |     0
 src/cmd/5a/a.y                                     |     2 +-
 src/cmd/5a/lex.c                                   |     5 +-
 src/cmd/5a/y.tab.c                                 |     2 +-
 src/cmd/5c/cgen.c                                  |    38 +-
 src/cmd/5c/gc.h                                    |     5 +-
 src/cmd/5c/peep.c                                  |     4 +
 src/cmd/5c/reg.c                                   |    19 +-
 src/cmd/5c/sgen.c                                  |     2 +-
 src/cmd/5c/swt.c                                   |    11 +-
 src/cmd/5c/txt.c                                   |    40 +-
 src/cmd/5g/cgen.c                                  |    81 +-
 src/cmd/5g/galign.c                                |     8 +-
 src/cmd/5g/gg.h                                    |    12 +-
 src/cmd/5g/ggen.c                                  |    25 +-
 src/cmd/5g/gsubr.c                                 |    27 +-
 src/cmd/5g/opt.h                                   |    20 +
 src/cmd/5g/peep.c                                  |     6 +
 src/cmd/5g/reg.c                                   |    12 +-
 src/cmd/5l/5.out.h                                 |   166 +-
 src/cmd/5l/asm.c                                   |    75 +-
 src/cmd/5l/l.h                                     |    76 -
 src/cmd/5l/mkenam                                  |    45 -
 src/cmd/5l/noop.c                                  |    43 -
 src/cmd/5l/obj.c                                   |    13 +-
 src/cmd/6a/a.y                                     |     2 +-
 src/cmd/6a/lex.c                                   |    35 +-
 src/cmd/6a/y.tab.c                                 |     2 +-
 src/cmd/6c/cgen.c                                  |    36 +-
 src/cmd/6c/gc.h                                    |     5 +-
 src/cmd/6c/reg.c                                   |    14 +-
 src/cmd/6c/sgen.c                                  |     9 +-
 src/cmd/6c/swt.c                                   |     9 +-
 src/cmd/6c/txt.c                                   |    40 +-
 src/cmd/6g/cgen.c                                  |    10 +-
 src/cmd/6g/galign.c                                |     8 +-
 src/cmd/6g/gg.h                                    |     2 -
 src/cmd/6g/ggen.c                                  |    61 +-
 src/cmd/6g/gsubr.c                                 |    29 +-
 src/cmd/6g/opt.h                                   |    20 +
 src/cmd/6g/reg.c                                   |     8 +-
 src/cmd/6l/6.out.h                                 |     2 +-
 src/cmd/6l/asm.c                                   |    17 +-
 src/cmd/6l/l.h                                     |    10 -
 src/cmd/6l/mkenam                                  |    45 -
 src/cmd/8a/a.y                                     |     2 +-
 src/cmd/8a/lex.c                                   |    35 +-
 src/cmd/8a/y.tab.c                                 |     2 +-
 src/cmd/8c/cgen.c                                  |    38 +-
 src/cmd/8c/gc.h                                    |     5 +-
 src/cmd/8c/reg.c                                   |     9 +-
 src/cmd/8c/sgen.c                                  |     2 +-
 src/cmd/8c/swt.c                                   |     9 +-
 src/cmd/8c/txt.c                                   |    40 +-
 src/cmd/8g/cgen.c                                  |    88 +-
 src/cmd/8g/galign.c                                |     8 +-
 src/cmd/8g/gg.h                                    |     1 -
 src/cmd/8g/ggen.c                                  |    49 +-
 src/cmd/8g/gsubr.c                                 |    26 +-
 src/cmd/8g/opt.h                                   |    20 +
 src/cmd/8g/peep.c                                  |     4 +-
 src/cmd/8g/reg.c                                   |     6 +
 src/cmd/8l/8.out.h                                 |     2 +-
 src/cmd/8l/asm.c                                   |    18 +-
 src/cmd/8l/l.h                                     |     7 -
 src/cmd/8l/mkenam                                  |    45 -
 src/cmd/addr2line/addr2line_test.go                |     5 +-
 src/cmd/addr2line/main.go                          |   166 +-
 src/cmd/api/goapi.go                               |   158 +-
 src/cmd/api/goapi_test.go                          |    24 +-
 src/cmd/api/run.go                                 |     9 +-
 src/cmd/cc/bv.c                                    |    45 -
 src/cmd/cc/cc.h                                    |     8 +-
 src/cmd/cc/cc.y                                    |     1 +
 src/cmd/cc/dcl.c                                   |    25 +-
 src/cmd/cc/godefs.c                                |    67 +-
 src/cmd/cc/lex.c                                   |     3 +
 src/cmd/cc/pgen.c                                  |   202 +-
 src/cmd/cc/y.tab.c                                 |  1147 +-
 src/cmd/cc/y.tab.h                                 |    68 +-
 src/cmd/cgo/ast.go                                 |     5 +-
 src/cmd/cgo/doc.go                                 |     2 +-
 src/cmd/cgo/gcc.go                                 |   187 +-
 src/cmd/cgo/out.go                                 |   243 +-
 src/cmd/dist/a.h                                   |     4 +-
 src/cmd/dist/arm.c                                 |     3 +-
 src/cmd/dist/buf.c                                 |     2 +-
 src/cmd/dist/build.c                               |   267 +-
 src/cmd/dist/buildgc.c                             |    38 +-
 src/cmd/dist/buildruntime.c                        |    84 +-
 src/cmd/dist/goc2c.c                               |   833 --
 src/cmd/dist/plan9.c                               |     6 +-
 src/cmd/dist/unix.c                                |    16 +-
 src/cmd/dist/windows.c                             |     6 +-
 src/cmd/fix/doc.go                                 |     2 +-
 src/cmd/fix/fix.go                                 |     2 +-
 src/cmd/gc/align.c                                 |     4 +-
 src/cmd/gc/bisonerrors                             |    18 +-
 src/cmd/gc/builtin.c                               |    33 +-
 src/cmd/gc/bv.c                                    |     5 +-
 src/cmd/gc/const.c                                 |     9 +-
 src/cmd/gc/dcl.c                                   |    14 +
 src/cmd/gc/esc.c                                   |     3 +-
 src/cmd/gc/fmt.c                                   |    36 +-
 src/cmd/gc/gen.c                                   |    75 +-
 src/cmd/gc/go.h                                    |    17 +-
 src/cmd/gc/go.y                                    |    15 +-
 src/cmd/gc/lex.c                                   |   363 +-
 src/cmd/gc/md5.c                                   |    12 +-
 src/cmd/gc/mparith1.c                              |     2 +-
 src/cmd/gc/mparith2.c                              |     4 +-
 src/cmd/gc/mparith3.c                              |     4 +-
 src/cmd/gc/obj.c                                   |     9 +-
 src/cmd/gc/order.c                                 |    48 +-
 src/cmd/gc/pgen.c                                  |    57 +-
 src/cmd/gc/plive.c                                 |    34 +-
 src/cmd/gc/popt.c                                  |     6 +-
 src/cmd/gc/racewalk.c                              |    26 +-
 src/cmd/gc/range.c                                 |    48 +-
 src/cmd/gc/reflect.c                               |   591 +-
 src/cmd/gc/runtime.go                              |    40 +-
 src/cmd/gc/select.c                                |    65 +-
 src/cmd/gc/sinit.c                                 |    32 +-
 src/cmd/gc/subr.c                                  |   193 +-
 src/cmd/gc/swt.c                                   |     1 +
 src/cmd/gc/typecheck.c                             |   122 +-
 src/cmd/gc/walk.c                                  |   543 +-
 src/cmd/gc/y.tab.c                                 |  2566 ++--
 src/cmd/gc/yerr.h                                  |    84 +-
 src/cmd/go/build.go                                |   226 +-
 src/cmd/go/doc.go                                  |   206 +-
 src/cmd/go/generate.go                             |   398 +
 src/cmd/go/generate_test.go                        |    48 +
 src/cmd/go/get.go                                  |    35 +-
 src/cmd/go/go_windows_test.go                      |    55 +
 src/cmd/go/help.go                                 |    29 +-
 src/cmd/go/list.go                                 |    39 +-
 src/cmd/go/main.go                                 |     5 +-
 src/cmd/go/mkdoc.sh                                |     2 +-
 src/cmd/go/pkg.go                                  |   180 +-
 src/cmd/go/test.bash                               |   405 +-
 src/cmd/go/test.go                                 |   178 +-
 src/cmd/go/testdata/generate/test1.go              |    13 +
 src/cmd/go/testdata/generate/test2.go              |    10 +
 src/cmd/go/testdata/generate/test3.go              |     9 +
 src/cmd/go/testdata/importcom/bad.go               |     3 +
 src/cmd/go/testdata/importcom/conflict.go          |     3 +
 src/cmd/go/testdata/importcom/src/bad/bad.go       |     1 +
 src/cmd/go/testdata/importcom/src/conflict/a.go    |     1 +
 src/cmd/go/testdata/importcom/src/conflict/b.go    |     1 +
 src/cmd/go/testdata/importcom/src/works/x/x.go     |     1 +
 src/cmd/go/testdata/importcom/src/works/x/x1.go    |     1 +
 src/cmd/go/testdata/importcom/src/wrongplace/x.go  |     1 +
 src/cmd/go/testdata/importcom/works.go             |     3 +
 src/cmd/go/testdata/importcom/wrongplace.go        |     3 +
 src/cmd/go/testdata/norunexample/example_test.go   |    11 +
 src/cmd/go/testdata/norunexample/test_test.go      |    10 +
 src/cmd/go/testdata/src/badc/x.c                   |     1 +
 src/cmd/go/testdata/src/badc/x.go                  |     1 +
 src/cmd/go/testdata/src/badtest/badexec/x_test.go  |     5 +
 src/cmd/go/testdata/src/badtest/badsyntax/x.go     |     1 +
 .../go/testdata/src/badtest/badsyntax/x_test.go    |     3 +
 src/cmd/go/testdata/src/badtest/badvar/x.go        |     1 +
 src/cmd/go/testdata/src/badtest/badvar/x_test.go   |     5 +
 src/cmd/go/testdata/src/vetpkg/a_test.go           |     1 +
 src/cmd/go/testdata/src/vetpkg/b.go                |     7 +
 src/cmd/go/testdata/testinternal/p.go              |     3 +
 src/cmd/go/testdata/testinternal2/p.go             |     3 +
 .../testdata/testinternal2/x/y/z/internal/w/w.go   |     1 +
 src/cmd/go/testflag.go                             |     7 +-
 src/cmd/go/testgo.go                               |    21 +
 src/cmd/go/tool.go                                 |    14 +-
 src/cmd/go/vcs.go                                  |   149 +-
 src/cmd/go/vcs_test.go                             |   124 +
 src/cmd/go/vet.go                                  |    25 +-
 src/cmd/gofmt/doc.go                               |     2 +-
 src/cmd/gofmt/gofmt.go                             |   193 +-
 src/cmd/gofmt/gofmt_test.go                        |   121 +-
 src/cmd/gofmt/long_test.go                         |     4 +-
 src/cmd/gofmt/rewrite.go                           |     3 -
 src/cmd/gofmt/simplify.go                          |    50 +-
 src/cmd/gofmt/testdata/composites.golden           |     2 +
 src/cmd/gofmt/testdata/composites.input            |     2 +
 src/cmd/gofmt/testdata/crlf.golden                 |     1 +
 src/cmd/gofmt/testdata/crlf.input                  |     1 +
 src/cmd/gofmt/testdata/emptydecl.golden            |    14 +
 src/cmd/gofmt/testdata/emptydecl.input             |    16 +
 src/cmd/gofmt/testdata/ranges.golden               |    30 +
 src/cmd/gofmt/testdata/ranges.input                |    20 +
 src/cmd/gofmt/testdata/rewrite1.golden             |     2 +
 src/cmd/gofmt/testdata/rewrite1.input              |     2 +
 src/cmd/gofmt/testdata/rewrite2.golden             |     2 +
 src/cmd/gofmt/testdata/rewrite2.input              |     2 +
 src/cmd/gofmt/testdata/rewrite3.golden             |     2 +
 src/cmd/gofmt/testdata/rewrite3.input              |     2 +
 src/cmd/gofmt/testdata/rewrite4.golden             |     2 +
 src/cmd/gofmt/testdata/rewrite4.input              |     2 +
 src/cmd/gofmt/testdata/rewrite5.golden             |     2 +
 src/cmd/gofmt/testdata/rewrite5.input              |     2 +
 src/cmd/gofmt/testdata/rewrite6.golden             |     2 +
 src/cmd/gofmt/testdata/rewrite6.input              |     2 +
 src/cmd/gofmt/testdata/rewrite7.golden             |     2 +
 src/cmd/gofmt/testdata/rewrite7.input              |     2 +
 src/cmd/gofmt/testdata/rewrite8.golden             |     2 +
 src/cmd/gofmt/testdata/rewrite8.input              |     2 +
 src/cmd/gofmt/testdata/slices1.golden              |     8 +
 src/cmd/gofmt/testdata/slices1.input               |     8 +
 src/cmd/gofmt/testdata/slices2.golden              |     2 +
 src/cmd/gofmt/testdata/slices2.input               |     2 +
 src/cmd/gofmt/testdata/stdin1.golden               |     2 +
 src/cmd/gofmt/testdata/stdin1.golden.gofmt         |     3 -
 src/cmd/gofmt/testdata/stdin1.input                |     2 +
 src/cmd/gofmt/testdata/stdin1.input.gofmt          |     3 -
 src/cmd/gofmt/testdata/stdin2.golden               |     2 +-
 src/cmd/gofmt/testdata/stdin2.golden.gofmt         |    10 -
 src/cmd/gofmt/testdata/stdin2.input                |     2 +-
 src/cmd/gofmt/testdata/stdin2.input.gofmt          |    11 -
 src/cmd/gofmt/testdata/stdin3.golden               |     1 +
 src/cmd/gofmt/testdata/stdin3.golden.gofmt         |     7 -
 src/cmd/gofmt/testdata/stdin3.input                |     1 +
 src/cmd/gofmt/testdata/stdin3.input.gofmt          |     7 -
 src/cmd/gofmt/testdata/stdin4.golden               |     2 +
 src/cmd/gofmt/testdata/stdin4.golden.gofmt         |     3 -
 src/cmd/gofmt/testdata/stdin4.input                |     2 +
 src/cmd/gofmt/testdata/stdin4.input.gofmt          |     3 -
 src/cmd/gofmt/testdata/stdin5.golden               |     3 +
 src/cmd/gofmt/testdata/stdin5.input                |     3 +
 src/cmd/gofmt/testdata/stdin6.golden               |    19 +
 src/cmd/gofmt/testdata/stdin6.input                |    21 +
 src/cmd/gofmt/testdata/stdin7.golden               |    19 +
 src/cmd/gofmt/testdata/stdin7.input                |    21 +
 src/cmd/internal/goobj/read.go                     |   666 +
 src/cmd/internal/goobj/read_test.go                |    28 +
 src/cmd/internal/objfile/disasm.go                 |   248 +
 src/cmd/internal/objfile/elf.go                    |   104 +
 src/cmd/internal/objfile/goobj.go                  |    93 +
 src/cmd/internal/objfile/macho.go                  |   116 +
 src/cmd/internal/objfile/objfile.go                |    94 +
 src/cmd/internal/objfile/pe.go                     |   201 +
 src/cmd/internal/objfile/plan9obj.go               |   146 +
 src/cmd/internal/rsc.io/arm/armasm/Makefile        |     2 +
 src/cmd/internal/rsc.io/arm/armasm/decode.go       |   567 +
 src/cmd/internal/rsc.io/arm/armasm/decode_test.go  |    69 +
 src/cmd/internal/rsc.io/arm/armasm/ext_test.go     |   614 +
 src/cmd/internal/rsc.io/arm/armasm/gnu.go          |   164 +
 src/cmd/internal/rsc.io/arm/armasm/inst.go         |   438 +
 src/cmd/internal/rsc.io/arm/armasm/objdump_test.go |   258 +
 .../internal/rsc.io/arm/armasm/objdumpext_test.go  |   260 +
 src/cmd/internal/rsc.io/arm/armasm/plan9x.go       |   211 +
 src/cmd/internal/rsc.io/arm/armasm/tables.go       |  9448 +++++++++++++
 .../internal/rsc.io/arm/armasm/testdata/Makefile   |     5 +
 .../internal/rsc.io/arm/armasm/testdata/decode.txt |   306 +
 src/cmd/internal/rsc.io/x86/x86asm/Makefile        |     3 +
 src/cmd/internal/rsc.io/x86/x86asm/decode.go       |  1616 +++
 src/cmd/internal/rsc.io/x86/x86asm/decode_test.go  |    71 +
 src/cmd/internal/rsc.io/x86/x86asm/ext_test.go     |   811 ++
 src/cmd/internal/rsc.io/x86/x86asm/gnu.go          |   926 ++
 src/cmd/internal/rsc.io/x86/x86asm/inst.go         |   641 +
 src/cmd/internal/rsc.io/x86/x86asm/inst_test.go    |    20 +
 src/cmd/internal/rsc.io/x86/x86asm/intel.go        |   518 +
 src/cmd/internal/rsc.io/x86/x86asm/objdump_test.go |   383 +
 .../internal/rsc.io/x86/x86asm/objdumpext_test.go  |   314 +
 .../internal/rsc.io/x86/x86asm/plan9ext_test.go    |   120 +
 src/cmd/internal/rsc.io/x86/x86asm/plan9x.go       |   346 +
 src/cmd/internal/rsc.io/x86/x86asm/plan9x_test.go  |    54 +
 src/cmd/internal/rsc.io/x86/x86asm/tables.go       |  9760 +++++++++++++
 .../internal/rsc.io/x86/x86asm/testdata/Makefile   |    12 +
 .../internal/rsc.io/x86/x86asm/testdata/decode.txt |  6731 +++++++++
 src/cmd/internal/rsc.io/x86/x86asm/xed_test.go     |   211 +
 src/cmd/internal/rsc.io/x86/x86asm/xedext_test.go  |   206 +
 src/cmd/ld/data.c                                  |   357 +-
 src/cmd/ld/decodesym.c                             |    38 +-
 src/cmd/ld/doc.go                                  |     6 +-
 src/cmd/ld/dwarf.c                                 |   156 +-
 src/cmd/ld/elf.c                                   |     3 +-
 src/cmd/ld/ldelf.c                                 |     8 +-
 src/cmd/ld/ldmacho.c                               |     4 +-
 src/cmd/ld/ldpe.c                                  |    32 +-
 src/cmd/ld/lib.c                                   |    91 +-
 src/cmd/ld/lib.h                                   |    14 +-
 src/cmd/ld/macho.c                                 |     3 +-
 src/cmd/ld/pass.c                                  |   104 -
 src/cmd/ld/pcln.c                                  |     6 +-
 src/cmd/ld/pobj.c                                  |    22 +-
 src/cmd/ld/symtab.c                                |    55 +-
 src/cmd/ld/textflag.h                              |    13 +
 src/cmd/nm/debug_goobj.go                          |   670 -
 src/cmd/nm/elf.go                                  |    57 -
 src/cmd/nm/goobj.go                                |    67 -
 src/cmd/nm/macho.go                                |    69 -
 src/cmd/nm/nm.go                                   |    57 +-
 src/cmd/nm/nm_test.go                              |    11 +-
 src/cmd/nm/pe.go                                   |    98 -
 src/cmd/nm/plan9obj.go                             |    48 -
 src/cmd/objdump/Makefile                           |    10 -
 src/cmd/objdump/armasm.go                          | 10821 ---------------
 src/cmd/objdump/elf.go                             |    65 -
 src/cmd/objdump/macho.go                           |    77 -
 src/cmd/objdump/main.go                            |   456 +-
 src/cmd/objdump/objdump_test.go                    |   122 +-
 src/cmd/objdump/pe.go                              |    99 -
 src/cmd/objdump/plan9obj.go                        |    63 -
 src/cmd/objdump/x86.go                             | 13800 -------------------
 src/cmd/pack/doc.go                                |     4 +
 src/cmd/pack/pack.go                               |    50 +-
 src/cmd/pack/pack_test.go                          |    33 +-
 src/cmd/pprof/README                               |     8 +
 src/cmd/pprof/doc.go                               |    12 +
 src/cmd/pprof/internal/commands/commands.go        |   215 +
 src/cmd/pprof/internal/driver/driver.go            |  1036 ++
 src/cmd/pprof/internal/driver/interactive.go       |   492 +
 src/cmd/pprof/internal/fetch/fetch.go              |    82 +
 src/cmd/pprof/internal/plugin/plugin.go            |   213 +
 src/cmd/pprof/internal/profile/encode.go           |   470 +
 src/cmd/pprof/internal/profile/filter.go           |   157 +
 src/cmd/pprof/internal/profile/legacy_profile.go   |  1250 ++
 src/cmd/pprof/internal/profile/profile.go          |   567 +
 src/cmd/pprof/internal/profile/proto.go            |   298 +
 src/cmd/pprof/internal/profile/prune.go            |    97 +
 src/cmd/pprof/internal/report/report.go            |  1718 +++
 src/cmd/pprof/internal/report/source.go            |   450 +
 src/cmd/pprof/internal/report/source_html.go       |    77 +
 src/cmd/pprof/internal/svg/svg.go                  |    75 +
 src/cmd/pprof/internal/symbolizer/symbolizer.go    |   195 +
 src/cmd/pprof/internal/symbolz/symbolz.go          |   111 +
 src/cmd/pprof/internal/tempfile/tempfile.go        |    45 +
 src/cmd/pprof/pprof.go                             |   237 +
 src/cmd/yacc/Makefile                              |    12 -
 src/cmd/yacc/doc.go                                |     5 +-
 src/cmd/yacc/expr.y                                |   205 -
 src/cmd/yacc/testdata/expr/README                  |    20 +
 src/cmd/yacc/testdata/expr/expr.y                  |   202 +
 src/cmd/yacc/testdata/expr/main.go                 |    15 +
 src/cmd/yacc/yacc.go                               |    90 +-
 src/{pkg => }/compress/bzip2/bit_reader.go         |     0
 src/compress/bzip2/bzip2.go                        |   503 +
 src/compress/bzip2/bzip2_test.go                   |   419 +
 src/{pkg => }/compress/bzip2/huffman.go            |     0
 src/compress/bzip2/move_to_front.go                |    53 +
 .../bzip2/testdata/Mark.Twain-Tom.Sawyer.txt.bz2   |   Bin
 src/{pkg => }/compress/bzip2/testdata/e.txt.bz2    |   Bin
 src/{pkg => }/compress/flate/copy.go               |     0
 src/{pkg => }/compress/flate/copy_test.go          |     0
 src/{pkg => }/compress/flate/deflate.go            |     0
 src/{pkg => }/compress/flate/deflate_test.go       |     0
 src/compress/flate/fixedhuff.go                    |    78 +
 src/{pkg => }/compress/flate/flate_test.go         |     0
 src/compress/flate/gen.go                          |   190 +
 src/{pkg => }/compress/flate/huffman_bit_writer.go |     0
 src/{pkg => }/compress/flate/huffman_code.go       |     0
 src/compress/flate/inflate.go                      |   739 +
 src/compress/flate/inflate_test.go                 |    39 +
 src/{pkg => }/compress/flate/reader_test.go        |     0
 src/{pkg => }/compress/flate/reverse_bits.go       |     0
 src/{pkg => }/compress/flate/token.go              |     0
 src/{pkg => }/compress/flate/writer_test.go        |     0
 src/compress/gzip/gunzip.go                        |   287 +
 src/compress/gzip/gunzip_test.go                   |   410 +
 src/{pkg => }/compress/gzip/gzip.go                |     0
 src/{pkg => }/compress/gzip/gzip_test.go           |     0
 src/{pkg => }/compress/gzip/testdata/issue6550.gz  |   Bin
 src/compress/lzw/reader.go                         |   259 +
 src/{pkg => }/compress/lzw/reader_test.go          |     0
 src/{pkg => }/compress/lzw/writer.go               |     0
 src/{pkg => }/compress/lzw/writer_test.go          |     0
 .../compress/testdata/Mark.Twain-Tom.Sawyer.txt    |     0
 src/{pkg => }/compress/testdata/e.txt              |     0
 src/{pkg => }/compress/testdata/pi.txt             |     0
 src/{pkg => }/compress/zlib/example_test.go        |     0
 src/compress/zlib/reader.go                        |   161 +
 src/{pkg => }/compress/zlib/reader_test.go         |     0
 src/{pkg => }/compress/zlib/writer.go              |     0
 src/{pkg => }/compress/zlib/writer_test.go         |     0
 .../container/heap/example_intheap_test.go         |     0
 src/{pkg => }/container/heap/example_pq_test.go    |     0
 src/{pkg => }/container/heap/heap.go               |     0
 src/{pkg => }/container/heap/heap_test.go          |     0
 src/{pkg => }/container/list/example_test.go       |     0
 src/{pkg => }/container/list/list.go               |     0
 src/{pkg => }/container/list/list_test.go          |     0
 src/{pkg => }/container/ring/ring.go               |     0
 src/{pkg => }/container/ring/ring_test.go          |     0
 src/{pkg => }/crypto/aes/aes_test.go               |     0
 src/crypto/aes/asm_amd64.s                         |   289 +
 src/{pkg => }/crypto/aes/block.go                  |     0
 src/{pkg => }/crypto/aes/cipher.go                 |     0
 src/{pkg => }/crypto/aes/cipher_asm.go             |     0
 src/{pkg => }/crypto/aes/cipher_generic.go         |     0
 src/{pkg => }/crypto/aes/const.go                  |     0
 src/{pkg => }/crypto/cipher/benchmark_test.go      |     0
 src/{pkg => }/crypto/cipher/cbc.go                 |     0
 src/{pkg => }/crypto/cipher/cbc_aes_test.go        |     0
 src/{pkg => }/crypto/cipher/cfb.go                 |     0
 src/crypto/cipher/cfb_test.go                      |   113 +
 src/{pkg => }/crypto/cipher/cipher.go              |     0
 src/{pkg => }/crypto/cipher/cipher_test.go         |     0
 src/{pkg => }/crypto/cipher/common_test.go         |     0
 src/{pkg => }/crypto/cipher/ctr.go                 |     0
 src/{pkg => }/crypto/cipher/ctr_aes_test.go        |     0
 src/crypto/cipher/example_test.go                  |   283 +
 src/{pkg => }/crypto/cipher/gcm.go                 |     0
 src/{pkg => }/crypto/cipher/gcm_test.go            |     0
 src/{pkg => }/crypto/cipher/io.go                  |     0
 src/{pkg => }/crypto/cipher/ofb.go                 |     0
 src/{pkg => }/crypto/cipher/ofb_test.go            |     0
 src/{pkg => }/crypto/cipher/xor.go                 |     0
 src/{pkg => }/crypto/cipher/xor_test.go            |     0
 src/crypto/crypto.go                               |   126 +
 src/{pkg => }/crypto/des/block.go                  |     0
 src/{pkg => }/crypto/des/cipher.go                 |     0
 src/{pkg => }/crypto/des/const.go                  |     0
 src/{pkg => }/crypto/des/des_test.go               |     0
 src/{pkg => }/crypto/des/example_test.go           |     0
 src/{pkg => }/crypto/dsa/dsa.go                    |     0
 src/{pkg => }/crypto/dsa/dsa_test.go               |     0
 src/crypto/ecdsa/ecdsa.go                          |   189 +
 src/{pkg => }/crypto/ecdsa/ecdsa_test.go           |     0
 src/{pkg => }/crypto/ecdsa/testdata/SigVer.rsp.bz2 |   Bin
 src/{pkg => }/crypto/elliptic/elliptic.go          |     0
 src/{pkg => }/crypto/elliptic/elliptic_test.go     |     0
 src/{pkg => }/crypto/elliptic/p224.go              |     0
 src/{pkg => }/crypto/elliptic/p224_test.go         |     0
 src/{pkg => }/crypto/elliptic/p256.go              |     0
 src/{pkg => }/crypto/hmac/hmac.go                  |     0
 src/{pkg => }/crypto/hmac/hmac_test.go             |     0
 src/{pkg => }/crypto/md5/example_test.go           |     0
 src/crypto/md5/gen.go                              |   331 +
 src/crypto/md5/md5.go                              |   136 +
 src/{pkg => }/crypto/md5/md5_test.go               |     0
 src/crypto/md5/md5block.go                         |   265 +
 src/crypto/md5/md5block_386.s                      |   182 +
 src/crypto/md5/md5block_amd64.s                    |   179 +
 src/crypto/md5/md5block_amd64p32.s                 |   184 +
 src/crypto/md5/md5block_arm.s                      |   299 +
 src/{pkg => }/crypto/md5/md5block_decl.go          |     0
 src/{pkg => }/crypto/md5/md5block_generic.go       |     0
 src/{pkg => }/crypto/rand/example_test.go          |     0
 src/{pkg => }/crypto/rand/rand.go                  |     0
 src/crypto/rand/rand_linux.go                      |    39 +
 src/{pkg => }/crypto/rand/rand_test.go             |     0
 src/crypto/rand/rand_unix.go                       |   147 +
 src/{pkg => }/crypto/rand/rand_windows.go          |     0
 src/{pkg => }/crypto/rand/util.go                  |     0
 src/{pkg => }/crypto/rand/util_test.go             |     0
 src/{pkg => }/crypto/rc4/rc4.go                    |     0
 src/crypto/rc4/rc4_386.s                           |    53 +
 src/crypto/rc4/rc4_amd64.s                         |   179 +
 src/crypto/rc4/rc4_amd64p32.s                      |   192 +
 src/crypto/rc4/rc4_arm.s                           |    62 +
 src/crypto/rc4/rc4_asm.go                          |    18 +
 src/crypto/rc4/rc4_ref.go                          |    13 +
 src/{pkg => }/crypto/rc4/rc4_test.go               |     0
 src/{pkg => }/crypto/rsa/pkcs1v15.go               |     0
 src/{pkg => }/crypto/rsa/pkcs1v15_test.go          |     0
 src/crypto/rsa/pss.go                              |   297 +
 src/{pkg => }/crypto/rsa/pss_test.go               |     0
 src/crypto/rsa/rsa.go                              |   557 +
 src/{pkg => }/crypto/rsa/rsa_test.go               |     0
 src/{pkg => }/crypto/rsa/testdata/pss-vect.txt.bz2 |   Bin
 src/{pkg => }/crypto/sha1/example_test.go          |     0
 src/{pkg => }/crypto/sha1/sha1.go                  |     0
 src/{pkg => }/crypto/sha1/sha1_test.go             |     0
 src/{pkg => }/crypto/sha1/sha1block.go             |     0
 src/crypto/sha1/sha1block_386.s                    |   233 +
 src/crypto/sha1/sha1block_amd64.s                  |   216 +
 src/crypto/sha1/sha1block_amd64p32.s               |   216 +
 src/crypto/sha1/sha1block_arm.s                    |   217 +
 src/{pkg => }/crypto/sha1/sha1block_decl.go        |     0
 src/{pkg => }/crypto/sha1/sha1block_generic.go     |     0
 src/{pkg => }/crypto/sha256/sha256.go              |     0
 src/{pkg => }/crypto/sha256/sha256_test.go         |     0
 src/{pkg => }/crypto/sha256/sha256block.go         |     0
 src/{pkg => }/crypto/sha256/sha256block_386.s      |     0
 src/crypto/sha256/sha256block_amd64.s              |   256 +
 src/{pkg => }/crypto/sha256/sha256block_decl.go    |     0
 src/{pkg => }/crypto/sha512/sha512.go              |     0
 src/{pkg => }/crypto/sha512/sha512_test.go         |     0
 src/{pkg => }/crypto/sha512/sha512block.go         |     0
 src/crypto/sha512/sha512block_amd64.s              |   273 +
 src/{pkg => }/crypto/sha512/sha512block_decl.go    |     0
 src/crypto/subtle/constant_time.go                 |    73 +
 src/crypto/subtle/constant_time_test.go            |   127 +
 src/crypto/tls/alert.go                            |    79 +
 src/crypto/tls/cipher_suites.go                    |   275 +
 src/crypto/tls/common.go                           |   621 +
 src/crypto/tls/conn.go                             |  1030 ++
 src/crypto/tls/conn_test.go                        |   118 +
 src/{pkg => }/crypto/tls/example_test.go           |     0
 src/crypto/tls/generate_cert.go                    |   161 +
 src/crypto/tls/handshake_client.go                 |   638 +
 src/crypto/tls/handshake_client_test.go            |   490 +
 src/crypto/tls/handshake_messages.go               |  1438 ++
 src/crypto/tls/handshake_messages_test.go          |   251 +
 src/crypto/tls/handshake_server.go                 |   685 +
 src/crypto/tls/handshake_server_test.go            |   868 ++
 src/{pkg => }/crypto/tls/handshake_test.go         |     0
 src/crypto/tls/key_agreement.go                    |   413 +
 src/{pkg => }/crypto/tls/prf.go                    |     0
 src/{pkg => }/crypto/tls/prf_test.go               |     0
 .../testdata/Client-TLSv10-ClientCert-ECDSA-ECDSA  |     0
 .../testdata/Client-TLSv10-ClientCert-ECDSA-RSA    |     0
 .../testdata/Client-TLSv10-ClientCert-RSA-ECDSA    |     0
 .../tls/testdata/Client-TLSv10-ClientCert-RSA-RSA  |     0
 .../tls/testdata/Client-TLSv10-ECDHE-ECDSA-AES     |     0
 .../tls/testdata/Client-TLSv10-ECDHE-RSA-AES       |     0
 .../crypto/tls/testdata/Client-TLSv10-RSA-RC4      |     0
 .../tls/testdata/Client-TLSv11-ECDHE-ECDSA-AES     |     0
 .../tls/testdata/Client-TLSv11-ECDHE-RSA-AES       |     0
 .../crypto/tls/testdata/Client-TLSv11-RSA-RC4      |     0
 src/crypto/tls/testdata/Client-TLSv12-ALPN         |    97 +
 src/crypto/tls/testdata/Client-TLSv12-ALPN-NoMatch |    95 +
 .../testdata/Client-TLSv12-ClientCert-ECDSA-ECDSA  |     0
 .../testdata/Client-TLSv12-ClientCert-ECDSA-RSA    |     0
 .../testdata/Client-TLSv12-ClientCert-RSA-ECDSA    |     0
 .../tls/testdata/Client-TLSv12-ClientCert-RSA-RSA  |     0
 .../tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES     |     0
 .../tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES-GCM |     0
 .../tls/testdata/Client-TLSv12-ECDHE-RSA-AES       |     0
 .../crypto/tls/testdata/Client-TLSv12-RSA-RC4      |     0
 .../crypto/tls/testdata/Server-SSLv3-RSA-3DES      |     0
 .../crypto/tls/testdata/Server-SSLv3-RSA-AES       |     0
 .../crypto/tls/testdata/Server-SSLv3-RSA-RC4       |     0
 .../tls/testdata/Server-TLSv10-ECDHE-ECDSA-AES     |     0
 .../crypto/tls/testdata/Server-TLSv10-RSA-3DES     |     0
 .../crypto/tls/testdata/Server-TLSv10-RSA-AES      |     0
 .../crypto/tls/testdata/Server-TLSv10-RSA-RC4      |     0
 src/crypto/tls/testdata/Server-TLSv11-FallbackSCSV |    17 +
 .../crypto/tls/testdata/Server-TLSv11-RSA-RC4      |     0
 src/crypto/tls/testdata/Server-TLSv12-ALPN         |   122 +
 src/crypto/tls/testdata/Server-TLSv12-ALPN-NoMatch |   121 +
 .../Server-TLSv12-CipherSuiteCertPreferenceECDSA   |     0
 .../Server-TLSv12-CipherSuiteCertPreferenceRSA     |     0
 .../Server-TLSv12-ClientAuthRequestedAndECDSAGiven |     0
 .../Server-TLSv12-ClientAuthRequestedAndGiven      |     0
 .../Server-TLSv12-ClientAuthRequestedNotGiven      |     0
 .../tls/testdata/Server-TLSv12-ECDHE-ECDSA-AES     |     0
 .../crypto/tls/testdata/Server-TLSv12-IssueTicket  |     0
 .../testdata/Server-TLSv12-IssueTicketPreDisable   |     0
 .../crypto/tls/testdata/Server-TLSv12-RSA-3DES     |     0
 .../crypto/tls/testdata/Server-TLSv12-RSA-AES      |     0
 .../crypto/tls/testdata/Server-TLSv12-RSA-AES-GCM  |     0
 .../crypto/tls/testdata/Server-TLSv12-RSA-RC4      |     0
 .../crypto/tls/testdata/Server-TLSv12-Resume       |     0
 .../tls/testdata/Server-TLSv12-ResumeDisabled      |     0
 .../crypto/tls/testdata/Server-TLSv12-SNI          |     0
 src/{pkg => }/crypto/tls/ticket.go                 |     0
 src/{pkg => }/crypto/tls/tls.go                    |     0
 src/crypto/tls/tls_test.go                         |   282 +
 src/{pkg => }/crypto/x509/cert_pool.go             |     0
 src/{pkg => }/crypto/x509/example_test.go          |     0
 src/{pkg => }/crypto/x509/pem_decrypt.go           |     0
 src/crypto/x509/pem_decrypt_test.go                |   223 +
 src/{pkg => }/crypto/x509/pkcs1.go                 |     0
 src/{pkg => }/crypto/x509/pkcs8.go                 |     0
 src/{pkg => }/crypto/x509/pkcs8_test.go            |     0
 src/crypto/x509/pkix/pkix.go                       |   178 +
 src/{pkg => }/crypto/x509/root.go                  |     0
 src/{pkg => }/crypto/x509/root_cgo_darwin.go       |     0
 src/{pkg => }/crypto/x509/root_darwin.go           |     0
 src/{pkg => }/crypto/x509/root_darwin_test.go      |     0
 src/{pkg => }/crypto/x509/root_nocgo_darwin.go     |     0
 src/{pkg => }/crypto/x509/root_plan9.go            |     0
 src/crypto/x509/root_unix.go                       |    64 +
 src/{pkg => }/crypto/x509/root_windows.go          |     0
 src/{pkg => }/crypto/x509/sec1.go                  |     0
 src/{pkg => }/crypto/x509/sec1_test.go             |     0
 src/crypto/x509/verify.go                          |   476 +
 src/{pkg => }/crypto/x509/verify_test.go           |     0
 src/crypto/x509/x509.go                            |  1916 +++
 src/crypto/x509/x509_test.go                       |  1027 ++
 src/{pkg => }/crypto/x509/x509_test_import.go      |     0
 src/{pkg => }/database/sql/convert.go              |     0
 src/database/sql/convert_test.go                   |   348 +
 src/{pkg => }/database/sql/doc.txt                 |     0
 src/{pkg => }/database/sql/driver/driver.go        |     0
 src/{pkg => }/database/sql/driver/types.go         |     0
 src/{pkg => }/database/sql/driver/types_test.go    |     0
 src/{pkg => }/database/sql/example_test.go         |     0
 src/database/sql/fakedb_test.go                    |   829 ++
 src/database/sql/sql.go                            |  1770 +++
 src/database/sql/sql_test.go                       |  1987 +++
 src/{pkg => }/debug/dwarf/buf.go                   |     0
 src/{pkg => }/debug/dwarf/const.go                 |     0
 src/{pkg => }/debug/dwarf/entry.go                 |     0
 src/{pkg => }/debug/dwarf/open.go                  |     0
 src/{pkg => }/debug/dwarf/testdata/typedef.c       |     0
 src/{pkg => }/debug/dwarf/testdata/typedef.elf     |   Bin
 src/{pkg => }/debug/dwarf/testdata/typedef.elf4    |   Bin
 src/{pkg => }/debug/dwarf/testdata/typedef.macho   |   Bin
 src/debug/dwarf/type.go                            |   696 +
 src/{pkg => }/debug/dwarf/type_test.go             |     0
 src/{pkg => }/debug/dwarf/typeunit.go              |     0
 src/{pkg => }/debug/dwarf/unit.go                  |     0
 src/debug/elf/elf.go                               |  1773 +++
 src/{pkg => }/debug/elf/elf_test.go                |     0
 src/debug/elf/file.go                              |   953 ++
 src/debug/elf/file_test.go                         |   345 +
 src/debug/elf/symbols_test.go                      |   834 ++
 .../debug/elf/testdata/gcc-386-freebsd-exec        |   Bin
 .../debug/elf/testdata/gcc-amd64-linux-exec        |   Bin
 .../testdata/gcc-amd64-openbsd-debug-with-rela.obj |   Bin
 .../elf/testdata/go-relocation-test-clang-x86.obj  |   Bin
 .../testdata/go-relocation-test-gcc424-x86-64.obj  |   Bin
 .../testdata/go-relocation-test-gcc441-x86-64.obj  |   Bin
 .../elf/testdata/go-relocation-test-gcc441-x86.obj |   Bin
 .../testdata/go-relocation-test-gcc482-aarch64.obj |   Bin 0 -> 3392 bytes
 .../debug/elf/testdata/hello-world-core.gz         |   Bin
 src/{pkg => }/debug/elf/testdata/hello.c           |     0
 src/{pkg => }/debug/gosym/pclinetest.asm           |     0
 src/{pkg => }/debug/gosym/pclinetest.h             |     0
 src/{pkg => }/debug/gosym/pclntab.go               |     0
 src/{pkg => }/debug/gosym/pclntab_test.go          |     0
 src/debug/gosym/symtab.go                          |   710 +
 src/{pkg => }/debug/macho/fat.go                   |     0
 src/{pkg => }/debug/macho/file.go                  |     0
 src/{pkg => }/debug/macho/file_test.go             |     0
 src/{pkg => }/debug/macho/macho.go                 |     0
 .../macho/testdata/fat-gcc-386-amd64-darwin-exec   |   Bin
 .../debug/macho/testdata/gcc-386-darwin-exec       |   Bin
 .../debug/macho/testdata/gcc-amd64-darwin-exec     |   Bin
 .../macho/testdata/gcc-amd64-darwin-exec-debug     |   Bin
 src/{pkg => }/debug/macho/testdata/hello.c         |     0
 src/debug/pe/file.go                               |   394 +
 src/debug/pe/file_test.go                          |   243 +
 src/{pkg => }/debug/pe/pe.go                       |     0
 src/{pkg => }/debug/pe/testdata/gcc-386-mingw-exec |   Bin
 src/{pkg => }/debug/pe/testdata/gcc-386-mingw-obj  |   Bin
 src/debug/pe/testdata/gcc-amd64-mingw-exec         |   Bin 0 -> 273083 bytes
 .../debug/pe/testdata/gcc-amd64-mingw-obj          |   Bin
 src/{pkg => }/debug/pe/testdata/hello.c            |     0
 src/debug/plan9obj/file.go                         |   328 +
 src/debug/plan9obj/file_test.go                    |    81 +
 src/{pkg => }/debug/plan9obj/plan9obj.go           |     0
 .../debug/plan9obj/testdata/386-plan9-exec         |   Bin
 .../debug/plan9obj/testdata/amd64-plan9-exec       |   Bin
 src/{pkg => }/debug/plan9obj/testdata/hello.c      |     0
 src/encoding/ascii85/ascii85.go                    |   310 +
 src/{pkg => }/encoding/ascii85/ascii85_test.go     |     0
 src/encoding/asn1/asn1.go                          |   922 ++
 src/encoding/asn1/asn1_test.go                     |   867 ++
 src/{pkg => }/encoding/asn1/common.go              |     0
 src/encoding/asn1/marshal.go                       |   646 +
 src/encoding/asn1/marshal_test.go                  |   164 +
 src/encoding/base32/base32.go                      |   426 +
 src/encoding/base32/base32_test.go                 |   302 +
 src/{pkg => }/encoding/base32/example_test.go      |     0
 src/encoding/base64/base64.go                      |   391 +
 src/encoding/base64/base64_test.go                 |   360 +
 src/{pkg => }/encoding/base64/example_test.go      |     0
 src/encoding/binary/binary.go                      |   634 +
 src/encoding/binary/binary_test.go                 |   416 +
 src/{pkg => }/encoding/binary/example_test.go      |     0
 src/{pkg => }/encoding/binary/varint.go            |     0
 src/{pkg => }/encoding/binary/varint_test.go       |     0
 src/{pkg => }/encoding/csv/reader.go               |     0
 src/{pkg => }/encoding/csv/reader_test.go          |     0
 src/encoding/csv/writer.go                         |   139 +
 src/encoding/csv/writer_test.go                    |    85 +
 src/{pkg => }/encoding/encoding.go                 |     0
 src/encoding/gob/codec_test.go                     |  1475 ++
 src/encoding/gob/debug.go                          |   705 +
 src/encoding/gob/dec_helpers.go                    |   468 +
 src/encoding/gob/decgen.go                         |   240 +
 src/encoding/gob/decode.go                         |  1217 ++
 src/encoding/gob/decoder.go                        |   218 +
 src/{pkg => }/encoding/gob/doc.go                  |     0
 src/{pkg => }/encoding/gob/dump.go                 |     0
 src/encoding/gob/enc_helpers.go                    |   414 +
 src/encoding/gob/encgen.go                         |   218 +
 src/encoding/gob/encode.go                         |   696 +
 src/encoding/gob/encoder.go                        |   248 +
 src/encoding/gob/encoder_test.go                   |   956 ++
 src/{pkg => }/encoding/gob/error.go                |     0
 src/{pkg => }/encoding/gob/example_encdec_test.go  |     0
 .../encoding/gob/example_interface_test.go         |     0
 src/{pkg => }/encoding/gob/example_test.go         |     0
 src/encoding/gob/gobencdec_test.go                 |   798 ++
 src/encoding/gob/timing_test.go                    |   325 +
 src/encoding/gob/type.go                           |   923 ++
 src/{pkg => }/encoding/gob/type_test.go            |     0
 src/{pkg => }/encoding/hex/hex.go                  |     0
 src/{pkg => }/encoding/hex/hex_test.go             |     0
 src/{pkg => }/encoding/json/bench_test.go          |     0
 src/encoding/json/decode.go                        |  1084 ++
 src/encoding/json/decode_test.go                   |  1373 ++
 src/encoding/json/encode.go                        |  1183 ++
 src/encoding/json/encode_test.go                   |   532 +
 src/{pkg => }/encoding/json/example_test.go        |     0
 src/{pkg => }/encoding/json/fold.go                |     0
 src/{pkg => }/encoding/json/fold_test.go           |     0
 src/{pkg => }/encoding/json/indent.go              |     0
 src/{pkg => }/encoding/json/scanner.go             |     0
 src/{pkg => }/encoding/json/scanner_test.go        |     0
 src/encoding/json/stream.go                        |   200 +
 src/{pkg => }/encoding/json/stream_test.go         |     0
 src/{pkg => }/encoding/json/tagkey_test.go         |     0
 src/{pkg => }/encoding/json/tags.go                |     0
 src/{pkg => }/encoding/json/tags_test.go           |     0
 src/{pkg => }/encoding/json/testdata/code.json.gz  |   Bin
 src/{pkg => }/encoding/pem/pem.go                  |     0
 src/{pkg => }/encoding/pem/pem_test.go             |     0
 src/{pkg => }/encoding/xml/atom_test.go            |     0
 src/{pkg => }/encoding/xml/example_test.go         |     0
 src/{pkg => }/encoding/xml/marshal.go              |     0
 src/{pkg => }/encoding/xml/marshal_test.go         |     0
 src/{pkg => }/encoding/xml/read.go                 |     0
 src/{pkg => }/encoding/xml/read_test.go            |     0
 src/{pkg => }/encoding/xml/typeinfo.go             |     0
 src/encoding/xml/xml.go                            |  1945 +++
 src/encoding/xml/xml_test.go                       |   749 +
 src/{pkg => }/errors/errors.go                     |     0
 src/{pkg => }/errors/errors_test.go                |     0
 src/{pkg => }/errors/example_test.go               |     0
 src/{pkg => }/expvar/expvar.go                     |     0
 src/{pkg => }/expvar/expvar_test.go                |     0
 src/{pkg => }/flag/example_test.go                 |     0
 src/{pkg => }/flag/export_test.go                  |     0
 src/flag/flag.go                                   |   858 ++
 src/flag/flag_test.go                              |   379 +
 src/fmt/doc.go                                     |   295 +
 src/{pkg => }/fmt/export_test.go                   |     0
 src/fmt/fmt_test.go                                |  1310 ++
 src/fmt/format.go                                  |   524 +
 src/fmt/print.go                                   |  1223 ++
 src/fmt/scan.go                                    |  1169 ++
 src/fmt/scan_test.go                               |   992 ++
 src/{pkg => }/fmt/stringer_test.go                 |     0
 src/go/ast/ast.go                                  |   995 ++
 src/{pkg => }/go/ast/ast_test.go                   |     0
 src/{pkg => }/go/ast/commentmap.go                 |     0
 src/{pkg => }/go/ast/commentmap_test.go            |     0
 src/{pkg => }/go/ast/example_test.go               |     0
 src/{pkg => }/go/ast/filter.go                     |     0
 src/{pkg => }/go/ast/filter_test.go                |     0
 src/{pkg => }/go/ast/import.go                     |     0
 src/{pkg => }/go/ast/print.go                      |     0
 src/{pkg => }/go/ast/print_test.go                 |     0
 src/{pkg => }/go/ast/resolve.go                    |     0
 src/go/ast/scope.go                                |   162 +
 src/go/ast/walk.go                                 |   386 +
 src/go/build/build.go                              |  1391 ++
 src/go/build/build_test.go                         |   224 +
 src/go/build/deps_test.go                          |   443 +
 src/go/build/doc.go                                |   139 +
 src/{pkg => }/go/build/read.go                     |     0
 src/{pkg => }/go/build/read_test.go                |     0
 src/go/build/syslist.go                            |     8 +
 src/{pkg => }/go/build/syslist_test.go             |     0
 src/go/build/testdata/empty/dummy                  |     0
 src/go/build/testdata/multi/file.go                |     5 +
 src/go/build/testdata/multi/file_appengine.go      |     5 +
 src/{pkg => }/go/build/testdata/other/file/file.go |     0
 src/{pkg => }/go/build/testdata/other/main.go      |     0
 src/{pkg => }/go/doc/Makefile                      |     0
 src/{pkg => }/go/doc/comment.go                    |     0
 src/{pkg => }/go/doc/comment_test.go               |     0
 src/{pkg => }/go/doc/doc.go                        |     0
 src/{pkg => }/go/doc/doc_test.go                   |     0
 src/{pkg => }/go/doc/example.go                    |     0
 src/{pkg => }/go/doc/example_test.go               |     0
 src/go/doc/exports.go                              |   205 +
 src/{pkg => }/go/doc/filter.go                     |     0
 src/go/doc/headscan.go                             |   114 +
 src/{pkg => }/go/doc/reader.go                     |     0
 src/{pkg => }/go/doc/synopsis.go                   |     0
 src/{pkg => }/go/doc/synopsis_test.go              |     0
 src/{pkg => }/go/doc/testdata/a.0.golden           |     0
 src/{pkg => }/go/doc/testdata/a.1.golden           |     0
 src/{pkg => }/go/doc/testdata/a.2.golden           |     0
 src/{pkg => }/go/doc/testdata/a0.go                |     0
 src/{pkg => }/go/doc/testdata/a1.go                |     0
 src/{pkg => }/go/doc/testdata/b.0.golden           |     0
 src/{pkg => }/go/doc/testdata/b.1.golden           |     0
 src/{pkg => }/go/doc/testdata/b.2.golden           |     0
 src/{pkg => }/go/doc/testdata/b.go                 |     0
 src/{pkg => }/go/doc/testdata/benchmark.go         |     0
 src/go/doc/testdata/blank.0.golden                 |    37 +
 src/go/doc/testdata/blank.1.golden                 |    46 +
 src/go/doc/testdata/blank.2.golden                 |    37 +
 src/go/doc/testdata/blank.go                       |    38 +
 src/{pkg => }/go/doc/testdata/bugpara.0.golden     |     0
 src/{pkg => }/go/doc/testdata/bugpara.1.golden     |     0
 src/{pkg => }/go/doc/testdata/bugpara.2.golden     |     0
 src/{pkg => }/go/doc/testdata/bugpara.go           |     0
 src/{pkg => }/go/doc/testdata/c.0.golden           |     0
 src/{pkg => }/go/doc/testdata/c.1.golden           |     0
 src/{pkg => }/go/doc/testdata/c.2.golden           |     0
 src/{pkg => }/go/doc/testdata/c.go                 |     0
 src/{pkg => }/go/doc/testdata/d.0.golden           |     0
 src/{pkg => }/go/doc/testdata/d.1.golden           |     0
 src/{pkg => }/go/doc/testdata/d.2.golden           |     0
 src/{pkg => }/go/doc/testdata/d1.go                |     0
 src/{pkg => }/go/doc/testdata/d2.go                |     0
 src/{pkg => }/go/doc/testdata/e.0.golden           |     0
 src/{pkg => }/go/doc/testdata/e.1.golden           |     0
 src/{pkg => }/go/doc/testdata/e.2.golden           |     0
 src/{pkg => }/go/doc/testdata/e.go                 |     0
 src/{pkg => }/go/doc/testdata/error1.0.golden      |     0
 src/{pkg => }/go/doc/testdata/error1.1.golden      |     0
 src/{pkg => }/go/doc/testdata/error1.2.golden      |     0
 src/{pkg => }/go/doc/testdata/error1.go            |     0
 src/{pkg => }/go/doc/testdata/error2.0.golden      |     0
 src/{pkg => }/go/doc/testdata/error2.1.golden      |     0
 src/{pkg => }/go/doc/testdata/error2.2.golden      |     0
 src/{pkg => }/go/doc/testdata/error2.go            |     0
 src/{pkg => }/go/doc/testdata/example.go           |     0
 src/{pkg => }/go/doc/testdata/f.0.golden           |     0
 src/{pkg => }/go/doc/testdata/f.1.golden           |     0
 src/{pkg => }/go/doc/testdata/f.2.golden           |     0
 src/{pkg => }/go/doc/testdata/f.go                 |     0
 src/{pkg => }/go/doc/testdata/template.txt         |     0
 src/{pkg => }/go/doc/testdata/testing.0.golden     |     0
 src/{pkg => }/go/doc/testdata/testing.1.golden     |     0
 src/{pkg => }/go/doc/testdata/testing.2.golden     |     0
 src/{pkg => }/go/doc/testdata/testing.go           |     0
 src/go/format/format.go                            |   266 +
 src/go/format/format_test.go                       |   128 +
 src/go/parser/error_test.go                        |   182 +
 src/{pkg => }/go/parser/example_test.go            |     0
 src/go/parser/interface.go                         |   198 +
 src/go/parser/parser.go                            |  2462 ++++
 src/go/parser/parser_test.go                       |   449 +
 src/{pkg => }/go/parser/performance_test.go        |     0
 src/go/parser/short_test.go                        |   104 +
 src/{pkg => }/go/parser/testdata/commas.src        |     0
 src/{pkg => }/go/parser/testdata/issue3106.src     |     0
 src/{pkg => }/go/printer/example_test.go           |     0
 src/go/printer/nodes.go                            |  1606 +++
 src/{pkg => }/go/printer/performance_test.go       |     0
 src/{pkg => }/go/printer/printer.go                |     0
 src/go/printer/printer_test.go                     |   562 +
 src/{pkg => }/go/printer/testdata/comments.golden  |     0
 src/{pkg => }/go/printer/testdata/comments.input   |     0
 src/{pkg => }/go/printer/testdata/comments.x       |     0
 src/{pkg => }/go/printer/testdata/comments2.golden |     0
 src/{pkg => }/go/printer/testdata/comments2.input  |     0
 src/go/printer/testdata/declarations.golden        |   978 ++
 src/go/printer/testdata/declarations.input         |   992 ++
 src/{pkg => }/go/printer/testdata/empty.golden     |     0
 src/{pkg => }/go/printer/testdata/empty.input      |     0
 src/go/printer/testdata/expressions.golden         |   686 +
 src/go/printer/testdata/expressions.input          |   715 +
 src/go/printer/testdata/expressions.raw            |   686 +
 .../go/printer/testdata/linebreaks.golden          |     0
 src/{pkg => }/go/printer/testdata/linebreaks.input |     0
 src/{pkg => }/go/printer/testdata/parser.go        |     0
 src/{pkg => }/go/printer/testdata/slow.golden      |     0
 src/{pkg => }/go/printer/testdata/slow.input       |     0
 src/go/printer/testdata/statements.golden          |   644 +
 src/go/printer/testdata/statements.input           |   555 +
 src/{pkg => }/go/scanner/errors.go                 |     0
 src/{pkg => }/go/scanner/example_test.go           |     0
 src/{pkg => }/go/scanner/scanner.go                |     0
 src/{pkg => }/go/scanner/scanner_test.go           |     0
 src/go/token/position.go                           |   485 +
 src/go/token/position_test.go                      |   297 +
 src/{pkg => }/go/token/serialize.go                |     0
 src/{pkg => }/go/token/serialize_test.go           |     0
 src/{pkg => }/go/token/token.go                    |     0
 src/{pkg => }/hash/adler32/adler32.go              |     0
 src/{pkg => }/hash/adler32/adler32_test.go         |     0
 src/hash/crc32/crc32.go                            |   135 +
 src/hash/crc32/crc32_amd64.s                       |    64 +
 src/hash/crc32/crc32_amd64p32.s                    |    64 +
 src/{pkg => }/hash/crc32/crc32_amd64x.go           |     0
 src/{pkg => }/hash/crc32/crc32_generic.go          |     0
 src/{pkg => }/hash/crc32/crc32_test.go             |     0
 src/{pkg => }/hash/crc64/crc64.go                  |     0
 src/{pkg => }/hash/crc64/crc64_test.go             |     0
 src/{pkg => }/hash/fnv/fnv.go                      |     0
 src/{pkg => }/hash/fnv/fnv_test.go                 |     0
 src/{pkg => }/hash/hash.go                         |     0
 src/{pkg => }/hash/test_cases.txt                  |     0
 src/{pkg => }/hash/test_gen.awk                    |     0
 src/{pkg => }/html/entity.go                       |     0
 src/{pkg => }/html/entity_test.go                  |     0
 src/{pkg => }/html/escape.go                       |     0
 src/{pkg => }/html/escape_test.go                  |     0
 src/{pkg => }/html/template/attr.go                |     0
 src/{pkg => }/html/template/clone_test.go          |     0
 src/{pkg => }/html/template/content.go             |     0
 src/{pkg => }/html/template/content_test.go        |     0
 src/{pkg => }/html/template/context.go             |     0
 src/{pkg => }/html/template/css.go                 |     0
 src/{pkg => }/html/template/css_test.go            |     0
 src/{pkg => }/html/template/doc.go                 |     0
 src/html/template/error.go                         |   205 +
 src/html/template/escape.go                        |   807 ++
 src/html/template/escape_test.go                   |  1697 +++
 src/{pkg => }/html/template/html.go                |     0
 src/{pkg => }/html/template/html_test.go           |     0
 src/{pkg => }/html/template/js.go                  |     0
 src/html/template/js_test.go                       |   401 +
 src/html/template/template.go                      |   389 +
 src/html/template/transition.go                    |   550 +
 src/{pkg => }/html/template/url.go                 |     0
 src/{pkg => }/html/template/url_test.go            |     0
 src/{pkg => }/image/color/color.go                 |     0
 src/image/color/palette/gen.go                     |   121 +
 src/image/color/palette/generate.go                |     8 +
 src/image/color/palette/palette.go                 |   503 +
 src/{pkg => }/image/color/ycbcr.go                 |     0
 src/{pkg => }/image/color/ycbcr_test.go            |     0
 src/{pkg => }/image/decode_example_test.go         |     0
 src/{pkg => }/image/decode_test.go                 |     0
 src/{pkg => }/image/draw/bench_test.go             |     0
 src/{pkg => }/image/draw/clip_test.go              |     0
 src/{pkg => }/image/draw/draw.go                   |     0
 src/{pkg => }/image/draw/draw_test.go              |     0
 src/{pkg => }/image/format.go                      |     0
 src/{pkg => }/image/geom.go                        |     0
 src/image/gif/reader.go                            |   465 +
 src/image/gif/reader_test.go                       |   247 +
 src/image/gif/writer.go                            |   333 +
 src/image/gif/writer_test.go                       |   227 +
 src/image/image.go                                 |   936 ++
 src/{pkg => }/image/image_test.go                  |     0
 src/{pkg => }/image/jpeg/dct_test.go               |     0
 src/{pkg => }/image/jpeg/fdct.go                   |     0
 src/image/jpeg/huffman.go                          |   244 +
 src/{pkg => }/image/jpeg/idct.go                   |     0
 src/image/jpeg/reader.go                           |   527 +
 src/image/jpeg/reader_test.go                      |   270 +
 src/image/jpeg/scan.go                             |   442 +
 src/image/jpeg/writer.go                           |   614 +
 src/image/jpeg/writer_test.go                      |   232 +
 src/{pkg => }/image/names.go                       |     0
 src/image/png/paeth.go                             |    71 +
 src/image/png/paeth_test.go                        |    91 +
 src/image/png/reader.go                            |   820 ++
 src/image/png/reader_test.go                       |   362 +
 src/{pkg => }/image/png/testdata/benchGray.png     |   Bin
 .../image/png/testdata/benchNRGBA-gradient.png     |   Bin
 .../image/png/testdata/benchNRGBA-opaque.png       |   Bin
 src/{pkg => }/image/png/testdata/benchPaletted.png |   Bin
 src/image/png/testdata/benchRGB-interlace.png      |   Bin 0 -> 47483 bytes
 src/{pkg => }/image/png/testdata/benchRGB.png      |   Bin
 src/{pkg => }/image/png/testdata/invalid-crc32.png |   Bin
 src/{pkg => }/image/png/testdata/invalid-noend.png |   Bin
 src/{pkg => }/image/png/testdata/invalid-trunc.png |   Bin
 src/{pkg => }/image/png/testdata/invalid-zlib.png  |   Bin
 src/{pkg => }/image/png/testdata/pngsuite/README   |     0
 .../image/png/testdata/pngsuite/README.original    |     0
 .../image/png/testdata/pngsuite/basn0g01-30.png    |   Bin
 .../image/png/testdata/pngsuite/basn0g01-30.sng    |     0
 .../image/png/testdata/pngsuite/basn0g01.png       |   Bin
 .../image/png/testdata/pngsuite/basn0g01.sng       |     0
 .../image/png/testdata/pngsuite/basn0g02-29.png    |   Bin
 .../image/png/testdata/pngsuite/basn0g02-29.sng    |     0
 .../image/png/testdata/pngsuite/basn0g02.png       |   Bin
 .../image/png/testdata/pngsuite/basn0g02.sng       |     0
 .../image/png/testdata/pngsuite/basn0g04-31.png    |   Bin
 .../image/png/testdata/pngsuite/basn0g04-31.sng    |     0
 .../image/png/testdata/pngsuite/basn0g04.png       |   Bin
 .../image/png/testdata/pngsuite/basn0g04.sng       |     0
 .../image/png/testdata/pngsuite/basn0g08.png       |   Bin
 .../image/png/testdata/pngsuite/basn0g08.sng       |     0
 .../image/png/testdata/pngsuite/basn0g16.png       |   Bin
 .../image/png/testdata/pngsuite/basn0g16.sng       |     0
 .../image/png/testdata/pngsuite/basn2c08.png       |   Bin
 .../image/png/testdata/pngsuite/basn2c08.sng       |     0
 .../image/png/testdata/pngsuite/basn2c16.png       |   Bin
 .../image/png/testdata/pngsuite/basn2c16.sng       |     0
 .../image/png/testdata/pngsuite/basn3p01.png       |   Bin
 .../image/png/testdata/pngsuite/basn3p01.sng       |     0
 .../image/png/testdata/pngsuite/basn3p02.png       |   Bin
 .../image/png/testdata/pngsuite/basn3p02.sng       |     0
 src/image/png/testdata/pngsuite/basn3p04-31i.png   |   Bin 0 -> 358 bytes
 src/image/png/testdata/pngsuite/basn3p04-31i.sng   |    57 +
 .../image/png/testdata/pngsuite/basn3p04.png       |   Bin
 .../image/png/testdata/pngsuite/basn3p04.sng       |     0
 .../image/png/testdata/pngsuite/basn3p08-trns.png  |   Bin
 .../image/png/testdata/pngsuite/basn3p08-trns.sng  |     0
 .../image/png/testdata/pngsuite/basn3p08.png       |   Bin
 .../image/png/testdata/pngsuite/basn3p08.sng       |     0
 .../image/png/testdata/pngsuite/basn4a08.png       |   Bin
 .../image/png/testdata/pngsuite/basn4a08.sng       |     0
 .../image/png/testdata/pngsuite/basn4a16.png       |   Bin
 .../image/png/testdata/pngsuite/basn4a16.sng       |     0
 .../image/png/testdata/pngsuite/basn6a08.png       |   Bin
 .../image/png/testdata/pngsuite/basn6a08.sng       |     0
 .../image/png/testdata/pngsuite/basn6a16.png       |   Bin
 .../image/png/testdata/pngsuite/basn6a16.sng       |     0
 src/image/png/writer.go                            |   530 +
 src/image/png/writer_test.go                       |   210 +
 src/{pkg => }/image/testdata/video-001.5bpp.gif    |   Bin
 src/{pkg => }/image/testdata/video-001.gif         |   Bin
 .../image/testdata/video-001.interlaced.gif        |   Bin
 src/{pkg => }/image/testdata/video-001.jpeg        |   Bin
 src/{pkg => }/image/testdata/video-001.png         |   Bin
 .../image/testdata/video-001.progressive.jpeg      |   Bin
 .../image/testdata/video-001.q50.420.jpeg          |   Bin
 .../testdata/video-001.q50.420.progressive.jpeg    |   Bin
 .../image/testdata/video-001.q50.422.jpeg          |   Bin
 .../testdata/video-001.q50.422.progressive.jpeg    |   Bin
 .../image/testdata/video-001.q50.440.jpeg          |   Bin
 .../testdata/video-001.q50.440.progressive.jpeg    |   Bin
 .../image/testdata/video-001.q50.444.jpeg          |   Bin
 .../testdata/video-001.q50.444.progressive.jpeg    |   Bin
 .../video-001.separate.dc.progression.jpeg         |   Bin
 ...eo-001.separate.dc.progression.progressive.jpeg |   Bin
 src/{pkg => }/image/testdata/video-005.gray.gif    |   Bin
 src/{pkg => }/image/testdata/video-005.gray.jpeg   |   Bin
 src/{pkg => }/image/testdata/video-005.gray.png    |   Bin
 .../image/testdata/video-005.gray.q50.2x2.jpeg     |   Bin
 .../video-005.gray.q50.2x2.progressive.jpeg        |   Bin
 .../image/testdata/video-005.gray.q50.jpeg         |   Bin
 .../testdata/video-005.gray.q50.progressive.jpeg   |   Bin
 src/image/ycbcr.go                                 |   157 +
 src/{pkg => }/image/ycbcr_test.go                  |     0
 src/{pkg => }/index/suffixarray/qsufsort.go        |     0
 src/{pkg => }/index/suffixarray/suffixarray.go     |     0
 src/index/suffixarray/suffixarray_test.go          |   304 +
 src/internal/syscall/getrandom_linux.go            |    56 +
 src/io/io.go                                       |   502 +
 src/{pkg => }/io/io_test.go                        |     0
 src/{pkg => }/io/ioutil/ioutil.go                  |     0
 src/{pkg => }/io/ioutil/ioutil_test.go             |     0
 src/{pkg => }/io/ioutil/tempfile.go                |     0
 src/{pkg => }/io/ioutil/tempfile_test.go           |     0
 src/{pkg => }/io/multi.go                          |     0
 src/{pkg => }/io/multi_test.go                     |     0
 src/{pkg => }/io/pipe.go                           |     0
 src/{pkg => }/io/pipe_test.go                      |     0
 src/lib9/fmt/dofmt.c                               |     6 -
 src/lib9/tempdir_windows.c                         |    19 +-
 src/liblink/asm5.c                                 |   618 +-
 src/liblink/asm6.c                                 |  1672 +--
 src/liblink/asm8.c                                 |  1074 +-
 src/liblink/data.c                                 |     2 +
 src/liblink/ld.c                                   |    36 +-
 src/liblink/list5.c                                |    17 +
 src/liblink/list6.c                                |     2 +-
 src/liblink/list8.c                                |     2 +-
 src/liblink/obj5.c                                 |   250 +-
 src/liblink/obj6.c                                 |   263 +-
 src/liblink/obj8.c                                 |   129 +-
 src/liblink/objfile.c                              |    78 +-
 src/liblink/pcln.c                                 |     2 +-
 src/liblink/sym.c                                  |    43 +-
 src/{pkg => }/log/example_test.go                  |     0
 src/{pkg => }/log/log.go                           |     0
 src/{pkg => }/log/log_test.go                      |     0
 src/{pkg => }/log/syslog/syslog.go                 |     0
 src/{pkg => }/log/syslog/syslog_plan9.go           |     0
 src/log/syslog/syslog_test.go                      |   358 +
 src/log/syslog/syslog_unix.go                      |    31 +
 src/{pkg => }/log/syslog/syslog_windows.go         |     0
 src/make.bash                                      |     2 +-
 src/make.bat                                       |     3 +-
 src/make.rc                                        |     2 +-
 src/{pkg => }/math/abs.go                          |     0
 src/math/abs_386.s                                 |    12 +
 src/math/abs_amd64.s                               |    14 +
 src/{pkg => }/math/abs_amd64p32.s                  |     0
 src/math/abs_arm.s                                 |    13 +
 src/{pkg => }/math/acosh.go                        |     0
 src/math/all_test.go                               |  2992 ++++
 src/{pkg => }/math/asin.go                         |     0
 src/math/asin_386.s                                |    30 +
 src/math/asin_amd64.s                              |    11 +
 src/{pkg => }/math/asin_amd64p32.s                 |     0
 src/math/asin_arm.s                                |    11 +
 src/{pkg => }/math/asinh.go                        |     0
 src/{pkg => }/math/atan.go                         |     0
 src/{pkg => }/math/atan2.go                        |     0
 src/math/atan2_386.s                               |    13 +
 src/math/atan2_amd64.s                             |     8 +
 src/{pkg => }/math/atan2_amd64p32.s                |     0
 src/math/atan2_arm.s                               |     8 +
 src/math/atan_386.s                                |    13 +
 src/math/atan_amd64.s                              |     8 +
 src/{pkg => }/math/atan_amd64p32.s                 |     0
 src/math/atan_arm.s                                |     8 +
 src/{pkg => }/math/atanh.go                        |     0
 src/{pkg => }/math/big/arith.go                    |     0
 src/math/big/arith_386.s                           |   278 +
 src/math/big/arith_amd64.s                         |   401 +
 src/math/big/arith_amd64p32.s                      |    41 +
 src/math/big/arith_arm.s                           |   300 +
 src/{pkg => }/math/big/arith_decl.go               |     0
 src/{pkg => }/math/big/arith_test.go               |     0
 src/{pkg => }/math/big/calibrate_test.go           |     0
 src/{pkg => }/math/big/example_test.go             |     0
 src/{pkg => }/math/big/gcd_test.go                 |     0
 src/{pkg => }/math/big/hilbert_test.go             |     0
 src/math/big/int.go                                |  1031 ++
 src/math/big/int_test.go                           |  1625 +++
 src/{pkg => }/math/big/nat.go                      |     0
 src/{pkg => }/math/big/nat_test.go                 |     0
 src/math/big/rat.go                                |   716 +
 src/math/big/rat_test.go                           |  1160 ++
 src/{pkg => }/math/bits.go                         |     0
 src/{pkg => }/math/cbrt.go                         |     0
 src/{pkg => }/math/cmplx/abs.go                    |     0
 src/{pkg => }/math/cmplx/asin.go                   |     0
 src/{pkg => }/math/cmplx/cmath_test.go             |     0
 src/{pkg => }/math/cmplx/conj.go                   |     0
 src/{pkg => }/math/cmplx/exp.go                    |     0
 src/{pkg => }/math/cmplx/isinf.go                  |     0
 src/{pkg => }/math/cmplx/isnan.go                  |     0
 src/{pkg => }/math/cmplx/log.go                    |     0
 src/{pkg => }/math/cmplx/phase.go                  |     0
 src/{pkg => }/math/cmplx/polar.go                  |     0
 src/{pkg => }/math/cmplx/pow.go                    |     0
 src/{pkg => }/math/cmplx/rect.go                   |     0
 src/{pkg => }/math/cmplx/sin.go                    |     0
 src/{pkg => }/math/cmplx/sqrt.go                   |     0
 src/{pkg => }/math/cmplx/tan.go                    |     0
 src/{pkg => }/math/const.go                        |     0
 src/{pkg => }/math/copysign.go                     |     0
 src/{pkg => }/math/dim.go                          |     0
 src/math/dim_386.s                                 |    14 +
 src/math/dim_amd64.s                               |   144 +
 src/{pkg => }/math/dim_amd64p32.s                  |     0
 src/math/dim_arm.s                                 |    14 +
 src/{pkg => }/math/erf.go                          |     0
 src/{pkg => }/math/exp.go                          |     0
 src/math/exp2_386.s                                |    40 +
 src/math/exp2_amd64.s                              |     8 +
 src/{pkg => }/math/exp2_amd64p32.s                 |     0
 src/math/exp2_arm.s                                |     8 +
 src/math/exp_386.s                                 |    41 +
 src/math/exp_amd64.s                               |   114 +
 src/{pkg => }/math/exp_amd64p32.s                  |     0
 src/math/exp_arm.s                                 |     8 +
 src/{pkg => }/math/expm1.go                        |     0
 src/math/expm1_386.s                               |    57 +
 src/math/expm1_amd64.s                             |     8 +
 src/{pkg => }/math/expm1_amd64p32.s                |     0
 src/math/expm1_arm.s                               |     8 +
 src/{pkg => }/math/export_test.go                  |     0
 src/{pkg => }/math/floor.go                        |     0
 src/math/floor_386.s                               |    46 +
 src/math/floor_amd64.s                             |    76 +
 src/{pkg => }/math/floor_amd64p32.s                |     0
 src/math/floor_arm.s                               |    14 +
 src/{pkg => }/math/frexp.go                        |     0
 src/math/frexp_386.s                               |    25 +
 src/math/frexp_amd64.s                             |     8 +
 src/{pkg => }/math/frexp_amd64p32.s                |     0
 src/math/frexp_arm.s                               |     8 +
 src/{pkg => }/math/gamma.go                        |     0
 src/{pkg => }/math/hypot.go                        |     0
 src/math/hypot_386.s                               |    59 +
 src/math/hypot_amd64.s                             |    52 +
 src/{pkg => }/math/hypot_amd64p32.s                |     0
 src/math/hypot_arm.s                               |     8 +
 src/{pkg => }/math/j0.go                           |     0
 src/{pkg => }/math/j1.go                           |     0
 src/{pkg => }/math/jn.go                           |     0
 src/{pkg => }/math/ldexp.go                        |     0
 src/math/ldexp_386.s                               |    14 +
 src/math/ldexp_amd64.s                             |     8 +
 src/{pkg => }/math/ldexp_amd64p32.s                |     0
 src/math/ldexp_arm.s                               |     8 +
 src/{pkg => }/math/lgamma.go                       |     0
 src/{pkg => }/math/log.go                          |     0
 src/{pkg => }/math/log10.go                        |     0
 src/math/log10_386.s                               |    21 +
 src/math/log10_amd64.s                             |    11 +
 src/{pkg => }/math/log10_amd64p32.s                |     0
 src/math/log10_arm.s                               |    11 +
 src/{pkg => }/math/log1p.go                        |     0
 src/math/log1p_386.s                               |    27 +
 src/math/log1p_amd64.s                             |     8 +
 src/{pkg => }/math/log1p_amd64p32.s                |     0
 src/math/log1p_arm.s                               |     8 +
 src/math/log_386.s                                 |    13 +
 src/math/log_amd64.s                               |   111 +
 src/{pkg => }/math/log_amd64p32.s                  |     0
 src/math/log_arm.s                                 |     8 +
 src/{pkg => }/math/logb.go                         |     0
 src/{pkg => }/math/mod.go                          |     0
 src/math/mod_386.s                                 |    17 +
 src/math/mod_amd64.s                               |     8 +
 src/{pkg => }/math/mod_amd64p32.s                  |     0
 src/math/mod_arm.s                                 |     8 +
 src/{pkg => }/math/modf.go                         |     0
 src/math/modf_386.s                                |    21 +
 src/math/modf_amd64.s                              |     8 +
 src/{pkg => }/math/modf_amd64p32.s                 |     0
 src/math/modf_arm.s                                |     8 +
 src/math/nextafter.go                              |    47 +
 src/{pkg => }/math/pow.go                          |     0
 src/{pkg => }/math/pow10.go                        |     0
 src/{pkg => }/math/rand/example_test.go            |     0
 src/{pkg => }/math/rand/exp.go                     |     0
 src/{pkg => }/math/rand/normal.go                  |     0
 src/{pkg => }/math/rand/rand.go                    |     0
 src/{pkg => }/math/rand/rand_test.go               |     0
 src/{pkg => }/math/rand/regress_test.go            |     0
 src/{pkg => }/math/rand/rng.go                     |     0
 src/{pkg => }/math/rand/zipf.go                    |     0
 src/{pkg => }/math/remainder.go                    |     0
 src/math/remainder_386.s                           |    17 +
 src/math/remainder_amd64.s                         |     8 +
 src/{pkg => }/math/remainder_amd64p32.s            |     0
 src/math/remainder_arm.s                           |     8 +
 src/{pkg => }/math/signbit.go                      |     0
 src/{pkg => }/math/sin.go                          |     0
 src/math/sin_386.s                                 |    47 +
 src/math/sin_amd64.s                               |    11 +
 src/{pkg => }/math/sin_amd64p32.s                  |     0
 src/math/sin_arm.s                                 |    11 +
 src/{pkg => }/math/sincos.go                       |     0
 src/math/sincos_386.s                              |    28 +
 src/math/sincos_amd64.s                            |   142 +
 src/{pkg => }/math/sincos_amd64p32.s               |     0
 src/math/sincos_arm.s                              |     8 +
 src/{pkg => }/math/sinh.go                         |     0
 src/math/sqrt.go                                   |   143 +
 src/math/sqrt_386.s                                |    12 +
 src/math/sqrt_amd64.s                              |    11 +
 src/{pkg => }/math/sqrt_amd64p32.s                 |     0
 src/math/sqrt_arm.s                                |    12 +
 src/{pkg => }/math/tan.go                          |     0
 src/math/tan_386.s                                 |    28 +
 src/math/tan_amd64.s                               |     8 +
 src/{pkg => }/math/tan_amd64p32.s                  |     0
 src/math/tan_arm.s                                 |     8 +
 src/{pkg => }/math/tanh.go                         |     0
 src/{pkg => }/math/unsafe.go                       |     0
 src/{pkg => }/mime/grammar.go                      |     0
 src/{pkg => }/mime/mediatype.go                    |     0
 src/{pkg => }/mime/mediatype_test.go               |     0
 src/mime/multipart/example_test.go                 |    53 +
 src/{pkg => }/mime/multipart/formdata.go           |     0
 src/{pkg => }/mime/multipart/formdata_test.go      |     0
 src/mime/multipart/multipart.go                    |   348 +
 src/{pkg => }/mime/multipart/multipart_test.go     |     0
 src/{pkg => }/mime/multipart/quotedprintable.go    |     0
 .../mime/multipart/quotedprintable_test.go         |     0
 src/{pkg => }/mime/multipart/testdata/nested-mime  |     0
 src/{pkg => }/mime/multipart/writer.go             |     0
 src/mime/multipart/writer_test.go                  |   128 +
 src/{pkg => }/mime/testdata/test.types             |     0
 src/{pkg => }/mime/testdata/test.types.plan9       |     0
 src/mime/type.go                                   |   121 +
 src/mime/type_plan9.go                             |    53 +
 src/mime/type_test.go                              |    54 +
 src/mime/type_unix.go                              |    60 +
 src/mime/type_windows.go                           |    63 +
 src/nacltest.bash                                  |    31 +-
 src/net/cgo_android.go                             |    14 +
 src/{pkg => }/net/cgo_bsd.go                       |     0
 src/net/cgo_linux.go                               |    22 +
 src/{pkg => }/net/cgo_netbsd.go                    |     0
 src/{pkg => }/net/cgo_openbsd.go                   |     0
 src/{pkg => }/net/cgo_stub.go                      |     0
 src/{pkg => }/net/cgo_unix.go                      |     0
 src/{pkg => }/net/cgo_unix_test.go                 |     0
 src/net/conn_test.go                               |   124 +
 src/net/dial.go                                    |   302 +
 src/{pkg => }/net/dial_gen.go                      |     0
 src/{pkg => }/net/dial_gen_test.go                 |     0
 src/net/dial_test.go                               |   548 +
 src/{pkg => }/net/dialgoogle_test.go               |     0
 src/net/dnsclient.go                               |   249 +
 src/{pkg => }/net/dnsclient_test.go                |     0
 src/net/dnsclient_unix.go                          |   423 +
 src/net/dnsclient_unix_test.go                     |   246 +
 src/net/dnsconfig_unix.go                          |    96 +
 src/net/dnsconfig_unix_test.go                     |    69 +
 src/{pkg => }/net/dnsmsg.go                        |     0
 src/{pkg => }/net/dnsmsg_test.go                   |     0
 src/{pkg => }/net/dnsname_test.go                  |     0
 src/{pkg => }/net/example_test.go                  |     0
 src/{pkg => }/net/fd_mutex.go                      |     0
 src/{pkg => }/net/fd_mutex_test.go                 |     0
 src/{pkg => }/net/fd_plan9.go                      |     0
 src/{pkg => }/net/fd_poll_nacl.go                  |     0
 src/{pkg => }/net/fd_poll_runtime.go               |     0
 src/net/fd_unix.go                                 |   518 +
 src/{pkg => }/net/fd_unix_test.go                  |     0
 src/net/fd_windows.go                              |   656 +
 src/{pkg => }/net/file_plan9.go                    |     0
 src/net/file_stub.go                               |    38 +
 src/net/file_test.go                               |   205 +
 src/net/file_unix.go                               |   139 +
 src/{pkg => }/net/file_windows.go                  |     0
 src/net/hosts.go                                   |    86 +
 src/{pkg => }/net/hosts_test.go                    |     0
 src/{pkg => }/net/http/cgi/child.go                |     0
 src/{pkg => }/net/http/cgi/child_test.go           |     0
 src/{pkg => }/net/http/cgi/host.go                 |     0
 src/{pkg => }/net/http/cgi/host_test.go            |     0
 src/{pkg => }/net/http/cgi/matryoshka_test.go      |     0
 src/{pkg => }/net/http/cgi/plan9_test.go           |     0
 src/{pkg => }/net/http/cgi/posix_test.go           |     0
 src/{pkg => }/net/http/cgi/testdata/test.cgi       |     0
 src/net/http/client.go                             |   511 +
 src/net/http/client_test.go                        |  1075 ++
 src/net/http/cookie.go                             |   363 +
 src/net/http/cookie_test.go                        |   412 +
 src/net/http/cookiejar/jar.go                      |   497 +
 src/{pkg => }/net/http/cookiejar/jar_test.go       |     0
 src/{pkg => }/net/http/cookiejar/punycode.go       |     0
 src/{pkg => }/net/http/cookiejar/punycode_test.go  |     0
 src/{pkg => }/net/http/doc.go                      |     0
 src/{pkg => }/net/http/example_test.go             |     0
 src/net/http/export_test.go                        |   108 +
 src/{pkg => }/net/http/fcgi/child.go               |     0
 src/{pkg => }/net/http/fcgi/fcgi.go                |     0
 src/{pkg => }/net/http/fcgi/fcgi_test.go           |     0
 src/{pkg => }/net/http/filetransport.go            |     0
 src/{pkg => }/net/http/filetransport_test.go       |     0
 src/net/http/fs.go                                 |   556 +
 src/net/http/fs_test.go                            |   917 ++
 src/{pkg => }/net/http/header.go                   |     0
 src/{pkg => }/net/http/header_test.go              |     0
 src/{pkg => }/net/http/httptest/example_test.go    |     0
 src/{pkg => }/net/http/httptest/recorder.go        |     0
 src/{pkg => }/net/http/httptest/recorder_test.go   |     0
 src/net/http/httptest/server.go                    |   228 +
 src/net/http/httptest/server_test.go               |    29 +
 src/net/http/httputil/dump.go                      |   284 +
 src/net/http/httputil/dump_test.go                 |   291 +
 src/net/http/httputil/httputil.go                  |    39 +
 src/{pkg => }/net/http/httputil/persist.go         |     0
 src/net/http/httputil/reverseproxy.go              |   225 +
 .../net/http/httputil/reverseproxy_test.go         |     0
 src/net/http/internal/chunked.go                   |   202 +
 src/net/http/internal/chunked_test.go              |   156 +
 src/{pkg => }/net/http/jar.go                      |     0
 src/{pkg => }/net/http/lex.go                      |     0
 src/{pkg => }/net/http/lex_test.go                 |     0
 src/net/http/main_test.go                          |   109 +
 src/{pkg => }/net/http/npn_test.go                 |     0
 src/net/http/pprof/pprof.go                        |   209 +
 src/{pkg => }/net/http/proxy_test.go               |     0
 src/{pkg => }/net/http/race.go                     |     0
 src/{pkg => }/net/http/range_test.go               |     0
 src/net/http/readrequest_test.go                   |   358 +
 src/net/http/request.go                            |   921 ++
 src/net/http/request_test.go                       |   680 +
 src/net/http/requestwrite_test.go                  |   623 +
 src/{pkg => }/net/http/response.go                 |     0
 src/net/http/response_test.go                      |   674 +
 src/{pkg => }/net/http/responsewrite_test.go       |     0
 src/net/http/serve_test.go                         |  3094 +++++
 src/net/http/server.go                             |  2096 +++
 src/{pkg => }/net/http/sniff.go                    |     0
 src/{pkg => }/net/http/sniff_test.go               |     0
 src/{pkg => }/net/http/status.go                   |     0
 src/{pkg => }/net/http/testdata/file               |     0
 src/{pkg => }/net/http/testdata/index.html         |     0
 src/{pkg => }/net/http/testdata/style.css          |     0
 src/net/http/transfer.go                           |   737 +
 src/{pkg => }/net/http/transfer_test.go            |     0
 src/net/http/transport.go                          |  1275 ++
 src/net/http/transport_test.go                     |  2324 ++++
 src/{pkg => }/net/http/triv.go                     |     0
 src/{pkg => }/net/interface.go                     |     0
 src/{pkg => }/net/interface_bsd.go                 |     0
 src/{pkg => }/net/interface_bsd_test.go            |     0
 src/{pkg => }/net/interface_darwin.go              |     0
 src/{pkg => }/net/interface_dragonfly.go           |     0
 src/{pkg => }/net/interface_freebsd.go             |     0
 src/{pkg => }/net/interface_linux.go               |     0
 src/{pkg => }/net/interface_linux_test.go          |     0
 src/{pkg => }/net/interface_netbsd.go              |     0
 src/{pkg => }/net/interface_openbsd.go             |     0
 src/{pkg => }/net/interface_stub.go                |     0
 src/{pkg => }/net/interface_test.go                |     0
 src/{pkg => }/net/interface_unix_test.go           |     0
 src/{pkg => }/net/interface_windows.go             |     0
 src/net/ip.go                                      |   689 +
 src/net/ip_test.go                                 |   465 +
 src/net/ipraw_test.go                              |   294 +
 src/{pkg => }/net/iprawsock.go                     |     0
 src/{pkg => }/net/iprawsock_plan9.go               |     0
 src/net/iprawsock_posix.go                         |   227 +
 src/{pkg => }/net/ipsock.go                        |     0
 src/{pkg => }/net/ipsock_plan9.go                  |     0
 src/net/ipsock_posix.go                            |   177 +
 src/{pkg => }/net/ipsock_test.go                   |     0
 src/net/lookup.go                                  |   142 +
 src/{pkg => }/net/lookup_plan9.go                  |     0
 src/net/lookup_stub.go                             |    49 +
 src/net/lookup_test.go                             |   231 +
 src/net/lookup_unix.go                             |   168 +
 src/net/lookup_windows.go                          |   381 +
 src/net/lookup_windows_test.go                     |   243 +
 src/{pkg => }/net/mac.go                           |     0
 src/{pkg => }/net/mac_test.go                      |     0
 src/net/mail/message.go                            |   556 +
 src/net/mail/message_test.go                       |   314 +
 src/{pkg => }/net/mockicmp_test.go                 |     0
 src/{pkg => }/net/mockserver_test.go               |     0
 src/net/multicast_test.go                          |   188 +
 src/net/net.go                                     |   425 +
 src/{pkg => }/net/net_test.go                      |     0
 src/{pkg => }/net/net_windows_test.go              |     0
 src/{pkg => }/net/netgo_unix_test.go               |     0
 src/{pkg => }/net/packetconn_test.go               |     0
 src/net/parse.go                                   |   247 +
 src/net/parse_test.go                              |    53 +
 src/{pkg => }/net/pipe.go                          |     0
 src/{pkg => }/net/pipe_test.go                     |     0
 src/{pkg => }/net/port.go                          |     0
 src/net/port_test.go                               |    59 +
 src/net/port_unix.go                               |    73 +
 src/{pkg => }/net/protoconn_test.go                |     0
 src/{pkg => }/net/race.go                          |     0
 src/{pkg => }/net/race0.go                         |     0
 src/net/rpc/client.go                              |   317 +
 src/net/rpc/client_test.go                         |    91 +
 src/net/rpc/debug.go                               |    93 +
 src/{pkg => }/net/rpc/jsonrpc/all_test.go          |     0
 src/{pkg => }/net/rpc/jsonrpc/client.go            |     0
 src/{pkg => }/net/rpc/jsonrpc/server.go            |     0
 src/net/rpc/server.go                              |   709 +
 src/{pkg => }/net/rpc/server_test.go               |     0
 src/{pkg => }/net/sendfile_dragonfly.go            |     0
 src/{pkg => }/net/sendfile_freebsd.go              |     0
 src/{pkg => }/net/sendfile_linux.go                |     0
 src/{pkg => }/net/sendfile_stub.go                 |     0
 src/{pkg => }/net/sendfile_windows.go              |     0
 src/{pkg => }/net/server_test.go                   |     0
 src/net/singleflight.go                            |   109 +
 src/{pkg => }/net/smtp/auth.go                     |     0
 src/{pkg => }/net/smtp/example_test.go             |     0
 src/{pkg => }/net/smtp/smtp.go                     |     0
 src/net/smtp/smtp_test.go                          |   694 +
 src/net/sock_bsd.go                                |    37 +
 src/{pkg => }/net/sock_cloexec.go                  |     0
 src/{pkg => }/net/sock_linux.go                    |     0
 src/{pkg => }/net/sock_plan9.go                    |     0
 src/net/sock_posix.go                              |   216 +
 src/net/sock_stub.go                               |    15 +
 src/{pkg => }/net/sock_windows.go                  |     0
 src/net/sockopt_bsd.go                             |    54 +
 src/{pkg => }/net/sockopt_linux.go                 |     0
 src/{pkg => }/net/sockopt_plan9.go                 |     0
 src/net/sockopt_posix.go                           |   141 +
 src/{pkg => }/net/sockopt_solaris.go               |     0
 src/net/sockopt_stub.go                            |    37 +
 src/{pkg => }/net/sockopt_windows.go               |     0
 src/net/sockoptip_bsd.go                           |    34 +
 src/{pkg => }/net/sockoptip_linux.go               |     0
 src/net/sockoptip_posix.go                         |    57 +
 src/net/sockoptip_stub.go                          |    39 +
 src/{pkg => }/net/sockoptip_windows.go             |     0
 src/{pkg => }/net/sys_cloexec.go                   |     0
 src/{pkg => }/net/tcp_test.go                      |     0
 src/{pkg => }/net/tcpsock.go                       |     0
 src/{pkg => }/net/tcpsock_plan9.go                 |     0
 src/net/tcpsock_posix.go                           |   299 +
 src/net/tcpsockopt_darwin.go                       |    29 +
 src/net/tcpsockopt_dragonfly.go                    |    26 +
 src/net/tcpsockopt_openbsd.go                      |    16 +
 src/{pkg => }/net/tcpsockopt_plan9.go              |     0
 src/net/tcpsockopt_posix.go                        |    20 +
 src/net/tcpsockopt_stub.go                         |    20 +
 src/net/tcpsockopt_unix.go                         |    27 +
 src/net/tcpsockopt_windows.go                      |    32 +
 src/net/testdata/domain-resolv.conf                |     5 +
 src/net/testdata/empty-resolv.conf                 |     1 +
 src/{pkg => }/net/testdata/hosts                   |     0
 src/{pkg => }/net/testdata/hosts_singleline        |     0
 src/{pkg => }/net/testdata/igmp                    |     0
 src/{pkg => }/net/testdata/igmp6                   |     0
 src/net/testdata/resolv.conf                       |     8 +
 src/net/testdata/search-resolv.conf                |     5 +
 src/{pkg => }/net/textproto/header.go              |     0
 src/{pkg => }/net/textproto/pipeline.go            |     0
 src/{pkg => }/net/textproto/reader.go              |     0
 src/{pkg => }/net/textproto/reader_test.go         |     0
 src/{pkg => }/net/textproto/textproto.go           |     0
 src/{pkg => }/net/textproto/writer.go              |     0
 src/{pkg => }/net/textproto/writer_test.go         |     0
 src/{pkg => }/net/timeout_test.go                  |     0
 src/net/udp_test.go                                |   298 +
 src/{pkg => }/net/udpsock.go                       |     0
 src/{pkg => }/net/udpsock_plan9.go                 |     0
 src/net/udpsock_posix.go                           |   268 +
 src/net/unicast_posix_test.go                      |   469 +
 src/net/unix_test.go                               |   333 +
 src/{pkg => }/net/unixsock.go                      |     0
 src/{pkg => }/net/unixsock_plan9.go                |     0
 src/net/unixsock_posix.go                          |   362 +
 src/net/url/example_test.go                        |    71 +
 src/net/url/url.go                                 |   719 +
 src/net/url/url_test.go                            |   961 ++
 src/net/z_last_test.go                             |    99 +
 src/{pkg => }/os/dir_plan9.go                      |     0
 src/os/dir_unix.go                                 |    58 +
 src/{pkg => }/os/dir_windows.go                    |     0
 src/{pkg => }/os/doc.go                            |     0
 src/os/env.go                                      |   108 +
 src/os/env_test.go                                 |    96 +
 src/{pkg => }/os/env_unix_test.go                  |     0
 src/{pkg => }/os/error.go                          |     0
 src/os/error_plan9.go                              |    54 +
 src/{pkg => }/os/error_test.go                     |     0
 src/{pkg => }/os/error_unix.go                     |     0
 src/{pkg => }/os/error_windows.go                  |     0
 src/{pkg => }/os/error_windows_test.go             |     0
 src/{pkg => }/os/exec.go                           |     0
 src/{pkg => }/os/exec/example_test.go              |     0
 src/os/exec/exec.go                                |   500 +
 src/os/exec/exec_test.go                           |   719 +
 src/{pkg => }/os/exec/lp_plan9.go                  |     0
 src/{pkg => }/os/exec/lp_test.go                   |     0
 src/{pkg => }/os/exec/lp_unix.go                   |     0
 src/{pkg => }/os/exec/lp_unix_test.go              |     0
 src/{pkg => }/os/exec/lp_windows.go                |     0
 src/{pkg => }/os/exec/lp_windows_test.go           |     0
 src/{pkg => }/os/exec_plan9.go                     |     0
 src/{pkg => }/os/exec_posix.go                     |     0
 src/os/exec_unix.go                                |    81 +
 src/os/exec_windows.go                             |   118 +
 src/{pkg => }/os/export_test.go                    |     0
 src/os/file.go                                     |   266 +
 src/os/file_plan9.go                               |   469 +
 src/os/file_posix.go                               |   149 +
 src/os/file_unix.go                                |   339 +
 src/os/file_windows.go                             |   596 +
 src/os/getwd.go                                    |   123 +
 src/{pkg => }/os/getwd_darwin.go                   |     0
 src/os/os_test.go                                  |  1484 ++
 src/{pkg => }/os/os_unix_test.go                   |     0
 src/os/os_windows_test.go                          |    81 +
 src/os/path.go                                     |   131 +
 src/{pkg => }/os/path_plan9.go                     |     0
 src/os/path_test.go                                |   220 +
 src/{pkg => }/os/path_unix.go                      |     0
 src/{pkg => }/os/path_windows.go                   |     0
 src/{pkg => }/os/pipe_bsd.go                       |     0
 src/{pkg => }/os/pipe_linux.go                     |     0
 src/os/proc.go                                     |    49 +
 src/{pkg => }/os/signal/example_test.go            |     0
 src/os/signal/sig.s                                |    23 +
 src/{pkg => }/os/signal/signal.go                  |     0
 src/{pkg => }/os/signal/signal_stub.go             |     0
 src/os/signal/signal_test.go                       |   208 +
 src/{pkg => }/os/signal/signal_unix.go             |     0
 src/{pkg => }/os/signal/signal_windows_test.go     |     0
 src/{pkg => }/os/stat_darwin.go                    |     0
 src/{pkg => }/os/stat_dragonfly.go                 |     0
 src/{pkg => }/os/stat_freebsd.go                   |     0
 src/{pkg => }/os/stat_linux.go                     |     0
 src/{pkg => }/os/stat_nacl.go                      |     0
 src/{pkg => }/os/stat_netbsd.go                    |     0
 src/{pkg => }/os/stat_openbsd.go                   |     0
 src/{pkg => }/os/stat_plan9.go                     |     0
 src/{pkg => }/os/stat_solaris.go                   |     0
 src/os/stat_windows.go                             |   170 +
 src/{pkg => }/os/str.go                            |     0
 src/{pkg => }/os/sys_bsd.go                        |     0
 src/{pkg => }/os/sys_darwin.go                     |     0
 src/{pkg => }/os/sys_freebsd.go                    |     0
 src/{pkg => }/os/sys_linux.go                      |     0
 src/{pkg => }/os/sys_nacl.go                       |     0
 src/{pkg => }/os/sys_plan9.go                      |     0
 src/{pkg => }/os/sys_solaris.go                    |     0
 src/{pkg => }/os/sys_unix.go                       |     0
 src/{pkg => }/os/sys_windows.go                    |     0
 src/{pkg => }/os/types.go                          |     0
 src/{pkg => }/os/types_notwin.go                   |     0
 src/os/types_windows.go                            |   107 +
 src/{pkg => }/os/user/lookup.go                    |     0
 src/{pkg => }/os/user/lookup_plan9.go              |     0
 src/os/user/lookup_stubs.go                        |    28 +
 src/os/user/lookup_unix.go                         |   112 +
 src/{pkg => }/os/user/lookup_windows.go            |     0
 src/{pkg => }/os/user/user.go                      |     0
 src/{pkg => }/os/user/user_test.go                 |     0
 src/{pkg => }/path/example_test.go                 |     0
 src/{pkg => }/path/filepath/example_unix_test.go   |     0
 src/{pkg => }/path/filepath/export_test.go         |     0
 src/path/filepath/match.go                         |   309 +
 src/path/filepath/match_test.go                    |   211 +
 src/path/filepath/path.go                          |   464 +
 src/path/filepath/path_plan9.go                    |    34 +
 src/path/filepath/path_test.go                     |  1028 ++
 src/path/filepath/path_unix.go                     |    36 +
 src/path/filepath/path_windows.go                  |   110 +
 src/path/filepath/path_windows_test.go             |   113 +
 src/path/filepath/symlink.go                       |    72 +
 src/path/filepath/symlink_unix.go                  |     7 +
 src/path/filepath/symlink_windows.go               |    74 +
 src/{pkg => }/path/match.go                        |     0
 src/{pkg => }/path/match_test.go                   |     0
 src/path/path.go                                   |   210 +
 src/{pkg => }/path/path_test.go                    |     0
 src/pkg/archive/tar/reader.go                      |   817 --
 src/pkg/archive/tar/writer.go                      |   383 -
 src/pkg/archive/tar/writer_test.go                 |   456 -
 src/pkg/archive/zip/reader.go                      |   448 -
 src/pkg/archive/zip/reader_test.go                 |   510 -
 src/pkg/archive/zip/writer.go                      |   351 -
 src/pkg/archive/zip/writer_test.go                 |   145 -
 src/pkg/bufio/bufio.go                             |   698 -
 src/pkg/bufio/bufio_test.go                        |  1417 --
 src/pkg/bufio/scan.go                              |   346 -
 src/pkg/bufio/scan_test.go                         |   406 -
 src/pkg/bytes/bytes.go                             |   697 -
 src/pkg/bytes/bytes.s                              |     5 -
 src/pkg/bytes/bytes_test.go                        |  1234 --
 src/pkg/compress/bzip2/bzip2.go                    |   484 -
 src/pkg/compress/bzip2/bzip2_test.go               |   363 -
 src/pkg/compress/bzip2/move_to_front.go            |    98 -
 src/pkg/compress/flate/fixedhuff.go                |    78 -
 src/pkg/compress/flate/gen.go                      |   165 -
 src/pkg/compress/flate/inflate.go                  |   708 -
 src/pkg/compress/gzip/gunzip.go                    |   255 -
 src/pkg/compress/gzip/gunzip_test.go               |   369 -
 src/pkg/compress/lzw/reader.go                     |   253 -
 src/pkg/compress/zlib/reader.go                    |   132 -
 src/pkg/crypto/aes/asm_amd64.s                     |   289 -
 src/pkg/crypto/cipher/cfb_test.go                  |    38 -
 src/pkg/crypto/cipher/example_test.go              |   283 -
 src/pkg/crypto/crypto.go                           |    85 -
 src/pkg/crypto/ecdsa/ecdsa.go                      |   165 -
 src/pkg/crypto/md5/gen.go                          |   316 -
 src/pkg/crypto/md5/md5.go                          |   134 -
 src/pkg/crypto/md5/md5block.go                     |   265 -
 src/pkg/crypto/md5/md5block_386.s                  |   182 -
 src/pkg/crypto/md5/md5block_amd64.s                |   179 -
 src/pkg/crypto/md5/md5block_amd64p32.s             |   184 -
 src/pkg/crypto/md5/md5block_arm.s                  |   299 -
 src/pkg/crypto/rand/rand_unix.go                   |   138 -
 src/pkg/crypto/rc4/rc4_386.s                       |    53 -
 src/pkg/crypto/rc4/rc4_amd64.s                     |   179 -
 src/pkg/crypto/rc4/rc4_amd64p32.s                  |   192 -
 src/pkg/crypto/rc4/rc4_arm.s                       |    60 -
 src/pkg/crypto/rc4/rc4_asm.go                      |    18 -
 src/pkg/crypto/rc4/rc4_ref.go                      |    13 -
 src/pkg/crypto/rsa/pss.go                          |   282 -
 src/pkg/crypto/rsa/rsa.go                          |   538 -
 src/pkg/crypto/sha1/sha1block_386.s                |   233 -
 src/pkg/crypto/sha1/sha1block_amd64.s              |   216 -
 src/pkg/crypto/sha1/sha1block_amd64p32.s           |   216 -
 src/pkg/crypto/sha1/sha1block_arm.s                |   217 -
 src/pkg/crypto/sha256/sha256block_amd64.s          |   256 -
 src/pkg/crypto/sha512/sha512block_amd64.s          |   273 -
 src/pkg/crypto/subtle/constant_time.go             |    74 -
 src/pkg/crypto/subtle/constant_time_test.go        |   125 -
 src/pkg/crypto/tls/alert.go                        |    77 -
 src/pkg/crypto/tls/cipher_suites.go                |   270 -
 src/pkg/crypto/tls/common.go                       |   568 -
 src/pkg/crypto/tls/conn.go                         |  1024 --
 src/pkg/crypto/tls/conn_test.go                    |   106 -
 src/pkg/crypto/tls/generate_cert.go                |   115 -
 src/pkg/crypto/tls/handshake_client.go             |   601 -
 src/pkg/crypto/tls/handshake_client_test.go        |   439 -
 src/pkg/crypto/tls/handshake_messages.go           |  1344 --
 src/pkg/crypto/tls/handshake_messages_test.go      |   246 -
 src/pkg/crypto/tls/handshake_server.go             |   654 -
 src/pkg/crypto/tls/handshake_server_test.go        |   726 -
 src/pkg/crypto/tls/key_agreement.go                |   407 -
 src/pkg/crypto/tls/tls_test.go                     |   237 -
 src/pkg/crypto/x509/pem_decrypt_test.go            |   223 -
 src/pkg/crypto/x509/pkix/pkix.go                   |   178 -
 src/pkg/crypto/x509/root_unix.go                   |    37 -
 src/pkg/crypto/x509/verify.go                      |   474 -
 src/pkg/crypto/x509/x509.go                        |  1903 ---
 src/pkg/crypto/x509/x509_test.go                   |   952 --
 src/pkg/database/sql/convert_test.go               |   337 -
 src/pkg/database/sql/fakedb_test.go                |   805 --
 src/pkg/database/sql/sql.go                        |  1720 ---
 src/pkg/database/sql/sql_test.go                   |  1949 ---
 src/pkg/debug/dwarf/type.go                        |   659 -
 src/pkg/debug/elf/elf.go                           |  1521 --
 src/pkg/debug/elf/file.go                          |   881 --
 src/pkg/debug/elf/file_test.go                     |   339 -
 src/pkg/debug/gosym/symtab.go                      |   710 -
 src/pkg/debug/pe/file.go                           |   390 -
 src/pkg/debug/pe/file_test.go                      |   236 -
 src/pkg/debug/pe/testdata/gcc-amd64-mingw-exec     |   Bin 37376 -> 0 bytes
 src/pkg/debug/plan9obj/file.go                     |   325 -
 src/pkg/debug/plan9obj/file_test.go                |    81 -
 src/pkg/encoding/ascii85/ascii85.go                |   311 -
 src/pkg/encoding/asn1/asn1.go                      |   908 --
 src/pkg/encoding/asn1/asn1_test.go                 |   814 --
 src/pkg/encoding/asn1/marshal.go                   |   632 -
 src/pkg/encoding/asn1/marshal_test.go              |   157 -
 src/pkg/encoding/base32/base32.go                  |   428 -
 src/pkg/encoding/base32/base32_test.go             |   286 -
 src/pkg/encoding/base64/base64.go                  |   393 -
 src/pkg/encoding/base64/base64_test.go             |   344 -
 src/pkg/encoding/binary/binary.go                  |   639 -
 src/pkg/encoding/binary/binary_test.go             |   397 -
 src/pkg/encoding/csv/writer.go                     |   127 -
 src/pkg/encoding/csv/writer_test.go                |    74 -
 src/pkg/encoding/gob/codec_test.go                 |  1506 --
 src/pkg/encoding/gob/debug.go                      |   705 -
 src/pkg/encoding/gob/decode.go                     |  1317 --
 src/pkg/encoding/gob/decoder.go                    |   237 -
 src/pkg/encoding/gob/encode.go                     |   760 -
 src/pkg/encoding/gob/encoder.go                    |   253 -
 src/pkg/encoding/gob/encoder_test.go               |   862 --
 src/pkg/encoding/gob/gobencdec_test.go             |   797 --
 src/pkg/encoding/gob/timing_test.go                |   109 -
 src/pkg/encoding/gob/type.go                       |   893 --
 src/pkg/encoding/json/decode.go                    |  1050 --
 src/pkg/encoding/json/decode_test.go               |  1356 --
 src/pkg/encoding/json/encode.go                    |  1175 --
 src/pkg/encoding/json/encode_test.go               |   454 -
 src/pkg/encoding/json/stream.go                    |   201 -
 src/pkg/encoding/xml/xml.go                        |  1935 ---
 src/pkg/encoding/xml/xml_test.go                   |   726 -
 src/pkg/flag/flag.go                               |   849 --
 src/pkg/flag/flag_test.go                          |   369 -
 src/pkg/fmt/doc.go                                 |   272 -
 src/pkg/fmt/fmt_test.go                            |  1147 --
 src/pkg/fmt/format.go                              |   492 -
 src/pkg/fmt/print.go                               |  1199 --
 src/pkg/fmt/scan.go                                |  1168 --
 src/pkg/fmt/scan_test.go                           |   960 --
 src/pkg/go/ast/ast.go                              |   995 --
 src/pkg/go/ast/scope.go                            |   162 -
 src/pkg/go/ast/walk.go                             |   384 -
 src/pkg/go/build/build.go                          |  1219 --
 src/pkg/go/build/build_test.go                     |   186 -
 src/pkg/go/build/deps_test.go                      |   442 -
 src/pkg/go/build/doc.go                            |   137 -
 src/pkg/go/build/syslist.go                        |     8 -
 src/pkg/go/doc/exports.go                          |   199 -
 src/pkg/go/doc/headscan.go                         |   113 -
 src/pkg/go/format/format.go                        |   199 -
 src/pkg/go/format/format_test.go                   |   124 -
 src/pkg/go/parser/error_test.go                    |   183 -
 src/pkg/go/parser/interface.go                     |   198 -
 src/pkg/go/parser/parser.go                        |  2478 ----
 src/pkg/go/parser/parser_test.go                   |   431 -
 src/pkg/go/parser/short_test.go                    |    98 -
 src/pkg/go/printer/nodes.go                        |  1599 ---
 src/pkg/go/printer/printer_test.go                 |   569 -
 src/pkg/go/printer/testdata/declarations.golden    |   955 --
 src/pkg/go/printer/testdata/declarations.input     |   967 --
 src/pkg/go/printer/testdata/expressions.golden     |   681 -
 src/pkg/go/printer/testdata/expressions.input      |   710 -
 src/pkg/go/printer/testdata/expressions.raw        |   681 -
 src/pkg/go/printer/testdata/statements.golden      |   635 -
 src/pkg/go/printer/testdata/statements.input       |   550 -
 src/pkg/go/token/position.go                       |   464 -
 src/pkg/go/token/position_test.go                  |   238 -
 src/pkg/hash/crc32/crc32.go                        |   135 -
 src/pkg/hash/crc32/crc32_amd64.s                   |    64 -
 src/pkg/hash/crc32/crc32_amd64p32.s                |    64 -
 src/pkg/html/template/error.go                     |   197 -
 src/pkg/html/template/escape.go                    |   815 --
 src/pkg/html/template/escape_test.go               |  1692 ---
 src/pkg/html/template/js_test.go                   |   401 -
 src/pkg/html/template/template.go                  |   381 -
 src/pkg/html/template/transition.go                |   550 -
 src/pkg/image/color/palette/gen.go                 |   101 -
 src/pkg/image/color/palette/palette.go             |   504 -
 src/pkg/image/gif/reader.go                        |   460 -
 src/pkg/image/gif/reader_test.go                   |   201 -
 src/pkg/image/gif/writer.go                        |   323 -
 src/pkg/image/gif/writer_test.go                   |   204 -
 src/pkg/image/image.go                             |   904 --
 src/pkg/image/jpeg/huffman.go                      |   219 -
 src/pkg/image/jpeg/reader.go                       |   377 -
 src/pkg/image/jpeg/reader_test.go                  |   225 -
 src/pkg/image/jpeg/scan.go                         |   439 -
 src/pkg/image/jpeg/writer.go                       |   553 -
 src/pkg/image/jpeg/writer_test.go                  |   204 -
 src/pkg/image/png/paeth.go                         |    70 -
 src/pkg/image/png/paeth_test.go                    |    91 -
 src/pkg/image/png/reader.go                        |   699 -
 src/pkg/image/png/reader_test.go                   |   350 -
 src/pkg/image/png/writer.go                        |   482 -
 src/pkg/image/png/writer_test.go                   |   191 -
 src/pkg/image/ycbcr.go                             |   153 -
 src/pkg/index/suffixarray/suffixarray_test.go      |   304 -
 src/pkg/io/io.go                                   |   493 -
 src/pkg/log/syslog/syslog_test.go                  |   358 -
 src/pkg/log/syslog/syslog_unix.go                  |    31 -
 src/pkg/math/abs_386.s                             |    12 -
 src/pkg/math/abs_amd64.s                           |    14 -
 src/pkg/math/abs_arm.s                             |    13 -
 src/pkg/math/all_test.go                           |  2935 ----
 src/pkg/math/asin_386.s                            |    30 -
 src/pkg/math/asin_amd64.s                          |    11 -
 src/pkg/math/asin_arm.s                            |    11 -
 src/pkg/math/atan2_386.s                           |    13 -
 src/pkg/math/atan2_amd64.s                         |     8 -
 src/pkg/math/atan2_arm.s                           |     8 -
 src/pkg/math/atan_386.s                            |    13 -
 src/pkg/math/atan_amd64.s                          |     8 -
 src/pkg/math/atan_arm.s                            |     8 -
 src/pkg/math/big/arith_386.s                       |   278 -
 src/pkg/math/big/arith_amd64.s                     |   401 -
 src/pkg/math/big/arith_amd64p32.s                  |    41 -
 src/pkg/math/big/arith_arm.s                       |   300 -
 src/pkg/math/big/int.go                            |  1011 --
 src/pkg/math/big/int_test.go                       |  1601 ---
 src/pkg/math/big/rat.go                            |   600 -
 src/pkg/math/big/rat_test.go                       |   994 --
 src/pkg/math/dim_386.s                             |    14 -
 src/pkg/math/dim_amd64.s                           |   144 -
 src/pkg/math/dim_arm.s                             |    14 -
 src/pkg/math/exp2_386.s                            |    40 -
 src/pkg/math/exp2_amd64.s                          |     8 -
 src/pkg/math/exp2_arm.s                            |     8 -
 src/pkg/math/exp_386.s                             |    41 -
 src/pkg/math/exp_amd64.s                           |   114 -
 src/pkg/math/exp_arm.s                             |     8 -
 src/pkg/math/expm1_386.s                           |    57 -
 src/pkg/math/expm1_amd64.s                         |     8 -
 src/pkg/math/expm1_arm.s                           |     8 -
 src/pkg/math/floor_386.s                           |    46 -
 src/pkg/math/floor_amd64.s                         |    76 -
 src/pkg/math/floor_arm.s                           |    14 -
 src/pkg/math/frexp_386.s                           |    25 -
 src/pkg/math/frexp_amd64.s                         |     8 -
 src/pkg/math/frexp_arm.s                           |     8 -
 src/pkg/math/hypot_386.s                           |    59 -
 src/pkg/math/hypot_amd64.s                         |    52 -
 src/pkg/math/hypot_arm.s                           |     8 -
 src/pkg/math/ldexp_386.s                           |    14 -
 src/pkg/math/ldexp_amd64.s                         |     8 -
 src/pkg/math/ldexp_arm.s                           |     8 -
 src/pkg/math/log10_386.s                           |    21 -
 src/pkg/math/log10_amd64.s                         |    11 -
 src/pkg/math/log10_arm.s                           |    11 -
 src/pkg/math/log1p_386.s                           |    27 -
 src/pkg/math/log1p_amd64.s                         |     8 -
 src/pkg/math/log1p_arm.s                           |     8 -
 src/pkg/math/log_386.s                             |    13 -
 src/pkg/math/log_amd64.s                           |   111 -
 src/pkg/math/log_arm.s                             |     8 -
 src/pkg/math/mod_386.s                             |    17 -
 src/pkg/math/mod_amd64.s                           |     8 -
 src/pkg/math/mod_arm.s                             |     8 -
 src/pkg/math/modf_386.s                            |    21 -
 src/pkg/math/modf_amd64.s                          |     8 -
 src/pkg/math/modf_arm.s                            |     8 -
 src/pkg/math/nextafter.go                          |    27 -
 src/pkg/math/remainder_386.s                       |    17 -
 src/pkg/math/remainder_amd64.s                     |     8 -
 src/pkg/math/remainder_arm.s                       |     8 -
 src/pkg/math/sin_386.s                             |    47 -
 src/pkg/math/sin_amd64.s                           |    11 -
 src/pkg/math/sin_arm.s                             |    11 -
 src/pkg/math/sincos_386.s                          |    28 -
 src/pkg/math/sincos_amd64.s                        |   145 -
 src/pkg/math/sincos_arm.s                          |     8 -
 src/pkg/math/sqrt.go                               |   143 -
 src/pkg/math/sqrt_386.s                            |    12 -
 src/pkg/math/sqrt_amd64.s                          |    11 -
 src/pkg/math/sqrt_arm.s                            |    12 -
 src/pkg/math/tan_386.s                             |    28 -
 src/pkg/math/tan_amd64.s                           |     8 -
 src/pkg/math/tan_arm.s                             |     8 -
 src/pkg/mime/multipart/example_test.go             |    53 -
 src/pkg/mime/multipart/multipart.go                |   349 -
 src/pkg/mime/multipart/writer_test.go              |   113 -
 src/pkg/mime/type.go                               |    77 -
 src/pkg/mime/type_plan9.go                         |    53 -
 src/pkg/mime/type_test.go                          |    29 -
 src/pkg/mime/type_unix.go                          |    60 -
 src/pkg/mime/type_windows.go                       |    63 -
 src/pkg/net/cgo_linux.go                           |    22 -
 src/pkg/net/conn_test.go                           |   124 -
 src/pkg/net/dial.go                                |   305 -
 src/pkg/net/dial_test.go                           |   536 -
 src/pkg/net/dnsclient.go                           |   251 -
 src/pkg/net/dnsclient_unix.go                      |   364 -
 src/pkg/net/dnsclient_unix_test.go                 |   159 -
 src/pkg/net/dnsconfig_unix.go                      |   109 -
 src/pkg/net/dnsconfig_unix_test.go                 |    46 -
 src/pkg/net/empty.c                                |     8 -
 src/pkg/net/fd_unix.go                             |   518 -
 src/pkg/net/fd_windows.go                          |   644 -
 src/pkg/net/file_test.go                           |   205 -
 src/pkg/net/file_unix.go                           |   139 -
 src/pkg/net/hosts.go                               |    86 -
 src/pkg/net/http/chunked.go                        |   203 -
 src/pkg/net/http/chunked_test.go                   |   159 -
 src/pkg/net/http/client.go                         |   487 -
 src/pkg/net/http/client_test.go                    |  1038 --
 src/pkg/net/http/cookie.go                         |   363 -
 src/pkg/net/http/cookie_test.go                    |   380 -
 src/pkg/net/http/cookiejar/jar.go                  |   497 -
 src/pkg/net/http/export_test.go                    |    72 -
 src/pkg/net/http/fs.go                             |   549 -
 src/pkg/net/http/fs_test.go                        |   858 --
 src/pkg/net/http/httptest/server.go                |   228 -
 src/pkg/net/http/httptest/server_test.go           |    53 -
 src/pkg/net/http/httputil/chunked.go               |   203 -
 src/pkg/net/http/httputil/chunked_test.go          |   159 -
 src/pkg/net/http/httputil/dump.go                  |   276 -
 src/pkg/net/http/httputil/dump_test.go             |   263 -
 src/pkg/net/http/httputil/httputil.go              |    32 -
 src/pkg/net/http/httputil/reverseproxy.go          |   211 -
 src/pkg/net/http/pprof/pprof.go                    |   205 -
 src/pkg/net/http/readrequest_test.go               |   331 -
 src/pkg/net/http/request.go                        |   875 --
 src/pkg/net/http/request_test.go                   |   610 -
 src/pkg/net/http/requestwrite_test.go              |   565 -
 src/pkg/net/http/response_test.go                  |   645 -
 src/pkg/net/http/serve_test.go                     |  2848 ----
 src/pkg/net/http/server.go                         |  2052 ---
 src/pkg/net/http/transfer.go                       |   730 -
 src/pkg/net/http/transport.go                      |  1208 --
 src/pkg/net/http/transport_test.go                 |  2173 ---
 src/pkg/net/http/z_last_test.go                    |    97 -
 src/pkg/net/ip.go                                  |   681 -
 src/pkg/net/ip_test.go                             |   439 -
 src/pkg/net/ipraw_test.go                          |   289 -
 src/pkg/net/iprawsock_posix.go                     |   227 -
 src/pkg/net/ipsock_posix.go                        |   177 -
 src/pkg/net/lookup.go                              |   137 -
 src/pkg/net/lookup_test.go                         |   137 -
 src/pkg/net/lookup_unix.go                         |   168 -
 src/pkg/net/lookup_windows.go                      |   322 -
 src/pkg/net/mail/message.go                        |   545 -
 src/pkg/net/mail/message_test.go                   |   304 -
 src/pkg/net/multicast_test.go                      |   188 -
 src/pkg/net/net.go                                 |   426 -
 src/pkg/net/parse.go                               |   247 -
 src/pkg/net/parse_test.go                          |    53 -
 src/pkg/net/port_test.go                           |    53 -
 src/pkg/net/port_unix.go                           |    73 -
 src/pkg/net/rpc/client.go                          |   317 -
 src/pkg/net/rpc/client_test.go                     |    36 -
 src/pkg/net/rpc/debug.go                           |    93 -
 src/pkg/net/rpc/server.go                          |   686 -
 src/pkg/net/singleflight.go                        |    53 -
 src/pkg/net/smtp/smtp_test.go                      |   694 -
 src/pkg/net/sock_bsd.go                            |    37 -
 src/pkg/net/sock_posix.go                          |   192 -
 src/pkg/net/sock_solaris.go                        |    13 -
 src/pkg/net/sockopt_bsd.go                         |    54 -
 src/pkg/net/sockopt_posix.go                       |   141 -
 src/pkg/net/sockoptip_bsd.go                       |    34 -
 src/pkg/net/sockoptip_posix.go                     |    57 -
 src/pkg/net/sockoptip_stub.go                      |    39 -
 src/pkg/net/tcpsock_posix.go                       |   299 -
 src/pkg/net/tcpsockopt_darwin.go                   |    27 -
 src/pkg/net/tcpsockopt_dragonfly.go                |    29 -
 src/pkg/net/tcpsockopt_openbsd.go                  |    27 -
 src/pkg/net/tcpsockopt_posix.go                    |    20 -
 src/pkg/net/tcpsockopt_solaris.go                  |    27 -
 src/pkg/net/tcpsockopt_unix.go                     |    31 -
 src/pkg/net/tcpsockopt_windows.go                  |    34 -
 src/pkg/net/testdata/resolv.conf                   |     6 -
 src/pkg/net/udp_test.go                            |   257 -
 src/pkg/net/udpsock_posix.go                       |   268 -
 src/pkg/net/unicast_posix_test.go                  |   466 -
 src/pkg/net/unix_test.go                           |   326 -
 src/pkg/net/unixsock_posix.go                      |   373 -
 src/pkg/net/url/example_test.go                    |    41 -
 src/pkg/net/url/url.go                             |   700 -
 src/pkg/net/url/url_test.go                        |   905 --
 src/pkg/net/z_last_test.go                         |    37 -
 src/pkg/os/dir_unix.go                             |    58 -
 src/pkg/os/env.go                                  |   103 -
 src/pkg/os/env_test.go                             |    70 -
 src/pkg/os/error_plan9.go                          |    53 -
 src/pkg/os/exec/exec.go                            |   493 -
 src/pkg/os/exec/exec_test.go                       |   726 -
 src/pkg/os/exec_unix.go                            |    73 -
 src/pkg/os/exec_windows.go                         |   115 -
 src/pkg/os/file.go                                 |   257 -
 src/pkg/os/file_plan9.go                           |   468 -
 src/pkg/os/file_posix.go                           |   169 -
 src/pkg/os/file_unix.go                            |   314 -
 src/pkg/os/file_windows.go                         |   495 -
 src/pkg/os/getwd.go                                |   119 -
 src/pkg/os/os_test.go                              |  1339 --
 src/pkg/os/path.go                                 |   123 -
 src/pkg/os/path_test.go                            |   215 -
 src/pkg/os/proc.go                                 |    36 -
 src/pkg/os/signal/sig.s                            |    23 -
 src/pkg/os/signal/signal_test.go                   |   208 -
 src/pkg/os/stat_windows.go                         |   160 -
 src/pkg/os/types_windows.go                        |   104 -
 src/pkg/os/user/lookup_stubs.go                    |    28 -
 src/pkg/os/user/lookup_unix.go                     |   112 -
 src/pkg/path/filepath/match.go                     |   309 -
 src/pkg/path/filepath/match_test.go                |   206 -
 src/pkg/path/filepath/path.go                      |   467 -
 src/pkg/path/filepath/path_plan9.go                |    30 -
 src/pkg/path/filepath/path_test.go                 |  1017 --
 src/pkg/path/filepath/path_unix.go                 |    32 -
 src/pkg/path/filepath/path_windows.go              |   105 -
 src/pkg/path/filepath/path_windows_test.go         |    93 -
 src/pkg/path/filepath/symlink.go                   |    67 -
 src/pkg/path/filepath/symlink_windows.go           |    69 -
 src/pkg/path/path.go                               |   218 -
 src/pkg/reflect/all_test.go                        |  3841 ------
 src/pkg/reflect/asm_386.s                          |    27 -
 src/pkg/reflect/asm_amd64.s                        |    27 -
 src/pkg/reflect/asm_amd64p32.s                     |    27 -
 src/pkg/reflect/asm_arm.s                          |    27 -
 src/pkg/reflect/export_test.go                     |    19 -
 src/pkg/reflect/makefunc.go                        |   120 -
 src/pkg/reflect/type.go                            |  1926 ---
 src/pkg/reflect/value.go                           |  2684 ----
 src/pkg/regexp/all_test.go                         |   645 -
 src/pkg/regexp/onepass.go                          |   582 -
 src/pkg/regexp/regexp.go                           |  1120 --
 src/pkg/regexp/syntax/doc.go                       |   131 -
 src/pkg/regexp/syntax/parse.go                     |  1863 ---
 src/pkg/regexp/syntax/parse_test.go                |   559 -
 src/pkg/regexp/syntax/regexp.go                    |   319 -
 src/pkg/runtime/Makefile                           |     5 -
 src/pkg/runtime/alg.goc                            |   549 -
 src/pkg/runtime/arch_386.h                         |    16 -
 src/pkg/runtime/arch_amd64.h                       |    20 -
 src/pkg/runtime/arch_amd64p32.h                    |    16 -
 src/pkg/runtime/arch_arm.h                         |    12 -
 src/pkg/runtime/asm_386.s                          |  2166 ---
 src/pkg/runtime/asm_amd64.s                        |  2200 ---
 src/pkg/runtime/asm_amd64p32.s                     |  1073 --
 src/pkg/runtime/asm_arm.s                          |  1179 --
 src/pkg/runtime/atomic_386.c                       |    46 -
 src/pkg/runtime/atomic_amd64x.c                    |    29 -
 src/pkg/runtime/atomic_arm.c                       |   169 -
 src/pkg/runtime/callback_windows.c                 |    77 -
 src/pkg/runtime/cgo/asm_386.s                      |    31 -
 src/pkg/runtime/cgo/asm_amd64.s                    |    47 -
 src/pkg/runtime/cgo/asm_arm.s                      |    24 -
 src/pkg/runtime/cgo/asm_nacl_amd64p32.s            |    13 -
 src/pkg/runtime/cgo/callbacks.c                    |   102 -
 src/pkg/runtime/cgo/cgo.go                         |    32 -
 src/pkg/runtime/cgo/dragonfly.c                    |    13 -
 src/pkg/runtime/cgo/freebsd.c                      |    13 -
 src/pkg/runtime/cgo/gcc_arm.S                      |    46 -
 src/pkg/runtime/cgo/gcc_darwin_386.c               |   165 -
 src/pkg/runtime/cgo/gcc_darwin_amd64.c             |   135 -
 src/pkg/runtime/cgo/gcc_dragonfly_386.c            |    77 -
 src/pkg/runtime/cgo/gcc_dragonfly_amd64.c          |    77 -
 src/pkg/runtime/cgo/gcc_freebsd_386.c              |    77 -
 src/pkg/runtime/cgo/gcc_freebsd_amd64.c            |    77 -
 src/pkg/runtime/cgo/gcc_freebsd_arm.c              |    89 -
 src/pkg/runtime/cgo/gcc_linux_386.c                |    80 -
 src/pkg/runtime/cgo/gcc_linux_amd64.c              |    75 -
 src/pkg/runtime/cgo/gcc_linux_arm.c                |    77 -
 src/pkg/runtime/cgo/gcc_netbsd_386.c               |    76 -
 src/pkg/runtime/cgo/gcc_netbsd_amd64.c             |    77 -
 src/pkg/runtime/cgo/gcc_netbsd_arm.c               |    73 -
 src/pkg/runtime/cgo/gcc_openbsd_386.c              |   165 -
 src/pkg/runtime/cgo/gcc_openbsd_amd64.c            |   166 -
 src/pkg/runtime/cgo/gcc_setenv.c                   |    16 -
 src/pkg/runtime/cgo/gcc_windows_386.c              |    62 -
 src/pkg/runtime/cgo/gcc_windows_amd64.c            |    62 -
 src/pkg/runtime/cgo/libcgo.h                       |    61 -
 src/pkg/runtime/cgo/netbsd.c                       |    13 -
 src/pkg/runtime/cgo/openbsd.c                      |    21 -
 src/pkg/runtime/cgo/setenv.c                       |    10 -
 src/pkg/runtime/cgocall.c                          |   322 -
 src/pkg/runtime/cgocall.h                          |    12 -
 src/pkg/runtime/chan.goc                           |  1155 --
 src/pkg/runtime/chan.h                             |    75 -
 src/pkg/runtime/chan_test.go                       |   711 -
 src/pkg/runtime/complex.goc                        |    58 -
 src/pkg/runtime/cpuprof.goc                        |   433 -
 src/pkg/runtime/crash_cgo_test.go                  |   119 -
 src/pkg/runtime/crash_test.go                      |   366 -
 src/pkg/runtime/debug.go                           |   172 -
 src/pkg/runtime/debug/garbage.go                   |   153 -
 src/pkg/runtime/debug/garbage_test.go              |   102 -
 src/pkg/runtime/debug/stack_test.go                |    62 -
 src/pkg/runtime/defs.c                             |    14 -
 src/pkg/runtime/defs1_linux.go                     |    37 -
 src/pkg/runtime/defs2_linux.go                     |   146 -
 src/pkg/runtime/defs_arm_linux.go                  |   124 -
 src/pkg/runtime/defs_darwin_386.h                  |   392 -
 src/pkg/runtime/defs_darwin_amd64.h                |   395 -
 src/pkg/runtime/defs_dragonfly.go                  |   126 -
 src/pkg/runtime/defs_dragonfly_386.h               |   198 -
 src/pkg/runtime/defs_dragonfly_amd64.h             |   208 -
 src/pkg/runtime/defs_freebsd.go                    |   133 -
 src/pkg/runtime/defs_freebsd_386.h                 |   213 -
 src/pkg/runtime/defs_freebsd_amd64.h               |   224 -
 src/pkg/runtime/defs_freebsd_arm.h                 |   186 -
 src/pkg/runtime/defs_linux.go                      |   123 -
 src/pkg/runtime/defs_linux_386.h                   |   211 -
 src/pkg/runtime/defs_linux_amd64.h                 |   254 -
 src/pkg/runtime/defs_linux_arm.h                   |   168 -
 src/pkg/runtime/defs_nacl_amd64p32.h               |    90 -
 src/pkg/runtime/defs_netbsd.go                     |   125 -
 src/pkg/runtime/defs_netbsd_386.h                  |   182 -
 src/pkg/runtime/defs_netbsd_amd64.h                |   194 -
 src/pkg/runtime/defs_netbsd_arm.h                  |   184 -
 src/pkg/runtime/defs_openbsd.go                    |   121 -
 src/pkg/runtime/defs_openbsd_386.h                 |   168 -
 src/pkg/runtime/defs_openbsd_amd64.h               |   179 -
 src/pkg/runtime/defs_plan9_386.h                   |    29 -
 src/pkg/runtime/defs_plan9_amd64.h                 |    34 -
 src/pkg/runtime/defs_solaris.go                    |   156 -
 src/pkg/runtime/defs_solaris_amd64.h               |   254 -
 src/pkg/runtime/defs_windows.go                    |    70 -
 src/pkg/runtime/defs_windows_386.h                 |   113 -
 src/pkg/runtime/defs_windows_amd64.h               |   128 -
 src/pkg/runtime/env_plan9.c                        |    42 -
 src/pkg/runtime/env_posix.c                        |    73 -
 src/pkg/runtime/error.go                           |   124 -
 src/pkg/runtime/export_futex_test.go               |    13 -
 src/pkg/runtime/export_test.go                     |    92 -
 src/pkg/runtime/extern.go                          |   205 -
 src/pkg/runtime/funcdata.h                         |    24 -
 src/pkg/runtime/gc_test.go                         |   236 -
 src/pkg/runtime/hash_test.go                       |   512 -
 src/pkg/runtime/hashmap.goc                        |  1078 --
 src/pkg/runtime/hashmap.h                          |   147 -
 src/pkg/runtime/hashmap_fast.c                     |   233 -
 src/pkg/runtime/heapdump.c                         |   981 --
 src/pkg/runtime/iface.goc                          |   620 -
 src/pkg/runtime/lfstack.goc                        |    81 -
 src/pkg/runtime/lock_futex.c                       |   201 -
 src/pkg/runtime/lock_sema.c                        |   266 -
 src/pkg/runtime/malloc.goc                         |   939 --
 src/pkg/runtime/malloc.h                           |   643 -
 src/pkg/runtime/malloc1.go                         |    26 -
 src/pkg/runtime/malloc_test.go                     |   156 -
 src/pkg/runtime/mallocrand.go                      |    93 -
 src/pkg/runtime/mallocrep.go                       |    72 -
 src/pkg/runtime/mallocrep1.go                      |   144 -
 src/pkg/runtime/map_test.go                        |   477 -
 src/pkg/runtime/mapspeed_test.go                   |   300 -
 src/pkg/runtime/mcache.c                           |   130 -
 src/pkg/runtime/mcentral.c                         |   307 -
 src/pkg/runtime/mem.go                             |    75 -
 src/pkg/runtime/mem_darwin.c                       |    80 -
 src/pkg/runtime/mem_dragonfly.c                    |   103 -
 src/pkg/runtime/mem_freebsd.c                      |    98 -
 src/pkg/runtime/mem_linux.c                        |   160 -
 src/pkg/runtime/mem_nacl.c                         |   118 -
 src/pkg/runtime/mem_netbsd.c                       |    98 -
 src/pkg/runtime/mem_openbsd.c                      |    98 -
 src/pkg/runtime/mem_plan9.c                        |    82 -
 src/pkg/runtime/mem_solaris.c                      |    99 -
 src/pkg/runtime/mem_windows.c                      |   118 -
 src/pkg/runtime/memclr_386.s                       |   127 -
 src/pkg/runtime/memclr_amd64.s                     |   116 -
 src/pkg/runtime/memclr_arm.s                       |    87 -
 src/pkg/runtime/memclr_plan9_386.s                 |    50 -
 src/pkg/runtime/memclr_plan9_amd64.s               |    48 -
 src/pkg/runtime/memmove_386.s                      |   175 -
 src/pkg/runtime/memmove_amd64.s                    |   207 -
 src/pkg/runtime/memmove_arm.s                      |   261 -
 src/pkg/runtime/memmove_nacl_amd64p32.s            |    46 -
 src/pkg/runtime/memmove_plan9_386.s                |   127 -
 src/pkg/runtime/memmove_plan9_amd64.s              |   126 -
 src/pkg/runtime/memmove_test.go                    |   243 -
 src/pkg/runtime/mfinal_test.go                     |   239 -
 src/pkg/runtime/mgc0.c                             |  2892 ----
 src/pkg/runtime/mgc0.go                            |    27 -
 src/pkg/runtime/mgc0.h                             |    87 -
 src/pkg/runtime/mheap.c                            |   932 --
 src/pkg/runtime/mprof.goc                          |   527 -
 src/pkg/runtime/msize.c                            |   184 -
 src/pkg/runtime/netpoll.goc                        |   467 -
 src/pkg/runtime/netpoll_epoll.c                    |   102 -
 src/pkg/runtime/netpoll_kqueue.c                   |   111 -
 src/pkg/runtime/netpoll_nacl.c                     |    37 -
 src/pkg/runtime/netpoll_solaris.c                  |   268 -
 src/pkg/runtime/netpoll_windows.c                  |   163 -
 src/pkg/runtime/noasm_arm.goc                      |    74 -
 src/pkg/runtime/os_darwin.c                        |   529 -
 src/pkg/runtime/os_darwin.h                        |    42 -
 src/pkg/runtime/os_dragonfly.c                     |   292 -
 src/pkg/runtime/os_dragonfly.h                     |    29 -
 src/pkg/runtime/os_freebsd.c                       |   300 -
 src/pkg/runtime/os_freebsd.h                       |    29 -
 src/pkg/runtime/os_freebsd_arm.c                   |    24 -
 src/pkg/runtime/os_linux.c                         |   342 -
 src/pkg/runtime/os_linux.h                         |    40 -
 src/pkg/runtime/os_linux_386.c                     |    38 -
 src/pkg/runtime/os_linux_arm.c                     |    80 -
 src/pkg/runtime/os_nacl.c                          |   278 -
 src/pkg/runtime/os_netbsd.c                        |   338 -
 src/pkg/runtime/os_netbsd.h                        |    30 -
 src/pkg/runtime/os_netbsd_arm.c                    |    34 -
 src/pkg/runtime/os_openbsd.c                       |   312 -
 src/pkg/runtime/os_openbsd.h                       |    25 -
 src/pkg/runtime/os_plan9.c                         |   418 -
 src/pkg/runtime/os_plan9.h                         |    89 -
 src/pkg/runtime/os_plan9_386.c                     |   150 -
 src/pkg/runtime/os_plan9_amd64.c                   |   158 -
 src/pkg/runtime/os_solaris.c                       |   583 -
 src/pkg/runtime/os_solaris.h                       |    51 -
 src/pkg/runtime/os_windows.c                       |   517 -
 src/pkg/runtime/os_windows.h                       |    36 -
 src/pkg/runtime/os_windows_386.c                   |   138 -
 src/pkg/runtime/os_windows_amd64.c                 |   144 -
 src/pkg/runtime/panic.c                            |   566 -
 src/pkg/runtime/parfor.c                           |   199 -
 src/pkg/runtime/pprof/pprof.go                     |   679 -
 src/pkg/runtime/pprof/pprof_test.go                |   403 -
 src/pkg/runtime/print.c                            |   393 -
 src/pkg/runtime/proc.c                             |  3153 -----
 src/pkg/runtime/proc_test.go                       |   476 -
 src/pkg/runtime/race.c                             |   292 -
 src/pkg/runtime/race.go                            |    31 -
 src/pkg/runtime/race/README                        |    12 -
 src/pkg/runtime/race/race.go                       |    15 -
 src/pkg/runtime/race/race_darwin_amd64.syso        |   Bin 222964 -> 0 bytes
 src/pkg/runtime/race/race_linux_amd64.syso         |   Bin 243208 -> 0 bytes
 src/pkg/runtime/race/race_windows_amd64.syso       |   Bin 210859 -> 0 bytes
 src/pkg/runtime/race/testdata/atomic_test.go       |   290 -
 src/pkg/runtime/race/testdata/chan_test.go         |   659 -
 src/pkg/runtime/race/testdata/map_test.go          |   240 -
 src/pkg/runtime/race/testdata/mop_test.go          |  1957 ---
 src/pkg/runtime/race/testdata/slice_test.go        |   485 -
 src/pkg/runtime/race0.c                            |   124 -
 src/pkg/runtime/race_amd64.s                       |   244 -
 src/pkg/runtime/rdebug.goc                         |    27 -
 src/pkg/runtime/rt0_darwin_386.s                   |    16 -
 src/pkg/runtime/rt0_darwin_amd64.s                 |    15 -
 src/pkg/runtime/rt0_dragonfly_386.s                |    16 -
 src/pkg/runtime/rt0_dragonfly_amd64.s              |    15 -
 src/pkg/runtime/rt0_freebsd_386.s                  |    16 -
 src/pkg/runtime/rt0_freebsd_amd64.s                |    15 -
 src/pkg/runtime/rt0_freebsd_arm.s                  |    18 -
 src/pkg/runtime/rt0_linux_386.s                    |    25 -
 src/pkg/runtime/rt0_linux_amd64.s                  |    15 -
 src/pkg/runtime/rt0_linux_arm.s                    |    91 -
 src/pkg/runtime/rt0_nacl_386.s                     |    22 -
 src/pkg/runtime/rt0_nacl_amd64p32.s                |    30 -
 src/pkg/runtime/rt0_netbsd_386.s                   |    16 -
 src/pkg/runtime/rt0_netbsd_amd64.s                 |    15 -
 src/pkg/runtime/rt0_netbsd_arm.s                   |    13 -
 src/pkg/runtime/rt0_openbsd_386.s                  |    16 -
 src/pkg/runtime/rt0_openbsd_amd64.s                |    15 -
 src/pkg/runtime/rt0_plan9_386.s                    |    42 -
 src/pkg/runtime/rt0_plan9_amd64.s                  |    14 -
 src/pkg/runtime/rt0_solaris_amd64.s                |    18 -
 src/pkg/runtime/rt0_windows_386.s                  |    20 -
 src/pkg/runtime/rt0_windows_amd64.s                |    19 -
 src/pkg/runtime/rune.c                             |   231 -
 src/pkg/runtime/runtime.c                          |   396 -
 src/pkg/runtime/runtime.h                          |  1151 --
 src/pkg/runtime/runtime1.goc                       |   128 -
 src/pkg/runtime/runtime_test.go                    |   204 -
 src/pkg/runtime/sema.goc                           |   294 -
 src/pkg/runtime/signal_386.c                       |   122 -
 src/pkg/runtime/signal_amd64x.c                    |   156 -
 src/pkg/runtime/signal_arm.c                       |   122 -
 src/pkg/runtime/signal_nacl_amd64p32.h             |    31 -
 src/pkg/runtime/signal_unix.c                      |   119 -
 src/pkg/runtime/signals_darwin.h                   |    50 -
 src/pkg/runtime/signals_dragonfly.h                |    51 -
 src/pkg/runtime/signals_freebsd.h                  |    51 -
 src/pkg/runtime/signals_linux.h                    |    83 -
 src/pkg/runtime/signals_nacl.h                     |    50 -
 src/pkg/runtime/signals_netbsd.h                   |    51 -
 src/pkg/runtime/signals_openbsd.h                  |    51 -
 src/pkg/runtime/signals_plan9.h                    |    60 -
 src/pkg/runtime/signals_solaris.h                  |    94 -
 src/pkg/runtime/sigqueue.goc                       |   165 -
 src/pkg/runtime/slice.goc                          |   204 -
 src/pkg/runtime/softfloat_arm.c                    |   620 -
 src/pkg/runtime/stack.c                            |   947 --
 src/pkg/runtime/stack.h                            |   113 -
 src/pkg/runtime/stack_gen_test.go                  |  1473 --
 src/pkg/runtime/stack_test.go                      |   283 -
 src/pkg/runtime/string.goc                         |   430 -
 src/pkg/runtime/string_test.go                     |    77 -
 src/pkg/runtime/symtab.goc                         |   332 -
 src/pkg/runtime/sys_darwin_386.s                   |   522 -
 src/pkg/runtime/sys_darwin_amd64.s                 |   480 -
 src/pkg/runtime/sys_dragonfly_386.s                |   369 -
 src/pkg/runtime/sys_dragonfly_amd64.s              |   330 -
 src/pkg/runtime/sys_freebsd_386.s                  |   381 -
 src/pkg/runtime/sys_freebsd_amd64.s                |   345 -
 src/pkg/runtime/sys_freebsd_arm.s                  |   373 -
 src/pkg/runtime/sys_linux_386.s                    |   477 -
 src/pkg/runtime/sys_linux_amd64.s                  |   394 -
 src/pkg/runtime/sys_linux_arm.s                    |   448 -
 src/pkg/runtime/sys_nacl_386.s                     |   243 -
 src/pkg/runtime/sys_nacl_amd64p32.s                |   413 -
 src/pkg/runtime/sys_netbsd_386.s                   |   374 -
 src/pkg/runtime/sys_netbsd_amd64.s                 |   344 -
 src/pkg/runtime/sys_netbsd_arm.s                   |   339 -
 src/pkg/runtime/sys_openbsd_386.s                  |   390 -
 src/pkg/runtime/sys_openbsd_amd64.s                |   336 -
 src/pkg/runtime/sys_plan9_386.s                    |   199 -
 src/pkg/runtime/sys_plan9_amd64.s                  |   237 -
 src/pkg/runtime/sys_solaris_amd64.s                |   267 -
 src/pkg/runtime/sys_windows_386.s                  |   363 -
 src/pkg/runtime/sys_windows_amd64.s                |   377 -
 src/pkg/runtime/syscall_solaris.goc                |   374 -
 src/pkg/runtime/syscall_windows.goc                |   145 -
 src/pkg/runtime/syscall_windows_test.go            |   451 -
 src/pkg/runtime/time.goc                           |   344 -
 src/pkg/runtime/time_plan9_386.c                   |    36 -
 src/pkg/runtime/traceback_arm.c                    |   357 -
 src/pkg/runtime/traceback_x86.c                    |   430 -
 src/pkg/runtime/type.go                            |    56 -
 src/pkg/runtime/type.h                             |   102 -
 src/pkg/runtime/typekind.h                         |    38 -
 src/pkg/runtime/vdso_linux_amd64.c                 |   337 -
 src/pkg/runtime/vlop_386.s                         |    54 -
 src/pkg/runtime/vlop_arm.s                         |   300 -
 src/pkg/runtime/vlrt_386.c                         |   829 --
 src/pkg/runtime/vlrt_arm.c                         |   807 --
 src/pkg/strconv/atoi.go                            |   198 -
 src/pkg/strconv/isprint.go                         |   562 -
 src/pkg/strconv/makeisprint.go                     |   165 -
 src/pkg/strconv/quote.go                           |   443 -
 src/pkg/strconv/quote_test.go                      |   262 -
 src/pkg/strings/replace.go                         |   549 -
 src/pkg/strings/replace_test.go                    |   506 -
 src/pkg/strings/strings.go                         |   725 -
 src/pkg/strings/strings_test.go                    |  1176 --
 src/pkg/sync/atomic/64bit_arm.go                   |    46 -
 src/pkg/sync/atomic/asm_386.s                      |   214 -
 src/pkg/sync/atomic/asm_amd64.s                    |   146 -
 src/pkg/sync/atomic/asm_amd64p32.s                 |   159 -
 src/pkg/sync/atomic/asm_arm.s                      |   197 -
 src/pkg/sync/atomic/asm_freebsd_arm.s              |   109 -
 src/pkg/sync/atomic/asm_linux_arm.s                |   236 -
 src/pkg/sync/atomic/asm_netbsd_arm.s               |   109 -
 src/pkg/sync/atomic/atomic_test.go                 |  1509 --
 src/pkg/sync/atomic/doc.go                         |   151 -
 src/pkg/sync/atomic/export_linux_arm_test.go       |     9 -
 src/pkg/sync/atomic/race.go                        |   276 -
 src/pkg/sync/once.go                               |    43 -
 src/pkg/sync/once_test.go                          |    70 -
 src/pkg/sync/pool.go                               |   223 -
 src/pkg/sync/pool_test.go                          |   151 -
 src/pkg/sync/runtime.go                            |    36 -
 src/pkg/sync/rwmutex.go                            |   128 -
 src/pkg/sync/rwmutex_test.go                       |   212 -
 src/pkg/sync/waitgroup.go                          |   134 -
 src/pkg/syscall/asm_darwin_386.s                   |   142 -
 src/pkg/syscall/asm_darwin_amd64.s                 |   106 -
 src/pkg/syscall/asm_dragonfly_386.s                |   139 -
 src/pkg/syscall/asm_dragonfly_amd64.s              |   133 -
 src/pkg/syscall/asm_freebsd_386.s                  |   142 -
 src/pkg/syscall/asm_freebsd_amd64.s                |   141 -
 src/pkg/syscall/asm_freebsd_arm.s                  |   129 -
 src/pkg/syscall/asm_linux_386.s                    |   186 -
 src/pkg/syscall/asm_linux_amd64.s                  |   126 -
 src/pkg/syscall/asm_linux_arm.s                    |   155 -
 src/pkg/syscall/asm_nacl_386.s                     |    43 -
 src/pkg/syscall/asm_nacl_amd64p32.s                |    41 -
 src/pkg/syscall/asm_netbsd_386.s                   |   142 -
 src/pkg/syscall/asm_netbsd_amd64.s                 |   135 -
 src/pkg/syscall/asm_netbsd_arm.s                   |   126 -
 src/pkg/syscall/asm_openbsd_386.s                  |   142 -
 src/pkg/syscall/asm_openbsd_amd64.s                |   135 -
 src/pkg/syscall/asm_plan9_386.s                    |   164 -
 src/pkg/syscall/asm_plan9_amd64.s                  |   170 -
 src/pkg/syscall/asm_solaris_amd64.s                |     7 -
 src/pkg/syscall/asm_windows_386.s                  |     7 -
 src/pkg/syscall/asm_windows_amd64.s                |     7 -
 src/pkg/syscall/dll_windows.go                     |   279 -
 src/pkg/syscall/env_plan9.go                       |   142 -
 src/pkg/syscall/env_unix.go                        |   119 -
 src/pkg/syscall/env_windows.go                     |    82 -
 src/pkg/syscall/exec_linux.go                      |   262 -
 src/pkg/syscall/exec_windows.go                    |   341 -
 src/pkg/syscall/fs_nacl.go                         |   815 --
 src/pkg/syscall/mkall.sh                           |   263 -
 src/pkg/syscall/mkall_windows.bat                  |    21 -
 src/pkg/syscall/mksyscall.pl                       |   313 -
 src/pkg/syscall/mksyscall_solaris.pl               |   279 -
 src/pkg/syscall/mksyscall_windows.go               |   662 -
 src/pkg/syscall/net_nacl.go                        |   912 --
 src/pkg/syscall/netlink_linux.go                   |   177 -
 src/pkg/syscall/route_bsd.go                       |   224 -
 src/pkg/syscall/so_solaris.go                      |   260 -
 src/pkg/syscall/str.go                             |    20 -
 src/pkg/syscall/syscall.go                         |    81 -
 src/pkg/syscall/syscall_bsd.go                     |   553 -
 src/pkg/syscall/syscall_darwin.go                  |   508 -
 src/pkg/syscall/syscall_linux.go                   |  1025 --
 src/pkg/syscall/syscall_linux_386.go               |   356 -
 src/pkg/syscall/syscall_linux_amd64.go             |   115 -
 src/pkg/syscall/syscall_linux_arm.go               |   196 -
 src/pkg/syscall/syscall_plan9.go                   |   344 -
 src/pkg/syscall/syscall_plan9_386.go               |    32 -
 src/pkg/syscall/syscall_plan9_amd64.go             |    14 -
 src/pkg/syscall/syscall_test.go                    |    30 -
 src/pkg/syscall/syscall_unix.go                    |   299 -
 src/pkg/syscall/syscall_windows.go                 |   936 --
 src/pkg/syscall/time_nacl_386.s                    |    11 -
 src/pkg/syscall/time_nacl_amd64p32.s               |    11 -
 src/pkg/syscall/zsyscall_darwin_386.go             |  1387 --
 src/pkg/syscall/zsyscall_darwin_amd64.go           |  1387 --
 src/pkg/syscall/zsyscall_dragonfly_386.go          |  1287 --
 src/pkg/syscall/zsyscall_dragonfly_amd64.go        |  1287 --
 src/pkg/syscall/zsyscall_freebsd_386.go            |  1298 --
 src/pkg/syscall/zsyscall_freebsd_amd64.go          |  1298 --
 src/pkg/syscall/zsyscall_freebsd_arm.go            |  1298 --
 src/pkg/syscall/zsyscall_linux_386.go              |  1737 ---
 src/pkg/syscall/zsyscall_linux_amd64.go            |  1930 ---
 src/pkg/syscall/zsyscall_linux_arm.go              |  1885 ---
 src/pkg/syscall/zsyscall_netbsd_386.go             |  1224 --
 src/pkg/syscall/zsyscall_netbsd_amd64.go           |  1224 --
 src/pkg/syscall/zsyscall_netbsd_arm.go             |  1224 --
 src/pkg/syscall/zsyscall_openbsd_386.go            |  1262 --
 src/pkg/syscall/zsyscall_openbsd_amd64.go          |  1262 --
 src/pkg/syscall/zsyscall_plan9_386.go              |   282 -
 src/pkg/syscall/zsyscall_plan9_amd64.go            |   282 -
 src/pkg/syscall/zsyscall_solaris_amd64.go          |   883 --
 src/pkg/syscall/zsyscall_windows_386.go            |  1760 ---
 src/pkg/syscall/zsyscall_windows_amd64.go          |  1760 ---
 src/pkg/syscall/zsysnum_plan9_386.go               |    47 -
 src/pkg/syscall/zsysnum_plan9_amd64.go             |    48 -
 src/pkg/syscall/ztypes_windows.go                  |  1044 --
 src/pkg/testing/benchmark.go                       |   444 -
 src/pkg/testing/benchmark_test.go                  |   111 -
 src/pkg/testing/cover.go                           |    86 -
 src/pkg/testing/example.go                         |   100 -
 src/pkg/testing/quick/quick.go                     |   358 -
 src/pkg/testing/testing.go                         |   657 -
 src/pkg/text/scanner/scanner.go                    |   674 -
 src/pkg/text/scanner/scanner_test.go               |   596 -
 src/pkg/text/template/doc.go                       |   405 -
 src/pkg/text/template/exec.go                      |   838 --
 src/pkg/text/template/exec_test.go                 |   989 --
 src/pkg/text/template/funcs.go                     |   580 -
 src/pkg/text/template/parse/node.go                |   722 -
 src/pkg/text/template/parse/parse.go               |   671 -
 src/pkg/text/template/parse/parse_test.go          |   420 -
 src/pkg/time/Makefile                              |     9 -
 src/pkg/time/example_test.go                       |   160 -
 src/pkg/time/format.go                             |  1247 --
 src/pkg/time/format_test.go                        |   517 -
 src/pkg/time/genzabbrs.go                          |   145 -
 src/pkg/time/internal_test.go                      |    92 -
 src/pkg/time/sleep.go                              |   122 -
 src/pkg/time/sleep_test.go                         |   393 -
 src/pkg/time/time.go                               |  1206 --
 src/pkg/time/time_test.go                          |  1081 --
 src/pkg/time/zoneinfo_abbrs_windows.go             |   115 -
 src/pkg/time/zoneinfo_windows.go                   |   270 -
 src/pkg/unicode/Makefile                           |    16 -
 src/pkg/unicode/letter.go                          |   354 -
 src/pkg/unicode/maketables.go                      |  1320 --
 src/pkg/unicode/script_test.go                     |   264 -
 src/pkg/unicode/tables.go                          |  6391 ---------
 src/pkg/unicode/utf8/utf8.go                       |   435 -
 src/pkg/unsafe/unsafe.go                           |    37 -
 src/race.bash                                      |     7 +-
 src/reflect/all_test.go                            |  4158 ++++++
 src/reflect/asm_386.s                              |    30 +
 src/reflect/asm_amd64.s                            |    30 +
 src/reflect/asm_amd64p32.s                         |    30 +
 src/reflect/asm_arm.s                              |    30 +
 src/{pkg => }/reflect/deepequal.go                 |     0
 src/{pkg => }/reflect/example_test.go              |     0
 src/reflect/export_test.go                         |    38 +
 src/reflect/makefunc.go                            |   129 +
 src/{pkg => }/reflect/set_test.go                  |     0
 src/{pkg => }/reflect/tostring_test.go             |     0
 src/reflect/type.go                                |  1929 +++
 src/reflect/value.go                               |  2443 ++++
 src/regexp/all_test.go                             |   656 +
 src/{pkg => }/regexp/example_test.go               |     0
 src/{pkg => }/regexp/exec.go                       |     0
 src/{pkg => }/regexp/exec2_test.go                 |     0
 src/{pkg => }/regexp/exec_test.go                  |     0
 src/{pkg => }/regexp/find_test.go                  |     0
 src/regexp/onepass.go                              |   581 +
 src/{pkg => }/regexp/onepass_test.go               |     0
 src/regexp/regexp.go                               |  1120 ++
 src/{pkg => }/regexp/syntax/compile.go             |     0
 src/regexp/syntax/doc.go                           |   131 +
 src/{pkg => }/regexp/syntax/make_perl_groups.pl    |     0
 src/regexp/syntax/parse.go                         |  1902 +++
 src/regexp/syntax/parse_test.go                    |   572 +
 src/{pkg => }/regexp/syntax/perl_groups.go         |     0
 src/{pkg => }/regexp/syntax/prog.go                |     0
 src/{pkg => }/regexp/syntax/prog_test.go           |     0
 src/regexp/syntax/regexp.go                        |   319 +
 src/{pkg => }/regexp/syntax/simplify.go            |     0
 src/{pkg => }/regexp/syntax/simplify_test.go       |     0
 src/{pkg => }/regexp/testdata/README               |     0
 src/{pkg => }/regexp/testdata/basic.dat            |     0
 src/{pkg => }/regexp/testdata/nullsubexpr.dat      |     0
 .../regexp/testdata/re2-exhaustive.txt.bz2         |   Bin
 src/{pkg => }/regexp/testdata/re2-search.txt       |     0
 src/{pkg => }/regexp/testdata/repetition.dat       |     0
 src/{pkg => }/regexp/testdata/testregex.c          |     0
 src/run.bash                                       |    65 +-
 src/run.rc                                         |     2 +-
 src/runtime/Makefile                               |     5 +
 src/runtime/alg.go                                 |   352 +
 src/{pkg => }/runtime/append_test.go               |     0
 src/runtime/arch_386.go                            |     8 +
 src/runtime/arch_386.h                             |    17 +
 src/runtime/arch_amd64.go                          |     8 +
 src/runtime/arch_amd64.h                           |    25 +
 src/runtime/arch_amd64p32.go                       |     8 +
 src/runtime/arch_amd64p32.h                        |    17 +
 src/runtime/arch_arm.go                            |     8 +
 src/runtime/arch_arm.h                             |    17 +
 src/runtime/asm.s                                  |    14 +
 src/runtime/asm_386.s                              |  2292 +++
 src/runtime/asm_amd64.s                            |  2237 +++
 src/runtime/asm_amd64p32.s                         |  1087 ++
 src/runtime/asm_arm.s                              |  1328 ++
 src/runtime/atomic.go                              |    51 +
 src/runtime/atomic_386.c                           |    46 +
 src/runtime/atomic_amd64x.c                        |    29 +
 src/runtime/atomic_arm.go                          |   155 +
 src/runtime/cgo/asm_386.s                          |    31 +
 src/runtime/cgo/asm_amd64.s                        |    47 +
 src/runtime/cgo/asm_arm.s                          |    24 +
 src/runtime/cgo/asm_nacl_amd64p32.s                |    13 +
 src/runtime/cgo/callbacks.c                        |    83 +
 src/runtime/cgo/cgo.go                             |    26 +
 src/runtime/cgo/dragonfly.c                        |    19 +
 src/runtime/cgo/freebsd.c                          |    19 +
 src/{pkg => }/runtime/cgo/gcc_386.S                |     0
 src/{pkg => }/runtime/cgo/gcc_amd64.S              |     0
 src/runtime/cgo/gcc_android.c                      |    31 +
 src/runtime/cgo/gcc_android_arm.c                  |    43 +
 src/runtime/cgo/gcc_arm.S                          |    42 +
 src/runtime/cgo/gcc_darwin_386.c                   |   148 +
 src/runtime/cgo/gcc_darwin_amd64.c                 |   119 +
 src/runtime/cgo/gcc_dragonfly_386.c                |    70 +
 src/runtime/cgo/gcc_dragonfly_amd64.c              |    70 +
 src/runtime/cgo/gcc_fatalf.c                       |    23 +
 src/runtime/cgo/gcc_freebsd_386.c                  |    70 +
 src/runtime/cgo/gcc_freebsd_amd64.c                |    70 +
 src/runtime/cgo/gcc_freebsd_arm.c                  |    82 +
 src/runtime/cgo/gcc_linux_386.c                    |    72 +
 src/runtime/cgo/gcc_linux_amd64.c                  |    67 +
 src/runtime/cgo/gcc_linux_arm.c                    |    73 +
 src/runtime/cgo/gcc_netbsd_386.c                   |    69 +
 src/runtime/cgo/gcc_netbsd_amd64.c                 |    70 +
 src/runtime/cgo/gcc_netbsd_arm.c                   |    66 +
 src/runtime/cgo/gcc_openbsd_386.c                  |   158 +
 src/runtime/cgo/gcc_openbsd_amd64.c                |   159 +
 src/runtime/cgo/gcc_setenv.c                       |    23 +
 src/{pkg => }/runtime/cgo/gcc_util.c               |     0
 src/runtime/cgo/gcc_windows_386.c                  |    61 +
 src/runtime/cgo/gcc_windows_amd64.c                |    61 +
 src/{pkg => }/runtime/cgo/iscgo.c                  |     0
 src/runtime/cgo/libcgo.h                           |    65 +
 src/runtime/cgo/netbsd.c                           |    19 +
 src/runtime/cgo/openbsd.c                          |    27 +
 src/runtime/cgo/setenv.c                           |    13 +
 src/runtime/cgocall.go                             |   279 +
 src/runtime/cgocall.h                              |    13 +
 src/runtime/cgocallback.go                         |    40 +
 src/runtime/chan.go                                |   655 +
 src/runtime/chan.h                                 |    68 +
 src/runtime/chan_test.go                           |   820 ++
 src/{pkg => }/runtime/closure_test.go              |     0
 src/{pkg => }/runtime/compiler.go                  |     0
 src/runtime/complex.go                             |    52 +
 src/{pkg => }/runtime/complex_test.go              |     0
 src/runtime/cpuprof.go                             |   425 +
 src/runtime/crash_cgo_test.go                      |   196 +
 src/runtime/crash_test.go                          |   515 +
 src/runtime/debug.go                               |    70 +
 .../debug/debug.c => runtime/debug/debug.s}        |     0
 src/runtime/debug/garbage.go                       |   159 +
 src/runtime/debug/garbage_test.go                  |   115 +
 src/{pkg => }/runtime/debug/heapdump_test.go       |     0
 src/{pkg => }/runtime/debug/stack.go               |     0
 src/runtime/debug/stack_test.go                    |    62 +
 src/runtime/debug/stubs.go                         |    20 +
 src/runtime/debug/stubs.s                          |    21 +
 src/runtime/defs.c                                 |    15 +
 src/runtime/defs1_linux.go                         |    37 +
 src/runtime/defs2_linux.go                         |   146 +
 src/runtime/defs_android_arm.h                     |     3 +
 src/runtime/defs_arm_linux.go                      |   124 +
 src/{pkg => }/runtime/defs_darwin.go               |     0
 src/runtime/defs_darwin_386.h                      |   392 +
 src/runtime/defs_darwin_amd64.h                    |   395 +
 src/runtime/defs_dragonfly.go                      |   126 +
 src/runtime/defs_dragonfly_386.h                   |   198 +
 src/runtime/defs_dragonfly_amd64.h                 |   208 +
 src/runtime/defs_freebsd.go                        |   133 +
 src/runtime/defs_freebsd_386.h                     |   213 +
 src/runtime/defs_freebsd_amd64.h                   |   224 +
 src/runtime/defs_freebsd_arm.h                     |   186 +
 src/runtime/defs_linux.go                          |   124 +
 src/runtime/defs_linux_386.h                       |   211 +
 src/runtime/defs_linux_amd64.h                     |   254 +
 src/runtime/defs_linux_arm.h                       |   168 +
 src/{pkg => }/runtime/defs_nacl_386.h              |     0
 src/runtime/defs_nacl_amd64p32.h                   |    90 +
 src/runtime/defs_nacl_arm.h                        |    70 +
 src/runtime/defs_netbsd.go                         |   125 +
 src/{pkg => }/runtime/defs_netbsd_386.go           |     0
 src/runtime/defs_netbsd_386.h                      |   182 +
 src/{pkg => }/runtime/defs_netbsd_amd64.go         |     0
 src/runtime/defs_netbsd_amd64.h                    |   194 +
 src/{pkg => }/runtime/defs_netbsd_arm.go           |     0
 src/runtime/defs_netbsd_arm.h                      |   184 +
 src/runtime/defs_openbsd.go                        |   121 +
 src/runtime/defs_openbsd_386.h                     |   168 +
 src/runtime/defs_openbsd_amd64.h                   |   179 +
 src/runtime/defs_plan9_386.h                       |    26 +
 src/runtime/defs_plan9_amd64.h                     |    34 +
 src/runtime/defs_solaris.go                        |   156 +
 src/{pkg => }/runtime/defs_solaris_amd64.go        |     0
 src/runtime/defs_solaris_amd64.h                   |   254 +
 src/runtime/defs_windows.go                        |    73 +
 src/runtime/defs_windows_386.h                     |   116 +
 src/runtime/defs_windows_amd64.h                   |   131 +
 src/runtime/env_plan9.go                           |    56 +
 src/runtime/env_posix.go                           |    63 +
 src/runtime/error.go                               |   107 +
 src/runtime/export_futex_test.go                   |    10 +
 src/runtime/export_test.go                         |   165 +
 src/runtime/extern.go                              |   168 +
 src/{pkg => }/runtime/float.c                      |     0
 src/runtime/funcdata.h                             |    60 +
 src/{pkg => }/runtime/futex_test.go                |     0
 src/runtime/gc_test.go                             |   292 +
 src/runtime/gcinfo_test.go                         |   193 +
 src/runtime/hash_test.go                           |   572 +
 src/runtime/hashmap.go                             |   953 ++
 src/runtime/hashmap_fast.go                        |   379 +
 src/runtime/heapdump.c                             |   864 ++
 src/runtime/iface.go                               |   439 +
 src/{pkg => }/runtime/iface_test.go                |     0
 src/runtime/lfstack.c                              |    87 +
 src/{pkg => }/runtime/lfstack_test.go              |     0
 src/runtime/lock_futex.go                          |   205 +
 src/runtime/lock_sema.go                           |   270 +
 src/runtime/malloc.c                               |   396 +
 src/runtime/malloc.go                              |   837 ++
 src/runtime/malloc.h                               |   621 +
 src/runtime/malloc_test.go                         |   189 +
 src/runtime/map_test.go                            |   537 +
 src/runtime/mapspeed_test.go                       |   300 +
 src/runtime/mcache.c                               |   115 +
 src/runtime/mcentral.c                             |   214 +
 src/runtime/mem.go                                 |   108 +
 src/runtime/mem_darwin.c                           |    82 +
 src/runtime/mem_dragonfly.c                        |   105 +
 src/runtime/mem_freebsd.c                          |   100 +
 src/runtime/mem_linux.c                            |   162 +
 src/runtime/mem_nacl.c                             |   120 +
 src/runtime/mem_netbsd.c                           |   100 +
 src/runtime/mem_openbsd.c                          |   100 +
 src/runtime/mem_plan9.c                            |   121 +
 src/runtime/mem_solaris.c                          |   101 +
 src/runtime/mem_windows.c                          |   132 +
 src/runtime/memclr_386.s                           |   130 +
 src/runtime/memclr_amd64.s                         |   119 +
 src/runtime/memclr_arm.s                           |    87 +
 src/runtime/memclr_plan9_386.s                     |    51 +
 src/runtime/memclr_plan9_amd64.s                   |    21 +
 src/runtime/memmove_386.s                          |   176 +
 src/runtime/memmove_amd64.s                        |   252 +
 src/runtime/memmove_arm.s                          |   261 +
 src/{pkg => }/runtime/memmove_linux_amd64_test.go  |     0
 src/runtime/memmove_nacl_amd64p32.s                |    46 +
 src/runtime/memmove_plan9_386.s                    |   128 +
 src/runtime/memmove_plan9_amd64.s                  |   127 +
 src/runtime/memmove_test.go                        |   295 +
 src/runtime/mfinal_test.go                         |   246 +
 src/{pkg => }/runtime/mfixalloc.c                  |     0
 src/runtime/mgc0.c                                 |  2010 +++
 src/runtime/mgc0.go                                |   152 +
 src/runtime/mgc0.h                                 |    78 +
 src/runtime/mheap.c                                |   889 ++
 src/{pkg => }/runtime/mknacl.sh                    |     0
 src/runtime/mprof.go                               |   672 +
 src/runtime/msize.c                                |   184 +
 src/runtime/netpoll.go                             |   455 +
 src/runtime/netpoll_epoll.go                       |    97 +
 src/runtime/netpoll_kqueue.go                      |   101 +
 src/runtime/netpoll_nacl.go                        |    26 +
 src/runtime/netpoll_solaris.c                      |   264 +
 src/{pkg => }/runtime/netpoll_stub.c               |     0
 src/runtime/netpoll_windows.c                      |   163 +
 src/runtime/noasm_arm.go                           |    54 +
 src/{pkg => }/runtime/norace_test.go               |     0
 src/runtime/os_android.c                           |    16 +
 src/runtime/os_android.h                           |     1 +
 src/runtime/os_darwin.c                            |   567 +
 src/runtime/os_darwin.go                           |    24 +
 src/runtime/os_darwin.h                            |    43 +
 src/runtime/os_dragonfly.c                         |   312 +
 src/runtime/os_dragonfly.go                        |    20 +
 src/runtime/os_dragonfly.h                         |    30 +
 src/runtime/os_freebsd.c                           |   320 +
 src/runtime/os_freebsd.go                          |    17 +
 src/runtime/os_freebsd.h                           |    29 +
 src/runtime/os_freebsd_arm.c                       |    24 +
 src/runtime/os_linux.c                             |   342 +
 src/runtime/os_linux.go                            |    17 +
 src/runtime/os_linux.h                             |    41 +
 src/runtime/os_linux_386.c                         |    38 +
 src/runtime/os_linux_arm.c                         |    80 +
 src/runtime/os_nacl.c                              |   312 +
 src/runtime/os_nacl.go                             |    39 +
 src/{pkg => }/runtime/os_nacl.h                    |     0
 src/runtime/os_nacl_arm.c                          |    24 +
 src/runtime/os_netbsd.c                            |   368 +
 src/runtime/os_netbsd.go                           |    20 +
 src/runtime/os_netbsd.h                            |    31 +
 src/{pkg => }/runtime/os_netbsd_386.c              |     0
 src/{pkg => }/runtime/os_netbsd_amd64.c            |     0
 src/runtime/os_netbsd_arm.c                        |    34 +
 src/runtime/os_openbsd.c                           |   309 +
 src/runtime/os_openbsd.go                          |    17 +
 src/runtime/os_openbsd.h                           |    26 +
 src/runtime/os_plan9.c                             |   362 +
 src/runtime/os_plan9.go                            |   103 +
 src/runtime/os_plan9.h                             |    93 +
 src/runtime/os_plan9_386.c                         |   150 +
 src/runtime/os_plan9_amd64.c                       |   158 +
 src/runtime/os_solaris.c                           |   557 +
 src/runtime/os_solaris.go                          |   100 +
 src/runtime/os_solaris.h                           |    55 +
 src/runtime/os_windows.c                           |   636 +
 src/runtime/os_windows.go                          |    58 +
 src/runtime/os_windows.h                           |    42 +
 src/runtime/os_windows_386.c                       |   128 +
 src/runtime/os_windows_386.go                      |    11 +
 src/runtime/os_windows_amd64.c                     |   150 +
 src/runtime/os_windows_amd64.go                    |    11 +
 src/runtime/panic.c                                |   200 +
 src/runtime/panic.go                               |   505 +
 src/runtime/parfor.c                               |   226 +
 src/{pkg => }/runtime/parfor_test.go               |     0
 src/runtime/pprof/mprof_test.go                    |    99 +
 src/runtime/pprof/pprof.go                         |   673 +
 src/runtime/pprof/pprof_test.go                    |   452 +
 src/runtime/print1.go                              |   323 +
 src/runtime/proc.c                                 |  3521 +++++
 src/runtime/proc.go                                |   246 +
 src/runtime/proc_test.go                           |   480 +
 src/runtime/race.c                                 |   347 +
 src/runtime/race.go                                |   127 +
 src/{pkg => }/runtime/race.h                       |     0
 src/runtime/race/README                            |    12 +
 src/{pkg => }/runtime/race/doc.go                  |     0
 src/{pkg => }/runtime/race/output_test.go          |     0
 src/runtime/race/race.go                           |    15 +
 src/runtime/race/race_darwin_amd64.syso            |   Bin 0 -> 278328 bytes
 src/runtime/race/race_freebsd_amd64.syso           |   Bin 0 -> 294224 bytes
 src/runtime/race/race_linux_amd64.syso             |   Bin 0 -> 298064 bytes
 src/{pkg => }/runtime/race/race_test.go            |     0
 src/runtime/race/race_unix_test.go                 |    30 +
 src/runtime/race/race_windows_amd64.syso           |   Bin 0 -> 292311 bytes
 src/runtime/race/testdata/atomic_test.go           |   288 +
 src/{pkg => }/runtime/race/testdata/cgo_test.go    |     0
 .../runtime/race/testdata/cgo_test_main.go         |     0
 src/runtime/race/testdata/chan_test.go             |   659 +
 src/{pkg => }/runtime/race/testdata/comp_test.go   |     0
 .../runtime/race/testdata/finalizer_test.go        |     0
 src/{pkg => }/runtime/race/testdata/io_test.go     |     0
 src/runtime/race/testdata/map_test.go              |   333 +
 src/runtime/race/testdata/mop_test.go              |  1957 +++
 src/{pkg => }/runtime/race/testdata/mutex_test.go  |     0
 .../runtime/race/testdata/regression_test.go       |     0
 .../runtime/race/testdata/rwmutex_test.go          |     0
 src/{pkg => }/runtime/race/testdata/select_test.go |     0
 src/runtime/race/testdata/slice_test.go            |   485 +
 src/{pkg => }/runtime/race/testdata/sync_test.go   |     0
 .../runtime/race/testdata/waitgroup_test.go        |     0
 src/runtime/race0.go                               |    37 +
 src/runtime/race_amd64.s                           |   414 +
 src/runtime/rdebug.go                              |    37 +
 src/runtime/rt0_android_arm.s                      |    11 +
 src/runtime/rt0_darwin_386.s                       |    16 +
 src/runtime/rt0_darwin_amd64.s                     |    15 +
 src/runtime/rt0_dragonfly_386.s                    |    16 +
 src/runtime/rt0_dragonfly_amd64.s                  |    15 +
 src/runtime/rt0_freebsd_386.s                      |    16 +
 src/runtime/rt0_freebsd_amd64.s                    |    15 +
 src/runtime/rt0_freebsd_arm.s                      |    18 +
 src/runtime/rt0_linux_386.s                        |    25 +
 src/runtime/rt0_linux_amd64.s                      |    15 +
 src/runtime/rt0_linux_arm.s                        |    91 +
 src/runtime/rt0_nacl_386.s                         |    22 +
 src/runtime/rt0_nacl_amd64p32.s                    |    30 +
 src/runtime/rt0_nacl_arm.s                         |    20 +
 src/runtime/rt0_netbsd_386.s                       |    16 +
 src/runtime/rt0_netbsd_amd64.s                     |    15 +
 src/runtime/rt0_netbsd_arm.s                       |    13 +
 src/runtime/rt0_openbsd_386.s                      |    16 +
 src/runtime/rt0_openbsd_amd64.s                    |    15 +
 src/runtime/rt0_plan9_386.s                        |    23 +
 src/runtime/rt0_plan9_amd64.s                      |    21 +
 src/runtime/rt0_solaris_amd64.s                    |    18 +
 src/runtime/rt0_windows_386.s                      |    20 +
 src/runtime/rt0_windows_amd64.s                    |    19 +
 src/runtime/rune.go                                |   219 +
 src/{pkg => }/runtime/runtime-gdb.py               |     0
 src/runtime/runtime.c                              |   399 +
 src/runtime/runtime.go                             |    60 +
 src/runtime/runtime.h                              |  1132 ++
 src/{pkg => }/runtime/runtime_linux_test.go        |     0
 src/runtime/runtime_test.go                        |   249 +
 src/{pkg => }/runtime/runtime_unix_test.go         |     0
 src/runtime/select.go                              |   651 +
 src/runtime/sema.go                                |   275 +
 src/runtime/signal.c                               |    25 +
 src/runtime/signal_386.c                           |   122 +
 src/runtime/signal_amd64x.c                        |   156 +
 src/runtime/signal_android_386.h                   |     1 +
 src/runtime/signal_android_arm.h                   |     1 +
 src/runtime/signal_arm.c                           |   121 +
 src/{pkg => }/runtime/signal_darwin_386.h          |     0
 src/{pkg => }/runtime/signal_darwin_amd64.h        |     0
 src/{pkg => }/runtime/signal_dragonfly_386.h       |     0
 src/{pkg => }/runtime/signal_dragonfly_amd64.h     |     0
 src/{pkg => }/runtime/signal_freebsd_386.h         |     0
 src/{pkg => }/runtime/signal_freebsd_amd64.h       |     0
 src/{pkg => }/runtime/signal_freebsd_arm.h         |     0
 src/{pkg => }/runtime/signal_linux_386.h           |     0
 src/{pkg => }/runtime/signal_linux_amd64.h         |     0
 src/{pkg => }/runtime/signal_linux_arm.h           |     0
 src/{pkg => }/runtime/signal_nacl_386.h            |     0
 src/runtime/signal_nacl_amd64p32.h                 |    31 +
 src/runtime/signal_nacl_arm.h                      |    28 +
 src/{pkg => }/runtime/signal_netbsd_386.h          |     0
 src/{pkg => }/runtime/signal_netbsd_amd64.h        |     0
 src/{pkg => }/runtime/signal_netbsd_arm.h          |     0
 src/{pkg => }/runtime/signal_openbsd_386.h         |     0
 src/{pkg => }/runtime/signal_openbsd_amd64.h       |     0
 src/{pkg => }/runtime/signal_solaris_amd64.h       |     0
 src/runtime/signal_unix.c                          |   119 +
 src/runtime/signal_unix.go                         |    13 +
 src/{pkg => }/runtime/signal_unix.h                |     0
 src/runtime/signals_android.h                      |     1 +
 src/runtime/signals_darwin.h                       |    53 +
 src/runtime/signals_dragonfly.h                    |    54 +
 src/runtime/signals_freebsd.h                      |    54 +
 src/runtime/signals_linux.h                        |    86 +
 src/runtime/signals_nacl.h                         |    53 +
 src/runtime/signals_netbsd.h                       |    54 +
 src/runtime/signals_openbsd.h                      |    54 +
 src/runtime/signals_plan9.h                        |    63 +
 src/runtime/signals_solaris.h                      |    97 +
 src/{pkg => }/runtime/signals_windows.h            |     0
 src/runtime/sigpanic_unix.go                       |    40 +
 src/runtime/sigqueue.go                            |   173 +
 src/runtime/slice.go                               |   139 +
 src/{pkg => }/runtime/softfloat64.go               |     0
 src/{pkg => }/runtime/softfloat64_test.go          |     0
 src/runtime/softfloat_arm.c                        |   687 +
 src/{pkg => }/runtime/sqrt.go                      |     0
 src/runtime/stack.c                                |   892 ++
 src/runtime/stack.go                               |    13 +
 src/runtime/stack.h                                |   118 +
 src/runtime/stack_test.go                          |   397 +
 src/runtime/string.c                               |   226 +
 src/runtime/string.go                              |   298 +
 src/runtime/string_test.go                         |   160 +
 src/runtime/stubs.go                               |   316 +
 src/runtime/symtab.go                              |   288 +
 src/{pkg => }/runtime/symtab_test.go               |     0
 src/{pkg => }/runtime/sys_arm.c                    |     0
 src/runtime/sys_darwin_386.s                       |   541 +
 src/runtime/sys_darwin_amd64.s                     |   505 +
 src/runtime/sys_dragonfly_386.s                    |   381 +
 src/runtime/sys_dragonfly_amd64.s                  |   344 +
 src/runtime/sys_freebsd_386.s                      |   391 +
 src/runtime/sys_freebsd_amd64.s                    |   357 +
 src/runtime/sys_freebsd_arm.s                      |   382 +
 src/runtime/sys_linux_386.s                        |   489 +
 src/runtime/sys_linux_amd64.s                      |   410 +
 src/runtime/sys_linux_arm.s                        |   461 +
 src/runtime/sys_nacl_386.s                         |   363 +
 src/runtime/sys_nacl_amd64p32.s                    |   459 +
 src/runtime/sys_nacl_arm.s                         |   320 +
 src/runtime/sys_netbsd_386.s                       |   384 +
 src/runtime/sys_netbsd_amd64.s                     |   358 +
 src/runtime/sys_netbsd_arm.s                       |   351 +
 src/runtime/sys_openbsd_386.s                      |   398 +
 src/runtime/sys_openbsd_amd64.s                    |   350 +
 src/runtime/sys_plan9_386.s                        |   249 +
 src/runtime/sys_plan9_amd64.s                      |   254 +
 src/runtime/sys_solaris_amd64.s                    |   351 +
 src/runtime/sys_windows_386.s                      |   433 +
 src/runtime/sys_windows_amd64.s                    |   462 +
 src/{pkg => }/runtime/sys_x86.c                    |     0
 src/{pkg => }/runtime/syscall_nacl.h               |     0
 src/runtime/syscall_solaris.c                      |    23 +
 src/runtime/syscall_solaris.go                     |   322 +
 src/runtime/syscall_windows.go                     |   170 +
 src/runtime/syscall_windows_test.go                |   535 +
 src/runtime/thunk.s                                |   183 +
 src/runtime/thunk_solaris_amd64.s                  |    88 +
 src/runtime/thunk_windows.s                        |    30 +
 src/runtime/time.go                                |   289 +
 src/runtime/tls_arm.s                              |    69 +
 src/runtime/traceback.go                           |   659 +
 src/runtime/type.h                                 |   113 +
 src/runtime/typekind.go                            |    44 +
 src/runtime/typekind.h                             |    38 +
 src/runtime/vdso_linux_amd64.c                     |   371 +
 src/runtime/vlop_386.s                             |    56 +
 src/runtime/vlop_arm.s                             |   317 +
 src/{pkg => }/runtime/vlop_arm_test.go             |     0
 src/runtime/vlrt.c                                 |   914 ++
 src/runtime/vlrt.go                                |   258 +
 src/{pkg => }/sort/example_interface_test.go       |     0
 src/{pkg => }/sort/example_keys_test.go            |     0
 src/{pkg => }/sort/example_multi_test.go           |     0
 src/{pkg => }/sort/example_test.go                 |     0
 src/{pkg => }/sort/example_wrapper_test.go         |     0
 src/{pkg => }/sort/export_test.go                  |     0
 src/{pkg => }/sort/search.go                       |     0
 src/{pkg => }/sort/search_test.go                  |     0
 src/{pkg => }/sort/sort.go                         |     0
 src/{pkg => }/sort/sort_test.go                    |     0
 src/{pkg => }/strconv/atob.go                      |     0
 src/{pkg => }/strconv/atob_test.go                 |     0
 src/{pkg => }/strconv/atof.go                      |     0
 src/{pkg => }/strconv/atof_test.go                 |     0
 src/strconv/atoi.go                                |   198 +
 src/{pkg => }/strconv/atoi_test.go                 |     0
 src/{pkg => }/strconv/decimal.go                   |     0
 src/{pkg => }/strconv/decimal_test.go              |     0
 src/{pkg => }/strconv/extfloat.go                  |     0
 src/{pkg => }/strconv/fp_test.go                   |     0
 src/{pkg => }/strconv/ftoa.go                      |     0
 src/{pkg => }/strconv/ftoa_test.go                 |     0
 src/{pkg => }/strconv/internal_test.go             |     0
 src/strconv/isprint.go                             |   624 +
 src/{pkg => }/strconv/itoa.go                      |     0
 src/{pkg => }/strconv/itoa_test.go                 |     0
 src/strconv/makeisprint.go                         |   187 +
 src/strconv/quote.go                               |   455 +
 src/{pkg => }/strconv/quote_example_test.go        |     0
 src/strconv/quote_test.go                          |   266 +
 src/{pkg => }/strconv/strconv_test.go              |     0
 src/{pkg => }/strconv/testdata/testfp.txt          |     0
 src/{pkg => }/strings/example_test.go              |     0
 src/{pkg => }/strings/export_test.go               |     0
 src/{pkg => }/strings/reader.go                    |     0
 src/{pkg => }/strings/reader_test.go               |     0
 src/strings/replace.go                             |   518 +
 src/strings/replace_test.go                        |   542 +
 src/{pkg => }/strings/search.go                    |     0
 src/{pkg => }/strings/search_test.go               |     0
 src/strings/strings.go                             |   762 +
 src/{pkg => }/strings/strings.s                    |     0
 src/{pkg => }/strings/strings_decl.go              |     0
 src/strings/strings_test.go                        |  1204 ++
 src/sync/atomic/64bit_arm.go                       |    58 +
 src/sync/atomic/asm_386.s                          |   214 +
 src/sync/atomic/asm_amd64.s                        |   146 +
 src/sync/atomic/asm_amd64p32.s                     |   159 +
 src/sync/atomic/asm_arm.s                          |   197 +
 src/sync/atomic/asm_freebsd_arm.s                  |   109 +
 src/sync/atomic/asm_linux_arm.s                    |   216 +
 src/sync/atomic/asm_nacl_arm.s                     |   109 +
 src/sync/atomic/asm_netbsd_arm.s                   |   109 +
 src/{pkg => }/sync/atomic/atomic_linux_arm_test.go |     0
 src/sync/atomic/atomic_test.go                     |  1509 ++
 src/sync/atomic/doc.go                             |   149 +
 src/sync/atomic/export_linux_arm_test.go           |     7 +
 src/sync/atomic/race.s                             |     8 +
 src/sync/atomic/value.go                           |    85 +
 src/sync/atomic/value_test.go                      |   195 +
 src/{pkg => }/sync/cond.go                         |     0
 src/{pkg => }/sync/cond_test.go                    |     0
 src/{pkg => }/sync/example_test.go                 |     0
 src/{pkg => }/sync/export_test.go                  |     0
 src/{pkg => }/sync/mutex.go                        |     0
 src/{pkg => }/sync/mutex_test.go                   |     0
 src/sync/once.go                                   |    46 +
 src/sync/once_test.go                              |    68 +
 src/sync/pool.go                                   |   225 +
 src/sync/pool_test.go                              |   163 +
 src/{pkg => }/sync/race.go                         |     0
 src/{pkg => }/sync/race0.go                        |     0
 src/sync/runtime.go                                |    40 +
 src/{pkg => }/sync/runtime_sema_test.go            |     0
 src/sync/rwmutex.go                                |   136 +
 src/sync/rwmutex_test.go                           |   254 +
 src/sync/waitgroup.go                              |   137 +
 src/{pkg => }/sync/waitgroup_test.go               |     0
 src/syscall/asm.s                                  |     8 +
 src/syscall/asm_darwin_386.s                       |   143 +
 src/syscall/asm_darwin_amd64.s                     |   107 +
 src/syscall/asm_dragonfly_386.s                    |   140 +
 src/syscall/asm_dragonfly_amd64.s                  |   134 +
 src/syscall/asm_freebsd_386.s                      |   143 +
 src/syscall/asm_freebsd_amd64.s                    |   142 +
 src/syscall/asm_freebsd_arm.s                      |   130 +
 src/syscall/asm_linux_386.s                        |   187 +
 src/syscall/asm_linux_amd64.s                      |   127 +
 src/syscall/asm_linux_arm.s                        |   159 +
 src/syscall/asm_nacl_386.s                         |    44 +
 src/syscall/asm_nacl_amd64p32.s                    |    42 +
 src/syscall/asm_nacl_arm.s                         |    44 +
 src/syscall/asm_netbsd_386.s                       |   143 +
 src/syscall/asm_netbsd_amd64.s                     |   136 +
 src/syscall/asm_netbsd_arm.s                       |   127 +
 src/syscall/asm_openbsd_386.s                      |   143 +
 src/syscall/asm_openbsd_amd64.s                    |   136 +
 src/syscall/asm_plan9_386.s                        |   166 +
 src/syscall/asm_plan9_amd64.s                      |   164 +
 src/syscall/asm_solaris_amd64.s                    |    81 +
 src/{pkg => }/syscall/bpf_bsd.go                   |     0
 src/{pkg => }/syscall/creds_test.go                |     0
 src/{pkg => }/syscall/dir_plan9.go                 |     0
 src/syscall/dll_windows.go                         |   280 +
 src/syscall/env_plan9.go                           |   108 +
 src/syscall/env_unix.go                            |   149 +
 src/syscall/env_windows.go                         |    90 +
 src/{pkg => }/syscall/exec_bsd.go                  |     0
 src/syscall/exec_linux.go                          |   363 +
 src/{pkg => }/syscall/exec_plan9.go                |     0
 src/{pkg => }/syscall/exec_solaris.go              |     0
 src/{pkg => }/syscall/exec_unix.go                 |     0
 src/syscall/exec_windows.go                        |   340 +
 src/syscall/export_test.go                         |     7 +
 src/{pkg => }/syscall/fd_nacl.go                   |     0
 src/{pkg => }/syscall/flock.go                     |     0
 src/{pkg => }/syscall/flock_linux_32bit.go         |     0
 src/syscall/fs_nacl.go                             |   838 ++
 src/{pkg => }/syscall/lsf_linux.go                 |     0
 src/syscall/mkall.sh                               |   263 +
 src/syscall/mkall_windows.bat                      |    15 +
 src/{pkg => }/syscall/mkerrors.sh                  |     0
 src/syscall/mksyscall.pl                           |   319 +
 src/syscall/mksyscall_solaris.pl                   |   283 +
 src/syscall/mksyscall_windows.go                   |   759 +
 src/{pkg => }/syscall/mksysctl_openbsd.pl          |     0
 src/{pkg => }/syscall/mksysnum_darwin.pl           |     0
 src/{pkg => }/syscall/mksysnum_dragonfly.pl        |     0
 src/{pkg => }/syscall/mksysnum_freebsd.pl          |     0
 src/{pkg => }/syscall/mksysnum_linux.pl            |     0
 src/{pkg => }/syscall/mksysnum_netbsd.pl           |     0
 src/{pkg => }/syscall/mksysnum_openbsd.pl          |     0
 src/{pkg => }/syscall/mksysnum_plan9.sh            |     0
 src/{pkg => }/syscall/mmap_unix_test.go            |     0
 src/syscall/net_nacl.go                            |   913 ++
 src/syscall/netlink_linux.go                       |   178 +
 src/{pkg => }/syscall/race.go                      |     0
 src/{pkg => }/syscall/race0.go                     |     0
 src/syscall/route_bsd.go                           |   224 +
 src/{pkg => }/syscall/route_darwin.go              |     0
 src/{pkg => }/syscall/route_dragonfly.go           |     0
 src/{pkg => }/syscall/route_freebsd.go             |     0
 src/{pkg => }/syscall/route_freebsd_32bit.go       |     0
 src/{pkg => }/syscall/route_freebsd_64bit.go       |     0
 src/{pkg => }/syscall/route_netbsd.go              |     0
 src/{pkg => }/syscall/route_openbsd.go             |     0
 src/{pkg => }/syscall/security_windows.go          |     0
 src/syscall/so_solaris.go                          |   262 +
 src/{pkg => }/syscall/sockcmsg_linux.go            |     0
 src/{pkg => }/syscall/sockcmsg_unix.go             |     0
 src/{pkg => }/syscall/srpc_nacl.go                 |     0
 src/syscall/str.go                                 |    24 +
 src/syscall/syscall.go                             |    95 +
 src/syscall/syscall_bsd.go                         |   588 +
 src/{pkg => }/syscall/syscall_bsd_test.go          |     0
 src/syscall/syscall_darwin.go                      |   509 +
 src/{pkg => }/syscall/syscall_darwin_386.go        |     0
 src/{pkg => }/syscall/syscall_darwin_amd64.go      |     0
 src/{pkg => }/syscall/syscall_dragonfly.go         |     0
 src/{pkg => }/syscall/syscall_dragonfly_386.go     |     0
 src/{pkg => }/syscall/syscall_dragonfly_amd64.go   |     0
 src/{pkg => }/syscall/syscall_freebsd.go           |     0
 src/{pkg => }/syscall/syscall_freebsd_386.go       |     0
 src/{pkg => }/syscall/syscall_freebsd_amd64.go     |     0
 src/{pkg => }/syscall/syscall_freebsd_arm.go       |     0
 src/syscall/syscall_linux.go                       |  1042 ++
 src/syscall/syscall_linux_386.go                   |   356 +
 src/syscall/syscall_linux_amd64.go                 |   114 +
 src/syscall/syscall_linux_arm.go                   |   196 +
 src/{pkg => }/syscall/syscall_nacl.go              |     0
 src/{pkg => }/syscall/syscall_nacl_386.go          |     0
 src/{pkg => }/syscall/syscall_nacl_amd64p32.go     |     0
 src/syscall/syscall_nacl_arm.go                    |    32 +
 src/{pkg => }/syscall/syscall_netbsd.go            |     0
 src/{pkg => }/syscall/syscall_netbsd_386.go        |     0
 src/{pkg => }/syscall/syscall_netbsd_amd64.go      |     0
 src/{pkg => }/syscall/syscall_netbsd_arm.go        |     0
 src/{pkg => }/syscall/syscall_no_getwd.go          |     0
 src/{pkg => }/syscall/syscall_openbsd.go           |     0
 src/{pkg => }/syscall/syscall_openbsd_386.go       |     0
 src/{pkg => }/syscall/syscall_openbsd_amd64.go     |     0
 src/syscall/syscall_plan9.go                       |   341 +
 src/{pkg => }/syscall/syscall_solaris.go           |     0
 src/{pkg => }/syscall/syscall_solaris_amd64.go     |     0
 src/syscall/syscall_test.go                        |    47 +
 src/syscall/syscall_unix.go                        |   299 +
 src/{pkg => }/syscall/syscall_unix_test.go         |     0
 src/syscall/syscall_windows.go                     |  1013 ++
 src/{pkg => }/syscall/syscall_windows_386.go       |     0
 src/{pkg => }/syscall/syscall_windows_amd64.go     |     0
 src/{pkg => }/syscall/syscall_windows_test.go      |     0
 src/{pkg => }/syscall/tables_nacl.go               |     0
 src/syscall/time_nacl_386.s                        |    11 +
 src/syscall/time_nacl_amd64p32.s                   |    11 +
 src/syscall/time_nacl_arm.s                        |    11 +
 src/{pkg => }/syscall/types_darwin.go              |     0
 src/{pkg => }/syscall/types_dragonfly.go           |     0
 src/{pkg => }/syscall/types_freebsd.go             |     0
 src/{pkg => }/syscall/types_linux.go               |     0
 src/{pkg => }/syscall/types_netbsd.go              |     0
 src/{pkg => }/syscall/types_openbsd.go             |     0
 src/{pkg => }/syscall/types_plan9.c                |     0
 src/{pkg => }/syscall/types_solaris.go             |     0
 src/{pkg => }/syscall/unzip_nacl.go                |     0
 src/{pkg => }/syscall/zerrors_darwin_386.go        |     0
 src/{pkg => }/syscall/zerrors_darwin_amd64.go      |     0
 src/{pkg => }/syscall/zerrors_dragonfly_386.go     |     0
 src/{pkg => }/syscall/zerrors_dragonfly_amd64.go   |     0
 src/{pkg => }/syscall/zerrors_freebsd_386.go       |     0
 src/{pkg => }/syscall/zerrors_freebsd_amd64.go     |     0
 src/{pkg => }/syscall/zerrors_freebsd_arm.go       |     0
 src/{pkg => }/syscall/zerrors_linux_386.go         |     0
 src/{pkg => }/syscall/zerrors_linux_amd64.go       |     0
 src/{pkg => }/syscall/zerrors_linux_arm.go         |     0
 src/{pkg => }/syscall/zerrors_netbsd_386.go        |     0
 src/{pkg => }/syscall/zerrors_netbsd_amd64.go      |     0
 src/{pkg => }/syscall/zerrors_netbsd_arm.go        |     0
 src/{pkg => }/syscall/zerrors_openbsd_386.go       |     0
 src/{pkg => }/syscall/zerrors_openbsd_amd64.go     |     0
 src/{pkg => }/syscall/zerrors_plan9_386.go         |     0
 src/{pkg => }/syscall/zerrors_plan9_amd64.go       |     0
 src/{pkg => }/syscall/zerrors_solaris_amd64.go     |     0
 src/{pkg => }/syscall/zerrors_windows.go           |     0
 src/{pkg => }/syscall/zerrors_windows_386.go       |     0
 src/{pkg => }/syscall/zerrors_windows_amd64.go     |     0
 src/syscall/zsyscall_darwin_386.go                 |  1419 ++
 src/syscall/zsyscall_darwin_amd64.go               |  1419 ++
 src/syscall/zsyscall_dragonfly_386.go              |  1317 ++
 src/syscall/zsyscall_dragonfly_amd64.go            |  1317 ++
 src/syscall/zsyscall_freebsd_386.go                |  1328 ++
 src/syscall/zsyscall_freebsd_amd64.go              |  1328 ++
 src/syscall/zsyscall_freebsd_arm.go                |  1328 ++
 src/syscall/zsyscall_linux_386.go                  |  1767 +++
 src/syscall/zsyscall_linux_amd64.go                |  1961 +++
 src/syscall/zsyscall_linux_arm.go                  |  1915 +++
 src/{pkg => }/syscall/zsyscall_nacl_386.go         |     0
 src/{pkg => }/syscall/zsyscall_nacl_amd64p32.go    |     0
 src/syscall/zsyscall_nacl_arm.go                   |    63 +
 src/syscall/zsyscall_netbsd_386.go                 |  1251 ++
 src/syscall/zsyscall_netbsd_amd64.go               |  1251 ++
 src/syscall/zsyscall_netbsd_arm.go                 |  1251 ++
 src/syscall/zsyscall_openbsd_386.go                |  1291 ++
 src/syscall/zsyscall_openbsd_amd64.go              |  1291 ++
 src/syscall/zsyscall_plan9_386.go                  |   292 +
 src/syscall/zsyscall_plan9_amd64.go                |   292 +
 src/syscall/zsyscall_solaris_amd64.go              |   906 ++
 src/syscall/zsyscall_windows.go                    |  1870 +++
 src/{pkg => }/syscall/zsysctl_openbsd.go           |     0
 src/{pkg => }/syscall/zsysnum_darwin_386.go        |     0
 src/{pkg => }/syscall/zsysnum_darwin_amd64.go      |     0
 src/{pkg => }/syscall/zsysnum_dragonfly_386.go     |     0
 src/{pkg => }/syscall/zsysnum_dragonfly_amd64.go   |     0
 src/{pkg => }/syscall/zsysnum_freebsd_386.go       |     0
 src/{pkg => }/syscall/zsysnum_freebsd_amd64.go     |     0
 src/{pkg => }/syscall/zsysnum_freebsd_arm.go       |     0
 src/{pkg => }/syscall/zsysnum_linux_386.go         |     0
 src/{pkg => }/syscall/zsysnum_linux_amd64.go       |     0
 src/{pkg => }/syscall/zsysnum_linux_arm.go         |     0
 src/{pkg => }/syscall/zsysnum_netbsd_386.go        |     0
 src/{pkg => }/syscall/zsysnum_netbsd_amd64.go      |     0
 src/{pkg => }/syscall/zsysnum_netbsd_arm.go        |     0
 src/{pkg => }/syscall/zsysnum_openbsd_386.go       |     0
 src/{pkg => }/syscall/zsysnum_openbsd_amd64.go     |     0
 src/syscall/zsysnum_plan9_386.go                   |    49 +
 src/syscall/zsysnum_plan9_amd64.go                 |    49 +
 src/{pkg => }/syscall/zsysnum_solaris_amd64.go     |     0
 src/{pkg => }/syscall/zsysnum_windows_386.go       |     0
 src/{pkg => }/syscall/zsysnum_windows_amd64.go     |     0
 src/{pkg => }/syscall/ztypes_darwin_386.go         |     0
 src/{pkg => }/syscall/ztypes_darwin_amd64.go       |     0
 src/{pkg => }/syscall/ztypes_dragonfly_386.go      |     0
 src/{pkg => }/syscall/ztypes_dragonfly_amd64.go    |     0
 src/{pkg => }/syscall/ztypes_freebsd_386.go        |     0
 src/{pkg => }/syscall/ztypes_freebsd_amd64.go      |     0
 src/{pkg => }/syscall/ztypes_freebsd_arm.go        |     0
 src/{pkg => }/syscall/ztypes_linux_386.go          |     0
 src/{pkg => }/syscall/ztypes_linux_amd64.go        |     0
 src/{pkg => }/syscall/ztypes_linux_arm.go          |     0
 src/{pkg => }/syscall/ztypes_netbsd_386.go         |     0
 src/{pkg => }/syscall/ztypes_netbsd_amd64.go       |     0
 src/{pkg => }/syscall/ztypes_netbsd_arm.go         |     0
 src/{pkg => }/syscall/ztypes_openbsd_386.go        |     0
 src/{pkg => }/syscall/ztypes_openbsd_amd64.go      |     0
 src/{pkg => }/syscall/ztypes_plan9_386.go          |     0
 src/{pkg => }/syscall/ztypes_plan9_amd64.go        |     0
 src/{pkg => }/syscall/ztypes_solaris_amd64.go      |     0
 src/syscall/ztypes_windows.go                      |  1105 ++
 src/{pkg => }/syscall/ztypes_windows_386.go        |     0
 src/{pkg => }/syscall/ztypes_windows_amd64.go      |     0
 src/{pkg => }/testing/allocs.go                    |     0
 src/testing/allocs_test.go                         |    29 +
 src/testing/benchmark.go                           |   446 +
 src/testing/benchmark_test.go                      |   113 +
 src/testing/cover.go                               |   112 +
 src/testing/example.go                             |   100 +
 src/{pkg => }/testing/export_test.go               |     0
 src/{pkg => }/testing/iotest/logger.go             |     0
 src/{pkg => }/testing/iotest/reader.go             |     0
 src/{pkg => }/testing/iotest/writer.go             |     0
 src/testing/quick/quick.go                         |   358 +
 src/{pkg => }/testing/quick/quick_test.go          |     0
 src/testing/testing.go                             |   709 +
 src/testing/testing_test.go                        |    18 +
 src/text/scanner/scanner.go                        |   693 +
 src/text/scanner/scanner_test.go                   |   618 +
 src/{pkg => }/text/tabwriter/example_test.go       |     0
 src/{pkg => }/text/tabwriter/tabwriter.go          |     0
 src/{pkg => }/text/tabwriter/tabwriter_test.go     |     0
 src/text/template/doc.go                           |   406 +
 src/{pkg => }/text/template/example_test.go        |     0
 src/{pkg => }/text/template/examplefiles_test.go   |     0
 src/{pkg => }/text/template/examplefunc_test.go    |     0
 src/text/template/exec.go                          |   844 ++
 src/text/template/exec_test.go                     |  1044 ++
 src/text/template/funcs.go                         |   598 +
 src/{pkg => }/text/template/helper.go              |     0
 src/{pkg => }/text/template/multi_test.go          |     0
 src/{pkg => }/text/template/parse/lex.go           |     0
 src/{pkg => }/text/template/parse/lex_test.go      |     0
 src/text/template/parse/node.go                    |   834 ++
 src/text/template/parse/parse.go                   |   677 +
 src/text/template/parse/parse_test.go              |   423 +
 src/{pkg => }/text/template/template.go            |     0
 src/{pkg => }/text/template/testdata/file1.tmpl    |     0
 src/{pkg => }/text/template/testdata/file2.tmpl    |     0
 src/{pkg => }/text/template/testdata/tmpl1.tmpl    |     0
 src/{pkg => }/text/template/testdata/tmpl2.tmpl    |     0
 src/time/example_test.go                           |   160 +
 src/{pkg => }/time/export_test.go                  |     0
 src/{pkg => }/time/export_windows_test.go          |     0
 src/time/format.go                                 |  1248 ++
 src/time/format_test.go                            |   518 +
 src/time/genzabbrs.go                              |   159 +
 src/time/internal_test.go                          |    59 +
 src/time/sleep.go                                  |   130 +
 src/time/sleep_test.go                             |   430 +
 src/{pkg => }/time/sys_plan9.go                    |     0
 src/{pkg => }/time/sys_unix.go                     |     0
 src/{pkg => }/time/sys_windows.go                  |     0
 src/{pkg => }/time/tick.go                         |     0
 src/{pkg => }/time/tick_test.go                    |     0
 src/time/time.go                                   |  1203 ++
 src/time/time_test.go                              |  1081 ++
 src/{pkg => }/time/zoneinfo.go                     |     0
 src/time/zoneinfo_abbrs_windows.go                 |   116 +
 src/{pkg => }/time/zoneinfo_plan9.go               |     0
 src/{pkg => }/time/zoneinfo_read.go                |     0
 src/{pkg => }/time/zoneinfo_test.go                |     0
 src/{pkg => }/time/zoneinfo_unix.go                |     0
 src/time/zoneinfo_windows.go                       |   272 +
 src/{pkg => }/time/zoneinfo_windows_test.go        |     0
 src/{pkg => }/unicode/casetables.go                |     0
 src/{pkg => }/unicode/digit.go                     |     0
 src/{pkg => }/unicode/digit_test.go                |     0
 src/{pkg => }/unicode/graphic.go                   |     0
 src/{pkg => }/unicode/graphic_test.go              |     0
 src/unicode/letter.go                              |   357 +
 src/{pkg => }/unicode/letter_test.go               |     0
 src/unicode/maketables.go                          |  1376 ++
 src/unicode/script_test.go                         |   287 +
 src/unicode/tables.go                              |  7029 ++++++++++
 src/{pkg => }/unicode/utf16/export_test.go         |     0
 src/{pkg => }/unicode/utf16/utf16.go               |     0
 src/{pkg => }/unicode/utf16/utf16_test.go          |     0
 src/{pkg => }/unicode/utf8/example_test.go         |     0
 src/unicode/utf8/utf8.go                           |   445 +
 src/{pkg => }/unicode/utf8/utf8_test.go            |     0
 src/unsafe/unsafe.go                               |    40 +
 test/assign.go                                     |    12 +
 test/bench/garbage/parser.go                       |     2 +-
 test/bench/shootout/chameneosredux.go              |     2 +-
 test/chan/perm.go                                  |     3 +
 test/chan/select5.go                               |     6 +-
 test/escape2.go                                    |     2 +
 test/escape2n.go                                   |  1494 ++
 test/fixedbugs/bug173.go                           |     2 +
 test/fixedbugs/bug255.go                           |    19 +-
 test/fixedbugs/bug299.go                           |    10 +-
 test/fixedbugs/bug371.go                           |     6 +-
 test/fixedbugs/bug406.go                           |     2 +
 test/fixedbugs/bug486.go                           |    14 +
 test/fixedbugs/bug487.go                           |    24 +
 test/fixedbugs/bug488.dir/a.go                     |     7 +
 test/fixedbugs/bug488.dir/b.go                     |     9 +
 test/fixedbugs/bug488.go                           |    12 +
 test/fixedbugs/bug489.go                           |    22 +
 test/fixedbugs/bug490.go                           |    16 +
 test/fixedbugs/bug491.go                           |   110 +
 test/fixedbugs/issue4232.go                        |    29 +-
 test/fixedbugs/issue4388.go                        |     6 +-
 test/fixedbugs/issue5856.go                        |     2 +-
 test/fixedbugs/issue6703a.go                       |    16 +
 test/fixedbugs/issue6703b.go                       |    16 +
 test/fixedbugs/issue6703c.go                       |    18 +
 test/fixedbugs/issue6703d.go                       |    18 +
 test/fixedbugs/issue6703e.go                       |    18 +
 test/fixedbugs/issue6703f.go                       |    18 +
 test/fixedbugs/issue6703g.go                       |    20 +
 test/fixedbugs/issue6703h.go                       |    20 +
 test/fixedbugs/issue6703i.go                       |    20 +
 test/fixedbugs/issue6703j.go                       |    20 +
 test/fixedbugs/issue6703k.go                       |    21 +
 test/fixedbugs/issue6703l.go                       |    21 +
 test/fixedbugs/issue6703m.go                       |    25 +
 test/fixedbugs/issue6703n.go                       |    25 +
 test/fixedbugs/issue6703o.go                       |    23 +
 test/fixedbugs/issue6703p.go                       |    23 +
 test/fixedbugs/issue6703q.go                       |    28 +
 test/fixedbugs/issue6703r.go                       |    28 +
 test/fixedbugs/issue6703s.go                       |    18 +
 test/fixedbugs/issue6703t.go                       |    18 +
 test/fixedbugs/issue6703u.go                       |    18 +
 test/fixedbugs/issue6703v.go                       |    18 +
 test/fixedbugs/issue6703w.go                       |    21 +
 test/fixedbugs/issue6703x.go                       |    21 +
 test/fixedbugs/issue6703y.go                       |    23 +
 test/fixedbugs/issue6703z.go                       |    23 +
 test/fixedbugs/issue7690.go                        |    49 +
 test/fixedbugs/issue7760.go                        |    25 +
 test/fixedbugs/issue8017.go                        |    26 +
 test/fixedbugs/issue8060.dir/a.go                  |     7 +
 test/fixedbugs/issue8060.dir/b.go                  |    13 +
 test/fixedbugs/issue8060.go                        |     9 +
 test/fixedbugs/issue8074.go                        |    16 +
 test/fixedbugs/issue8079.go                        |    11 +
 test/fixedbugs/issue8280.dir/a.go                  |     3 +
 test/fixedbugs/issue8280.dir/b.go                  |     5 +
 test/fixedbugs/issue8280.go                        |     9 +
 test/fixedbugs/issue8311.go                        |    16 +
 test/fixedbugs/issue8336.go                        |    29 +
 test/fixedbugs/issue8347.go                        |    27 +
 test/fixedbugs/issue8475.go                        |    25 +
 test/fixedbugs/issue8507.go                        |    16 +
 test/fixedbugs/issue8612.go                        |    34 +
 test/fixedbugs/issue8761.go                        |    26 +
 test/fixedbugs/issue8947.go                        |    53 +
 test/fixedbugs/issue8961.go                        |    20 +
 test/fixedbugs/issue9006.go                        |    37 +
 test/fixedbugs/issue9110.go                        |    90 +
 test/interface/explicit.go                         |     4 +-
 test/interface/fail.go                             |    14 -
 test/linkx.go                                      |    12 +-
 test/linkx_run.go                                  |    33 +
 test/live.go                                       |    77 +-
 test/live2.go                                      |    12 +-
 test/map.go                                        |     2 +-
 test/maplinear.go                                  |   172 +
 test/mapnan.go                                     |    56 -
 test/named1.go                                     |     8 +-
 test/nosplit.go                                    |    23 +-
 test/print.go                                      |    42 +
 test/print.out                                     |    24 +
 test/range.go                                      |    92 +
 test/recover.go                                    |    92 +-
 test/run.go                                        |    49 +-
 test/shift1.go                                     |     2 +
 test/sinit.go                                      |    77 +-
 test/sinit_run.go                                  |    40 +
 test/slice3.go                                     |    18 +-
 test/slicecap.go                                   |    90 +
 test/stress/maps.go                                |     2 +
 test/stress/parsego.go                             |     2 +-
 test/torture.go                                    |     7 +
 3538 files changed, 374164 insertions(+), 344674 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git



More information about the pkg-golang-commits mailing list