| Go patch committed: Fix last conversion patch |
2011-12-13 |
Ian Taylor |
|
New |
| Go patch committed: Fix invalid signature in function literal |
2010-12-15 |
Ian Taylor |
|
New |
| Go patch committed: Fix interface method representation |
2012-02-17 |
Ian Taylor |
|
New |
| Go patch committed: Fix inherited hidden methods, part 2 |
2011-09-13 |
Ian Taylor |
|
New |
| Go patch committed: Fix inherited hidden methods |
2011-09-13 |
Ian Taylor |
|
New |
| Go patch committed: Fix indirection through circular type |
2012-03-01 |
Ian Taylor |
|
New |
| Go patch committed: Fix import _ used twice in one package |
2011-03-07 |
Ian Taylor |
|
New |
| Go patch committed: Fix ice-on-valid for type with unknown size |
2012-02-16 |
Ian Taylor |
|
New |
| Go patch committed: Fix hidden field code |
2011-12-09 |
Ian Taylor |
|
New |
| Go patch committed: Fix handling of structs with embedded builtin types |
2011-09-14 |
Ian Taylor |
|
New |
| Go patch committed: Fix handling of omitted expression in switch |
2012-09-28 |
Ian Taylor |
|
New |
| Go patch committed: Fix handling of mutually recursive named types |
2011-09-19 |
Ian Taylor |
|
New |
| Go patch committed: Fix handling of invalid types within invalid types |
2012-02-29 |
Ian Taylor |
|
New |
| Go patch committed: Fix handling of dummy types for -fdump-go-spec |
2012-12-05 |
Ian Taylor |
|
New |
| Go patch committed: Fix handling of anonymous field with pointer type |
2011-01-19 |
Ian Taylor |
|
New |
| Go patch committed: Fix global var init to call with calls as args |
2011-10-04 |
Ian Taylor |
|
New |
| Go patch committed: Fix global dependencies for a, b = foo() |
2012-05-03 |
Ian Taylor |
|
New |
| Go patch committed: Fix gccgo cross-install name |
2012-02-14 |
Ian Taylor |
|
New |
| Go patch committed: Fix fieldtrack info for unexported type |
2012-11-30 |
Ian Taylor |
|
New |
| Go patch committed: Fix field tracking in global var initializer |
2012-12-03 |
Ian Taylor |
|
New |
| Go patch committed: Fix erroneous use of VEC |
2012-05-18 |
Ian Taylor |
|
New |
| Go patch committed: Fix determination of complex argument types |
2012-09-22 |
Ian Taylor |
|
New |
| Go patch committed: Fix defer/recover at high optimization levels |
2011-09-14 |
Ian Taylor |
|
New |
| Go patch committed: Fix defer |
2011-09-16 |
Ian Taylor |
|
New |
| Go patch committed: Fix crashes |
2012-03-28 |
Ian Taylor |
|
New |
| Go patch committed: Fix crash on go/defer of some builtin functions |
2012-12-04 |
Ian Taylor |
|
New |
| Go patch committed: Fix crash on erroneous method expression |
2011-02-19 |
Ian Taylor |
|
New |
| Go patch committed: Fix comparisons of string and interface type |
2010-12-14 |
Ian Taylor |
|
New |
| Go patch committed: Fix comparisons for structs/arrays with padding |
2012-01-11 |
Ian Taylor |
|
New |
| Go patch committed: Fix channels with element types of size zero |
2011-09-21 |
Ian Taylor |
|
New |
| Go patch committed: Fix bug with multiple results |
2011-05-13 |
Ian Taylor |
|
New |
| Go patch committed: Fix bug when struct inherits varargs |
2012-03-07 |
Ian Taylor |
|
New |
| Go patch committed: Fix bug taking address of variable |
2011-05-12 |
Ian Taylor |
|
New |
| Go patch committed: Fix bug converting unnamed types |
2012-12-01 |
Ian Taylor |
|
New |
| Go patch committed: Fix append with no extra arguments |
2010-12-23 |
Ian Taylor |
|
New |
| Go patch committed: Fix another crash with Sizeof of undefined type |
2010-12-16 |
Ian Taylor |
|
New |
| Go patch committed: Fix abstract types in temporary statements |
2011-01-04 |
Ian Taylor |
|
New |
| Go patch committed: Fix a, b, c := b, a, 1 when a and b already exist |
2012-10-03 |
Ian Taylor |
|
New |
| Go patch committed: Fix a few compiler crashes |
2012-04-28 |
Ian Taylor |
|
New |
| Go patch committed: Export and import of predeclared error type |
2011-12-01 |
Ian Taylor |
|
New |
| Go patch committed: Error on duplicate import |
2012-05-04 |
Ian Taylor |
|
New |
| Go patch committed: Error if variable defined but not used |
2012-01-23 |
Ian Taylor |
|
New |
| Go patch committed: Error if type switch case can not match |
2012-01-24 |
Ian Taylor |
|
New |
| Go patch committed: Error if no-value return with no result names |
2011-03-27 |
Ian Taylor |
|
New |
| Go patch committed: Error for inverted slice range |
2012-12-04 |
Ian Taylor |
|
New |
| Go patch committed: Error for invalid use of ... |
2012-04-24 |
Ian Taylor |
|
New |
| Go patch committed: Error for byte-order-mark in middle of file |
2012-09-20 |
Ian Taylor |
|
New |
| Go patch committed: Emit errors for unused values |
2011-09-20 |
Ian Taylor |
|
New |
| Go patch committed: Drop log2 and trunk |
2012-02-16 |
Ian Taylor |
|
New |
| Go patch committed: Don't warn about []int of string with NUL bytes |
2010-12-21 |
Ian Taylor |
|
New |
| Go patch committed: Don't use protected visibility for type descriptors |
2011-02-08 |
Ian Taylor |
|
New |
| Go patch committed: Don't use memcmp for struct == if trailing padding |
2012-11-25 |
Ian Taylor |
|
New |
| Go patch committed: Don't use import path for ./ or ../ imports |
2012-01-17 |
Ian Taylor |
|
New |
| Go patch committed: Don't try to address of a constant |
2012-05-15 |
Ian Taylor |
|
New |
| Go patch committed: Don't treat 0x123i as 123i |
2012-05-07 |
Ian Taylor |
|
New |
| Go patch committed: Don't store error types in ->GENERIC hash table |
2010-12-15 |
Ian Taylor |
|
New |
| Go patch committed: Don't split stack in bytes.IndexByte |
2010-12-17 |
Ian Taylor |
|
New |
| Go patch committed: Don't remove float conversion of typed constant |
2012-11-16 |
Ian Taylor |
|
New |
| Go patch committed: Don't permit go/defer calls to be parenthesized |
2012-12-04 |
Ian Taylor |
|
New |
| Go patch committed: Don't permit embedded pointer to interface |
2011-03-26 |
Ian Taylor |
|
New |
| Go patch committed: Don't permit close of receive-only channel |
2011-10-25 |
Ian Taylor |
|
New |
| Go patch committed: Don't permit assigning abstract string to numeric |
2010-12-21 |
Ian Taylor |
|
New |
| Go patch committed: Don't permit abstract type in string index |
2011-02-22 |
Ian Taylor |
|
New |
| Go patch committed: Don't permit !0 |
2012-05-07 |
Ian Taylor |
|
New |
| Go patch committed: Don't patch if type was not converted |
2011-03-03 |
Ian Taylor |
|
New |
| Go patch committed: Don't lower blocks twice |
2011-08-29 |
Ian Taylor |
|
New |
| Go patch committed: Don't lower binary exprs with mismatched types |
2012-02-17 |
Ian Taylor |
|
New |
| Go patch committed: Don't look up methods for pointer to interface |
2011-03-26 |
Ian Taylor |
|
New |
| Go patch committed: Don't look for methods on named pointer types |
2011-03-03 |
Ian Taylor |
|
New |
| Go patch committed: Don't look for break out of function literal |
2011-01-04 |
Ian Taylor |
|
New |
| Go patch committed: Don't let middle-end clear flag_errno_math |
2011-02-08 |
Ian Taylor |
|
New |
| Go patch committed: Don't let array indexes be untyped |
2011-02-15 |
Ian Taylor |
|
New |
| Go patch committed: Don't get confused by mix of abstract types |
2011-02-10 |
Ian Taylor |
|
New |
| Go patch committed: Don't get confused by error types in traversal |
2010-12-15 |
Ian Taylor |
|
New |
| Go patch committed: Don't get confused about type of bad binary expr |
2011-02-11 |
Ian Taylor |
|
New |
| Go patch committed: Don't generate fns for private fields of structs |
2012-01-26 |
Ian Taylor |
|
New |
| Go patch committed: Don't finalize methods more than once |
2010-12-21 |
Ian Taylor |
|
New |
| Go patch committed: Don't encode non-ASCII characters in identifiers |
2012-12-03 |
Ian Taylor |
|
New |
| Go patch committed: Don't delete old arguments for varargs |
2011-02-24 |
Ian Taylor |
|
New |
| Go patch committed: Don't create erroroneous COND_EXPR |
2011-01-04 |
Ian Taylor |
|
New |
| Go patch committed: Don't create a closure if not needed |
2012-05-25 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash when some object is redefined as type |
2010-12-21 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash when referring to method without call |
2011-02-10 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash when declaring method on unknown name |
2010-12-21 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash when copying function without closure |
2010-12-21 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash when copying call with no arguments |
2010-12-16 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash when calling new on erroneous type |
2010-12-21 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash returning from '_' function |
2010-12-21 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash ranging over call to builtin function |
2011-05-11 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash on undefined anonymous field |
2010-12-15 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash on type switch of untyped value |
2011-02-24 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash on type switch of nil |
2011-02-24 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash on type descriptor of abstract type |
2011-03-03 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash on tuple init from bad channel |
2010-12-15 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash on switch _ := v.(type) |
2012-02-01 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash on self-referential initializer |
2011-02-15 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash on result variable redefinition |
2011-02-24 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash on ref to field with error type |
2011-01-19 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash on redefinition of unsafe |
2011-02-22 |
Ian Taylor |
|
New |
| Go patch committed: Don't crash on recursive consts or variables |
2010-12-18 |
Ian Taylor |
|
New |