| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-02-16 | compiler: Don't crash on erroneous unnamed integer type descriptor. | Ian Lance Taylor | 1 | -3/+3 |
| 2012-02-16 | compiler: Lower constant string comparisons. | Ian Lance Taylor | 1 | -4/+35 |
| 2012-02-16 | compiler: Fix crash: type T1 struct { F *[1]T2 } where T2 is a struct. | Ian Lance Taylor | 4 | -81/+352 |
| 2012-02-15 | compiler: Avoid crashes on erroneous input. | Ian Lance Taylor | 3 | -4/+15 |
| 2012-02-14 | re PR go/48411 (Bogusly canonicalized $target-gccgo) | Ian Lance Taylor | 2 | -7/+25 |
| 2012-02-08 | math: Compile with -mfancy-math-387 -funsafe-optimizations on x86. | Ian Lance Taylor | 1 | -1/+2 |
| 2012-02-08 | compiler, runtime: Check make int64 args for overflow. | Ian Lance Taylor | 2 | -6/+33 |
| 2012-02-07 | compiler, libgo: Use //extern comments rather than __asm__. | Ian Lance Taylor | 5 | -12/+76 |
| 2012-02-04 | compiler, reflect: Fix hash codes of named types, fix PtrTo hash. | Ian Lance Taylor | 1 | -1/+6 |
| 2012-02-02 | compiler: Compare slice start and end with cap, not len. | Ian Lance Taylor | 2 | -14/+27 |
| 2012-02-02 | compiler: Permit importing a method to a type being defined. | Ian Lance Taylor | 5 | -13/+32 |
| 2012-02-02 | compiler: Fix parameter references in method expressions. | Ian Lance Taylor | 1 | -6/+17 |
| 2012-02-01 | compiler: Fix type checking for append. | Ian Lance Taylor | 1 | -6/+13 |
| 2012-02-01 | compiler: Don't crash on switch _ := v.(type). | Ian Lance Taylor | 1 | -3/+10 |
| 2012-02-01 | re PR target/52079 (ICE in aggregate_value_p while building libgo on arm-linu... | Jakub Jelinek | 2 | -2/+24 |
| 2012-02-01 | compiler: Permit a general expression in case x := <-c. | Ian Lance Taylor | 1 | -9/+17 |
| 2012-02-01 | compiler: Don't crash on type switch case nil with selector. | Ian Lance Taylor | 2 | -2/+19 |
| 2012-01-27 | compiler: Use new __builtin_init_heap_trampoline. | Ian Lance Taylor | 1 | -2/+2 |
| 2012-01-26 | compiler: Don't make type fns for private fields in other packages. | Ian Lance Taylor | 1 | -5/+17 |
| 2012-01-25 | compiler: Always re-lower lowered expressions. | Ian Lance Taylor | 1 | -0/+2 |
| 2012-01-24 | compiler: Error if type switch case can not implement switch value. | Ian Lance Taylor | 2 | -7/+25 |
| 2012-01-24 | compiler: Do not allow slice of array literal. | Ian Lance Taylor | 1 | -16/+1 |
| 2012-01-24 | compiler: Simple statement in type switch is in different block. | Ian Lance Taylor | 1 | -2/+24 |
| 2012-01-24 | compiler: Correct type of expressions involving character constants. | Ian Lance Taylor | 1 | -1/+29 |
| 2012-01-24 | compiler: Verify types of sink variables. | Ian Lance Taylor | 3 | -0/+25 |
| 2012-01-24 | compiler: Better handling of erroneous function signatures. | Ian Lance Taylor | 7 | -26/+140 |
| 2012-01-24 | compiler: Better error message for invalid use of predeclared function. | Ian Lance Taylor | 1 | -1/+2 |
| 2012-01-23 | compiler: Give an error if a variable is defined but not used. | Ian Lance Taylor | 7 | -3/+146 |
| 2012-01-21 | compiler: The type descriptor of an undefined forward type is an error. | Ian Lance Taylor | 3 | -4/+22 |
| 2012-01-21 | compiler: Check for calling value method with dereferenced value. | Ian Lance Taylor | 1 | -0/+8 |
| 2012-01-21 | compiler: Change alias handling, change rune alias to int32. | Ian Lance Taylor | 14 | -39/+217 |
| 2012-01-20 | compiler: Don't crash if receiver name is _. | Ian Lance Taylor | 1 | -1/+2 |
| 2012-01-20 | compiler: Handle _ with explicit type correctly. | Ian Lance Taylor | 1 | -2/+15 |
| 2012-01-20 | compiler: Handle recursive interfaces. | Ian Lance Taylor | 10 | -230/+394 |
| 2012-01-17 | compiler: Don't use import path for ./ or ../ imports. | Ian Lance Taylor | 1 | -3/+14 |
| 2012-01-17 | gospec.c (lang_specific_driver): If we see -S without -o, add -o BASE.s rathe... | Ian Lance Taylor | 2 | -5/+20 |
| 2012-01-12 | go-lang.c (go_langhook_init): Initialize void_list_node before calling go_cre... | Ian Lance Taylor | 2 | -3/+8 |
| 2012-01-12 | libgo: Update to weekly.2011-12-14. | Ian Lance Taylor | 2 | -4/+99 |
| 2012-01-11 | compiler: Permit type B byte; type S []B; var v = S("x"). | Ian Lance Taylor | 4 | -29/+55 |
| 2012-01-11 | compiler: Don't use memcmp for structs/arrays with padding. | Ian Lance Taylor | 4 | -117/+170 |
| 2012-01-11 | compiler: Fix names for hash/equality functions for unnamed types. | Ian Lance Taylor | 1 | -1/+11 |
| 2012-01-11 | compiler: Use backend interface for type sizes and alignments. | Ian Lance Taylor | 8 | -63/+313 |
| 2012-01-06 | compiler, runtime: Implement struct and array comparisons. | Ian Lance Taylor | 10 | -175/+1530 |
| 2011-12-28 | compiler: Prohibit comparisons of funcs, maps, and slices to non-nil. | Ian Lance Taylor | 3 | -8/+23 |
| 2011-12-28 | go-gcc.cc (Gcc_backend::set_placeholder_struct_type): Use build_distinct_type... | Ian Lance Taylor | 2 | -7/+33 |
| 2011-12-28 | compiler: Rework range over slice. | Ian Lance Taylor | 2 | -2/+112 |
| 2011-12-22 | go-gcc.cc (set_placeholder_pointer_type): Arrange for the type name to have a... | Ian Lance Taylor | 2 | -4/+32 |
| 2011-12-14 | libgo: Update to weekly.2011-12-06. | Ian Lance Taylor | 1 | -1/+1 |
| 2011-12-14 | compiler: Permit omitting &T in composite literal. | Ian Lance Taylor | 1 | -3/+17 |
| 2011-12-14 | compiler: Move import of Go export data to gcc side of interface. | Ian Lance Taylor | 5 | -38/+120 |