]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-10-13 zhouguangyuancmd/link: disable weak reference in itab if build with...
2021-10-13 helbingembed: add example
2021-10-13 nicksherronall: fix spelling mistakes
2021-10-13 Dan Scalescmd/compile: allow spaces in types.(*Type).LinkString()
2021-10-12 Robert Findleycmd/api: use placeholder names for type parameters
2021-10-12 Jake Ciolekcmd/compile: use ANDL for small immediates
2021-10-12 Tamir Dubersteinos: Simplify size using io.Discard.
2021-10-12 Katie Hockmaninternal/fuzz: fix -fuzzminimizetime with 'x' bug
2021-10-12 Bryan C. Millscmd/dist: run a checkNotStale on the builders before...
2021-10-12 Dan Scales[dev.typeparams] cmd/compile: add test for number of...
2021-10-12 Jay Conrodtesting: don't create unique subtest names while fuzzing
2021-10-12 Dan Scalescmd/compile: some fixes in type substituter for Instantiate
2021-10-12 Robert Findleygo/types: export TypeParam.Index and remove TypeParam...
2021-10-12 Jay Conrodcmd/go: adjust documentation mentioning 'go get'
2021-10-12 Cherry Muicmd/compile: do not reuse dead value in expand_calls...
2021-10-12 Katie Hockmantesting: fix -run behavior with fuzz tests
2021-10-12 Paul E. Murphycmd/internal/obj/ppc64: support alignment of prefixed...
2021-10-12 Nigel Taocompress/lzw: output a Clear code first, per GIF spec
2021-10-12 Tobias Klausercmd/link/internal/ld: use libc based fcntl for (*OutBuf...
2021-10-12 Ian Lance Taylorcmd/api: support type parameters
2021-10-11 Robert Findleycmd/compile/internal/types2: avoid duplicate errors...
2021-10-11 Robert Findleygo/types: mark implicit interfaces as such
2021-10-11 Robert Findleygo/internal/gcimporter: enable importing typeparam...
2021-10-11 Robert Findleygo/types: accept constraint literals with elided interfaces
2021-10-11 Robert Findleygo/parser: allow eliding interface in constraint literals
2021-10-11 Daniel Martíencoding/gob: follow documented io.EOF semantics
2021-10-11 Dan Scalescmd/compile: adjust debug/gosym to deal with instantiat...
2021-10-11 Bryan C. Millscmd/go: insert goroot to the hash of build cache when...
2021-10-11 Dan Scalescmd/compile: deal with TODO related to generic wrappers...
2021-10-11 Robert Findleyall: update vendored golang.org/x/tools
2021-10-11 Paul E. Murphycmd/internal/obj/ppc64: fix mtocrf, cleanup other CR ops
2021-10-11 Cherry Muicmd/link: do not mark holes in functab
2021-10-11 Cherry Muiruntime: simplify multiple text section handling in...
2021-10-11 Yuval Pavel... doc/go1.18: document FreeBSD 11.x will no longer be...
2021-10-11 Russ Coxregexp: document and implement that invalid UTF-8 bytes...
2021-10-11 Robert Findleygo/parser: clean up unnecessary arguments and replace...
2021-10-11 Paul E. Murphycmd/internal/obj/ppc64: remove unused REG_DCR types
2021-10-10 Keith Randallcmd/compile: used TESTL instead of TESTQ for cpu featur...
2021-10-09 Jake Ciolekcmd/compile: use the shorter version of XOR for breakin...
2021-10-09 Jake Ciolekcmd/compile: mark NOT as an op that doesn't clobber...
2021-10-09 Sean Liaosync: use example.com for url in ExampleWaitGroup
2021-10-09 Alejandro García... cmd/compile: eliminate successive swaps
2021-10-08 Matthew Dempskycmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE...
2021-10-08 Bryan C. Millscmd/go: do not expect a specific timing in test_fuzz_mi...
2021-10-08 Tobias Klausergo/build, internal/goarch: sort goarchList alphabetically
2021-10-08 Matthew Dempskycmd/cgo: use "!compiler_bootstrap" tag instead of ...
2021-10-08 Cherry Muicmd/link: put gcprog symbols along with gcbits
2021-10-08 Keith Randallruntime: fix uint64->float32 conversion for softfloat
2021-10-08 Robert Griesemergo/types: rename rparamMap to recvTParamMap to match...
2021-10-08 Robert Griesemercmd/compile/internal/types2: use an identifier map...
2021-10-08 Dan Scalescmd/compile: allow delaying of transformCompLit, new...
2021-10-08 Robert Findleygo/ast, go/types: remove some stale TODOs
2021-10-08 Bryan C. Millsmisc/cgo/testshared: pass the testing.T to goCmd when...
2021-10-08 Meng Zhuotime: allow minimum int64 in ParseDuration
2021-10-08 Robert Findleygo/types: use an identifier map rather than isubst...
2021-10-08 Nigel Taoimage/png: fix interlaced palette out-of-bounds
2021-10-08 Robert Griesemergo/types: partial revert of incorrect unification ...
2021-10-08 Robert Griesemercmd/compile/internal/types2: partial revert of incorrec...
2021-10-08 Pedro Lopez... unicode: use IsSpace not IsUpper in IsSpace example...
2021-10-07 Cherry Muicmd/link: mark holes in functab with end PC-1
2021-10-07 Cherry Muiruntime: handle end PC in textAddr
2021-10-07 Caleb Sparetesting: with -benchtime=1x, run the benchmark loop...
2021-10-07 Dan Scalescmd/compile: improving printing of type names in func...
2021-10-07 Katie Hockmaninternal/fuzz: log that minimization is occurring
2021-10-07 Tobias Klauseros: don't use wait6 on netbsd
2021-10-07 Jinwen Wocmd/go/internal/web: improve IP check testing on ipv6 env
2021-10-07 Bryan C. Millstest/fixedbugs: fix issue48784.go to pass with -G=0
2021-10-07 Cherry Muimisc/wasm, cmd/link: do not let command line args overw...
2021-10-07 Keith Randallcmd/compile,runtime: implement uint64->float32 correctl...
2021-10-07 Pedro Lopez... math: add Remainder example
2021-10-07 Matthew Dempskycmd/cgo: update to handle ast.IndexListExpr
2021-10-07 Leonard Wangcmd/compile: fix the index variable is shadowed in...
2021-10-07 Cuong Manh Lego/types: better error message for invalid untyped...
2021-10-07 Cuong Manh Lecmd/compile: better error message for invalid untyped...
2021-10-07 Meng Zhuoruntime,sync: using fastrandn instead of modulo reduction
2021-10-07 Robert Griesemergo/types: implement copy for generic argument types
2021-10-07 Robert Griesemercmd/compile/internal/types2: implement copy for generic...
2021-10-07 Josh Bleecher... test: skip endian inlining test on noopt builder
2021-10-06 John Kellynet/http: add Cookie.Valid method
2021-10-06 Dan Scalescmd/compile: fix -W=3 output after the # line
2021-10-06 Pedro Lopez... unicode: add examples for the Is functions
2021-10-06 Damien Neiltime: fallback to slower TestTicker test after one...
2021-10-06 Carlo Alberto... strings,bytes: avoid allocations in Trim/TrimLeft/TrimRight
2021-10-06 Josh Bleecher... cmd/compile: simplify code in walkPrint
2021-10-06 Josh Bleecher... go/build: ignore package main files in TestDependencies
2021-10-06 Josh Bleecher... cmd/compile: add runtime.funcspdelta to intended inlini...
2021-10-06 Josh Bleecher... runtime: streamline moduledata.textAddr
2021-10-06 Damien Neilall: update go.mod for golang.org/x/net
2021-10-06 Josh Bleecher... cmd/compile: make encoding/binary loads/stores cheaper...
2021-10-06 Josh Bleecher... cmd/link,runtime: make textsectmap fields more convenie...
2021-10-06 Katie Hockmancmd/go/testdata/script: move test from test_fuzz to...
2021-10-06 Alexander Yastrebovtime: truncate fractional seconds longer than 9 digits
2021-10-06 Robert Griesemergo/types: break cycles in invalid types
2021-10-06 Robert Griesemercmd/compile/internal/types2: break cycles in invalid...
2021-10-06 Robert Griesemercmd/compile/internal/syntax, types2: remove ability...
2021-10-06 Josh Bleecher... cmd/link: remove unnecessary int conversions
2021-10-06 Josh Bleecher... cmd/internal/obj: allow more gcbits content addressability
2021-10-06 Martin Möhrmanninternal/cpu: remove option to mark cpu features required
2021-10-06 Cherry Muicmd/link: keep go.buildid alive on AIX external linking
2021-10-06 Bryan C. Millscmd/go: do not pass a local prefix to the compiler...
next