summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * cmd/compile/internal/types2: use []*TypeParam rather than []*TypeName for typ...Robert Griesemer2021-08-2417-81/+79
| * cmd/compile/internal/types2: use an opaque environment for InstantiateRobert Griesemer2021-08-242-4/+24
| * cmd/compile/internal/types2: don't export TypeSetRobert Griesemer2021-08-245-29/+29
| * embed: document the maximum file size supportedkorzhao2021-08-241-2/+6
| * go/token: match the implementation of index selection with sort.Searchsubham sarkar2021-08-241-1/+1
| * cmd/compile: reuse same node for global dictionariesDan Scales2021-08-243-12/+96
| * cmd/compile: fixes for non-constant Sizeof/Alignof/OffsetofDan Scales2021-08-236-5/+95
| * all: replace runtime SSE2 detection with GO386 settingMartin Möhrmann2021-08-2315-60/+31
| * runtime: use RDTSCP for instruction stream serialized read of TSCMartin Möhrmann2021-08-236-28/+64
| * internal/buildcfg: change GOEXPERIMENT to always return non-empty stringMatthew Dempsky2021-08-231-1/+5
| * cmd/compile: do not mark arrays used for map initialization noalgMartin Möhrmann2021-08-235-2/+54
| * cmd/compile: don't emit write barriers for offsets of global addresseszikaeroh2021-08-232-0/+17
| * cmd/compile: always remove receiver type from instantiated method valuesKeith Randall2021-08-236-5/+72
| * cmd/compile: copy captured dictionary var to local varKeith Randall2021-08-233-5/+38
| * spec: add example for method value in case of embedded methodCuong Manh Le2021-08-231-1/+13
| * cmd/compile: fixing 15.go for -G=3Dan Scales2021-08-233-2/+15
| * reflect: fix memmove for big endian cases with new ABILynn Boger2021-08-231-8/+8
| * go/types: use TypeList in the Inferred structRobert Findley2021-08-233-7/+8
| * go/types: use a TypeList type to hold type argumentsRobert Findley2021-08-2311-69/+96
| * go/types: use []*TypeParam rather than []*TypeName type param listsRobert Findley2021-08-2311-59/+57
| * go/types: add the TypeParam.Obj methodRobert Findley2021-08-231-0/+3
| * go/types: move to an opaque environment for InstantiateRobert Findley2021-08-231-5/+19
| * go/types: return an error from InstantiateRobert Findley2021-08-238-133/+203
| * runtime: remove unused cpu architecture feature variables from binariesMartin Möhrmann2021-08-231-5/+10
| * cmd/go: fix long test buildersCuong Manh Le2021-08-231-1/+1
| * strings: smarter growth of temporal buffer and avoid copying on returnIgnacio Hagopian2021-08-221-5/+6
| * go/types: report argument type for unsafe.OffsetOfRobert Griesemer2021-08-222-0/+12
| * cmd/compile/internal/types2: enable TestSelection API testRobert Griesemer2021-08-221-22/+24
| * os/user: simplify test skip for plan9Kir Kolyshkin2021-08-222-8/+1
| * cmd/compile/internal/types2: report argument type for unsafe.OffsetOfRobert Griesemer2021-08-222-0/+12
| * math/big: clarified doc string for SetMantExpRobert Griesemer2021-08-221-1/+3
| * runtime: use asmcgocall_no_g when calling sigprocmask on openbsdJoel Sing2021-08-221-1/+3
| * reflect: add example for FieldByIndexMostafa Solati2021-08-221-0/+28
| * runtime: fix buckHashSize duplicationDmitry Vyukov2021-08-221-1/+1
| * strconv: reject surrogate halves in UnquoteJoe Tsai2021-08-212-2/+5
| * cmd/compile: absorb NEG into branch when possible on riscv64Joel Sing2021-08-212-0/+28
| * cmd/compile: convert branch with zero to more optimal branch zero on riscv64Joel Sing2021-08-212-1/+51
| * cmd/compile: sort regalloc switch by architectureJoel Sing2021-08-211-8/+8
| * go/types: don't override x.mode before using itRobert Griesemer2021-08-211-1/+0
| * cmd/compile: enable -G=3 by defaultMatthew Dempsky2021-08-213-14/+18
| * test/typeparam: add a test case for issue46591korzhao2021-08-201-0/+22
| * cmd/internal/buildid: reject empty idRuss Cox2021-08-202-0/+11
| * test: enable regabi test on arm64Cuong Manh Le2021-08-201-1/+1
| * cmd/compile/internal/syntax: add PosBase.TrimmedMatthew Dempsky2021-08-208-27/+48
| * net/http: fix typo in header.goHuanCheng2021-08-201-1/+1
| * go/types: change Checker.verify to return an errorRobert Findley2021-08-202-36/+47
| * go/types: no need to validate substituted instancesRobert Findley2021-08-201-3/+8
| * go/types: consolidate verification logicRobert Findley2021-08-202-25/+26
| * go/types: clean up panics in instantiationRobert Findley2021-08-202-23/+29
| * archive/zip: prevent preallocation check from overflowingRoland Shoemaker2021-08-202-1/+19