Age | Commit message (Expand) | Author | Files | Lines |
2018-10-31 | re PR bootstrap/82856 (--enable-maintainter-mode broken by incompatiblity of ... | Ian Lance Taylor | 8 | -1679/+2003 |
2018-10-26 | libgo: simplify gotest script to avoid sed substitution to \n | Ian Lance Taylor | 1 | -6/+1 |
2018-10-26 | libgo: avoid use of 'local' directive in shell script | Ian Lance Taylor | 1 | -3/+1 |
2018-10-26 | libgo: fix improperly mangled linker symbol directive | Ian Lance Taylor | 1 | -1/+1 |
2018-10-26 | libgo: don't use wc in gotest | Ian Lance Taylor | 1 | -3/+2 |
2018-10-25 | compiler: improve name mangling for packpaths | Ian Lance Taylor | 27 | -118/+328 |
2018-10-23 | re PR go/87661 (libgo bootstrap failure on arm-linux-gnueabihf (redefinition ... | Ian Lance Taylor | 1 | -23/+0 |
2018-10-23 | compiler: export indexed type data, read unexported types lazily | Ian Lance Taylor | 1 | -3/+78 |
2018-10-18 | compiler: list indirect imports separately in export data | Ian Lance Taylor | 1 | -0/+8 |
2018-10-18 | compiler: drop semicolons in export data | Ian Lance Taylor | 3 | -38/+51 |
2018-10-09 | runtime: skip testSetPanicOnFault for gollvm | Ian Lance Taylor | 1 | -0/+3 |
2018-10-08 | libgo: update to Go 1.11.1 release | Ian Lance Taylor | 27 | -166/+398 |
2018-10-05 | libgo: use inline assembly in favor of call to _xgetbv() | Ian Lance Taylor | 1 | -4/+10 |
2018-10-05 | runtime: remove checkgoarm function | Ian Lance Taylor | 1 | -19/+0 |
2018-10-02 | internal/bytealg: support systems that don't have memmem | Ian Lance Taylor | 4 | -2/+32 |
2018-10-02 | net: don't fail test if splice fails because pipe2 is missing | Ian Lance Taylor | 1 | -0/+6 |
2018-10-01 | libgo: support x32 as GOARCH=amd64p32 GOOS=linux | Ian Lance Taylor | 6 | -4/+37 |
2018-10-01 | runtime: add arm64 version of AES hash code | Ian Lance Taylor | 1 | -2/+401 |
2018-09-26 | syscall: don't assume we have a GETEUID system call | Ian Lance Taylor | 2 | -0/+10 |
2018-09-26 | runtime, os: fix the build on Solaris | Ian Lance Taylor | 3 | -4/+61 |
2018-09-25 | internal/bytealg, internal/cpu, internal/poll: portability fixes | Ian Lance Taylor | 15 | -53/+34 |
2018-09-25 | cmd/go: pass down testing gccgo in TestScript | Ian Lance Taylor | 3 | -4/+11 |
2018-09-24 | libgo: update to Go 1.11 | Ian Lance Taylor | 1510 | -18932/+83837 |
2018-09-14 | cmd/go: correct gccgo buildid file on ARM | Ian Lance Taylor | 1 | -2/+6 |
2018-09-13 | compiler, runtime: call gcWriteBarrier instead of writebarrierptr | Ian Lance Taylor | 2 | -21/+26 |
2018-09-13 | runtime: correct counters in sweep | Ian Lance Taylor | 2 | -8/+27 |
2018-09-13 | compiler, runtime: open code select | Ian Lance Taylor | 1 | -205/+61 |
2018-09-13 | runtime: avoid write barriers with traceback info | Ian Lance Taylor | 5 | -11/+13 |
2018-09-13 | libgo: build roots index to speed up bulkBarrierPreWrite | Ian Lance Taylor | 4 | -21/+122 |
2018-08-29 | compiler, runtime: remove hmap field from maptypes | Ian Lance Taylor | 3 | -15/+1 |
2018-08-24 | runtime: remove the dummy arg of getcallersp | Ian Lance Taylor | 9 | -42/+38 |
2018-08-07 | runtime: use poll rather than pollset for netpoll on AIX | Ian Lance Taylor | 2 | -109/+95 |
2018-08-07 | libgo: uncomment trace.Stop() call in testing package | Ian Lance Taylor | 1 | -1/+1 |
2018-07-27 | libgo: prune sighandler frames in runtime.sigprof | Ian Lance Taylor | 2 | -11/+70 |
2018-07-13 | runtime: skip zero-sized fields in structs when converting to FFI | Ian Lance Taylor | 1 | -3/+45 |
2018-07-02 | re PR go/86331 (the gccgo's "go" tool looks like failing to invoke any sub go... | Ian Lance Taylor | 1 | -2/+5 |
2018-06-28 | runtime: don't stat a NULL filename | Ian Lance Taylor | 1 | -1/+1 |
2018-06-23 | runtime: use #ifdef instead of #if for USING_SPLIT_STACK | Ian Lance Taylor | 1 | -3/+3 |
2018-06-22 | syscall: remove Ustat | Ian Lance Taylor | 6 | -83/+0 |
2018-06-21 | cmd/go: re-enable a couple of tests of gccgo | Ian Lance Taylor | 1 | -2/+0 |
2018-06-13 | libgo: update to Go 1.10.3 release | Ian Lance Taylor | 30 | -327/+552 |
2018-06-11 | libgo: add riscv and js/wasm as known targets | Ian Lance Taylor | 5 | -7/+17 |
2018-06-06 | reflect: fix StructOf hash and string | Ian Lance Taylor | 2 | -2/+13 |
2018-06-05 | reflect: canonicalize types returned by StructOf() and friends | Ian Lance Taylor | 2 | -20/+33 |
2018-05-31 | libgo: update to Go 1.10.2 release | Ian Lance Taylor | 38 | -157/+852 |
2018-05-30 | cmd/go, cmd/vet: make vet work with gccgo | Ian Lance Taylor | 5 | -10/+34 |
2018-05-30 | crypto/x509: specify path to AIX certificate file | Ian Lance Taylor | 1 | -1/+3 |
2018-05-09 | go/build, cmd/go: update to match recent changes to gc | Ian Lance Taylor | 9 | -56/+172 |
2018-05-04 | cmd/go: on AIX, pass -X64 first when invoking ar | Ian Lance Taylor | 1 | -1/+1 |
2018-05-04 | libgo: fix for unaligned read in go-unwind.c's read_encoded_value() | Ian Lance Taylor | 1 | -11/+43 |