]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-04-21 Michael Prattsyscall: define Syscall in terms of RawSyscall on linux
2022-04-21 Michael Prattsyscall: define RawSyscall in terms of RawSyscall6...
2022-04-21 Michael Prattruntime/internal/syscall, syscall: replace RawSyscall6...
2022-04-21 Michael Prattsyscall: move Syscall declarations to OS files
2022-04-21 Michael Prattcmd/compile: add //go:uintptrkeepalive
2022-04-21 Michael Pratttest: rename live_syscall.go to live_uintptrkeepalive.go
2022-04-21 Bryan C. Millsgo/build: replace a call to os.Environ with (*exec...
2022-04-21 Bryan C. Millscmd/go: replace some calls to base.AppendPWD with cmd...
2022-04-21 zhangyunhaonet: use fastrand64 in randInt
2022-04-21 zhangyunhaoruntime: use fastrand64 in mapiterinit
2022-04-21 zhangyunhaohash/maphash: use fastrand64 in MakeSeed
2022-04-21 Bryan C. Millsos/exec: set PWD implicitly if Dir is non-empty and...
2022-04-21 Bryan MillsRevert "cmd/go/internal/test: wrap os.Stdout always"
2022-04-21 Roland Shoemakercrypto/x509: use SAN when comparing certs during path...
2022-04-21 Roland Shoemakercrypto/tls: reject duplicate extensions
2022-04-21 Bryan C. Millsos/exec: preserve original order of entries in dedupEnv
2022-04-21 Andrew Gerrandcmd/go/internal/test: wrap os.Stdout always
2022-04-20 zhangyunhaoruntime: add fastrand64
2022-04-20 Phil Kulinreflect: remove unused overflowPad variable
2022-04-20 Sean Liaonet/http: drop mimesniff for audio/basic
2022-04-20 Robert Griesemercmd/compile/internal/syntax: correct an error string
2022-04-20 Michael Matloobcmd/go: don't compute Deps fields if they're not needed
2022-04-20 Austin Clementscmd/link: fix StackCheckOutput on AIX
2022-04-20 Brad Fitzpatricknet/http: deflake TestTransportConnectionCloseOnRequest
2022-04-20 Bryan C. Millscrypto/rand: apply the same max read size on Illumos...
2022-04-20 Bryan C. Millsgo/internal/srcimporter: add context to cgo errors
2022-04-20 Bryan C. Millscmd/go/internal/base: in AppendPWD, check that PWD...
2022-04-19 Robert Griesemerspec: clarify rules for type set construction of an...
2022-04-19 Robert Griesemercmd/compile/internal/types2: use correct value of iota
2022-04-19 Robert Griesemercmd/compile/internal/types2: don't crash in overflow...
2022-04-19 Robert Griesemercmd/compile/internal/types2: permit parentheses around...
2022-04-19 Jason A. Donenfeldcrypto/rand: remove all buffering
2022-04-19 Jason A. Donenfeldcrypto/rand: batch and buffer calls to getrandom/getentropy
2022-04-19 Jorropocmd/compile: more negation related generic SSA rewrite...
2022-04-19 Keith Randallreflect: adjust MapRange allocation test for noopt...
2022-04-19 Keith Randallreflect: adjust MapRange allocation test for noopt...
2022-04-19 Bryan C. Millsdoc/go1.19: move the description of the runtime.GOROOT...
2022-04-19 Daniel Martíio/ioutil: provide an equivalent for the deprecated...
2022-04-19 Austin Clementscmd/link: faster algorithm for nosplit stack checking...
2022-04-19 Austin Clementstest/nosplit: add more complicated recursion tests
2022-04-19 Austin Clementstest/nosplit: apply stack limit adjustment in the right...
2022-04-19 Austin Clementscmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSi...
2022-04-19 Austin Clementsinternal/sys: add LR and fixed frame size to sys.Arch
2022-04-19 Paul E. Murphycmd/link: use TOC-relative trampolines on PPC64 when...
2022-04-19 Jordan Liggittcrypto/x509: move sha1 removal to unspecified future...
2022-04-18 Roland Shoemakercrypto/x509: reject duplicate extensions
2022-04-18 Joe Tsaireflect: make Value.MapRange inlineable
2022-04-18 Bryan C. Millsnet/http: eliminate arbitrary timeouts in TestServerReq...
2022-04-18 hopehookcmd/compile: fix missing source information in ssa...
2022-04-18 Lynn Bogerruntime: improve memclr on ppc64x
2022-04-17 Jorroponet/http: correctly show error types in transfer test
2022-04-17 Joe Tsaireflect: make Value.Type inlineable
2022-04-16 Philippe Antoinebytes: explode checks for n too large
2022-04-16 Jorropogo/doc: fix incorrect identifier parsing in comments
2022-04-15 Ian Lance Taylorruntime: don't block preemption signal in new M's or...
2022-04-15 Cherry Muicmd/link: preserve symbol attributes when cloning to...
2022-04-15 Ian Lance Taylordebug/pe: read string table in 10M chunks
2022-04-15 Ville Skyttämime: ignore non-extension globs2 entries
2022-04-15 João Penteadonet/http: optimize StatusText implementation
2022-04-15 Roland Shoemakercrypto/x509: don't create certs with negative serials
2022-04-15 Archana Rinternal/bytealg: optimize indexbyte function for ppc64...
2022-04-15 Bobby Powersnet/http: remove cloneURL call in WithContext
2022-04-15 Joe Tsaiencoding/binary: add AppendVarint AppendUvarint
2022-04-15 hopehookruntime: don't discard value from panic while panicking
2022-04-15 Keith Randallcmd/compile: turn jump tables off with -N
2022-04-14 Roland Shoemakercrypto/x509: don't allow too long serials
2022-04-14 Keith Randallcmd/compile: add jump table codegen test
2022-04-14 Keith Randallcmd/compile: modify switches of strings to use jump...
2022-04-14 Keith Randallcmd/compile: constant-fold switches early in compilation
2022-04-14 Keith Randallcmd/compile: implement jump tables
2022-04-14 Than McIntoshdebug/dwarf: better stmt list attr checking in LineReader
2022-04-14 Joe Tsaimath: improve documentation of Copysign
2022-04-14 Keith Randallcmd/compile: fold constant shifts into (SHL|SHR|SAR...
2022-04-13 Jorropocmd/compile: remove unused offset calculation in ssagen...
2022-04-13 zhangyunhaosort: use pdqsort
2022-04-13 Roland Shoemakercrypto/x509: add CertPool.Clone
2022-04-13 Roland Shoemakercrypto/x509: support nil pools in CertPool.Equal
2022-04-13 Roland Shoemakercrypto/x509: omit empty extensions SEQUENCE
2022-04-13 Wayne Zuocmd/compile: add SHLX&SHRX without load
2022-04-13 Wayne Zuocmd/compile: add SARXQload and SARXLload
2022-04-13 Meng Zhuoruntime: port memmove, memclr to register ABI on riscv64
2022-04-12 hopehookcmd/asm: update comment to refer to #44505
2022-04-12 Cherry Muicmd/link: mangle symbol ABI name for linker-generated...
2022-04-12 Keith Randallcmd/link: don't sort pclntab entries
2022-04-12 Roland Shoemakercmd/go: fix TestScript/test_fuzz_minimize_interesting...
2022-04-12 Archana Rmath/big: Implement shlVU and shrVU in ASM for PPC64
2022-04-12 Bryan C. Millsdoc/go1.19: document cmd/go changes involving -trimpath
2022-04-12 Damien Neilsyscall: check correct group in Faccessat
2022-04-12 Bryan C. Millscmd/go: allow '-buildvcs=auto' and treat it as the...
2022-04-12 Wayne Zuocmd/compile: always write fun[0] in incomplete itab
2022-04-12 tenkohcmd/go: open correct path when loading embeds from...
2022-04-12 Tobias Klausercmd/go/internal/modload: remove aix from stat_openfile...
2022-04-12 Julie Qiuencoding/pem: fix stack overflow in Decode
2022-04-12 Lynn Bogerruntime: improve memmove for ppc64x
2022-04-12 Wayne Zuocmd/compile: add SARX instruction for GOAMD64>=3
2022-04-12 Matthew Dempskytest: add //go:build support to run.go
2022-04-12 Bryan C. Millscmd/go: set GOROOT explicitly for 'go generate' subproc...
2022-04-12 Bryan C. Millscmd/go: fix TestScript/build_trimpath_goroot when built...
2022-04-12 Bryan MillsRevert "cmd/compile/internal: fix test error on loong64"
2022-04-12 Xiaodong Liucmd/compile/internal: fix test error on loong64
next