]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-10-29 Bryan C. MillsRevert "cmd/go: remove support for -buildmode=shared"
2021-10-29 Russ Coxsync: add Mutex.TryLock, RWMutex.TryLock, RWMutex.TryRLock
2021-10-29 Michael Anthony... runtime: fix sweep termination condition
2021-10-29 Bryan C. Millscmd/go: test that the reserved paths "example" and...
2021-10-29 Meng Zhuoio: remove UTF8 specified document for RuneReader
2021-10-29 Rob Piketext/template: use reflect.Value.FieldByIndexErr
2021-10-29 Rob Pikereflect: add FieldByIndexErr
2021-10-28 Russ Coxall: manual fixups for //go:build vs // +build
2021-10-28 Bryan C. Millscmd/go: test with SIGTERM in test_fuzz_non_crash_signal
2021-10-28 Bryan C. Millscmd/go: disallow the -fuzz flag for tests outside the...
2021-10-28 Bryan C. Millscmd/go: consolidate fuzz-support checks
2021-10-28 Bryan C. Millsnet/http: restore generated // +build comment
2021-10-28 Cherry Muicmd/internal/goobj: bump version number
2021-10-28 Russ Coxall: go fix -fix=buildtag std cmd (except for bootstrap...
2021-10-28 Russ Coxcmd/go: update for //go:build lines
2021-10-28 Michael Prattruntime: normalize sigprof traceback flags
2021-10-28 Neil Alexandernet/http: guarantee that the Transport dial functions...
2021-10-28 Russ Coxcmd/fix: add buildtag fix
2021-10-28 Michael Prattruntime: fix backward error message
2021-10-28 Michael Prattruntime: disable TestSegv panic check on darwin, illumo...
2021-10-28 Robert Findleygo/types: factor out slice elem computation for copy...
2021-10-28 Roland Shoemakerdebug/macho: fail on invalid dynamic symbol table command
2021-10-28 Robert Findleygo/types: implement generic conversions
2021-10-28 Robert Findleygo/types: add debugging support for delayed actions
2021-10-28 Robert Findleygo/types, types2, go/ast, go/parser: remove support...
2021-10-28 Robert Findleygo/parser: fix parsing of array or slice constraint...
2021-10-28 Cuong Manh Leruntime: fix noopt builder
2021-10-28 nimelehincmd/compile: allow inlining of ORANGE
2021-10-28 Brad Fitzpatrickreflect: undeprecate Ptr, PtrTo
2021-10-28 Russ Coxgo/build: update for //go:build lines
2021-10-28 Russ Coxcmd/dist: implement //go:build parsing
2021-10-28 Cuong Manh Lereflect: undeprecate Value.{Pointer,UnsafeAddr}
2021-10-28 Leonard Wangcmd/compile: resolve the TODO of processPragmas
2021-10-28 Robert Griesemercmd/compile/internal/types2: export Structure function
2021-10-28 Robert Griesemercmd/compile/internal/types2: disallow lone type paramet...
2021-10-27 Ian Lance Taylorconstraints: remove Slice/Map/Chan
2021-10-27 Mark Pulforddoc/go1.18: document Fossil/Bazaar and commit time...
2021-10-27 Mark Pulfordcmd/go: stamp Bazaar VCS status into binaries
2021-10-27 zhouguangyuanreflect: skip duplicate check in StructOf when the...
2021-10-27 Mark Pulfordcmd/go: stamp Fossil VCS status into binaries
2021-10-27 Mark Pulfordcmd/go: fix recognition of Fossil checkout directories
2021-10-27 Cuong Manh Leruntime/testdata/testprogcgo: fix TestCgoPanicCallback
2021-10-27 Cherry Muicmd/compile, runtime: track argument stack slot liveness
2021-10-27 Robert Griesemercmd/compile/internal/types2: implement singleType and...
2021-10-27 Robert Griesemercmd/compile/internal/types2: remove unused position...
2021-10-27 Robert Griesemercmd/compile/internal/types2: rename isNamed predicate...
2021-10-27 Robert Griesemercmd/compile/internal/types2: clean up asT converters...
2021-10-27 Robert Griesemercmd/compile/internal/types2: clean up asT converters...
2021-10-27 Robert Griesemercmd/compile/internal/types2: generalize assignability...
2021-10-27 Robert Griesemercmd/compile/internal/types2: clarify is/underIs semanti...
2021-10-27 Bryan C. Millscmd/go: remove support for -buildmode=shared
2021-10-27 Russ Coxcmd/go: fix testdata/script/mod_vendor_goversion for...
2021-10-27 Katie Hockmaninternal/fuzz: don't deflake coverage found while fuzzing
2021-10-27 Paul E. Murphycmd/compile: enable branchelim pass on ppc64
2021-10-27 Robert Griesemercmd/compile/internal/syntax: fix constraint literal...
2021-10-27 Robert Findleygo/types: remove a stale comment
2021-10-27 Russ Coxcmd: move internal/str back to cmd/go
2021-10-27 Cholerae Hucmd/go: add darwin/arm64 in the list of supported syste...
2021-10-27 Andy Paninternal/poll: improve the padding calculation inside...
2021-10-27 Tobias Klausersyscall: use dup3 in forkAndExecInChild on NetBSD
2021-10-27 Cuong Manh Lecmd/compile: fix generic type handling when crawling...
2021-10-26 Ian Lance Taylorembed/internal/embedtest: use parenthesized vars for...
2021-10-26 Josh Bleecher... crypto/elliptic: use a const string for precomputed...
2021-10-26 Josh Bleecher... crypto/x509: generate new-style build tags for iOS
2021-10-26 Michael Prattruntime: handle async fatal signals in VDSO
2021-10-26 Michael Prattruntime: fix cgo signals detection
2021-10-26 Keith Randallsync/atomic: use a better first-store-in-progress marker
2021-10-26 Michael Prattruntime: rename _m_ to mp [generated]
2021-10-26 Dan Scalescmd/compile: clean up the switch statements in (*genIns...
2021-10-26 Katie Hockmaninternal/fuzz: tiny refactor+fix
2021-10-26 Mark Pulfordcmd/go: stamp VCS commit time into binaries
2021-10-26 Robert Findleycmd/compile/internal/typecheck: update doc for the...
2021-10-26 Cuong Manh Leall: use reflect.{Pointer,PointerTo}
2021-10-26 Dmitri Shuralyovall: update vendored golang.org/x/tools
2021-10-26 Paul E. Murphycmd/internal/obj/ppc64: fix usage of CR bit arguments
2021-10-26 Tobias Klausersyscall: add utimensat libc wrapper on darwin
2021-10-26 Tobias Klausersyscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChi...
2021-10-26 fanzha02runtime, runtime/asan: add asan runtime support
2021-10-26 Fannie Zhangcmd/go: add -asan option
2021-10-26 fanzha02cmd/internal/obj/arm64: add a restriction on move const...
2021-10-26 gosoondoc/go1.18.html: fix a typo
2021-10-26 Gustedcontainer/list: remove unnecessary code
2021-10-25 Cherry Muicmd/internal/obj/riscv: don't split ADD to SP to two...
2021-10-25 Dan Scalescmd/compile: update the export version for generics
2021-10-25 fanzha02cmd/compile: add -asan option
2021-10-25 Ian Lance Taylorinternal/poll: avoid tiny allocator for splicePipe
2021-10-25 Cherry Muicmd/compile: fix typo in comment in CL 358435
2021-10-25 Keith Randallcmd/link: escape % characters in symbols when reporting...
2021-10-25 Keith Randallcmd/compile: revert most of CL 349169
2021-10-25 Keith Randallcmd/compile: remove MarkUsedIfaceMethodIndex mechanism
2021-10-25 Keith Randallcmd/compile,cmd/link: introduce generic interface call...
2021-10-25 Richard Musiolcmd/link: increase reserved space for passing env on...
2021-10-25 Katie Hockmancmd/go/testdata/script: fix flaky test_fuzz_fuzztime...
2021-10-25 Agniva De Sarkercrypto/tls: add Conn.NetConn method
2021-10-25 Cherry Muicmd/compile: don't clobber LR for tail calls
2021-10-25 wdvxdrcmd/compile: use SetInit instead of *PtrInit
2021-10-25 Robert Findleycmd/compile/internal/typecheck: record whether an inter...
2021-10-25 Robert Findleygo/types: remove subscripts from type parameter names
2021-10-25 Charlotte Brandhorst... net/http: correct Content-Length parsing for js/wasm
2021-10-25 wdvxdrcmd/compile: fix inlining labeled switch statements
next