| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/internal/buildid: reject empty id | Russ Cox | 2021-08-20 | 2 | -0/+11 |
| * | cmd/internal/obj/arm64: disable the pre and post index formats for pseudo reg... | eric fang | 2021-08-20 | 1 | -25/+4 |
| * | cmd/internal/obj/arm64: don't use REGTMP when moving C_AACON2 to a register | eric fang | 2021-08-18 | 1 | -3/+5 |
| * | cmd/internal/obj/arm64: fix the encoding error when operating with ZR | eric fang | 2021-08-18 | 2 | -6/+19 |
| * | cmd: support space and quotes in CC and CXX | Jay Conrod | 2021-08-16 | 1 | -2/+4 |
| * | cmd/internal/str: add utilities for quoting and splitting args | Jay Conrod | 2021-08-16 | 2 | -1/+154 |
| * | cmd/internal/str: move package from cmd/go/internal/str | Jay Conrod | 2021-08-13 | 3 | -0/+233 |
| * | [dev.typeparams] all: merge master (46fd547) into dev.typeparams | Matthew Dempsky | 2021-08-12 | 1 | -2/+2 |
| |\ |
|
| | * | doc: use "high address/low address" instead of "top/bottom" | fanzha02 | 2021-08-10 | 1 | -2/+2 |
| * | | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements | 2021-08-03 | 4 | -46/+4 |
| * | | [dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla... | Austin Clements | 2021-07-30 | 4 | -4/+46 |
| * | | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements | 2021-07-30 | 4 | -46/+4 |
| * | | [dev.typeparams] cmd/compile: introduce named gcshape types | Keith Randall | 2021-07-21 | 1 | -0/+5 |
| * | | [dev.typeparams] cmd/internal/dwarf: remove putInlinedFunc's callersym param | Matthew Dempsky | 2021-07-01 | 1 | -8/+5 |
| * | | [dev.typeparams] all: merge master (4711bf3) into dev.typeparams | Matthew Dempsky | 2021-06-30 | 1 | -1/+3 |
| |\ \
| |/ |
|
| | * | cmd/internal/obj/arm64: fix an encoding error of CMPW instruction | eric fang | 2021-06-29 | 1 | -1/+3 |
| * | | [dev.typeparams] all: merge master (37f9a8f) into dev.typeparams | Cuong Manh Le | 2021-06-25 | 1 | -3/+32 |
| |\ \
| |/ |
|
| | * | cmd/internal/moddeps: use a temporary directory for GOMODCACHE if needed | Bryan C. Mills | 2021-06-21 | 1 | -2/+31 |
| | * | cmd/internal/moddeps: use -mod=readonly instead of -mod=mod | Bryan C. Mills | 2021-06-21 | 1 | -1/+1 |
| * | | [dev.typeparams] all: merge master (785a8f6) into dev.typeparams | Cuong Manh Le | 2021-06-16 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | cmd/internal/sys: mark windows/arm64 as c-shared-capable | Jason A. Donenfeld | 2021-06-14 | 1 | -1/+1 |
| * | | [dev.typeparams] all: always enable regabig on AMD64 | Cherry Mui | 2021-06-11 | 1 | -3/+1 |
| * | | [dev.typeparams] runtime: remove variadic defer/go calls | Cherry Mui | 2021-06-08 | 1 | -1/+0 |
| * | | [dev.typeparams] cmd/internal/goobj: add duffzero/duffcopy to builtin list | Cherry Mui | 2021-06-03 | 2 | -2/+9 |
| * | | [dev.typeparams] runtime: mark assembly functions called directly from compil... | Cherry Mui | 2021-06-02 | 1 | -2/+2 |
| * | | [dev.typeparams] cmd/compile: add morestack arg spilling code on ARM64 | Cherry Mui | 2021-05-26 | 1 | -6/+10 |
| * | | [dev.typeparams] cmd/internal/obj/arm64: use ABI-compatible registers in func... | Cherry Mui | 2021-05-26 | 1 | -40/+40 |
| |/ |
|
| * | cmd/compile: ensure equal functions don't do unaligned loads | Keith Randall | 2021-05-24 | 1 | -0/+19 |
| * | cmd/compile: always include underlying type for map types | Keith Randall | 2021-05-24 | 2 | -35/+39 |
| * | cmd/internal/moddeps: use filepath.SkipDir only on directories | Dmitri Shuralyov | 2021-05-19 | 1 | -7/+29 |
| * | cmd/internal/obj/arm64: disable AL and NV for some condition operation instru... | eric fang | 2021-05-14 | 1 | -13/+11 |
| * | cmd/internal/objfile: add objabi.SNOPTRDATA to "D" | Tao Qingyun | 2021-05-10 | 1 | -1/+1 |
| * | runtime/cgo,cmd/internal/obj/ppc64: fix signals with cgo | Lynn Boger | 2021-05-10 | 1 | -12/+21 |
| * | cmd/internal/obj: consolidate MOVB cases with other MOV ops on ppc64 | Paul E. Murphy | 2021-05-07 | 1 | -38/+9 |
| * | crypto/ed25519: replace internal/edwards25519 with filippo.io/edwards25519 | Filippo Valsorda | 2021-05-05 | 1 | -0/+6 |
| * | cmd/compile: add traceback argument info to ABI0 assembly functions | Cherry Zhang | 2021-05-03 | 1 | -31/+44 |
| * | cmd/internal/archive: make error message contain printable characters only | Cherry Zhang | 2021-04-30 | 1 | -2/+2 |
| * | cmd/internal/objfile: emit better error for Go object of a different version | Cherry Zhang | 2021-04-30 | 2 | -1/+13 |
| * | cmd/internal/obj/ppc64: simplify got/toc address classification | Paul E. Murphy | 2021-04-30 | 3 | -63/+33 |
| * | cmd/internal/obj/arm64: fix the size of STP series instructions in optab | eric fang | 2021-04-30 | 1 | -3/+3 |
| * | cmd/internal/obj/arm64: fix the wrong error message of out-of-range checking | eric fang | 2021-04-28 | 1 | -2/+2 |
| * | cmd/internal/obj: refactor ppc64 address relocation code generation | Paul E. Murphy | 2021-04-27 | 1 | -23/+21 |
| * | syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappers | Cherry Zhang | 2021-04-26 | 1 | -2/+0 |
| * | cmd/compile, runtime: add metadata for argument printing in traceback | Cherry Zhang | 2021-04-22 | 2 | -0/+2 |
| * | cmd/asm: fix RLDCR const1,reg,const2,reg on ppc64 | Paul E. Murphy | 2021-04-22 | 1 | -14/+19 |
| * | cmd/internal/obj/arm64: fix the wrong ROR operator of some instructions | eric fang | 2021-04-22 | 1 | -44/+49 |
| * | internal/buildcfg: move build configuration out of cmd/internal/objabi | Russ Cox | 2021-04-16 | 14 | -284/+40 |
| * | cmd/internal/objabi,test: use correct GOEXPERIMENT build tags in test/run.go | Austin Clements | 2021-04-16 | 2 | -9/+16 |
| * | internal/goexperiment: move baseline configuration to objabi | Austin Clements | 2021-04-16 | 1 | -2/+7 |
| * | cmd/internal/obj: consolidate AMOVW and AMOVWZ optab entries | Paul E. Murphy | 2021-04-15 | 1 | -58/+27 |