]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-10-01 Jay Conrodcmd/go/internal/modfetch: always extract module directo...
2020-10-01 David Chasecmd/compile: allow directory specification for GOSSAFUN...
2020-10-01 David Chasecmd/compile: activate revert switch for late call expan...
2020-10-01 Michael Anthony... runtime: align 12-byte objects to 8 bytes on 32-bit...
2020-10-01 Lynn Bogercmd/compile,cmd/internal/obj/ppc64: fix some shift...
2020-10-01 David Chasecmd/compile: late call expansion for go func and simple...
2020-10-01 David Chasecmd/compile: enable late expansion for closure calls
2020-10-01 David Chasecmd/compile: enable late expansion for interface calls
2020-10-01 David Chasecmd/compile: enable late expansion for address-of stati...
2020-10-01 David Chasecmd/compile: fix late call expansion for SSA-able aggre...
2020-10-01 Gerrit Code... Merge "cmd/link: merge branch 'dev.link' into master"
2020-10-01 Roland Shoemakerdoc/go1.16: fix crypto typo
2020-10-01 Quimcmd/link: enable ASLR on windows binaries built with...
2020-10-01 Jeremy Fallercmd/link: merge branch 'dev.link' into master
2020-10-01 Rob Findleygo/types: turn TestBenchmark into a normal benchmark
2020-10-01 Tobias Klausersyscall: use correct cmsg alignment for netbsd/arm64
2020-10-01 Russ Coxio: make clear that EOF should not be wrapped
2020-10-01 Ian Lance Taylorinternal/poll: use ignoringEINTR in Darwin Fsync
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-30 Jeremy Faller[dev.link] cmd/link: use generator symbols for the...
2020-09-30 mengxiaodongruntime: code cleanup about map
2020-09-30 Jeremy Faller[dev.link] cmd/link run generators in parallel
2020-09-30 Emmanuel T... src/go.mod, net/http: update bundled and latest golang...
2020-09-30 Bryan C. Millscmd/go: test more commands in mod_build_info_error
2020-09-30 Bryan C. Millscmd/go: add yet another test case for ambiguous argumen...
2020-09-30 Roland Shoemakercrypto/x509: enforce SAN IA5String encoding restrictions
2020-09-30 Bryan C. Millscmd/go: add another test case for package/module ambigu...
2020-09-30 Paschalis Tsiliascrypto/x509: return errors instead of panicking
2020-09-30 Ruixin Baocrypto/ecdsa: use FillBytes on s390x
2020-09-30 Jay Conrodcmd/go: error if -modfile used with 'go install pkg...
2020-09-30 Andrei Vaginruntime: don't crash if vsyscall and vdso are disabled...
2020-09-29 Matthew Dempskycmd/compile: report type loop for invalid recursive...
2020-09-29 Roland Shoemakercrypto/x509: prioritize potential parents in chain...
2020-09-29 Tobias Klauserruntime: correct arguments to pipe2 syscall in pipe...
2020-09-29 Cherry Zhangcmd/compile: mark type namedata symbols content-addressable
2020-09-29 Cherry Zhangcmd/link: retain only used interface methods
2020-09-29 Alberto Donizetticmd/compile: convert last amd64 rules to typed aux
2020-09-29 Cherry Zhangcmd/link, runtime: use a sentinel value for unreachable...
2020-09-29 Cherry Zhangcrypto/tls: fix TestLinkerGC test
2020-09-29 Daniel Martícmd/go: fix doc math for build cache hashing
2020-09-29 KimMachineGunencoding/asn1: error instead of panic on invalid value...
2020-09-29 Chen.Zhidongcrypto/tls: make config.Clone return nil if the source...
2020-09-29 Alberto Donizetticmd/compile: convert more amd64 rules to typed aux
2020-09-29 Tobias Klausercrypto/x509: define certDirectories per GOOS
2020-09-29 Tobias Klausercmd/go/internal/lockedfile/internal/filelock: remove...
2020-09-28 Tobias Klauserruntime: initialise cpu.HWCap on netbsd/arm64
2020-09-28 Cherry Zhangcmd/link: consider interface conversions only in reacha...
2020-09-28 Matthew Dempskycmd/compile: fix type checking of "make" arguments
2020-09-28 Emmanuel T... testing: add benchmark for TB.Helper
2020-09-28 Roland Shoemakercrypto/x509: hardcode RSA PSS parameters rather than...
2020-09-28 Lynn Bogercmd/asm,cmd/compile,cmd/internal/obj/ppc64: add extswsl...
2020-09-28 avivklasmime/multipart: return overflow errors in Reader.ReadForm
2020-09-28 Changkun Ouos: fix SyscallConn typos in the File.Fd comments
2020-09-28 Alberto Donizetticmd/compile: fix escape reason for MAKESLICE with no cap
2020-09-28 Tobias Klauseros: remove ENOTSUP special case in Getwd on darwin
2020-09-28 Benny Siegertruntime: netbsd-arm64 fixes
2020-09-27 Ainar Garipovdoc/go1.16: document net.ErrClosed usage in crypto/tls
2020-09-27 Changkun Ouos: document and emphasize a potential misuse of File.Fd
2020-09-26 David Chasecmd/compile: fix logopt log directory naming for windows
2020-09-26 Tobias Klausercmd/dist: detect gohostarch on netbsd/arm64 hosts
2020-09-26 Constantin... cmd/compile: enforce strongly typed rules for ARM ...
2020-09-26 Alberto Donizetticmd/compile: more amd64 typed rules
2020-09-26 Tobias Klausersyscall: implement Getwd using getcwd from libSystem...
2020-09-26 Tobias Klausersyscall: remove mksysnum_darwin.pl script
2020-09-25 Carlos Alexandro... encoding/json: added docs to UnsupportedValueError
2020-09-25 Cherry Zhangvendor, cmd/vendor: update vendored x/sys and x/net
2020-09-25 Michael Prattruntime: drop nosplit from primary lockrank functions
2020-09-25 Austin Clementsruntime: update go:notinheap documentation
2020-09-25 Keith Randallruntime: use old capacity to decide on append growth...
2020-09-25 fanzha02cmd/asm: fix the issue of moving 128-bit integers to...
2020-09-24 Keith Randallcmd/compile: prevent 387+float32+pie from clobbering...
2020-09-24 Than McIntoshcmd/compile,cmd/asm: fix buglet in -S=2 output
2020-09-24 Robert Griesemerspec: better variable name for operator example
2020-09-24 Daniel Martícmd/go: error when -c or -i are used with unknown flags
2020-09-24 Changkun Outesting: send t.signal only if there is no panic
2020-09-24 lujjjhencoding/json: detect cyclic maps and slices
2020-09-24 Sean Liaoencoding/json: allow semicolon in field key / struct tag
2020-09-24 Alberto Donizetticmd/compile: use typed rules for const folding on amd64
2020-09-24 Alberto Donizetticmd/compile: more amd64 typed aux rules
2020-09-24 Ainar Garipovcrypto/tls: replace errClosed with net.ErrClosed
2020-09-24 witcharddoc/go1.16: add -insecure deprecation to release notes
2020-09-24 Constantin... cmd/compile: enforce strongly typed rules for ARM ...
2020-09-23 SparrowLiimath/big: replace division with multiplication by recip...
2020-09-23 Alberto Donizetticmd/compile: switch to typed for amd64 flag const rules
2020-09-23 Michael Mundaybytes, internal/bytealg: fix incorrect IndexString...
2020-09-23 Constantin... cmd/compile: enforce strongly typed rules for ARM (8)
2020-09-23 Constantin... cmd/compile: enforce strongly typed rules for ARM ...
2020-09-23 Constantin... cmd/compile: enforce strongly typed rules for ARM (1)
2020-09-23 Cherry Zhangall: add GOOS=ios
2020-09-23 Katie Hockmandoc: update overview for authentication
2020-09-23 David Chasecmd/compile: enable late call expansion for multiple...
2020-09-23 Constantin... cmd/compile: enforce strongly typed rules for ARM (4)
2020-09-23 Alberto Donizetticmd/compile: switch to typed for const memory folding...
2020-09-23 Alberto Donizetticmd/compile: switch to typed aux in more amd64 rules
2020-09-23 zhouzhongyuanencoding/binary: remove TODO in Write and add benchmarks
2020-09-23 Cuong Manh Lenet: reflect TCP backlog size update of uint16->uint32...
2020-09-22 Constantin... cmd/compile: enforce strongly typed rules for ARM (6)
2020-09-22 Constantin... cmd/compile: enforce strongly typed rules for ARM (5)
2020-09-22 Constantin... cmd/compile: enforce strongly typed rules for ARM (3)
2020-09-22 Constantin... cmd/compile: enforce strongly typed rules for ARM (2)
next