summaryrefslogtreecommitdiff
path: root/src/cmd/gc/align.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: avoid infinite recursion on invalid recursive typeRuss Cox2014-09-251-1/+3
* all: merge NaCl branch (part 1)Dave Cheney2014-02-251-5/+5
* cmd/gc: squelch spurious "invalid recursive type" errorRuss Cox2013-09-091-2/+4
* cmd/gc: fix some overflows in the compilerRob Pike2013-04-291-2/+5
* cmd/gc: silence redundant error prints for misuse of [...]intRuss Cox2013-02-011-2/+6
* cmd/gc: more graceful handling of invalid fields in widstruct.R?my Oudompheng2012-10-071-2/+5
* cmd/gc: don't dereference a nil Type pointer in widstructAkshat Kumar2012-10-071-0/+2
* cmd/gc: Don't export embedded builtinsDaniel Morsing2012-10-071-1/+1
* cmd/gc: make rnd() more 64-bit-friendly.R?my Oudompheng2012-10-071-2/+2
* cmd/gc: prepare for 64-bit intsRuss Cox2012-09-241-4/+4
* gc: Nicer errors before miscompiling.Luuk van Dijk2012-01-101-0/+3
* gc: implement == on structs and arraysRuss Cox2011-12-121-0/+1
* gc: remove func, map compareRuss Cox2011-11-131-3/+3
* gc: shuffle #includesRuss Cox2011-08-251-0/+2
* gc: zero-width struct, zero-length array fixesRuss Cox2011-07-271-11/+16
* gc: make size of struct{} and [0]byte 0 bytesRobert Hencke2011-07-121-19/+8
* 5g: alignment fixesRuss Cox2011-05-251-5/+7
* gc: allow complex types to be receiver typesRobert Hencke2011-04-251-1/+1
* gc: fix error for +stringRuss Cox2011-04-201-1/+1
* gc: unsafe.Pointer is not a pointerRuss Cox2011-03-071-0/+12
* gc, ld: detect stale or incompatible object filesRuss Cox2011-02-031-1/+2
* gc: delete float, complexRuss Cox2011-01-191-2/+0
* gc: align structs according to max alignment of fieldsRuss Cox2010-12-131-3/+7
* gc: introduce explicit alignmentsRuss Cox2010-12-131-31/+35
* A selection of trivials.Gustavo Niemeyer2010-12-121-2/+2
* gc: fix handling of types inside function bodiesRuss Cox2010-07-151-2/+2
* gc: do not crash on bad [...]TRuss Cox2010-06-301-0/+5
* gc: bug280Russ Cox2010-05-241-0/+2
* gc: Better error when computing remainder of non-intEvan Shaw2010-05-181-1/+1
* gc: be pickier about slice, chan, array, and map sizesRuss Cox2010-05-011-1/+9
* gc: fix alignment on non-amd64Russ Cox2010-03-311-1/+1
* gc: add panic and recover (still unimplemented in runtime)Russ Cox2010-03-301-0/+1
* gc: fix this morning's bug fixRuss Cox2010-02-181-2/+0
* new types complex, complex64 and complex128Ken Thompson2010-02-171-2/+22
* gc: bug246Russ Cox2010-02-011-0/+5
* gc: add ... T, rework plain ...Russ Cox2010-02-011-3/+0
* eliminate the package global name space assumption in object filesRuss Cox2010-01-221-1/+1
* gc: recursive type errorRuss Cox2009-12-031-0/+3
* gc: reject large channel values at compile timeRuss Cox2009-11-191-0/+12
* gc: five bug fixes, one better error.Russ Cox2009-11-151-4/+5
* bug162, over and overRuss Cox2009-10-201-2/+2
* bug190.Russ Cox2009-10-191-21/+131
* composit literal underKen Thompson2009-09-091-0/+2
* defining package block names must overrideRuss Cox2009-09-091-2/+3
* write-only variable _Russ Cox2009-09-081-1/+1
* fix one bug involving [...] constructors.Russ Cox2009-09-021-1/+4
* rename runtime internals to have modern names (array->slice etc)Rob Pike2009-08-251-1/+3
* len and cap on chansRuss Cox2009-08-201-3/+2
* produce diagnostic forRuss Cox2009-08-191-0/+7
* delete code for forward type declarationsRuss Cox2009-08-121-7/+0