]> gcc.gnu.org Git - gcc.git/history - gcc/go
Bind(C): Fix type encodings in ISO_Fortran_binding.h
[gcc.git] / gcc / go /
2021-07-19 Ian Lance Taylorcompiler: avoid aliases in receiver types
2021-07-10 Ian Lance Taylorruntime: remove direct assignments to memory locations
2021-06-30 GCC AdministratorDaily bump.
2021-06-29 Ian Lance Taylorcompiler: don't generate temporaries for composite...
2021-06-29 Ian Lance Taylorgo-gcc: set DECL_NAMELESS for temporary variables
2021-06-29 Ian Lance Taylorcompiler: in composite literals use temps only for...
2021-06-10 Ian Lance Taylorlibgo: update to Go1.16.5 release
2021-05-28 GCC AdministratorDaily bump.
2021-05-27 Ian Lance Taylorgccgo.texi: remove HTML quoting
2021-05-25 GCC AdministratorDaily bump. riscv/heads/experimental
2021-05-24 Ian Lance Taylorcompiler: mark global variables whose address is taken riscv/heads/integration
2021-05-19 Ian Lance Taylorgcc/go/ChangeLog: remove entry for reverted change
2021-05-19 Ian Lance Taylorgofrontend: revert startswith change
2021-05-19 Ian Lance Taylorlibgo: update configure to current sources
2021-05-11 GCC AdministratorDaily bump.
2021-05-10 Martin LiskaCome up with startswith function.
2021-04-12 Ian Lance Taylorlibgo: update to Go1.16.3 release
2021-03-17 Ian Lance Taylorcompiler: copy receiver argument for go/defer of method...
2021-03-15 Ian Lance Taylorlibgo: update to Go 1.16.2 release
2021-03-13 Ian Lance Taylormisc/cgo/testcarchive: don't use == for string equality...
2021-03-11 Ian Lance Taylorcompiler: create temporaries for heap variables
2021-03-09 Ian Lance Taylorruntime: cast SIGSTKSZ to uintptr
2021-03-02 Michael Matloobcompiler: allow //go:embed in files underscore-importin...
2021-02-26 Lynn Bogerlibgo: ensure memmove, memset 8 byte atomicity on ppc64x
2021-02-19 Ian Lance Taylorlibgo: update to Go1.16 release
2021-02-16 Ian Lance Taylorcompiler: unalias receiver type in export data
2021-02-12 Michael Matloobcompiler: open byte slice and string embeds using the...
2021-02-03 Ian Lance Taylorlibgo: install new 1.16 packages
2021-01-30 Clément Chigotinternal/cpu: correctly link to getsystemcfg
2021-01-29 Ian Lance Taylorlibgo: update to Go1.16rc1
2021-01-29 GCC AdministratorDaily bump.
2021-01-28 Ian Lance Taylorgccgo driver: always act as though -g is passed
2021-01-19 Ian Lance Taylorcompiler: initialize variables with go:embed directives
2021-01-19 Ian Lance Taylorcompiler: read embedcfg files, parse go:embed directives
2021-01-16 GCC AdministratorDaily bump.
2021-01-15 Ian Lance Taylorcompiler: add support for reading embedcfg files
2021-01-14 Ian Lance Taylorlibgo: update hurd support
2021-01-12 Paul E. Murphysyscall: ensure openat uses variadic libc wrapper
2021-01-06 GCC AdministratorDaily bump.
2021-01-05 Ian Lance Taylorsyscall: don't define sys_SETREUID and friends
2021-01-05 Ian Lance Taylorinternal/cpu: more build fixes for Go1.16beta1 release
2021-01-05 Jakub Jelinekgo: Fix -fgo-embedcfg= option description.
2021-01-05 Ian Lance TaylorGo frontend: add -fgo-embedcfg option
2021-01-04 Jakub JelinekUpdate copyright years.
2021-01-04 Jakub JelinekUpdate Copyright in ChangeLog files
2021-01-02 GCC AdministratorDaily bump.
2021-01-01 Ian Lance Taylorinternal/cpu: add aarch64 support functions
2021-01-01 Ian Lance Taylorruntime: move startupRandomData back to runtime2.go
2021-01-01 Ian Lance Taylorinternal/cpu, golang.org/x/sys/cpu: support other GOARC...
2021-01-01 Jakub JelinekUpdate copyright dates.
2020-12-30 Ian Lance Taylorlibgo: update to Go1.16beta1 release
2020-12-24 Ian Lance Taylorcompiler: parenthesize channel type strings if necessary
2020-12-23 Ian Lance Taylorcompiler: nil-checked pointers and index expressions...
2020-12-23 Ian Lance Taylorcompiler: remove references to slicecopy and slicestrin...
2020-12-23 GCC AdministratorDaily bump.
2020-12-22 Ian Lance Taylorcompiler: initialize saw_send_stmt locals
2020-12-22 Ian Lance Taylorruntime: eliminate scase.kind field
2020-12-22 Ian Lance Taylorruntime: add "success" field to sudog
2020-12-22 Ian Lance Taylorruntime: omit nil-channel cases from selectgo's orders
2020-12-22 Ian Lance Taylorruntime: remove scase.releasetime field
2020-12-22 Ian Lance TaylorGo frontend: ensure mpfr exponent range is large enough...
2020-12-21 Nikhil Beneschlibgo: adjust sysinfo scripts for changed -fdump-go...
2020-12-18 Ian Lance Taylorcompiler: check for floating-point exponent overflow
2020-12-15 Ian Lance Taylorcompiler: correct grammar in error message
2020-12-15 Ian Lance Taylorcompiler: avoid knock-on errors from invalid interfaces
2020-12-15 Ian Lance Taylorcompiler: discard global sink variables with static...
2020-12-15 Ian Lance Taylorcompiler: better error for unexpected digit
2020-12-11 Ian Lance Taylorcompiler: encode user visible names if necessary
2020-12-08 Ian Lance Taylorlibgo: update to 1.15.6 release
2020-12-08 Ian Lance Taylorcompiler: use correct location for iota errors
2020-12-08 Ian Lance Taylorsyscall: don't use AF_LINK on hurd
2020-12-07 Ian Lance Taylorcompiler: type of string index expression is byte
2020-12-07 Ian Lance Taylorcompiler: don't name type descriptor for alias type
2020-12-04 Ian Lance Taylorruntime: update type descriptor name in fieldtrack...
2020-12-03 Ian Lance Taylorcompiler: cast comparison function result to expected...
2020-12-03 Ian Lance Taylorcompiler: defer to middle-end for complex division
2020-12-02 Ian Lance Taylorcompiler: reword "declared and not used" error message
2020-12-02 Ian Lance Taylorcompiler: improve mixed named/unnamed parameter error...
2020-12-02 Ian Lance Taylorcompiler: don't advance past unexpected semicolon
2020-11-30 Ian Lance Taylorinternal/cpu: don't define CacheLinePadSize for mips64x
2020-11-30 Ian Lance Taylorcompiler, runtime: check len/cap for append(s, make...
2020-11-30 Ian Lance Taylorlibgo: define SO_RCVTIMEO on 32-bit GNU/Linux
2020-11-30 Ian Lance Taylorcompiler: improve error messages for expected curly...
2020-11-30 Ian Lance Taylorcompiler: use correct assignment order for type assertions
2020-11-30 Ian Lance Taylorcompiler: always use int context for index values
2020-11-30 Ian Lance Taylorcompiler: better error messages for missing interface...
2020-11-30 Ian Lance Taylorcompiler: improve error for import of non-string
2020-11-28 Ian Lance Taylorcompiler: avoid follow-on errors for bad types
2020-11-28 Ian Lance Taylorcompiler: better error for x, x := 1, 2
2020-11-25 Ian Lance Taylorcompiler: avoid silent truncation for string(1 << 32)
2020-11-23 Ian Lance Taylorlog/syslog: correct asm name for C function
2020-11-21 Ian Lance Taylorlibgo: update to Go 1.15.5 release
2020-11-21 GCC AdministratorDaily bump.
2020-11-20 Ian Lance Taylorcompiler, libgo: change mangling scheme
2020-11-20 Jakub Jelinekconfigury: Fix up --enable-link-serialization support
2020-11-19 GCC AdministratorDaily bump.
2020-11-18 Jakub Jelinekconfigury: --enable-link-serialization support
2020-11-18 Ian Lance Taylorcmd/go, cmd/cgo: update gofrontend mangling checks
2020-11-12 GCC AdministratorDaily bump.
2020-11-11 Alan ModraRe: Refactor copying decl section names
next
This page took 0.51371 seconds and 8 git commands to generate.