summaryrefslogtreecommitdiff
path: root/src/cmd/gc/unsafe.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: fix some overflows in the compilerRob Pike2013-04-291-1/+1
* cmd/gc: fix Offsetof computation.R?my Oudompheng2013-04-051-4/+36
* gc: keep pointer to original node in constant rewrites.R?my Oudompheng2011-12-071-0/+2
* gc: better error for non-calling use of unsafe builtins.Luuk van Dijk2011-11-091-2/+17
* gc: clean up printing.Luuk van Dijk2011-10-311-1/+1
* gc: shuffle #includesRuss Cox2011-08-251-0/+2
* gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptrRuss Cox2011-06-171-1/+1
* gc: fix unsafe.SizeofRuss Cox2011-05-101-0/+1
* gc: bug292Russ Cox2010-07-151-4/+16
* gc: more cleanupRuss Cox2010-06-091-1/+1
* gc: fix unsafe.Sizeof on ideal constantsRuss Cox2010-05-241-4/+2
* eliminate the package global name space assumption in object filesRuss Cox2010-01-221-1/+1
* gc: various C nits, found by plan 9 compiler.Russ Cox2009-12-271-1/+0
* move various bits of code aroundRuss Cox2009-08-041-0/+87