| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler, reflect: Quote package path with tabs. | ian | 2012-06-14 | 1 | -4/+4 |
* | compiler: Avoid unnecessary interface conversions. | ian | 2012-06-14 | 1 | -2/+4 |
* | compiler, reflect: Handle package path like gc compiler. | ian | 2012-06-12 | 2 | -9/+23 |
* | compiler: Fix taking address of field of local variable. | ian | 2012-06-07 | 1 | -0/+4 |
* | compiler: Fix unsafe.Sizeof for named structs with named struct fields. | ian | 2012-06-07 | 2 | -2/+14 |
* | * output.h (merge_weak, assemble_alias, | steven | 2012-06-04 | 1 | -1/+1 |
* | compiler: Don't crash for invalid constant types for && or ||. | ian | 2012-05-30 | 1 | -15/+3 |
* | compiler: Don't create a closure if not needed. | ian | 2012-05-25 | 1 | -23/+11 |
* | compiler: Fix erroneous use of VEC. | ian | 2012-05-18 | 1 | -1/+1 |
* | compiler: Fix assembler names of types defined in functions. | ian | 2012-05-16 | 2 | -2/+2 |
* | compiler: Fix taking address of constant outside of function. | ian | 2012-05-15 | 1 | -9/+40 |
* | compiler: Sort array constructors by index. | ian | 2012-05-15 | 1 | -10/+48 |
* | compiler: Don't try to take the address of a constant. | ian | 2012-05-15 | 1 | -2/+4 |
* | libgo: Use -fgo-pkgpath. | ian | 2012-05-14 | 1 | -2/+2 |
* | Remove ChangeLog entry for change to gofrontend file. Changes to | ian | 2012-05-11 | 1 | -4/+0 |
* | compiler: Add -fgo-pkgpath option. | ian | 2012-05-09 | 17 | -320/+457 |
* | compiler: fix an ICE when parsing 0xdie, reject token 0x123i. | ian | 2012-05-07 | 1 | -1/+3 |
* | compiler: fix ICE in handling of rune constants. | ian | 2012-05-07 | 1 | -1/+4 |
* | compiler: reject NOT operator on integer types. | ian | 2012-05-07 | 1 | -3/+6 |
* | compiler: Correct parse of for with possible composite literal. | ian | 2012-05-04 | 2 | -24/+48 |
* | compiler: Error if importing same package twice with same name. | ian | 2012-05-04 | 1 | -5/+0 |
* | compiler: Build import tables as needed for imported interfaces. | ian | 2012-05-03 | 1 | -0/+3 |
* | compiler: Fix order of initialization bug with global var a, b = f(). | ian | 2012-05-03 | 4 | -18/+85 |
* | * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.c | hubicka | 2012-04-30 | 2 | -1/+5 |
* | compiler: Fix some crashes on invalid code. | ian | 2012-04-28 | 2 | -2/+11 |
* | compiler: Use less memory for array/slice literals. | ian | 2012-04-28 | 1 | -97/+177 |
* | compiler: Fix order of evalation for m[0] = len(m) when m is a map. | ian | 2012-04-24 | 1 | -6/+12 |
* | compiler: Reject invalid composite literals. | ian | 2012-04-24 | 1 | -1/+10 |
* | compiler: Error for invalid use of ... in call. | ian | 2012-04-24 | 1 | -2/+22 |
* | * go-lang.c (go_langhook_init): Set MPFR precision to 256. | ian | 2012-04-23 | 2 | -1/+5 |
* | compiler: Correct handling of negative zero floating constant. | ian | 2012-04-23 | 1 | -1/+7 |
* | compiler: Don't call cgraph_mark_needed_node. | ian | 2012-04-20 | 1 | -1/+0 |
* | compiler, runtime: Add explicit checks for zero and overflow division. | ian | 2012-04-20 | 5 | -29/+153 |
* | gcc/ | steven | 2012-04-18 | 2 | -1/+6 |
* | compiler: fix infinite recursion in string constant evaluation. | ian | 2012-04-16 | 1 | -2/+16 |
* | compiler: Fix order of evaluation of struct composite literals. | ian | 2012-03-30 | 2 | -7/+47 |
* | compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr. | ian | 2012-03-29 | 2 | -9/+13 |
* | compiler: fix null-dereference on invalid len() arg. | ian | 2012-03-28 | 1 | -2/+2 |
* | compiler: avoid an ICE on bound interface methods used as values. | ian | 2012-03-28 | 1 | -1/+2 |
* | compiler: fix method finalization of unnamed structs. | ian | 2012-03-28 | 1 | -1/+5 |
* | compiler: fix crashes. | ian | 2012-03-28 | 2 | -1/+3 |
* | compiler: Rewrite handling of untyped numeric constants. | ian | 2012-03-28 | 5 | -2054/+1667 |
* | compiler: Be more careful to follow GENERIC type rules. | ian | 2012-03-09 | 3 | -6/+38 |
* | compiler: Correct handling of sink receiver. | ian | 2012-03-09 | 1 | -3/+2 |
* | compiler: Don't initialize zero sized variables. | ian | 2012-03-08 | 5 | -5/+99 |
* | compiler: Don't crash on array assignment. | ian | 2012-03-08 | 1 | -2/+4 |
* | compiler: Don't crash if writing type functions too late due to error. | ian | 2012-03-07 | 2 | -0/+11 |
* | compiler: Fix struct inheriting interface with varargs method. | ian | 2012-03-07 | 1 | -2/+6 |
* | libgo: Update to weekly.2012-02-14 release. | ian | 2012-03-02 | 1 | -54/+0 |
* | compiler: Reliably give errors on misuse of multiple value call. | ian | 2012-03-01 | 1 | -13/+16 |