aboutsummaryrefslogtreecommitdiff
path: root/src/internal/abi
AgeCommit message (Expand)Author
2024-03-04runtime: use .Pointers() instead of manual checkingPouriya
2024-02-28internal/abi: fix typo in commentguoguangwu
2024-02-27runtime: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abiqiulaidongfeng
2024-02-20cmd/compile/internal/reflectdata,reflect: merge MaxPtrmaskBytes const into in...qiulaidongfeng
2024-02-16internal/abi: get rid of itab blank fieldKeith Randall
2024-02-16cmd/compile: use symbolic offsets of fields in internal/abi.ITabKeith Randall
2024-02-16runtime,cmd/link: merge pcbucketsize const into internal/abiqiulaidongfeng
2024-02-08cmd/link: use symbolic offset for ITab.TypeKeith Randall
2024-02-08cmd/compile: move runtime.itab to internal/abi.ITabKeith Randall
2024-01-23cmd/compile/internal/ssagen,runtime: merge trace consts into internal/abiqiulaidongfeng
2024-01-22cmd/link,runtime: merge minfunc const info internal/abiqiulaidongfeng
2024-01-11runtime: ensure we free unrolled GC bitmapsKeith Randall
2023-12-06iter, runtime: add coroutine supportRuss Cox
2023-11-22internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abiqiulaidongfeng
2023-11-21internal/abi: define loong64 regABI constantsGuoqi Chen
2023-10-24cmd/compile: reorganize compiler type descriptor generationKeith Randall
2023-10-09cmd/compile: use internal/abi types in the compilerKeith Randall
2023-10-06cmd/compile: use cache in front of type assert runtime callKeith Randall
2023-10-06cmd/compile: use descriptors for type assertion runtime callsKeith Randall
2023-10-06cmd/compile: add a cache to interface type switchesKeith Randall
2023-10-06cmd/compile: improve interface type switchesKeith Randall
2023-08-29cmd/asm: stop using "" as the local package prefixMatthew Dempsky
2023-07-20all: update build tags to require/assume Go 1.20Matthew Dempsky
2023-06-27cmd/dist, internal/abi: support bootstrapping with gccgoIan Lance Taylor
2023-05-17cmd/link, internal/abi: minor follow-up cleanupsDavid Chase
2023-05-17internal/abi: update type name in commentIan Lance Taylor
2023-05-11reflect: replacing almost all use of *rtype with *abi.TypeDavid Chase
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase
2023-04-21runtime, cmd: rationalize StackLimit and StackGuardAustin Clements
2023-04-21internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements
2023-04-21internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...Austin Clements
2023-04-21internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abiAustin Clements
2023-04-21internal/abi, runtime, cmd: merge funcID_* consts into internal/abiAustin Clements
2023-04-20Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in...Austin Clements
2023-04-20Revert "runtime, cmd: rationalize StackLimit and StackGuard"Austin Clements
2023-04-20runtime, cmd: rationalize StackLimit and StackGuardAustin Clements
2023-04-20internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements
2023-02-02internal/testenv: avoid rebuilding all of std in WriteImportcfgBryan C. Mills
2023-01-23internal/abi: repair broken self-bootstrapDavid Chase
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2022-10-24internal/abi, internal/buildcfg: always enable register ABI on riscv64Wayne Zuo
2022-10-18go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob
2022-03-26internal/abi: define riscv64 register ABI constantsMeng Zhuo
2022-03-21internal/abi, internal/buildcfg: always enable register ABI on PPC64Cherry Mui
2022-03-18internal/abi, internal/buildcfg: always enable register ABI on ARM64Cherry Mui
2022-03-18all: delete regabireflect goexperimentCherry Mui
2022-03-09cmd/compile: require -p flagRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-12reflect: keep pointer in aggregate-typed args live in CallCherry Mui
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox