aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objabi
AgeCommit message (Expand)Author
2026-03-18cmd/internal/objabi: implement GCC-compatible response file parsingMichael Podtserkovskii
2026-03-18cmd/link: support loading R_LARCH_GOT64_PC_{LO12, HI20} relocs on loong64Guoqi Chen
2026-02-27cmd/link, cmd/internal: remove the R_JMPLOONG64 relocation of loong64limeidan
2025-11-21cmd/internal/objabi: remove -V=goexperiment internal special caseDmitri Shuralyov
2025-11-20cmd/link: support loading R_LARCH_PCREL20_S2 and R_LARCH_CALL36 relocsWANG Xuerui
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
2025-09-15all: replace strings.Split with strings.SplitSeq1911860538
2025-08-21cmd/internal/objabi,cmd/link: add support for additional riscv64 relocationsJoel Sing
2025-08-12internal/runtime/gc/scan: import scan kernel from gclab [green tea]Michael Anthony Knyszek
2025-07-28internal/runtime/syscall/windows: factor out code from runtimeqmuntal
2025-07-24internal/runtime/syscall: rename to internal/runtime/syscall/linuxqmuntal
2025-07-22cmd/internal/objabi: remove redundant word in commentcuishuang
2025-05-21internal/runtime/cgroup: add line-by-line reader using a single scratch bufferMichael Pratt
2025-05-19runtime: move atoi to internal/runtime/strconvMichael Pratt
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek
2025-04-30cmd/go, cmd/internal/objabi: detect "devel" version by substringDmitri Shuralyov
2025-04-23runtime: move sizeclass defs to new package internal/runtime/gcMichael Anthony Knyszek
2025-04-16all: use strings.ReplaceAll where applicableMarcel Meyer
2025-04-13cmd: fix DWARF gen bug with packages that use assemblyThan McIntosh
2025-03-24runtime: rename runfinq to runFinalizersAndCleanupsMichael Pratt
2025-03-11runtime/internal: clean up completelyJes Cok
2025-03-06runtime: explicitly disable async preempt for internal/runtimeAndy Pan
2025-02-22cmd/internal/objabi,cmd/link/internal/sym: add SDWARFADDR symbol typeThan McIntosh
2025-02-22cmd/internal/objabi: add new R_DWTXTADDR_* relocation typesThan McIntosh
2025-02-22cmd/link, cmd/internal/objabi: remove R_DWARFFILEREF relocation typeThan McIntosh
2025-02-13cmd/link,cmd/internal: add R_GOT_PCREL_ITYPE_RELOC for riscv64Meng Zhuo
2025-02-03all: run gofmtIan Lance Taylor
2024-12-06cmd/internal/objabi, internal/runtime: increase nosplit limit on OpenBSDDamien Neil
2024-11-18internal/sync: move sync.Mutex implementation into new packageMichael Anthony Knyszek
2024-11-07cmd/internal/objabi, cmd/link: introduce SymKind helper methodsRuss Cox
2024-11-07cmd/internal/objabi, cmd/link: add FIPS symbol kindsRuss Cox
2024-10-14all: wire up swisstable mapsMichael Pratt
2024-09-06cmd/internal/objabi: use sync.OnceValueKir Kolyshkin
2024-09-04all: fix printf(var) mistakes detected by latest printf checkerAlan Donovan
2024-08-19all: remove duplicated words in commentsOleksandr Redko
2024-08-06cmd/internal/objabi, cmd/link/internal: add new relocations used in internal ...limeidan
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-07-23runtime,internal: move runtime/internal/math to internal/runtime/mathDavid Chase
2024-07-22cmd/compile: don't inline runtime functions in -d=checkptr buildCherry Mui
2024-05-23runtime: move exit hooks into internal/runtime/exithookRuss Cox
2024-05-21runtime: increase profiling stack depth to 128Felix Geisendörfer
2024-05-17runtime: make use of stringslite.{HasPrefix, HasSuffix}Jes Cok
2024-05-13internal/chacha8rand: use internal/byteorderMateusz Poliwczak
2024-04-02all: use kind* of abiqiulaidongfeng
2024-03-26runtime: fix the failures from longtest buildersAndy Pan
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-02-27cmd/internal, cmd/link: unify the relocation naming style of loong64limeidan
2024-02-21runtime: migrate internal/syscall to internal/runtimeAndy Pan
2023-12-06iter, runtime: add coroutine supportRuss Cox