2022-07-06 |
Ian Lance Taylor | compiler: better error message for unknown package...
|
commit | commitdiff | tree |
2022-07-03 |
Ian Lance Taylor | tree-optimization: only DSE trapping insn if -fdelete...
|
commit | commitdiff | tree |
2022-07-01 |
Ian Lance Taylor | compiler: use correct init order for multi-value initialization
|
commit | commitdiff | tree |
2022-07-01 |
Ian Lance Taylor | compiler: rename "requires" to "needs"
|
commit | commitdiff | tree |
2022-06-30 |
Ian Lance Taylor | libgo: handle stat st_atim32 field and SYS_SECCOMP
|
commit | commitdiff | tree |
2022-06-29 |
Ian Lance Taylor | compiler: check repeated const expressions in new scope
|
commit | commitdiff | tree |
2022-06-28 |
Ian Lance Taylor | compiler: use package path with embedded builtin type
|
commit | commitdiff | tree |
2022-06-28 |
Ian Lance Taylor | libgo: make runtime.Version return a meaningful string
|
commit | commitdiff | tree |
2022-06-28 |
Ian Lance Taylor | compiler: permit expressions of abstract bool to remain...
|
commit | commitdiff | tree |
2022-06-27 |
Ian Lance Taylor | libbacktrace: replace fgrep with grep in configure...
|
commit | commitdiff | tree |
2022-06-27 |
Ian Lance Taylor | compiler: don't use sink as parameter in method expression...
|
commit | commitdiff | tree |
2022-06-27 |
Ian Lance Taylor | compiler: always initialize mpfr in integer import
|
commit | commitdiff | tree |
2022-06-24 |
Ian Lance Taylor | compiler: use bool for comma-ok if not already boolean
|
commit | commitdiff | tree |
2022-06-23 |
zhangjian | compiler: in Sort_bindings return false if comparing...
|
commit | commitdiff | tree |
2022-06-23 |
Ian Lance Taylor | compiler: unalias types for hash/equality functions
|
commit | commitdiff | tree |
2022-06-21 |
Ian Lance Taylor | libgo: #include <sys/types.h> when checking for loff_t
|
commit | commitdiff | tree |
2022-06-17 |
Ian Lance Taylor | libgo: permit loff_t and off_t to be macros
|
commit | commitdiff | tree |
2022-06-16 |
Mikhail Ablakatov | compiler: don't generate stubs for ambiguous direct...
|
commit | commitdiff | tree |
2022-06-14 |
Ian Lance Taylor | syscall: gofmt
|
commit | commitdiff | tree |
2022-05-28 |
Ian Lance Taylor | libbacktrace: update README
|
commit | commitdiff | tree |
2022-05-19 |
Julia Lapenko | compiler: traverse expressions when exporting constants
|
commit | commitdiff | tree |
2022-05-17 |
Ian Lance Taylor | compiler: load LHS subexpressions of op= assignment...
|
commit | commitdiff | tree |
2022-05-13 |
Ian Lance Taylor | compiler: always sort interface parse methods
|
commit | commitdiff | tree |
2022-05-06 |
Ian Lance Taylor | compiler: remove Array_index_expression::is_lvalue_
|
commit | commitdiff | tree |
2022-05-06 |
Ian Lance Taylor | compiler: error for duplicate bool map keys
|
commit | commitdiff | tree |
2022-04-21 |
Ian Lance Taylor | runtime: use correct field name for PPC32 GLIBC registers
|
commit | commitdiff | tree |
2022-04-19 |
Ian Lance Taylor | libgo: make a couple of sed uses POSIX compliant
|
commit | commitdiff | tree |
2022-04-18 |
Sören Tempel | libgo: only add signum to siglist if it doesn't exist yet
|
commit | commitdiff | tree |
2022-04-18 |
A. Wilcox | runtime: add special handling for signal 34
|
commit | commitdiff | tree |
2022-04-15 |
Ian Lance Taylor | compiler: revert `for package-scope "a = b; b = x"...
|
commit | commitdiff | tree |
2022-04-14 |
Ian Lance Taylor | runtime: use regset indexes for PPC register values
|
commit | commitdiff | tree |
2022-04-13 |
Ian Lance Taylor | go.test: update issue10441.go to current upstream version
|
commit | commitdiff | tree |
2022-04-05 |
Ian Lance Taylor | libbacktrace: don't skip initial aligned byte in uncompresse...
|
commit | commitdiff | tree |
2022-03-31 |
Ian Lance Taylor | runtime: support PPC32 MUSL register access
|
commit | commitdiff | tree |
2022-03-16 |
Ian Lance Taylor | libgo: update to final Go 1.18 release
|
commit | commitdiff | tree |
2022-03-08 |
Ian Lance Taylor | compiler: ignore function type result name in export...
|
commit | commitdiff | tree |
2022-03-04 |
Ian Lance Taylor | mkruntimeinc: skip _FILE
|
commit | commitdiff | tree |
2022-03-04 |
Clément Chigot | libgo: move golang.org/x/sync/semaphore to gotool packages
|
commit | commitdiff | tree |
2022-03-04 |
Clément Chigot | libgo: fix AIX build for the Go1.18 update
|
commit | commitdiff | tree |
2022-02-22 |
Ian Lance Taylor | libgo: update README.gcc
|
commit | commitdiff | tree |
2022-02-21 |
Ian Lance Taylor | runtime/internal/syscall: build dummy package if not...
|
commit | commitdiff | tree |
2022-02-18 |
Ian Lance Taylor | libgo: update Hurd support
|
commit | commitdiff | tree |
2022-02-18 |
Ian Lance Taylor | libgo: update to Go1.18rc1 release
|
commit | commitdiff | tree |
2022-02-17 |
Ian Lance Taylor | net: add hurd build tag for setReadMsgCloseOnExec
|
commit | commitdiff | tree |
2022-02-17 |
Ian Lance Taylor | libbacktrace: gather address ranges from skeleton units
|
commit | commitdiff | tree |
2022-02-16 |
Ian Lance Taylor | libgo: restore building on Solaris
|
commit | commitdiff | tree |
2022-02-16 |
Ian Lance Taylor | libbacktrace: initialize DWARF 5 fields of unit
|
commit | commitdiff | tree |
2022-02-13 |
Ian Lance Taylor | runtime: call timer functions via syscall
|
commit | commitdiff | tree |
2022-02-13 |
Ian Lance Taylor | compiler: don't set ptrmask bit for pointer to notinheap...
|
commit | commitdiff | tree |
2022-02-11 |
Ian Lance Taylor | libgo: update to Go1.18beta2
|
commit | commitdiff | tree |
2022-02-09 |
Ian Lance Taylor | compiler: don't warn for print()
|
commit | commitdiff | tree |
2022-02-09 |
Ian Lance Taylor | compiler: use nil pointer for zero length string constant
|
commit | commitdiff | tree |
2022-02-09 |
Ian Lance Taylor | compiler: treat notinheap types as not being pointers Trust: Ian Lance Taylor <iant@golang.org>
|
commit | commitdiff | tree |
2022-02-09 |
Ian Lance Taylor | gccgo: link static libgo against -lrt on GNU/Linux
|
commit | commitdiff | tree |
2022-02-09 |
Ian Lance Taylor | -fgo-dump-spec: really name alignment field "_"
|
commit | commitdiff | tree |
2022-02-09 |
Ian Lance Taylor | compiler: recognize Go 1.18 runtime/internal/atomic...
|
commit | commitdiff | tree |
2022-02-09 |
Ian Lance Taylor | compiler, internal/abi: implement FuncPCABI0, FuncPCABIInternal
|
commit | commitdiff | tree |
2022-02-05 |
Ian Lance Taylor | compiler: accept "any" as an alias for "interface{}"
|
commit | commitdiff | tree |
2022-01-21 |
Ian Lance Taylor | runtime: build panic32.go on amd64p32
|
commit | commitdiff | tree |
2022-01-06 |
Ian Lance Taylor | compiler: permit converting unnamed types when ignoring...
|
commit | commitdiff | tree |
2022-01-05 |
Ian Lance Taylor | compiler: remove duplication of Named_object traversal
|
commit | commitdiff | tree |
2021-12-29 |
Ian Lance Taylor | compiler, libgo: don't pad sparc64-linux epollevent
|
commit | commitdiff | tree |
2021-11-11 |
Ian Lance Taylor | compiler: traverse func subexprs when creating func...
|
commit | commitdiff | tree |
2021-10-26 |
Ian Lance Taylor | compiler: permit compiler directives in parenthesized...
|
commit | commitdiff | tree |
2021-10-08 |
Ian Lance Taylor | libgcc: use .init_stack for constructors if available
|
commit | commitdiff | tree |
2021-10-05 |
Than McIntosh | compiler: workaround for C++ build template matching...
|
commit | commitdiff | tree |
2021-09-30 |
Ian Lance Taylor | compiler: avoid calling Expression::type before lowering
|
commit | commitdiff | tree |
2021-09-21 |
Ian Lance Taylor | runtime: set runtime.GOROOT value at build time
|
commit | commitdiff | tree |
2021-09-16 |
Ian Lance Taylor | libgo: update to go1.17.1 release
|
commit | commitdiff | tree |
2021-09-11 |
Ian Lance Taylor | compiler: don't pad zero-sized trailing field in results...
|
commit | commitdiff | tree |
2021-09-10 |
Ian Lance Taylor | compiler: correct condition for calling memclrHasPointers
|
commit | commitdiff | tree |
2021-09-07 |
Ian Lance Taylor | runtime: use hash32, not hash64, for amd64p32, mips64p32...
|
commit | commitdiff | tree |
2021-09-05 |
Ian Lance Taylor | libgo: update to final Go 1.17 release
|
commit | commitdiff | tree |
2021-08-15 |
Ian Lance Taylor | libgo: various fixes for Solaris support
|
commit | commitdiff | tree |
2021-08-13 |
Ian Lance Taylor | runtime: use C cast syntax in stack.c
|
commit | commitdiff | tree |
2021-08-13 |
Ian Lance Taylor | libgo: update to Go1.17rc2
|
commit | commitdiff | tree |
2021-08-13 |
Ian Lance Taylor | runtime: run gofmt on testdata/testwinsignal/main.go
|
commit | commitdiff | tree |
2021-08-12 |
Ian Lance Taylor | compiler: store pointers to go:notinheap types indirectly
|
commit | commitdiff | tree |
2021-08-11 |
Ian Lance Taylor | compiler: don't crash on a, b := int(0)
|
commit | commitdiff | tree |
2021-08-07 |
Ian Lance Taylor | compiler: support export/import of unsafe.Add/Slice
|
commit | commitdiff | tree |
2021-08-06 |
Cherry Mui | compiler: make escape analysis more strict about runtime...
|
commit | commitdiff | tree |
2021-08-05 |
Ian Lance Taylor | runtime: extend internal atomics to comply with sync...
|
commit | commitdiff | tree |
2021-08-05 |
Cherry Mui | compiler: make escape analysis more robust about builtin...
|
commit | commitdiff | tree |
2021-08-04 |
Cherry Mui | compiler: support new language constructs in escape...
|
commit | commitdiff | tree |
2021-08-03 |
Ian Lance Taylor | compile, runtime: make selectnbrecv return two values
|
commit | commitdiff | tree |
2021-08-03 |
Ian Lance Taylor | compiler: check slice to pointer-to-array conversion...
|
commit | commitdiff | tree |
2021-08-02 |
Ian Lance Taylor | compiler, runtime: allow slice to array pointer conversion
|
commit | commitdiff | tree |
2021-08-02 |
Ian Lance Taylor | compiler, runtime: support unsafe.Add and unsafe.Slice
|
commit | commitdiff | tree |
2021-07-19 |
Ian Lance Taylor | compiler: avoid aliases in receiver types
|
commit | commitdiff | tree |
2021-07-10 |
Ian Lance Taylor | runtime: remove direct assignments to memory locations
|
commit | commitdiff | tree |
2021-06-29 |
Ian Lance Taylor | compiler: don't generate temporaries for composite...
|
commit | commitdiff | tree |
2021-06-29 |
Ian Lance Taylor | go-gcc: set DECL_NAMELESS for temporary variables
|
commit | commitdiff | tree |
2021-06-29 |
Ian Lance Taylor | compiler: in composite literals use temps only for...
|
commit | commitdiff | tree |
2021-06-28 |
Ian Lance Taylor | libbacktrace: improve XCOFF support
|
commit | commitdiff | tree |
2021-06-10 |
Ian Lance Taylor | libgo: update to Go1.16.5 release
|
commit | commitdiff | tree |
2021-05-27 |
Ian Lance Taylor | gccgo.texi: remove HTML quoting
|
commit | commitdiff | tree |
2021-05-24 |
Ian Lance Taylor | compiler: mark global variables whose address is taken
|
commit | commitdiff | tree |
2021-05-19 |
Ian Lance Taylor | gcc/go/ChangeLog: remove entry for reverted change
|
commit | commitdiff | tree |
2021-05-19 |
Ian Lance Taylor | gofrontend: revert startswith change
|
commit | commitdiff | tree |
2021-05-19 |
Ian Lance Taylor | libgo: update configure to current sources Trust: Ian Lance Taylor <iant@golang.org>
|
commit | commitdiff | tree |