aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2025-03-18os: add Root.ChtimesDamien Neil
2025-03-18runtime, time: don't use monotonic clock inside synctest bubblesDamien Neil
2025-03-17internal/buildcfg: expand spinbitmutex platformsRhys Hiltner
2025-03-17runtime: skip TestCgoCallbackPprof on platforms with broken profilingMichael Pratt
2025-03-14internal/runtime/atomic: add Xchg8 for s390x and wasmRhys Hiltner
2025-03-14cmd/go: enable fuzz testing on OpenBSDMaciej Żok
2025-03-11internal/buildcfg: fix typo in DWARF 5 enabling codeThan McIntosh
2025-03-11internal/cpu: use correct variable when parsing CPU features lamcas and lam_b...Guoqi Chen
2025-03-11internal/bytealg: optimize Count{,String} in loong64Guoqi Chen
2025-03-11internal/buildcfg: enable DWARF version 5 by defaultThan McIntosh
2025-03-11runtime/internal: clean up completelyJes Cok
2025-03-11cmd/go: allow symlinks of non-directory files in embedMichael Matloob
2025-03-11go/types, types2: report better error messages for make callsRobert Griesemer
2025-03-11go/types, types2: report better error messages for slice expressionsRobert Griesemer
2025-03-10go/types, types2: better error messages for copy built-inRobert Griesemer
2025-03-10internal/runtime/atomic: updated go assembler commentsPrabhav Dogra
2025-03-10internal/godebugs: add decoratemappings as an opaque godebug settingMichael Pratt
2025-03-06go/types, types2: use errorCause instead of reportf in comparableTypeRobert Griesemer
2025-03-06go/types, types2: better error messages for invalid callsRobert Griesemer
2025-03-06go/types, types2: factor out single commonUnder functionRobert Griesemer
2025-03-04runtime: decorate anonymous memory mappingsLénaïc Huard
2025-03-03go/types, types2: remove remaining mentions of core type in error messagesRobert Griesemer
2025-03-03go/types, types2: remove remaining references to coreType in literals.goRobert Griesemer
2025-03-03go/types, types2: remove most remaining references to coreType in builtin.goRobert Griesemer
2025-03-03go/types, types2: remove references to core type in appendRobert Griesemer
2025-02-25all: use testenv.GoToolPath instead of hardcoding goqmuntal
2025-02-25all: gofmt -wJes Cok
2025-02-25internal/abi: use arch family instead of arch stringKeith Randall
2025-02-25go/types, types2: remove another coreType call in type checking range clauseRobert Griesemer
2025-02-25go/types, types2: better error messages for callsRobert Griesemer
2025-02-25go/types, types2: better error messages for for-range clausesRobert Griesemer
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2025-02-22internal/goexperiment: add a new experiment to gate DWARF version 5Than McIntosh
2025-02-21internal/runtime/atomic: add Xchg8 for mipsxJulian Zhu
2025-02-21internal/bytealg: add assembly implementation of Count/CountString for mips64xJulian Zhu
2025-02-20internal/runtime/atomic: add Xchg8 for mips64xJulian Zhu
2025-02-20internal/bytealg: clean up and simplify the riscv64 equal implementationJoel Sing
2025-02-19all: implement plugin build mode for riscv64Meng Zhuo
2025-02-19internal/runtime/atomic: add Xchg8 for riscv64Julian Zhu
2025-02-19internal/poll: note that copy_file_range bug is fixedMichael Pratt
2025-02-19path/filepath: use RtlIsDosDeviceName_U to detect Windows devicesqmuntal
2025-02-18all: use a more straightforward return valuecuishuang
2025-02-16runtime/maps: fix typo in group.go comment (H1 -> H2)Artyom Litovets
2025-02-14internal/godebugs: add fips140 as an opaque godebug settingIan Lance Taylor
2025-02-14internal/syscall/unix: correct fchmodat on openbsdJoel Sing
2025-02-14internal/syscall/unix: fix fchownat linkname for AIX & SolarisDamien Neil
2025-02-14internal/trace: emit sync event before deferred spilled errorMichael Anthony Knyszek
2025-02-13os: add Root.ChownDamien Neil
2025-02-13go/types: propagate *ast.LabeledStmt in blockBranches properlyMateusz Poliwczak
2025-02-13internal/abi: remove go122 flagKeith Randall