tools/go
Alan Donovan 11451553df go/pointer: fix panic due to bogus constraint from value,ok receive operation.
See regression test for explanation.

I audited the code for similar issues and found none.

Many thanks to Daniel Morsing for providing a small
reproducible test case, a rarity for PTA bugs!

Fixes golang/go#9002

LGTM=crawshaw
R=crawshaw
CC=daniel.morsing, golang-codereviews
https://golang.org/cl/163350043
2014-10-27 13:55:52 -04:00
..
buildutil go/buildutil: use same logic as 'go' tool for pruning package search. 2014-10-14 12:57:00 -04:00
callgraph go.tools/go/pointer: add intrinsic for time.startTimer, which is implemented in C. 2014-07-22 18:30:06 -04:00
exact go.tools/go/types, exact: fix build for 1.2 2014-06-12 12:46:21 -07:00
gccgoimporter go.tools/go: separate interface construction from method set construction 2014-07-09 20:00:49 -07:00
gcimporter go.tools/go: separate interface construction from method set construction 2014-07-09 20:00:49 -07:00
importer go.tools/go/importer: fix importer test for 32bit platforms 2014-09-12 08:17:14 -07:00
loader go/loader: minor comment fix. 2014-10-14 12:27:37 -04:00
pointer go/pointer: fix panic due to bogus constraint from value,ok receive operation. 2014-10-27 13:55:52 -04:00
ssa go/ssa/interp: fix fallout from recent runtime refactoring. 2014-09-25 17:14:39 -04:00
types go/types: don't mark external package objects as used 2014-10-23 09:39:20 -07:00
vcs go.tools: fix various minor issues found by go vet 2014-05-19 08:47:28 -07:00