aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objabi
AgeCommit message (Expand)Author
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
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-11-21cmd/internal/obj,cmd/link: access global data via GOT in -dynlink mode on loo...Guoqi Chen
2023-10-13cmd/internal/objabi: add inverse of PathToPrefixMichael Pratt
2023-09-19cmd/internal/obj/riscv,cmd/link: rework riscv64 call relocationsJoel Sing
2023-09-01cmd/internal/objabi: rename R_USEGENERICIFACEMETHOD to R_USENAMEDMETHOD.Dominique Lefevre
2023-08-23cmd/internal/obj/riscv,cmd/link: add support for internal cgo linking on riscv64Joel Sing
2023-08-22cmd/internal/objabi,cmd/compile: move NoInstrumentPkgs and NoRacePkgs to PkgS...Austin Clements
2023-08-22cmd/internal/objabi: test runtime package listAustin Clements
2023-08-22cmd/compile,cmd/dist,cmd/go: compute -+ flag from package pathAustin Clements
2023-08-22cmd/internal/objabi: generalize "is runtime package" checkAustin Clements
2023-08-22cmd/asm,cmd/dist,cmd/go: remove asm -compiling-runtime flagAustin Clements
2023-08-10cmd/internal/objabi: add support for bisect.Matcher debug flagsMatthew Dempsky
2023-08-03cmd/asm,cmd/internal/obj/riscv,cmd/link: improve TLS handling on riscv64Joel Sing