]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-06-08 Felix Geisendörferdoc/go1.17: mention block profile bias fix
2021-06-08 Bryan C. Millsdoc/go1.17: remove TODO for Tools section
2021-06-08 Bryan C. Millsdoc/go1.17: resolve TODO for cmd/cover
2021-06-08 Bryan C. Millscmd/go: in Go 1.17+ modules, add indirect go.mod depend...
2021-06-08 Filippo Valsordadoc/go1.17: add release notes for crypto packages
2021-06-08 Bryan C. Millsdoc/go1.17: add a release note for the '-compat' flag...
2021-06-08 Cuong Manh Lecmd/compile: use t.AllMethods when sorting typesByString
2021-06-08 Matthew Dempskyruntime: remove out-of-date comments about frame skipping
2021-06-07 Matthew Dempskydoc: document Go 1.17 language changes
2021-06-07 Ian Lance Taylorcmd/dist: pass -Wno-lto-type-mismatch in swig_callback_lto
2021-06-07 Ian Lance Taylorstrconv: ParseFloat: always return ErrSyntax for bad...
2021-06-07 Filippo Valsordacrypto/elliptic: update P-521 docs to say it's constant...
2021-06-07 Branden J Brownfmt: split package documentation into more sections
2021-06-07 Filippo Valsordacrypto/tls: fix typo in Config.NextProtos docs
2021-06-05 DQNEOspec: improve wording consistency by eliminating "speci...
2021-06-05 DQNEOspec: improve wording by choosing an official term...
2021-06-05 Sergey Zagurskygo/internal/gcimporter: don't waste CPU copying bytes...
2021-06-05 Ian Lance Taylormisc/cgo/errors: use expected column numbers
2021-06-04 sryoyacmd/compile/internal/abi: fix typo in comment
2021-06-04 Damien Neilnet/http: fix ResponseWriter.ReadFrom with short reads
2021-06-04 Jason A. Donenfeldos: avoid finalizer race in windows process object
2021-06-04 Jason A. Donenfeldos: terminate windows processes via handle directly
2021-06-04 Bryan C. Millssyscall: regenerate zsyscall_windows.go
2021-06-04 Aaron Sheahdoc/go1.17: document testing changes for Go 1.17
2021-06-04 Jason A. Donenfeldsyscall: do not pass console handles to PROC_THREAD_ATT...
2021-06-04 Matthew Dempskycmd/compile,go/types: restrict use of unsafe.{Add,Slice...
2021-06-04 Matthew Dempskycmd/compile: remove spurious ir.Dump
2021-06-03 Than McIntoshcmd/link: use correct alignment in PE DWARF sections
2021-06-03 Michael Prattruntime: avoid gp.lockedm race in exitsyscall0
2021-06-02 Roland Shoemakernet: don't rely on system hosts in TestCVE202133195
2021-06-02 Ian Lance Taylorio/fs: minor corrections to Sub docs
2021-06-02 Jeremy Fallerdoc/go1.17: remove runtime section
2021-06-02 Ian Lance Taylordoc/go1.17: mention SYS_WAIT6/WEXITED on NetBSD
2021-06-02 Ian Lance Taylorcmd/link: recognize clang linker error in testCGOLTO
2021-06-02 Uddeshya Singhdoc/go1.17: document time changes for Go1.17
2021-06-02 KimMachineGundoc/go1.17: document flag changes for Go 1.17
2021-06-02 Tobias Klauserruntime/internal/sys: generate //go:build lines in...
2021-06-02 Ian Lance Taylorcmd/link: move issue 43830 tests out of TestScript
2021-06-02 Keith Randallruntime: fix formatting
2021-06-01 Ian Lance Taylorcmd/go: add declaration to cgo_lto_issue43830 test
2021-06-01 Ian Lance Taylorcmd/link, cmd/cgo: support -flto in CFLAGS
2021-06-01 OneOfOneA+C: update name
2021-06-01 Cherry Muidoc/go1.17: add release notes for register ABI
2021-06-01 Vitaly Zdanevichcmd/go: add [-src] to documentation
2021-06-01 Jay Conrodcmd/go: make 'go get' save sums for incidentally update...
2021-05-30 Rob Findleygo/types: don't declare 'comparable' when typeparams...
2021-05-30 Rob Findleygo/types: unexport the GoVersion configuration option...
2021-05-29 Ian Lance Taylordoc/go1.17: mention time.Layout
2021-05-29 Ariel Mashrakidoc/go1.17: document text/template/parse.SkipFuncCheck
2021-05-28 Ian Lance Taylordoc/go1.17: mention new definitions of MSG_CMSG_CLOEXEC
2021-05-28 Ian Lance Taylordoc/go1.17: mention testing.[TB].Setenv methods
2021-05-28 Ian Lance Taylordoc/go1.17: mention new Windows SysProcAttr fields
2021-05-28 Ian Lance Taylordoc/go1.17: document new go/build/BuildContext.ToolTags...
2021-05-28 Ian Lance Taylordoc/go1.17: mention new encoding/csv/Reader.FieldPos...
2021-05-28 Ian Lance Taylordoc/go1.17: document new debug/elf constant
2021-05-28 Rob Findleygo/ast: remove FuncDecl.IsMethod for Go 1.17
2021-05-27 Ian Lance Taylordoc/go1.17: clarify that compress/lzw Reader and Writer...
2021-05-27 Manlio Perillonet/http: correct Client.Do doc about context cancelation
2021-05-27 Damien Neildoc/go1.17: document reflect changes
2021-05-27 Jay Conrodcmd/go: don't let 'go mod download' save sums for incon...
2021-05-27 Roland Shoemakernet: verify results from Lookup* are valid domain names
2021-05-27 Than McIntoshcmd/compile: improve debug locations for partially...
2021-05-27 Than McIntoshcmd/compile: place reg spills after OpArg{Int,Float...
2021-05-27 Cherry Muicmd/link: accept Windows line-ending in TestTrampolineCgo
2021-05-27 Rob Findleygo/types: guard against check==nil in newNamed
2021-05-27 Roland ShoemakerRevert "net: verify results from Lookup* are valid...
2021-05-27 Filippo Valsordanet/http/httputil: always remove hop-by-hop headers
2021-05-27 Bryan C. Millscmd/go,cmd/link: do not check for staleness in most...
2021-05-27 Filippo Valsordacrypto/elliptic: fix typo in p521Point type name
2021-05-26 Ian Lance Tayloros: deflake TestFdReadRace
2021-05-26 Damien Neilsrc/os: revert accidentally submitted change
2021-05-26 Damien Neildoc/go1.17: document net/... changes
2021-05-26 Damien Neildoc/go1.17: document syscall changes
2021-05-26 Damien Neilmime: document use of the Shared MIME-Info Database
2021-05-26 Cherry Muidoc/go1.17: add release notes for runtime/metrics package
2021-05-26 Cherry Muidoc/go1.17: mention enabling frame pointer on all ARM64
2021-05-26 Rob Findleygo/types: ensure that Named.check is nilled out once...
2021-05-26 tyltrruntime,cmd/link/internal/ld: fix typos
2021-05-26 Russ Coxmath/big: move division into natdiv.go
2021-05-26 Tobias Klauserdoc/go1.17: fix formatting for time changes
2021-05-25 Roland Shoemakerarchive/zip: only preallocate File slice if reasonably...
2021-05-25 Dan Scalesdoc: add Go 1.17 release note about inlining functions...
2021-05-25 Bryan C. Millscmd/go: add a -compat flag to 'go mod tidy'
2021-05-24 Roland Shoemakernet: verify results from Lookup* are valid domain names
2021-05-24 Richard Musiolmisc/wasm: ensure correct stack pointer in catch clauses
2021-05-24 Constantin... cmd/go: align checks of module path during initialization.
2021-05-24 Bryan C. Millscmd/go: add tests illustrating what happens when Go...
2021-05-24 Keith Randallcmd/compile: ensure equal functions don't do unaligned...
2021-05-24 Alessandro... cmd/compile: record regabi status in DW_AT_producer
2021-05-24 Keith Randallcmd/compile: always include underlying type for map...
2021-05-24 Michael Anthony... runtime: account for spill slots in Windows callback...
2021-05-24 Bryan C. Millscmd/go/internal/modload: set the default GoVersion...
2021-05-24 Bryan C. Millscmd/go/internal/modcmd: factor out a type for flags...
2021-05-22 Than McIntoshcmd/compile: revert CL/316890
2021-05-21 ian woolfdoc/go1.17: document changes to net/http package
2021-05-21 Keith Randalldoc: document additional atomic.Value methods
2021-05-21 Bryan C. Millscmd/go: in TestScript/mod_replace, download an explicit...
2021-05-21 Ian Lance Tayloros: document that StartProcess puts files into blocking...
2021-05-21 Constantin... cmd/dist: display first class port status in json output
2021-05-21 Jay Conrodcmd/go: in 'go mod download' without args, don't save...
next