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