| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| atom_test.go | ||
| marshal.go | ||
| marshal_test.go | ||
| read.go | ||
| read_test.go | ||
| typeinfo.go | ||
| xml.go | ||
| xml_test.go |
Along with the update this fixes a problem that was always present but
only showed up with the new reflect test. When a program used a
**unsafe.Pointer and stored the value in an interface type, the
generated type descriptor pointed to the GC data for *unsafe.Pointer.
It did that by name, but we were not generating a variable with the
right name.
Reviewed-on: https://go-review.googlesource.com/37144
From-SVN: r245535
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| atom_test.go | Loading commit data... | |
| marshal.go | Loading commit data... | |
| marshal_test.go | Loading commit data... | |
| read.go | Loading commit data... | |
| read_test.go | Loading commit data... | |
| typeinfo.go | Loading commit data... | |
| xml.go | Loading commit data... | |
| xml_test.go | Loading commit data... |