| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime, cmd: rationalize StackLimit and StackGuard | Austin Clements | 2023-04-21 | 1 | -12/+3 |
* | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements | 2023-04-21 | 1 | -4/+5 |
* | internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna... | Austin Clements | 2023-04-21 | 1 | -51/+0 |
* | internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi | Austin Clements | 2023-04-21 | 1 | -10/+0 |
* | internal/abi, runtime, cmd: merge funcID_* consts into internal/abi | Austin Clements | 2023-04-21 | 1 | -60/+31 |
* | Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in... | Austin Clements | 2023-04-20 | 1 | -5/+4 |
* | Revert "runtime, cmd: rationalize StackLimit and StackGuard" | Austin Clements | 2023-04-20 | 1 | -3/+12 |
* | runtime, cmd: rationalize StackLimit and StackGuard | Austin Clements | 2023-04-20 | 1 | -12/+3 |
* | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements | 2023-04-20 | 1 | -4/+5 |
* | cmd/link: establish dependable package initialization order | Keith Randall | 2023-04-14 | 1 | -0/+6 |
* | cmd/internal/obj/loong64, cmd/internal/objabi, cmd/link: add support for --bu... | limeidan | 2023-04-11 | 2 | -9/+16 |
* | cmd/internal/obj: generate SEH aux symbols for windows/amd64 | qmuntal | 2023-04-05 | 2 | -2/+4 |
* | all: add wasip1 definitions | Johan Brandhorst-Satzkorn | 2023-03-30 | 1 | -0/+5 |
* | cmd/link,cmd/internal/objabi: support ADDR32NB relocations on windows | qmuntal | 2023-03-29 | 2 | -2/+7 |
* | Revert "cmd/link: establish dependable package initialization order" | Keith Randall | 2023-03-09 | 1 | -6/+0 |
* | Revert "cmd/internal/objabi: regenerate RelocType stringer file" | Keith Randall | 2023-03-09 | 1 | -3/+2 |
* | cmd/internal/objabi: regenerate RelocType stringer file | qmuntal | 2023-03-07 | 1 | -2/+3 |
* | cmd/link: establish dependable package initialization order | Keith Randall | 2023-03-03 | 1 | -0/+6 |
* | cmd/dist: make toolchain build reproducible | Russ Cox | 2023-01-17 | 1 | -0/+8 |
* | runtime,cmd/link: increase stack guard space when building with -race | Keith Randall | 2022-11-18 | 1 | -6/+15 |
* | all: fix problematic comments | cui fliter | 2022-11-11 | 1 | -2/+2 |
* | cmd/link: support PPC64 prefixed relocations for power10 | Paul E. Murphy | 2022-11-03 | 2 | -28/+55 |
* | cmd/compile: add ability to indicate 'concurrentOk' for debug flags | David Chase | 2022-10-31 | 1 | -14/+22 |
* | cmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to ADRP+LD/ST(offset) | eric fang | 2022-10-28 | 3 | -34/+54 |
* | cmd/compile,cmd/link: hooks for identifying coverage counters | Than McIntosh | 2022-09-27 | 2 | -3/+8 |
* | all: replace package ioutil with os and io in src | Andy Pan | 2022-09-20 | 1 | -2/+1 |
* | cmd/internal/objabi: record GO$GOARCH setting in object header | Russ Cox | 2022-09-16 | 1 | -1/+8 |
* | cmd/internal/objabi: declare HeadType String on a non-pointer receiver | Joel Sing | 2022-09-13 | 1 | -3/+3 |
* | cmd/internal/objabi: use strings.Builder | hopehook | 2022-09-01 | 1 | -3/+1 |
* | cmd/dist: force stackGuardMultiplierDefault to 1 | Russ Cox | 2022-08-05 | 1 | -1/+1 |
* | cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra counters | Khaled Yakdan | 2022-05-20 | 2 | -5/+5 |
* | cmd/internal/objabi: define Go relocation types for loong64 | Xiaodong Liu | 2022-05-02 | 2 | -8/+42 |
* | all: separate doc comment from //go: directives | Russ Cox | 2022-04-05 | 1 | -0/+1 |
* | cmd/internal/objabi: fix FuncID of runtime.rt0_go and runtime.systemstack_switch | zhouguangyuan | 2022-04-05 | 1 | -20/+20 |
* | internal/buildcfg: initialize GOROOT to runtime.GOROOT | Bryan C. Mills | 2022-03-18 | 1 | -1/+1 |
* | internal/buildcfg: extract logic specific to cmd/go | Bryan C. Mills | 2022-03-18 | 2 | -4/+4 |
* | cmd/compile, runtime: use unwrapped PC for goroutine creation tracing | Cherry Mui | 2022-02-11 | 1 | -0/+1 |
* | cmd/compile,cmd/internal/objabi: move -d flag parser to objabi | Austin Clements | 2021-11-05 | 1 | -0/+164 |
* | cmd/compile, runtime: track argument stack slot liveness | Cherry Mui | 2021-10-27 | 1 | -0/+2 |
* | cmd/compile,cmd/link: introduce generic interface call relocations | Keith Randall | 2021-10-25 | 2 | -39/+45 |
* | cmd, runtime: mark assembly routines in FuncFlags | Josh Bleecher Snyder | 2021-10-04 | 1 | -0/+1 |
* | cmd/internal/obj/riscv,cmd/link/internal/riscv64: add call trampolines for ri... | Joel Sing | 2021-10-02 | 2 | -53/+61 |
* | cmd/compile: break out constants for local and global dictionary prefixes | Dan Scales | 2021-09-22 | 1 | -1/+2 |
* | cmd/link: remove ABI aliases | Cherry Mui | 2021-09-22 | 2 | -11/+3 |
* | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements | 2021-08-03 | 1 | -2/+0 |
* | [dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla... | Austin Clements | 2021-07-30 | 1 | -0/+2 |
* | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements | 2021-07-30 | 1 | -2/+0 |
* | [dev.typeparams] runtime: remove variadic defer/go calls | Cherry Mui | 2021-06-08 | 1 | -1/+0 |
* | cmd/compile: always include underlying type for map types | Keith Randall | 2021-05-24 | 2 | -35/+39 |
* | syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappers | Cherry Zhang | 2021-04-26 | 1 | -2/+0 |