]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-03-19 Tao Qingyuntesting: update helperNames just before checking it
2021-03-19 Ian Lance Taylorio/ioutil: use correct Go version in redirection comments
2021-03-18 Dan Scalescmd/compile: get untyped constants working in generic...
2021-03-18 Austin Clementscmd/internal/objabi,runtime: simplify sys.GOEXPERIMENT...
2021-03-18 Austin Clementscmd: move experiment flags into objabi.Experiment
2021-03-18 Austin Clementstest: switch fieldtrack test to use GOEXPERIMENT
2021-03-18 Michael Anthony... reflect: add tests for reflect.Value.Call for the new ABI
2021-03-18 Elvina Yakubovaruntime/pprof: move common code to writeProfileInternal...
2021-03-18 Paul E. Murphycmd/link: Add section data slice to Archrelocvariant
2021-03-18 Robert Griesemergo/types: minor simplification in assignableTo (cleanup)
2021-03-18 Dan Scalescmd/compile: remove unneeded calls to typecheck in...
2021-03-18 Austin Clementsall: explode GOEXPERIMENT=regabi into 5 sub-experiments
2021-03-18 Austin Clementstest: make nosplit test invariant to ABI wrappers
2021-03-18 Austin Clementscmd/internal/objabi: support boolean GOEXPERIMENTs
2021-03-18 Austin Clementscmd/dist: build bootstrap without GOEXPERIMENT
2021-03-18 Austin Clementscmd/internal/objabi: centralize GOEXPERIMENT parsing
2021-03-18 Michael Matloobcmd/go: remove renameio package and its last usage
2021-03-18 Bryan C. Millscmd/go: suppress errors for 'go get' of module paths...
2021-03-18 Andy Pancmd/go: use the global rooted path name
2021-03-18 Cherry Zhangcmd/link: print symbol versions in stack bound check
2021-03-18 Richard Pickeringcrypto/rsa: correct EncryptOAEP doc comment
2021-03-18 Rabin Gairesort: add example tests for SearchFloat64s and SearchInts
2021-03-18 Joel Singcmd/compile,cmd/internal/obj/riscv: load >32-bit consta...
2021-03-18 Joel Singcmd/compile: actually intrinsify runtime/internal/atomi...
2021-03-18 Joel Singcmd/compile: use a single const MOV operand for riscv64
2021-03-18 fanzha02cmd/compile: add rewrite rules for conditional instruct...
2021-03-18 Robert Griesemercmd/compile/internal/types2: delay recording types...
2021-03-18 Robert Griesemergo/types: add test case for issue #45096
2021-03-17 Tobias Klausercrypto/rand, internal/syscall/unix: add support for...
2021-03-17 Ian Lance Taylorcmd/link: improve nonexistent package error message
2021-03-17 Bryan C. Millscmd/go: only add a 'go' directive to the main module...
2021-03-17 Andrey Bokhankocmd/cgo: check whether C compiler exists
2021-03-17 Andy Pantime: check int64 overflow in Time.addSec
2021-03-17 Ian Lance Taylortest: add bug that failed when run with gccgo
2021-03-17 Cherry Zhangcmd/compile: resurrect clobberdead mode
2021-03-17 Rob Findleygo/parser: avoid formatting a panic message if an asser...
2021-03-17 Dan Scalescmd/compile: getting more built-ins to work with generics
2021-03-17 Johan Brandhorstcrypto/tls: remove flaky cancellation test
2021-03-17 Agniva De Sarkercompress/lzw: add Reset method to Reader and Writer
2021-03-17 Meng Zhuomath/bits: folded reverse tables by using const string
2021-03-17 Andrey Bokhankoos/user: make user.LookupGroupId function work for...
2021-03-17 Ian Lance Taylordebug/dwarf: support DW_FORM_rnglistx aka formRnglistx
2021-03-17 Robert Griesemerspec: fix rendering of >=
2021-03-17 Robert Griesemercmd/compile/internal/types2: review of call.go
2021-03-16 Cherry Zhangcmd/compile, cmd/link: dynamically export writable...
2021-03-16 Cherry Zhangcmd/compile: update some comments
2021-03-16 Keith Randallcmd/asm: when dynamic linking, reject code that uses...
2021-03-16 Bryan C. Millscmd/go: bail out from script tests earlier when a timeo...
2021-03-16 cuicmd/compile/internal/ssa: delete unused files
2021-03-16 nobishinospec: clarify that signed integers>=0 are permitted...
2021-03-16 David Chasecmd/compile: fix open defer of method call
2021-03-16 David Chasecmd/compile: (fixed) spill output parameters passed...
2021-03-16 Dan Scalescmd/compile: deal with comparable embedded in a constraint
2021-03-16 Meng Zhuocmd/asm: add rotr/drotr for mips64
2021-03-16 Paul E. Murphycmd/link: preserve elf phdr flags when loading external...
2021-03-16 Johan Brandhorstcrypto/tls: add HandshakeContext method to Conn
2021-03-16 Bryan C. Millscmd/go: test that 'go mod tidy' retains upgraded indire...
2021-03-16 Bryan C. Millscmd/go/internal/modload: in readonly mode, do not read...
2021-03-16 Bryan C. Millscmd/go/internal/modcmd: in 'go mod tidy', suspend go...
2021-03-16 Meng Zhuocmd/compile: loads from readonly globals into const...
2021-03-16 erifan01cmd/compile: use depth first topological sort algorithm...
2021-03-16 eric fangcmd/compile/internal/ssa: handle more cases in fuse...
2021-03-16 Andy Paninternal/poll: eliminate the redundant type conversions...
2021-03-16 Meng Zhuoruntime: using wyhash for memhashFallback on 32bit...
2021-03-16 Emmanuel T... time: support "," as separator for fractional seconds
2021-03-15 Joel Courtneytime: add Time.IsDST() to check if its Location is...
2021-03-15 Paschalis Tsiliasreflect: panic if ArrayOf is called with negative length
2021-03-15 Filippo Valsordanet: fix BenchmarkWriteToReadFromUDP on Windows
2021-03-15 Prajwal Koiralaall: run gofmt
2021-03-15 David ChaseRevert "cmd/compile: spill output parameters passed...
2021-03-15 David Chasecmd/compile: spill output parameters passed in register...
2021-03-15 Dan Scalescmd/compile: fix case where func-valued field of a...
2021-03-15 Dan Scalescmd/compile: add support for generic maps
2021-03-15 Dan Scalescmd/compile: add support for generic channels and...
2021-03-15 Michael Anthony... runtime: prepare arenas for use incrementally
2021-03-15 Filippo Valsordaencoding/xml: replace comments inside directives with...
2021-03-15 Filippo Valsordaencoding/xml: handle leading, trailing, or double colon...
2021-03-15 Josh Bleecher... net: use mid-stack inlining with ReadFromUDP to avoid...
2021-03-15 Emmanuel T... all: update golang.org/x/* dependencies
2021-03-15 Tobias Klausercmd/internal/moddeps: fix typo in TestAllDependencies...
2021-03-15 Cherry Zhangcmd/compile: remove ARMv5 special case in register...
2021-03-15 Ian Lance Taylorbytes: correct tense in comment
2021-03-15 Ethan Hurcmd/compile: fix outdated comment
2021-03-15 Paul E. Murphycmd/internal/obj: reorder ppc64 MOV* optab entries
2021-03-15 Paul E. Murphycrypto/md5: improve ppc64x performance
2021-03-15 Tao Qingyuncmd/link/internal/ld: fix typo in a comment
2021-03-14 Josh Bleecher... cmd/compile: fix whitespace in comment
2021-03-14 Alessandro... cmd/link: regression test for issue #42484
2021-03-14 Ariel Mashrakiencoding/json: fix package shadowing in MarshalIndent...
2021-03-14 Josh Bleecher... all: add internal/itoa package
2021-03-14 Koichi Shiraishicmd/cover: replace code using optimized golang.org...
2021-03-13 Tobias Klausernet/http: revert change from CL 299109 breaking TestAll...
2021-03-13 Tobias Klauserio/fs: use testing.T.TempDir in TestWalkDir
2021-03-13 cuicmd/compile/internal/ssa: prealloc slice
2021-03-13 JulianChuio: add error check to WriteString Example test
2021-03-13 zfCodefmt: use “truncateString” not “truncate” in method doc
2021-03-13 Vitaly Zdanevicherrors/wrap: do not call Elem() twice
2021-03-13 John Bamptonall: remove duplicate words
2021-03-13 Aman Karmaniencoding/gob: ensure "duplicate type received" decoder...
2021-03-13 Mostyn Bramley... crypto/ecdsa: fix dead reference link
next