Age | Commit message (Expand) | Author | Files | Lines |
2013-02-10 | compiler, libgo: Permit testing package when test imports it circularly. | Ian Lance Taylor | 1 | -9/+16 |
2013-02-05 | re PR bootstrap/56198 (Go profiledbootstrap error) | Ian Lance Taylor | 1 | -3/+2 |
2013-02-01 | compiler: Don't emit multiple methods for identical unnamed structs. | Ian Lance Taylor | 2 | -0/+26 |
2013-01-29 | compiler: Correct initialization order determination. | Ian Lance Taylor | 3 | -30/+53 |
2013-01-17 | compiler: Provide location for initialization function. | Ian Lance Taylor | 1 | -5/+7 |
2013-01-16 | * gospec.c: pass -u pthread_create to linker when static linking. | Shenghou Ma | 2 | -1/+19 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 11 | -11/+11 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 2 | -2/+2 |
2012-12-21 | compiler: Error if name defined in both package and file blocks. | Ian Lance Taylor | 2 | -4/+46 |
2012-12-21 | re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows) | Ian Lance Taylor | 9 | -21/+5 |
2012-12-18 | libgo: Link against libatomic_convenience.la. | Ian Lance Taylor | 2 | -8/+5 |
2012-12-18 | libgo: Link against libatomic. | Andreas Schwab | 2 | -0/+15 |
2012-12-14 | compiler: Better error message for invalid shift operations. | Ian Lance Taylor | 1 | -6/+3 |
2012-12-13 | compiler: Accept trailing comma after varargs parameter. | Ian Lance Taylor | 5 | -20/+87 |
2012-12-06 | compiler: Correct test for whether go/defer arg is parenthesized. | Ian Lance Taylor | 2 | -46/+87 |
2012-12-05 | compiler: Accept trailing comma after expression in type conversion. | Ian Lance Taylor | 1 | -0/+2 |
2012-12-05 | compiler: Make sure we produce an error for a call to a non-function. | Ian Lance Taylor | 1 | -0/+10 |
2012-12-05 | compiler: Check for negative or inverted arguments to make. | Ian Lance Taylor | 1 | -18/+43 |
2012-12-04 | compiler: Give error for constant inverted slice range. | Ian Lance Taylor | 1 | -2/+12 |
2012-12-04 | compiler: Reject invalid nil == nil comparisons. | Ian Lance Taylor | 1 | -0/+5 |
2012-12-04 | compiler: Fix crash in go/defer of some builtin functions. | Ian Lance Taylor | 3 | -27/+38 |
2012-12-04 | compiler: Don't permit go/defer argument to be parenthesized. | Ian Lance Taylor | 1 | -3/+6 |
2012-12-03 | compiler: Fix field tracking for references in global initializers. | Ian Lance Taylor | 1 | -1/+2 |
2012-12-03 | compiler: Don't encode non-ASCII characters in identifiers. | Ian Lance Taylor | 1 | -5/+1 |
2012-12-03 | compiler: Fix nil func panics, constant type conversions. | Ian Lance Taylor | 2 | -63/+98 |
2012-12-01 | compiler: Fix bug converting unnamed types with placeholders. | Ian Lance Taylor | 2 | -57/+98 |
2012-11-30 | compiler: Fix fieldtrack info for unexported type. | Ian Lance Taylor | 1 | -1/+1 |
2012-11-29 | compiler, runtime: Track fields with tag go:"track". | Ian Lance Taylor | 10 | -7/+163 |
2012-11-28 | compiler: Implement //go:nointerface comments. | Ian Lance Taylor | 8 | -7/+126 |
2012-11-25 | compiler: Don't use memcmp for equality if struct has trailing padding. | Ian Lance Taylor | 2 | -25/+35 |
2012-11-19 | re PR translation/53764 (Typo in translatable string: "literalto") | Ian Lance Taylor | 1 | -1/+1 |
2012-11-18 | compiler: Adjust for vec changes. | Ian Lance Taylor | 2 | -58/+68 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 2 | -8/+11 |
2012-11-16 | compiler: don't remove floating point conversion of typed constant | Ian Lance Taylor | 1 | -0/+40 |
2012-11-16 | Make-lang.in (gccgo$(exeext)): Add + at start of command. | Ian Lance Taylor | 2 | -2/+7 |
2012-11-06 | compiler, runtime: Size of int is now 64 bits on x86_64. | Ian Lance Taylor | 1 | -2/+2 |
2012-11-06 | compiler, libgo: Fixes to prepare for 64-bit int. | Ian Lance Taylor | 1 | -2/+6 |
2012-11-06 | compiler, runtime: Memcmp routine returns intgo. | Ian Lance Taylor | 1 | -1/+1 |
2012-11-01 | compiler, runtime: More steps toward separating int and intgo. | Ian Lance Taylor | 6 | -51/+69 |
2012-10-31 | compiler: Add -fgo-relative-import-path. | Ian Lance Taylor | 10 | -10/+78 |
2012-10-23 | libgo: Update to current sources. | Ian Lance Taylor | 4 | -8/+20 |
2012-10-03 | compiler: Fix a, b, c := b, a, 1 when a and b already exist. | Ian Lance Taylor | 2 | -16/+60 |
2012-10-02 | compiler: Fix a couple of type reflection strings. | Ian Lance Taylor | 1 | -3/+9 |
2012-10-02 | compiler: Fix parse of (<- chan <- chan <- int)(x). | Ian Lance Taylor | 2 | -8/+83 |
2012-09-28 | compiler: Fix handling of omitted expression in switch. | Ian Lance Taylor | 1 | -19/+10 |
2012-09-27 | compiler: Better error for missing comma in composite literal. | Ian Lance Taylor | 1 | -1/+5 |
2012-09-24 | compiler: Better warning for switch on non-comparable type. | Ian Lance Taylor | 1 | -0/+10 |
2012-09-22 | compiler, runtime: Reject surrogate pair converting int to string. | Ian Lance Taylor | 1 | -0/+6 |
2012-09-22 | compiler: No error if shift operand inherits interface type. | Ian Lance Taylor | 1 | -1/+2 |
2012-09-22 | compiler: Fix determining types for builtin complex function. | Ian Lance Taylor | 1 | -1/+1 |