1
0
mirror of https://github.com/golang/go synced 2024-11-23 00:10:07 -07:00
go/src
Josh Bleecher Snyder cf20525bf4 cmd/compile: set correct line number for multiple defaults in switch error
Fixes #15911.

Change-Id: I500533484de61aa09abe4cecb010445e3176324e
Reviewed-on: https://go-review.googlesource.com/26760
TryBot-Result: Gobot Gobot <gobot@golang.org>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2016-08-22 19:56:06 +00:00
..
archive archive/tar: preallocate slice from paxHeaders 2016-08-16 02:46:50 +00:00
bufio
builtin
bytes bytes: add examples 2016-08-16 01:33:32 +00:00
cmd cmd/compile: set correct line number for multiple defaults in switch error 2016-08-22 19:56:06 +00:00
compress compress/flate: make huffmanBitWriter errors persistent 2016-08-20 00:36:40 +00:00
container container/list: silence vet warnings 2016-08-16 14:35:37 +00:00
context context: test WithCancel with canceled parent 2016-08-19 20:25:12 +00:00
crypto crypto/*, runtime: nacl asm fixes 2016-08-22 19:50:41 +00:00
database/sql
debug debug/pe: revert CL 22720 2016-08-18 01:19:29 +00:00
encoding encoding/xml: do not ignore error return from copyValue 2016-08-22 18:01:47 +00:00
errors
expvar
flag
fmt fmt: properly handle early io.EOF Reads in readRune.readByte 2016-07-16 19:14:58 +00:00
go cmd/compile/internal/syntax: match old parser errors and line numbers 2016-08-19 01:10:21 +00:00
hash hash/crc32: fix optimized s390x implementation 2016-08-21 02:04:43 +00:00
html
image
index/suffixarray index/suffixarray: add Lookup example 2016-08-21 01:10:22 +00:00
internal internal/trace: fix analysis of EvGoWaiting/EvGoInSyscall events 2016-08-19 19:22:17 +00:00
io io: fix infinite loop bug in MultiReader 2016-08-19 19:14:02 +00:00
log log/syslog: document that Dial uses net.Dial parameters, add example 2016-08-19 01:01:47 +00:00
math math/big: avoid allocation in float.{Add, Sub} when there's no aliasing 2016-08-17 17:56:42 +00:00
mime
net net/http: make Transport.CancelRequest doc recommend Request.WithContext 2016-08-22 19:03:57 +00:00
os os: make ExpandEnv recognize '-' as a special shell parameter 2016-08-21 18:32:57 +00:00
path
reflect reflect: clear tflag on new types 2016-08-16 16:58:15 +00:00
regexp regexp: add some tests that were fixed in #12980 2016-08-16 18:36:43 +00:00
runtime crypto/*, runtime: nacl asm fixes 2016-08-22 19:50:41 +00:00
sort
strconv
strings strings: add special cases for Join of 2 and 3 strings 2016-08-16 00:33:15 +00:00
sync
syscall syscall: delete unreachable code 2016-08-22 19:50:49 +00:00
testing testing: respect benchtime on very fast benchmarks 2016-08-10 19:44:08 +00:00
text text/template: remove unused Tree.parse return value 2016-08-17 22:36:27 +00:00
time all: fix "result not used" vet warnings 2016-08-16 14:15:10 +00:00
unicode
unsafe unsafe: document use of &^ to round/align pointers 2016-08-18 16:45:17 +00:00
vendor/golang_org/x/net
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc