| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | compiler: Fix varargs functions that call recover. | ian | 2012-03-01 | 2 | -1/+8 |
* | compiler: Fix handling of indirection of circular types. | ian | 2012-03-01 | 1 | -18/+22 |
* | compiler: Avoid some compiler crashes on invalid code. | ian | 2012-03-01 | 4 | -4/+15 |
* | compiler: Fix unary ^ applied to typed signed integer constant. | ian | 2012-03-01 | 1 | -3/+22 |
* | compiler: Avoid various crashes on error conditions. | ian | 2012-02-29 | 2 | -14/+34 |
* | compiler: Fix handling of invalid types within invalid types. | ian | 2012-02-29 | 2 | -20/+7 |
* | 2012-02-23 Richard Guenther <rguenther@suse.de> | rguenth | 2012-02-23 | 2 | -1/+6 |
* | compiler: Permit an empty interface to be embedded multiple times. | ian | 2012-02-18 | 1 | -1/+1 |
* | compiler: Permit (_) on left hand side of =. | ian | 2012-02-17 | 1 | -1/+1 |
* | compiler: List imported packages in export information. | ian | 2012-02-17 | 6 | -4/+74 |
* | compiler: Add parameter names to export information. | ian | 2012-02-17 | 9 | -46/+100 |
* | compiler: Don't lower binary expressions with mismatched types. | ian | 2012-02-17 | 1 | -0/+3 |
* | * gospec.c (lang_specific_driver): If linking, and no -o option | ian | 2012-02-17 | 2 | -22/+41 |
* | compiler: Fix backend representation for interface methods. | ian | 2012-02-17 | 1 | -2/+29 |
* | compiler: Check for initialization loop in constant initializer. | ian | 2012-02-17 | 1 | -2/+9 |
* | compiler: Don't crash on erroneous unnamed integer type descriptor. | ian | 2012-02-16 | 1 | -3/+3 |
* | compiler: Lower constant string comparisons. | ian | 2012-02-16 | 1 | -4/+35 |
* | compiler: Fix crash: type T1 struct { F *[1]T2 } where T2 is a struct. | ian | 2012-02-16 | 4 | -81/+352 |
* | compiler: Avoid crashes on erroneous input. | ian | 2012-02-15 | 3 | -4/+15 |
* | PR go/48411 | ian | 2012-02-14 | 2 | -7/+25 |
* | math: Compile with -mfancy-math-387 -funsafe-optimizations on x86. | ian | 2012-02-08 | 1 | -1/+2 |
* | compiler, runtime: Check make int64 args for overflow. | ian | 2012-02-08 | 2 | -6/+33 |
* | compiler, libgo: Use //extern comments rather than __asm__. | ian | 2012-02-07 | 5 | -12/+76 |
* | compiler, reflect: Fix hash codes of named types, fix PtrTo hash. | ian | 2012-02-04 | 1 | -1/+6 |
* | compiler: Compare slice start and end with cap, not len. | ian | 2012-02-02 | 2 | -14/+27 |
* | compiler: Permit importing a method to a type being defined. | ian | 2012-02-02 | 5 | -13/+32 |
* | compiler: Fix parameter references in method expressions. | ian | 2012-02-02 | 1 | -6/+17 |
* | compiler: Fix type checking for append. | ian | 2012-02-01 | 1 | -6/+13 |
* | compiler: Don't crash on switch _ := v.(type). | ian | 2012-02-01 | 1 | -3/+10 |
* | PR target/52079 | jakub | 2012-02-01 | 2 | -2/+24 |
* | compiler: Permit a general expression in case x := <-c. | ian | 2012-02-01 | 1 | -9/+17 |