| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler: Fix test for constant argument too large for make. | ian | 2013-10-10 | 1 | -2/+17 |
* | compiler: Don't inherit logical operator operand type from context. | ian | 2013-10-10 | 1 | -0/+9 |
* | compiler: A type conversion of a constant is not always a constant. | ian | 2013-10-10 | 1 | -2/+22 |
* | compiler, runtime: Fix complex division of NaN / 0. | ian | 2013-10-09 | 3 | -0/+50 |
* | compiler: Error for qualified ID as field name in struct literal. | ian | 2013-10-08 | 3 | -9/+50 |
* | compiler: Use backend interface for temporary reference expressions. | ian | 2013-10-04 | 4 | -8/+34 |
* | compiler: Use backend interface for numeric expressions. | ian | 2013-10-02 | 6 | -123/+187 |
* | compiler: Use backend interface for variable expressions. | ian | 2013-09-30 | 4 | -8/+61 |
* | compiler: Avoid knockon errors for invalid uses of _. | ian | 2013-09-28 | 5 | -6/+47 |
* | * Make-lang.in (gospec.o): Remove. | tromey | 2013-09-25 | 2 | -91/+26 |
* | * Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, | tromey | 2013-09-25 | 2 | -2/+5 |
* | compiler: don't permit nil assignment to blank identifier. | ian | 2013-09-25 | 2 | -5/+14 |
* | compiler: Fix inconsistent check for structs using memcmp for ==. | ian | 2013-09-19 | 2 | -5/+1 |
* | compiler: Fix name of unexported method of embedded imported type. | ian | 2013-09-18 | 1 | -1/+25 |
* | compiler: Correctly handle identical unnamed structs with methods. | ian | 2013-09-18 | 2 | -11/+33 |
* | compiler: Fix type of result of shortcut calculation. | ian | 2013-09-18 | 1 | -1/+1 |
* | compiler: expand arguments with multiple results for built-in functions. | ian | 2013-09-04 | 1 | -21/+15 |
* | compiler, runtime: Use runtime functions to pass closure value. | ian | 2013-09-03 | 9 | -316/+201 |
* | * go-gcc.cc (Gcc_backend::immutable_struct): Set TREE_PUBLIC if | ian | 2013-08-29 | 2 | -10/+12 |
* | compiler: don't export embedded builtins. | ian | 2013-08-23 | 2 | -3/+28 |
* | compiler: Don't generate value reference in range clause if receiver is a sink. | ian | 2013-08-17 | 1 | -1/+2 |
* | compiler: Fix "missing return" error for case T1, T2 in type switches. | ian | 2013-08-07 | 2 | -1/+12 |
* | * go-gcc.cc (Gcc_backend::immutable_struct_set_init): Use | ian | 2013-08-06 | 2 | -1/+8 |
* | * go-gcc.cc (immutable_struct_set_init): Always call | ian | 2013-08-02 | 2 | -4/+10 |
* | compiler: Always put descriptor wrappers in their own section. | ian | 2013-08-02 | 1 | -0/+6 |
* | * go-gcc.cc (Gcc_backend::non_zero_size_type): If a struct has a | ian | 2013-07-24 | 2 | -14/+41 |
* | * go-backend.c: Don't #include "rtl.h". | ian | 2013-07-23 | 3 | -8/+7 |
* | * go-lang.c: Don't #include "except.h". | ian | 2013-07-23 | 3 | -2/+6 |
* | compiler: adjust closure field indexes | ian | 2013-07-16 | 1 | -1/+1 |
* | compiler: structs inherit all methods from embedded pointer fields. | ian | 2013-06-27 | 1 | -1/+6 |
* | compiler: more consistent error message for [...]T(x) | ian | 2013-06-27 | 1 | -1/+1 |
* | compiler: disallow fallthrough in last case of switch. | ian | 2013-06-26 | 1 | -0/+3 |
* | compiler: reject integer division by zero constant. | ian | 2013-06-26 | 1 | -0/+14 |
* | compiler: forbid identifiers named "init" in package scope. | ian | 2013-06-26 | 1 | -0/+8 |
* | compiler: Fix type determination issues. | ian | 2013-06-25 | 2 | -3/+22 |
* | compiler: generate dummy names for blank-named constants. | ian | 2013-06-24 | 3 | -9/+30 |
* | compiler: Add support for method values. | ian | 2013-06-24 | 7 | -161/+699 |
* | compiler: do not skip compilation of blank-named functions. | ian | 2013-06-21 | 3 | -3/+22 |
* | compiler: Really only make descriptors when needed. | ian | 2013-06-21 | 2 | -21/+0 |
* | compiler: Only make function descriptors if needed. | ian | 2013-06-21 | 5 | -109/+252 |
* | compiler: reject incorrect unsafe.Offsetof expressions. | ian | 2013-06-19 | 2 | -1/+21 |
* | compiler, runtime: Use function descriptors. | ian | 2013-06-18 | 13 | -292/+957 |
* | compiler: fix computation of Offsetof. | ian | 2013-06-14 | 3 | -12/+37 |
* | compiler: implement Go 1.1 spec of terminating statements. | ian | 2013-06-12 | 3 | -42/+136 |
* | * Makefile.in (LLINKER): New variable. | jason | 2013-05-16 | 2 | -1/+5 |
* | compiler, libgo: Permit testing package when test imports it circularly. | ian | 2013-02-10 | 1 | -9/+16 |
* | PR bootstrap/56198 | ian | 2013-02-05 | 1 | -3/+2 |
* | compiler: Don't emit multiple methods for identical unnamed structs. | ian | 2013-02-01 | 2 | -0/+26 |
* | compiler: Correct initialization order determination. | ian | 2013-01-29 | 3 | -30/+53 |
* | compiler: Provide location for initialization function. | ian | 2013-01-17 | 1 | -5/+7 |