]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-10-27 Robert Griesemer[dev.typeparams] cmd/compile/internal/types: review...
2020-10-27 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: review...
2020-10-27 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: review...
2020-10-27 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: review...
2020-10-27 Robert Griesemer[dev.typeparams] cmd/compile: enable type-checking...
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-22 Rob Findleygo/ast: import AST changes supporting typeparams from...
2020-10-22 Elias Naurall: add GOOS=ios GOARCH=amd64 target for the ios simulator
2020-10-22 Martin Möhrmannruntime: move s390x HWCap CPU feature detection to...
2020-10-22 Cherry Zhangcmd/compile: remove go115flagallocdeadcode
2020-10-22 Cherry Zhangcmd/compile: remove go115shortcircuitPhis
2020-10-22 Cherry Zhangcmd/compile: remove go115makeslicecopy
2020-10-22 Michael Anthony... runtime: define the AddrRange used for testing in terms...
2020-10-22 Daniel Martícmd/go: set TOOLEXEC_IMPORTPATH for -toolexec tools
2020-10-22 Xiangdong Jicmd/go: use the last -linkmode flag to determine extern...
2020-10-22 Lynn Bogercmd,cmd/vendor: pick up updates for golang.org/x/arch...
2020-10-22 Keyuanimports: make ScanDir ignore go files start with dot
2020-10-22 hitzhangjiecmd/go: when module enabled, `go clean` removes built...
2020-10-22 Alberto Donizetticmd/compile: make gc debug flags collector a struct
2020-10-22 Russ Coxgo/build: recognize and report //go:embed lines
2020-10-21 Kevin Burkenet: add Example for Unix dialer with context
2020-10-21 Ian Lance Taylorencoding/xml: fix reserved namespace check to be case...
2020-10-21 Keith Randallruntime/race: update race .syso files
2020-10-21 Emmanuel T... net/http: test that ParseMultipartForm catches overflows
2020-10-21 eric fangcmd/compile: use desired info when allocating registers...
2020-10-21 erifan01cmd/compile: optimize regalloc for phi value
2020-10-21 Kevin Burkeencoding/json: add "json: " prefix to SyntaxError messages
2020-10-21 hkcmd/compile/internal/gc: fix comments
2020-10-21 Roland Shoemakercrypto/x509: bypass signature verification in CreateCer...
2020-10-21 Joel Singcmd/compile,cmd/internal/obj/riscv: move g register...
2020-10-21 Bryan C. Millscmd/go/internal/fsys: use a root other than "." in...
2020-10-21 Obeyda Djeffalcmd/go: ignore GOFLAGS values without name in go env/bug
2020-10-21 Paul E. Murphycmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRe...
2020-10-21 Richard Musiolmisc/wasm: improve error message if javascript polyfill...
2020-10-21 Richard Musiolmisc/wasm: make sure sp is unsigned
2020-10-21 Tobias Klausercmd/go: enable link syso test on linux/riscv64
2020-10-21 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: add ...
2020-10-21 Cuong Manh Ledoc/go1.16: document net TCP listener's backlog size...
2020-10-21 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: add some...
2020-10-21 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: adjust...
2020-10-21 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: add testd...
2020-10-21 Robert Griesemer[dev.typeparams] cmd/compile/internal/importer, types2...
2020-10-21 Jay Conrodcmd/go: fix TestScript/test_cache_inputs
2020-10-20 Dan Scalescmd/compile: fix nodedump output for types of nodes
2020-10-20 Constantin... cmd/compile: enforce strongly typed rules for ARM ...
2020-10-20 Martin Möhrmanntesting: print cpu type as label for benchmarks
2020-10-20 Russ Coxgo/build: refactor per-file info & reader
2020-10-20 Ian Lance Taylorruntime: use GOTRACEBACK=system for TestCgoExecSignalMask
2020-10-20 Michael Matloobcmd/go: support overlays for synthesized packages.
2020-10-20 Cherry Zhangcmd/internal/obj: reject too large symbols
2020-10-20 Jay Conrodcmd/go/internal/modload: remove printStackInDie functio...
2020-10-20 Russ Coxall: update references to symbols moved from io/ioutil...
2020-10-20 Russ Coxio: adopt Discard, NopCloser, ReadAll from io/ioutil
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 Robert Griesemer[dev.typeparams] cmd/compile/internal/syntax: add utili...
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 Robert Griesemer[dev.typeparams] cmd/compile/internal/syntax: add Pos...
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"
next