aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-08-24cmd/compile/internal/types2: don't export TypeSetRobert Griesemer
2021-08-24embed: document the maximum file size supportedkorzhao
2021-08-24go/token: match the implementation of index selection with sort.Searchsubham sarkar
2021-08-24cmd/compile: reuse same node for global dictionariesDan Scales
2021-08-23cmd/compile: fixes for non-constant Sizeof/Alignof/OffsetofDan Scales
2021-08-23all: replace runtime SSE2 detection with GO386 settingMartin Möhrmann
2021-08-23runtime: use RDTSCP for instruction stream serialized read of TSCMartin Möhrmann
2021-08-23internal/buildcfg: change GOEXPERIMENT to always return non-empty stringMatthew Dempsky
2021-08-23cmd/compile: do not mark arrays used for map initialization noalgMartin Möhrmann
2021-08-23cmd/compile: don't emit write barriers for offsets of global addresseszikaeroh
2021-08-23cmd/compile: always remove receiver type from instantiated method valuesKeith Randall
2021-08-23cmd/compile: copy captured dictionary var to local varKeith Randall
2021-08-23cmd/compile: fixing 15.go for -G=3Dan Scales
2021-08-23reflect: fix memmove for big endian cases with new ABILynn Boger
2021-08-23go/types: use TypeList in the Inferred structRobert Findley
2021-08-23go/types: use a TypeList type to hold type argumentsRobert Findley
2021-08-23go/types: use []*TypeParam rather than []*TypeName type param listsRobert Findley
2021-08-23go/types: add the TypeParam.Obj methodRobert Findley
2021-08-23go/types: move to an opaque environment for InstantiateRobert Findley
2021-08-23go/types: return an error from InstantiateRobert Findley
2021-08-23runtime: remove unused cpu architecture feature variables from binariesMartin Möhrmann
2021-08-23cmd/go: fix long test buildersCuong Manh Le
2021-08-22strings: smarter growth of temporal buffer and avoid copying on returnIgnacio Hagopian
2021-08-22go/types: report argument type for unsafe.OffsetOfRobert Griesemer
2021-08-22cmd/compile/internal/types2: enable TestSelection API testRobert Griesemer
2021-08-22os/user: simplify test skip for plan9Kir Kolyshkin
2021-08-22cmd/compile/internal/types2: report argument type for unsafe.OffsetOfRobert Griesemer
2021-08-22math/big: clarified doc string for SetMantExpRobert Griesemer
2021-08-22runtime: use asmcgocall_no_g when calling sigprocmask on openbsdJoel Sing
2021-08-22reflect: add example for FieldByIndexMostafa Solati
2021-08-22runtime: fix buckHashSize duplicationDmitry Vyukov
2021-08-21strconv: reject surrogate halves in UnquoteJoe Tsai
2021-08-21cmd/compile: absorb NEG into branch when possible on riscv64Joel Sing
2021-08-21cmd/compile: convert branch with zero to more optimal branch zero on riscv64Joel Sing
2021-08-21cmd/compile: sort regalloc switch by architectureJoel Sing
2021-08-21go/types: don't override x.mode before using itRobert Griesemer
2021-08-21cmd/compile: enable -G=3 by defaultMatthew Dempsky
2021-08-20cmd/internal/buildid: reject empty idRuss Cox
2021-08-20cmd/compile/internal/syntax: add PosBase.TrimmedMatthew Dempsky
2021-08-20net/http: fix typo in header.goHuanCheng
2021-08-20go/types: change Checker.verify to return an errorRobert Findley
2021-08-20go/types: no need to validate substituted instancesRobert Findley
2021-08-20go/types: consolidate verification logicRobert Findley
2021-08-20go/types: clean up panics in instantiationRobert Findley
2021-08-20archive/zip: prevent preallocation check from overflowingRoland Shoemaker
2021-08-20crypto/rand, internal/syscall/unix: don't use getentropy on iOSTobias Klauser
2021-08-20cmd/compile: use typeAndStr directly in signatsliceCuong Manh Le
2021-08-20cmd/asm/internal/arch: adds the missing type check for arm64 SXTB extensioneric fang
2021-08-20cmd/internal/obj/arm64: disable the pre and post index formats for pseudo reg...eric fang
2021-08-19cmd/dist: remove unused variablesManlio Perillo