2012-05-15 |
ian | compiler: Fix taking address of constant outside of... |
blob | commitdiff |
2012-05-15 |
ian | compiler: Sort array constructors by index. |
blob | commitdiff | diff to current |
2012-05-15 |
ian | compiler: Don't try to take the address of a constant. |
blob | commitdiff | diff to current |
2012-05-07 |
ian | compiler: fix ICE in handling of rune constants. |
blob | commitdiff | diff to current |
2012-05-07 |
ian | compiler: reject NOT operator on integer types. |
blob | commitdiff | diff to current |
2012-04-28 |
ian | compiler: Fix some crashes on invalid code. |
blob | commitdiff | diff to current |
2012-04-28 |
ian | compiler: Use less memory for array/slice literals. |
blob | commitdiff | diff to current |
2012-04-24 |
ian | compiler: Error for invalid use of ... in call. |
blob | commitdiff | diff to current |
2012-04-23 |
ian | compiler: Correct handling of negative zero floating... |
blob | commitdiff | diff to current |
2012-04-20 |
ian | compiler, runtime: Add explicit checks for zero and... |
blob | commitdiff | diff to current |
2012-04-16 |
ian | compiler: fix infinite recursion in string constant... |
blob | commitdiff | diff to current |
2012-03-30 |
ian | compiler: Fix order of evaluation of struct composite... |
blob | commitdiff | diff to current |
2012-03-29 |
ian | compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} retur... |
blob | commitdiff | diff to current |
2012-03-28 |
ian | compiler: fix null-dereference on invalid len() arg. |
blob | commitdiff | diff to current |
2012-03-28 |
ian | compiler: avoid an ICE on bound interface methods used... |
blob | commitdiff | diff to current |
2012-03-28 |
ian | compiler: fix crashes. |
blob | commitdiff | diff to current |
2012-03-28 |
ian | compiler: Rewrite handling of untyped numeric constants. |
blob | commitdiff | diff to current |
2012-03-10 |
ian | Update Go compiler, library, and testsuite on gcc 4... |
blob | commitdiff | diff to current |
2012-03-01 |
ian | compiler: Fix handling of indirection of circular types. |
blob | commitdiff | diff to current |
2012-03-01 |
ian | compiler: Avoid some compiler crashes on invalid code. |
blob | commitdiff | diff to current |
2012-03-01 |
ian | compiler: Fix unary ^ applied to typed signed integer... |
blob | commitdiff | diff to current |
2012-02-29 |
ian | compiler: Avoid various crashes on error conditions. |
blob | commitdiff | diff to current |
2012-02-17 |
ian | compiler: Add parameter names to export information. |
blob | commitdiff | diff to current |
2012-02-17 |
ian | compiler: Don't lower binary expressions with mismatche... |
blob | commitdiff | diff to current |
2012-02-16 |
ian | compiler: Lower constant string comparisons. |
blob | commitdiff | diff to current |
2012-02-16 |
ian | compiler: Fix crash: type T1 struct { F *[1]T2 } where... |
blob | commitdiff | diff to current |
2012-02-08 |
ian | math: Compile with -mfancy-math-387 -funsafe-optimizati... |
blob | commitdiff | diff to current |
2012-02-08 |
ian | compiler, runtime: Check make int64 args for overflow. |
blob | commitdiff | diff to current |
2012-02-02 |
ian | compiler: Compare slice start and end with cap, not... |
blob | commitdiff | diff to current |
2012-02-02 |
ian | compiler: Fix parameter references in method expressions. |
blob | commitdiff | diff to current |
2012-02-01 |
ian | compiler: Fix type checking for append. |
blob | commitdiff | diff to current |
2012-01-24 |
ian | compiler: Do not allow slice of array literal. |
blob | commitdiff | diff to current |
2012-01-24 |
ian | compiler: Correct type of expressions involving charact... |
blob | commitdiff | diff to current |
2012-01-24 |
ian | compiler: Better handling of erroneous function signatures. |
blob | commitdiff | diff to current |
2012-01-24 |
ian | compiler: Better error message for invalid use of prede... |
blob | commitdiff | diff to current |
2012-01-23 |
ian | compiler: Give an error if a variable is defined but... |
blob | commitdiff | diff to current |
2012-01-21 |
ian | compiler: Change alias handling, change rune alias... |
blob | commitdiff | diff to current |
2012-01-20 |
ian | compiler: Handle recursive interfaces. |
blob | commitdiff | diff to current |
2012-01-12 |
ian | libgo: Update to weekly.2011-12-14. |
blob | commitdiff | diff to current |
2012-01-11 |
ian | compiler: Permit type B byte; type S []B; var v = S... |
blob | commitdiff | diff to current |
2012-01-11 |
ian | compiler: Don't use memcmp for structs/arrays with... |
blob | commitdiff | diff to current |
2012-01-11 |
ian | compiler: Use backend interface for type sizes and... |
blob | commitdiff | diff to current |
2012-01-06 |
ian | compiler, runtime: Implement struct and array comparisons. |
blob | commitdiff | diff to current |
2011-12-28 |
ian | compiler: Prohibit comparisons of funcs, maps, and... |
blob | commitdiff | diff to current |
2011-12-14 |
ian | compiler: Permit omitting &T in composite literal. |
blob | commitdiff | diff to current |
2011-12-13 |
ian | compiler: Fix multiple conversions to different named... |
blob | commitdiff | diff to current |
2011-12-13 |
ian | compiler: Permit converting between string and named... |
blob | commitdiff | diff to current |
2011-12-09 |
ian | compiler: Another correction to hidden fields in compos... |
blob | commitdiff | diff to current |
2011-12-09 |
ian | compiler: It's OK to assign a struct with hidden fields... |
blob | commitdiff | diff to current |
2011-12-08 |
ian | compiler: Don't check for hidden fields on struct assig... |
blob | commitdiff | diff to current |
2011-12-01 |
ian | compiler/runtime: Copy channel implementation from... |
blob | commitdiff | diff to current |
2011-11-29 |
ian | compiler: Define and use backend-independent Location... |
blob | commitdiff | diff to current |
2011-10-25 |
ian | Implement predeclared delete function. |
blob | commitdiff | diff to current |
2011-10-25 |
ian | Don't permit close of receive-only channel. |
blob | commitdiff | diff to current |
2011-10-25 |
ian | Implement new order of assignment rules. |
blob | commitdiff | diff to current |
2011-10-24 |
ian | Implement append([]byte, string...). |
blob | commitdiff | diff to current |
2011-10-24 |
ian | Rename is_open_array_type to is_slice_type. |
blob | commitdiff | diff to current |
2011-09-21 |
ian | Better error message for shift context types. |
blob | commitdiff | diff to current |
2011-09-20 |
ian | Improve error for undefined name in imported package. |
blob | commitdiff | diff to current |
2011-09-20 |
ian | Emit compiler errors for unused values. |
blob | commitdiff | diff to current |
2011-09-17 |
ian | Improve errors for invalid use of [...]type. |
blob | commitdiff | diff to current |
2011-09-14 |
ian | Fix handling of structs with embedded global types. |
blob | commitdiff | diff to current |
2011-09-13 |
ian | Fix inheriting hidden methods with arguments of hidden... |
blob | commitdiff | diff to current |
2011-09-10 |
ian | Fix using package name as composite literal struct... |
blob | commitdiff | diff to current |
2011-08-29 |
ian | Lower calls to bound method expressions. |
blob | commitdiff | diff to current |
2011-08-25 |
ian | Change Bound_method_expression to refer to a constant... |
blob | commitdiff | diff to current |
2011-08-24 |
ian | gccgo: fixes to ast-dump, refactoring of export and... |
blob | commitdiff | diff to current |
2011-08-04 |
ian | PR go/49889 |
blob | commitdiff | diff to current |
2011-08-03 |
ian | gccgo: Added code to dump the AST tree. The AST dump is |
blob | commitdiff | diff to current |
2011-08-01 |
ian | Use temporary variables for calls with multiple results. |
blob | commitdiff | diff to current |
2011-06-14 |
ian | Change builtin make to runtime call at lowering time. |
blob | commitdiff | diff to current |
2011-06-11 |
ian | Use backend interface for map descriptors. |
blob | commitdiff | diff to current |
2011-06-11 |
ian | Use backend interface for type descriptors. |
blob | commitdiff | diff to current |
2011-06-09 |
ian | Use backend interface for zero initialization. |
blob | commitdiff | diff to current |
2011-06-08 |
ian | Correct type size comparison. |
blob | commitdiff | diff to current |
2011-05-12 |
ian | Fix bug with taking address of a variable when address... |
blob | commitdiff | diff to current |
2011-05-11 |
ian | Permit new of a function type. |
blob | commitdiff | diff to current |
2011-05-11 |
ian | Don't crash ranging over call to builtin function. |
blob | commitdiff | diff to current |
2011-05-07 |
ian | Use backend types for all type conversions. |
blob | commitdiff | diff to current |
2011-04-23 |
ian | Define go_unreachable to replace gcc_unreachable. |
blob | commitdiff | diff to current |
2011-04-21 |
ian | Define go_assert to replace gcc_assert |
blob | commitdiff | diff to current |
2011-04-21 |
ian | Use mpfr_prec_round, not real_convert, to constraint... |
blob | commitdiff | diff to current |
2011-04-19 |
ian | Use backend interface for temporary variables. |
blob | commitdiff | diff to current |
2011-04-19 |
ian | Use backend interface for variables. |
blob | commitdiff | diff to current |
2011-04-15 |
ian | Use backend interface for send statement. |
blob | commitdiff | diff to current |
2011-04-15 |
ian | Use the backend interface for select statements. |
blob | commitdiff | diff to current |
2011-04-13 |
ian | Unify handling of runtime support functions. |
blob | commitdiff | diff to current |
2011-04-06 |
ian | Use backend interface for if statements. |
blob | commitdiff | diff to current |
2011-04-05 |
ian | Use backend interface for labels and goto statements. |
blob | commitdiff | diff to current |
2011-04-04 |
ian | Use backend interface for return statements. |
blob | commitdiff | diff to current |
2011-03-31 |
ian | Taking a slice of an array requires moving the array... |
blob | commitdiff | diff to current |
2011-03-28 |
ian | Permit copying hidden fields when passing method receiver. |
blob | commitdiff | diff to current |
2011-03-28 |
ian | Do not permit method expressions with pointers to inter... |
blob | commitdiff | diff to current |
2011-03-28 |
ian | Support method expressions for interface types. |
blob | commitdiff | diff to current |
2011-03-28 |
ian | Fix useless assertion in ^ code. |
blob | commitdiff | diff to current |
2011-03-27 |
ian | Improve error about indirecting an unsafe.Pointer type. |
blob | commitdiff | diff to current |
2011-03-26 |
ian | Don't permit embedded field to be pointer to interface. |
blob | commitdiff | diff to current |
2011-03-26 |
ian | Check for invalid uses of ... in builtin function calls. |
blob | commitdiff | diff to current |
2011-03-25 |
ian | Clean up handling of undefined types. |
blob | commitdiff | diff to current |
2011-03-25 |
ian | Avoid overflow error after negative shift count error. |
blob | commitdiff | diff to current |
next |