| Go patch committed: Check for pointer to error when fetching method |
2010-12-15 |
Ian Taylor |
|
New |
| Go patch committed: Check for multiple default cases |
2011-01-04 |
Ian Taylor |
|
New |
| Go patch committed: Check for initialization loop in constant init |
2012-02-17 |
Ian Taylor |
|
New |
| Go patch committed: Check for identical package name and prefix |
2011-01-04 |
Ian Taylor |
|
New |
| Go patch committed: Check for errors in array index |
2010-12-15 |
Ian Taylor |
|
New |
| Go patch committed: Check for errors from call_builtin |
2010-12-16 |
Ian Taylor |
|
New |
| Go patch committed: Check for errors building map construction |
2010-12-22 |
Ian Taylor |
|
New |
| Go patch committed: Check for error type in binary expression |
2011-01-19 |
Ian Taylor |
|
New |
| Go patch committed: Check for duplicate parameter/result names |
2011-09-20 |
Ian Taylor |
|
New |
| Go patch committed: Check dup methods, avoid endless loops |
2010-12-14 |
Ian Taylor |
|
New |
| Go patch committed: Change type alias handling |
2012-01-21 |
Ian Taylor |
|
New |
| Go patch committed: Change floating point precision |
2012-04-23 |
Ian Taylor |
|
New |
| Go patch committed: Change c <- v from an expression to a statement |
2011-03-24 |
Ian Taylor |
|
New |
| Go patch committed: Change Sizeof values from var to const |
2012-04-22 |
Ian Taylor |
|
New |
| Go patch committed: Call cgraph_get_node |
2011-04-12 |
Ian Taylor |
|
New |
| Go patch committed: Build math library with -funsafe-math-optimizations |
2012-02-08 |
Ian Taylor |
|
New |
| Go patch committed: Build interfaces tables for imported interfaces |
2012-05-03 |
Ian Taylor |
|
New |
| Go patch committed: Better parses |
2011-09-23 |
Ian Taylor |
|
New |
| Go patch committed: Better handling of erroneous functions |
2012-01-24 |
Ian Taylor |
|
New |
| Go patch committed: Better handling of EOF |
2011-09-21 |
Ian Taylor |
|
New |
| Go patch committed: Better errors for missing chan element type |
2011-03-28 |
Ian Taylor |
|
New |
| Go patch committed: Better errors for invalid [...]type |
2011-09-17 |
Ian Taylor |
|
New |
| Go patch committed: Better error message for type switch |
2011-03-28 |
Ian Taylor |
|
New |
| Go patch committed: Better error message for single- multiple- value |
2012-09-21 |
Ian Taylor |
|
New |
| Go patch committed: Better error message for send as value |
2011-03-28 |
Ian Taylor |
|
New |
| Go patch committed: Better error message for missing if condition |
2011-03-28 |
Ian Taylor |
|
New |
| Go patch committed: Better error message for missing comma |
2012-09-27 |
Ian Taylor |
|
New |
| Go patch committed: Better error message for invalid shifts |
2012-12-14 |
Ian Taylor |
|
New |
| Go patch committed: Better error message |
2012-09-21 |
Ian Taylor |
|
New |
| Go patch committed: Better error for unknown name in package |
2011-09-21 |
Ian Taylor |
|
New |
| Go patch committed: Better error for unknown name in package |
2011-09-20 |
Ian Taylor |
|
New |
| Go patch committed: Better error for switch on non-comparable type |
2012-09-25 |
Ian Taylor |
|
New |
| Go patch committed: Better error for invalid use of builtin |
2012-01-24 |
Ian Taylor |
|
New |
| Go patch committed: Better error about unsafe.Pointer indirect |
2011-03-27 |
Ian Taylor |
|
New |
| Go patch committed: Better checks for make arguments |
2012-12-05 |
Ian Taylor |
|
New |
| Go patch committed: Be more careful to follow type rules |
2012-03-09 |
Ian Taylor |
|
New |
| Go patch committed: Avoid zero-sized global variables |
2012-03-08 |
Ian Taylor |
|
New |
| Go patch committed: Avoid various compiler crashes |
2012-02-29 |
Ian Taylor |
|
New |
| Go patch committed: Avoid splitting stack for append and copy |
2010-12-17 |
Ian Taylor |
|
New |
| Go patch committed: Avoid some unnecessary interface conversions |
2012-06-14 |
Ian Taylor |
|
New |
| Go patch committed: Avoid some compiler crashes |
2012-01-21 |
Ian Taylor |
|
New |
| Go patch committed: Avoid race condition shutting down thread |
2011-03-07 |
Ian Taylor |
|
New |
| Go patch committed: Avoid more crashes on invalid input |
2012-03-01 |
Ian Taylor |
|
New |
| Go patch committed: Avoid infinite recursion when looking up methods |
2010-12-22 |
Ian Taylor |
|
New |
| Go patch committed: Avoid infinite recursion in string constant eval |
2012-04-16 |
Ian Taylor |
|
New |
| Go patch committed: Avoid infinite loop in field_reference |
2011-02-24 |
Ian Taylor |
|
New |
| Go patch committed: Avoid infinite loop finalizing interface methods |
2011-02-19 |
Ian Taylor |
|
New |
| Go patch committed: Avoid endless loop on array with recursive length |
2010-12-24 |
Ian Taylor |
|
New |
| Go patch committed: Avoid endless loop inheriting interfaces |
2010-12-24 |
Ian Taylor |
|
New |
| Go patch committed: Avoid endless loop checking for pointer type |
2010-12-24 |
Ian Taylor |
|
New |
| Go patch committed: Avoid crashes on erroneous input |
2012-02-15 |
Ian Taylor |
|
New |
| Go patch committed: Avoid crash with extra struct initializer |
2011-01-19 |
Ian Taylor |
|
New |
| Go patch committed: Avoid crash when selecting on non-channel |
2011-01-04 |
Ian Taylor |
|
New |
| Go patch committed: Avoid compiler crash |
2012-03-28 |
Ian Taylor |
|
New |
| Go patch committed: Avoid another infinite recursion |
2010-12-23 |
Ian Taylor |
|
New |
| Go patch committed: Avoid ICE on invalid len call |
2012-03-28 |
Ian Taylor |
|
New |
| Go patch committed: Avoid ICE on invalid |
2012-03-28 |
Ian Taylor |
|
New |
| Go patch committed: Another hidden fields correction |
2011-12-09 |
Ian Taylor |
|
New |
| Go patch committed: An unknown named object may be declared |
2010-12-23 |
Ian Taylor |
|
New |
| Go patch committed: Always use backend interface for statements |
2011-04-19 |
Ian Taylor |
|
New |
| Go patch committed: Always lower subexpressions of lowered expressions |
2012-01-25 |
Ian Taylor |
|
New |
| Go patch committed: Always initialize nested_off |
2013-02-05 |
Ian Taylor |
|
New |
| Go patch committed: Always determine call types |
2011-03-03 |
Ian Taylor |
|
New |
| Go patch committed: Always dereference receiver in value method |
2011-09-13 |
Ian Taylor |
|
New |
| Go patch committed: Adjust recursive function type handling |
2010-12-16 |
Ian Taylor |
|
New |
| Go patch committed: Add statements to type switch even if no types |
2010-12-15 |
Ian Taylor |
|
New |
| Go patch committed: Add rune type |
2011-10-28 |
Ian Taylor |
|
New |
| Go patch committed: Add parameter names to export information |
2012-02-17 |
Ian Taylor |
|
New |
| Go patch committed: Add missing HTML testdata files |
2011-09-22 |
Ian Taylor |
|
New |
| Go patch committed: Add explicit checks for division zero and overflow |
2012-04-20 |
Ian Taylor |
|
New |
| Go patch committed: Add cgo support routines |
2011-01-11 |
Ian Taylor |
|
New |
| Go patch committed: Add AST dumper |
2011-08-03 |
Ian Taylor |
|
New |
| Go patch committed: Add -o option when linking |
2012-02-17 |
Ian Taylor |
|
New |
| Go patch committed: Add -o option if compiling and not already present |
2010-12-13 |
Ian Taylor |
|
New |
| Go patch committed: Add -fgo-relative-import-path option |
2012-10-31 |
Ian Taylor |
|
New |
| Go patch committed: Add -fgo-pkgpath option |
2012-05-09 |
Ian Taylor |
|
New |
| Go patch committed: Add + to Make-lang.in as needed |
2012-11-16 |
Ian Taylor |
|
New |
| Go patch committed: Accept trailing comma after varargs parameter |
2012-12-13 |
Ian Taylor |
|
New |
| Go patch committed: Accept general expression in case x := <-c |
2012-02-01 |
Ian Taylor |
|
New |
| Go patch committed: Accept comma after expression in type conversion |
2012-12-05 |
Ian Taylor |
|
New |
| Go patch committed: A variable with a preinit needs an init fn |
2010-12-23 |
Ian Taylor |
|
New |
| Go patch committed: |
2012-12-21 |
Ian Taylor |
|
New |
| Go patch commited: tuple receives indicate whether channel closed |
2011-03-24 |
Ian Taylor |
|
New |
| Go patch RFC: Don't mark Go executables as requiring writable stack |
2012-01-27 |
Ian Taylor |
|
New |
| Go patch RFA: Fix taking the address of a field of a local variable |
2012-06-07 |
Ian Taylor |
|
New |
| Go frontend patch committed: Avoid some crashes on erroneous programs |
2010-12-09 |
Ian Taylor |
|
New |
| Go compiler patch: Fix check for parenthesized go/defer arg |
2012-12-06 |
Ian Taylor |
|
New |
| Go 4.7 patch committed: Bring 4.7 branch up to date |
2012-09-20 |
Ian Taylor |
|
New |
| Get sparc building again after ASAN merge. |
2012-11-13 |
David Miller |
|
New |
| Get rid of warning in dwarf2out.c |
2011-04-18 |
Eric Botcazou |
|
New |
| Get rid of some further varargs macros (PR bootstrap/44426) |
2010-06-14 |
Jakub Jelinek |
|
New |
| Get aliases and weakrefs into better shape with LTO |
2011-01-07 |
Jan Hubicka |
|
New |
| Generic hwloop support library |
2011-07-04 |
Bernd Schmidt |
|
New |
| Generic hwloop support library |
2011-06-21 |
Bernd Schmidt |
|
New |
| Generic .opt support for enumerated option arguments |
2010-11-26 |
Joseph S. Myers |
|
New |
| Generate i486 code by default on FreeBSD/ia32 |
2011-02-06 |
Tijl Coosemans |
|
New |
| Generate block moves for bitfield initialization |
2012-05-13 |
Eric Botcazou |
|
New |
| Generate a label for the split cold function while using -freorder-blocks-and-partition |
2013-04-25 |
Sriraman Tallam |
|
New |
| Generate a label for the split cold function while using -freorder-blocks-and-partition |
2013-04-23 |
Sriraman Tallam |
|
New |
| Generate a label for the split cold function while using -freorder-blocks-and-partition |
2013-04-25 |
Sriraman Tallam |
|
New |