• Russ Cox's avatar
    gc: unsafe.Pointer is not a pointer · 5c2666c1
    Russ Cox authored
    Change unsafe.Pointer to be its own kind of
    type, instead of making it equivalent to *any.
    The change complicates import and export
    but avoids the need to find all the places that
    operate on pointers but should not operate on
    unsafe.Pointer.
    
    Fixes #1566. (a different way)
    Fixes #1582.
    
    R=ken2
    CC=golang-dev
    https://golang.org/cl/4264050
    5c2666c1
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...