]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-10-20 Russ Coxnet/http: add FS to convert fs.FS to FileSystem
2020-10-20 Russ Coxhtml/template, text/template: add ParseFS
2020-10-20 Russ Coxarchive/zip: make Reader implement fs.FS
2020-10-20 Russ Coxio/fs: add Glob and GlobFS
2020-10-20 Russ Coxio/fs: add ReadDir and ReadDirFS
2020-10-20 Russ Coxio/fs: add Stat and StatFS
2020-10-20 Russ Coxio/fs: add ReadFile and ReadFileFS
2020-10-20 Russ Coxos: add DirFS
2020-10-20 Russ Coxtesting/fstest: new package for testing file system...
2020-10-20 Than McIntoshcmd/asm: rename "compiling runtime" flag
2020-10-20 Bryan C. Millscmd/go/internal/renameio: include ios in the darwin...
2020-10-20 Michael Anthony... runtime: fix scavenging tests for pallocChunkBytes...
2020-10-20 Daniel Martícmd/go: add BuildID to list -json -export
2020-10-20 Tobias Klausernet/http/cgi: preserve env vars on illumos
2020-10-20 Martin Möhrmanninternal/cpu: make architectures without initialization...
2020-10-20 Martin Möhrmanninternal/cpu: consolidate arm64 feature detection
2020-10-20 Nikhil Beneschnet/http/cgi: preserve LD_LIBRARY_PATH on NetBSD, too
2020-10-20 Tobias Klausersyscall, cmd/go/internal/modload: add and use Access...
2020-10-20 Russ Coxio/fs: add FS, File, ReadDirFile; move DirEntry from os
2020-10-20 Russ Coxtesting/iotest: add TestReader to test readers
2020-10-20 Russ Coxall: update references to symbols moved from os to...
2020-10-20 Russ Coxio/fs: move FileInfo, FileMode, PathError, ErrInvalid...
2020-10-20 Cherry Zhangcmd/link: support cgo internal/linking on darwin/arm64
2020-10-20 Cuong Manh Lecmd/compile: use type position for error message in...
2020-10-20 Russ Coxapi: update next.txt
2020-10-20 Russ Coxos: use keyed literals for PathError
2020-10-20 Russ Coxos: add File.ReadDir method and DirEntry type
2020-10-20 Dan Scalescmd/compile: allowing inlining of functions with OCALLPART
2020-10-19 Michael Anthony... runtime: add lock rank partial-order edge between fin...
2020-10-19 hkcmd/compile/internal/gc: use plural nouns in comments
2020-10-19 Matthew Dempskycmd/compile: fix ICE in reporting of invalid recursive...
2020-10-19 Bryan C. MillsRevert "net/http: test that ParseMultipartForm returns...
2020-10-19 Than McIntoshcmd/dist,cmd/go: broaden use of asm macro GOEXPERIMENT_...
2020-10-19 Klaus Postcompress/flate: fix corrupted output
2020-10-19 Cherry Zhangcmd/link: run generator functions along with symbol...
2020-10-19 Cherry Zhangcmd/link: fix TestDWARFiOS
2020-10-19 Cherry Zhangruntime: define ios/arm64 entry points
2020-10-19 Cherry ZhangRevert "cmd/link: put C static symbols in the symbol...
2020-10-19 hkcmd/compile/internal/gc: remove an unused method
2020-10-19 avivklasnet/http: test that ParseMultipartForm returns an error...
2020-10-19 Aofei Shengnet/http/httputil: copy response header back to http...
2020-10-19 Katie Hockmancrypto/hmac: panic if reusing hash.Hash values
2020-10-19 Tobias Klauserinternal/bytealg: add assembly implementation of Count...
2020-10-19 Cherry Zhangcmd/link: put C static symbols in the symbol table
2020-10-19 Alberto DonizettiRevert "test: add regression test from #41474"
2020-10-19 Than McIntoshcmd: go get golang.org/x/tools@d1624618 && go mod vendor
2020-10-19 Than McIntoshcmd/asm: allow def/ref of func ABI when compiling runtime
2020-10-18 Joel Singcmd/dist: detect gohostarch for openbsd/mips64
2020-10-18 Joel Singcmd/link: add support for external linking on linux...
2020-10-18 Alex Brainmanruntime: use CreateWaitableTimerEx to implement usleep
2020-10-17 zikaerohsort: fix grammar in updated Less comment
2020-10-17 Matthew Dempskycmd/compile: fix defer/go calls to variadic unsafe...
2020-10-17 Bryan C. Millscmd/go/internal/modload: fix sort condition in (*replac...
2020-10-17 Alberto Donizettitest: add regression test from #41474
2020-10-17 Cherry Zhangcmd/link: use GOOS=ios for TestBuildForTvOS
2020-10-17 Ian Lance Taylorsyscall: use MustHaveExec in TestExec
2020-10-17 Nigel Taostrconv: use the Eisel-Lemire ParseFloat algorithm
2020-10-17 Cherry Zhangruntime/cgo: fix build tag placement vet warning
2020-10-17 Cherry Zhangruntime/cgo: build iOS-specific code only on iOS
2020-10-16 Ian Lance Taylorruntime: wait for preemption signals before syscall...
2020-10-16 Cherry Zhangcmd/objdump: skip TestDisasmExtld on AIX
2020-10-16 Tobias Klauserinternal/poll, net, syscall: use accept4 on illumos
2020-10-16 Bryan C. Millscmd/go/internal/modload: avoid using the global build...
2020-10-16 Bryan C. Millscmd/go/internal/modload: allow 'go get' to use replaced...
2020-10-16 Russ Coxnet/http: try to deflake TestTransportDiscardsUnneededConns
2020-10-16 Bryan C. Millscmd/go: normalize paths in TestScript/build_overlay
2020-10-16 Russ Coxio: unexport ErrBadWriteCount
2020-10-16 Austin Clementsruntime/internal/atomic: panic nicely on unaligned...
2020-10-16 Austin Clementsruntime/internal/atomic: drop package prefixes
2020-10-16 Cherry Zhangcmd/objdump: skip tests on unsupported platforms
2020-10-16 Ross Lightnet/http: ensure Request.Body.Close is called once...
2020-10-16 Ross Lightnet/http: document concurrency expectations for Request...
2020-10-16 Cuong Manh Lecmd/compile: remove deltaNewFile
2020-10-16 Russ Coxgo/build: allow io/fs to depend on time
2020-10-16 Cherry Zhangcmd/internal/objfile: correct file table reading for...
2020-10-16 Daniel Martícompress/flate: revert a goto for-loop
2020-10-16 Jay Conrodcmd/go/internal/modload: move fetch to import.go
2020-10-16 Lynn Bogercmd/internal/obj/ppc64,cmd/asm/internal/asm/testdata...
2020-10-16 Russ Coxsort: update comments
2020-10-16 Russ Coxcmd/internal/obj: move LSym.Func into LSym.Extra
2020-10-16 Russ Coxnet/http: deflake TestServerEmptyBodyRace_h1, or at...
2020-10-15 ananya saxenanet/http: remove DualStack in DefaultTransport
2020-10-15 Michael Matloobcmd/go: rewrite paths for overlaid files using -trimpath
2020-10-15 Cherry Zhangcmd/dist: only build ios_exec wrapper for ios
2020-10-15 Matthew Dempskycmd/compile: use staticValue for inlining logic
2020-10-15 Ian Lance Taylorruntime: stop preemption during syscall.Exec on Darwin
2020-10-15 Matthew Dempskycmd/compile: allow inlining of "for" loops
2020-10-15 Matthew Dempskycmd/compile: improve escape analysis of known calls
2020-10-15 Matthew Dempskycmd/compile: set n.Name.Defn for inlined parameters
2020-10-15 Alberto Donizetticmd/compile: make assignop/convertop reason a return...
2020-10-15 Alberto Donizetticmd/compile: clean up C->Go translation artifacts in...
2020-10-15 Cuong Manh Lecmd/compile: simplify exprformat untyped condition...
2020-10-15 Joel Singcmd/link/internal/arm64: handle calls to SDYNIMPORT...
2020-10-15 Michael Prattruntime: remove debugCachedWork
2020-10-15 Obeyda Djeffalcmd/go: make sure CC and CXX are absolute
2020-10-14 Jean de Klerktoken: more descriptive panics
2020-10-14 Cherry Zhangcmd/link: support internal linking on darwin/arm64
2020-10-14 Roland Shoemakercrypto/x509: add signature verification to CreateCertif...
2020-10-14 alandonovansort: document requirements of Less relation
2020-10-14 Damien Neilnet/http: return 505 status for rejected protocol version
next