]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/go
* doc/install.texi (Specific, alpha): Remove note to use
[thirdparty/gcc.git] / gcc / go /
2019-08-19  ian compiler: new debugging output methods/functions
2019-08-19  ian runtime: be more strict in GC
2019-08-17  ian compiler: support new numeric literal syntax
2019-08-17  ian compiler, runtime: allocate defer records on the...
2019-08-17  ian runtime: scan write barrier buffer conservatively
2019-08-16  ian compiler: print runtime.hex in hex
2019-08-10  jakubAssorted ChangeLog cleanups.
2019-07-23  ian compiler: use correct value type in 2-case select...
2019-07-23  ian compiler: follow-on fix for finalizing imported...
2019-07-19  ian compiler: don't export bodies for functions marked...
2019-07-18  ian compiler: fix bug in importing blocks from inline...
2019-07-18  ian compiler: fix bug in handling of unordered set...
2019-07-15  ian runtime: expose the g variable
2019-07-11  ian compiler: ensure evaluation order in type hash...
2019-07-10  ian compiler: finalize methods when importing types
2019-07-10  ian compiler: add break label in 1,2-case select statem...
2019-07-04  ian compiler: optimize 0,1,2-case select statement
2019-07-04  ian compiler: fix indentation of select statement AST...
2019-07-03  ian compiler: set varargs lowered for imported call...
2019-07-03  ian compiler: include transitive imports in the type...
2019-07-03  ian compiler: rework type and package tracking in exporter
2019-07-02  ian compiler: use builtin memset for non-pointer memclr
2019-07-02  ian compiler: refactoring in Export class to encapsulat...
2019-06-26  ian libgo/testsuite: ignore symbols with a leading...
2019-06-26  ian cmd/go: silence ar with D flag failures
2019-06-25  ian runtime: mark memequal and memclrNoHeapPointers...
2019-06-24  ian compiler: open code string equality
2019-06-24  ian compiler: use builtin memcmp directly
2019-06-23  ian compiler: edit error messages to avoid -Wformat...
2019-06-23  ian compiler: add go_debug and use it for debug messages
2019-06-21  ian compiler: intrinsify some math/bits functions
2019-06-21  ian runtime: inline and remove eqtype
2019-06-21  ian compiler: open code some type assertions
2019-06-21  ian compiler: omit write barrier for assignment to...
2019-06-21  ian compiler: open code string slice expressions
2019-06-19  ian compiler: optimize string concatenations
2019-06-19  ian compiler: stack allocate a buffer for non-escaping...
2019-06-18  ian compiler: avoid copy for string([]byte) conversion...
2019-06-10  ian compiler: support inlining functions that use index...
2019-06-10  ian compiler: make heap expression's write barrier...
2019-06-10  ian compiler: permit inlining functions with labels...
2019-06-10  ian compiler: use gcWriteBarrier for pointer-shaped...
2019-06-10  ian compiler: make escape analysis work with imported...
2019-06-07  ian compiler: improve write barrier generation
2019-06-07  ian compiler: support inlining functions with if statements
2019-06-07  ian compiler: do simple deadcode elimination
2019-06-07  ian go/internal/gccgoimporter: ignore unexported and...
2019-06-06  ian compiler: permit inlining temporary statements...
2019-06-06  ian compiler: make use of specialized fast map routines
2019-06-05  ian compiler: inline call expressions and function...
2019-06-05  ian compiler: statically allocate constant interface...
2019-06-03  ian compiler, runtime, reflect: generate unique type...
2019-06-03  ian libgo: delay applying profile stack-frame skip...
2019-06-03  ian compiler: permit inlining references to global...
2019-06-03  ian runtime: remove unnecessary functions calling betwe...
2019-06-03  ian runtime: fix assembly syntax
2019-05-31  ian runtime: drop unused C type reflection code
2019-05-31  ian compiler: optimize append of make
2019-05-31  ian compiler: handle int-to-string conversion with...
2019-05-31  ian runtime: implement cheaper context switch on Linux...
2019-05-30  wilsonFix RISC-V build failure for go language.
2019-05-30  ian compiler: intrinsify sync/atomic functions
2019-05-30  ian PR go/90669
2019-05-27  ian PR go/90635
2019-05-27  ian PR go/90614
2019-05-17  ian compiler: use SHA1-hash for symname for long gcbits...
2019-05-17  ian PR go/90482
2019-05-17  ian compiler: intrinsify runtime/internal/atomic functions
2019-05-16  ian compiler: add intrinsics for runtime/internal/sys...
2019-05-16  ian compiler: improve escape analysis on interface...
2019-05-14  ian libgo: reduce overhead for memory/block/mutex profiling
2019-05-13  ian libgo: drop Solaris 10 support
2019-05-11  ian runtime: set up g early
2019-05-10  ian compiler: permit inlining receive expressions
2019-05-10  ian compiler: permit inlining variable declaration...
2019-05-09  ian compiler: avoid copy for string([]byte) conversion...
2019-05-08  ian compiler: avoid copy for string([]byte) conversion...
2019-05-08  ian libgo: add Debugging section to README
2019-05-08  ian compiler: generate memmove for non-pointer slice...
2019-05-08  ian runtime: use builtin memmove directly
2019-05-08  ian compiler: remove trailing spaces
2019-05-08  ian reflect: correctly handle direct interface typed...
2019-05-08  ian compiler: don't add pointer twice to value method...
2019-05-08  ian compiler: add an option to emit optimization diagno...
2019-05-03  ian compiler: recognize and optimize array range clear
2019-05-03  ian os/user: disable TestGroupIds for AIX
2019-05-01  ian compiler: recognize and optimize map range clear
2019-05-01  ian compiler,runtime: do more direct interfaces
2019-05-01  ian runtime: persistentalloc and cache itabs
2019-04-29  ian compiler: avoid crash on real declaration of type...
2019-04-26  ian runtime: fix TestPhysPageSize on AIX
2019-04-25  ian compiler: fix glitch when inlining method with...
2019-04-24  ian PR target/89093
2019-04-19  ian libgo/go/syscall: add SockAddrDatalink on AIX
2019-04-18  ian PR go/90110
2019-04-13  ian compiler: improve type handling for string concat...
2019-04-09  ian compiler: sort packages in export data more determi...
2019-04-08  ian libgo: update to Go 1.12.2
2019-03-21  ian compiler: add a newline to function receiver type...
2019-03-19  ian compiler,runtime: pass old slice's ptr/len/cap...
next