]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-03-13 Vitaly Zdanevicherrors/wrap: do not call Elem() twice
2021-03-13 John Bamptonall: remove duplicate words
2021-03-13 Aman Karmaniencoding/gob: ensure "duplicate type received" decoder...
2021-03-13 Mostyn Bramley... crypto/ecdsa: fix dead reference link
2021-03-13 Josh Depreznet/http: note that "HTTP/2" is invalid for ParseHTTPVe...
2021-03-13 Matthew Dempskyruntime: fix documented alignment of 32KiB and 64KiB...
2021-03-13 John Bamptonall: use HTML5 br tags
2021-03-13 Ian Lance Taylormisc/cgo/testcarchive: don't use == for string equality...
2021-03-13 Robert Griesemercmd/compile/internal/types2: use self_test.go from...
2021-03-13 Robert Griesemercmd/compile/internal/types2: simplify error reporting...
2021-03-13 Michael Schallercmd/compile: mention that -m can be increased or given...
2021-03-12 Dmitri Shuralyovdelete favicon.ico and robots.txt
2021-03-12 Jay Conrodcmd/go: fix godoc formatting for text from 'go help...
2021-03-12 David Chasecmd/compile: minor cleanup -- remove dead code conditio...
2021-03-12 David Chasecmd/compile: test register ABI for method, interface...
2021-03-12 Roland Shoemakercmd/go/internal/load: always set IsImportCycle when...
2021-03-12 Matthew Dempskyruntime: simplify divmagic for span calculations
2021-03-12 Matthew Dempskyruntime: add alignment info to sizeclasses.go comments
2021-03-12 Cherry Zhangcmd/go: include default GOEXPERIMENT in build config
2021-03-12 Josh Bleecher... Revert "testing/fstest: test that ReadDirFile on a...
2021-03-12 Andy PanA+C: add new e-mail addresses for Andy Pan
2021-03-12 Dan Scalescmd/compile: fix noder.Addr() to not call typechecker
2021-03-12 Andy Paninternal/poll: fix some grammar errors
2021-03-12 fanzha02cmd/internal/obj/arm64: add support for op(extended...
2021-03-12 Dan Scalescmd/compile: call types.CheckSize() in g.typ()
2021-03-11 Matthew Dempskycmd: move GOEXPERIMENT knob from make.bash to cmd/go
2021-03-11 Bryan C. Millsnet/http: revert change to generated file from CL 296152
2021-03-11 Michael Matloobcmd/go: remove some fsyncs when writing files
2021-03-11 Josh Bleecher... cmd/compile: optimize multi-register shifts on amd64
2021-03-11 Josh Bleecher... hash/maphash: increase the buffer size
2021-03-11 Josh Bleecher... hash/maphash: optimize Write and WriteString
2021-03-11 Josh Bleecher... hash/maphash: manually inline setSeed
2021-03-11 Josh Bleecher... testing/fstest: clarify TestFS docs
2021-03-11 Josh Bleecher... testing/fstest: test that ReadDirFile on a non-dir...
2021-03-11 Josh Bleecher... io/fs: clarify additional File interface docs
2021-03-11 Paul E. Murphycmd/link: fix glink resolver generation on ppc64le
2021-03-11 Michael Anthony... runtime: support register ABI for finalizers
2021-03-11 Ian Lance Taylortest: add test that caused a gofrontend internal error
2021-03-11 Matt T. Prouddocs: clarify when APIs use context.Background.
2021-03-11 Jason A. Donenfeldsyscall: use runtime.KeepAlive for ProcThreadAttributeL...
2021-03-11 Tobias Klausercrypto/rand, internal/syscall/unix: add support for...
2021-03-11 Tobias Klauserinternal/syscall/unix: unify GetRandom implementation
2021-03-11 fanzha02cmd/dist: refactor test constraints for misc/cgo/testsa...
2021-03-11 eric fangcmd/compile: remove 8-byte alignment requirement of...
2021-03-11 Dan Scalescmd/compile: fix handling of partially inferred type...
2021-03-10 Paul E. Murphycmd/internal/obj: remove param element from ppc64 optab
2021-03-10 Michael Prattruntime, time: disable preemption in addtimer
2021-03-10 Bryan C. Millscmd/go/internal/mvs: factor out an incremental implemen...
2021-03-10 Bryan C. Millscmd/go/internal/modload: make EditBuildList report...
2021-03-10 Bryan C. Millscmd/go/internal/modload: fuse upgrading with downgradin...
2021-03-10 Jay Conrodcmd/go: test remote lookup of packages with leading...
2021-03-10 Lynn Bogercmd/compile/internal: improve handling of DS form offse...
2021-03-10 Michael Prattruntime: check partial lock ranking order
2021-03-10 KimMachineGunflag: panic if flag name begins with - or contains =
2021-03-10 Katie Hockmanencoding/xml: prevent infinite loop while decoding
2021-03-10 Roland Shoemakerarchive/zip: fix panic in Reader.Open
2021-03-10 Dan Scalescmd/compile: deal with helper generic types that add...
2021-03-10 Rob Findleycmd/gofmt: fix const association to avoid inaccurate...
2021-03-10 Rob Findleygo/types: add missing build tag to api_go1.18_test.go
2021-03-10 Michael Prattruntime/race: update dead link
2021-03-10 Cherry Zhangcmd/compile: remove ".fp" fake arg
2021-03-10 Cherry Zhangruntime: update signature of reflectcall functions
2021-03-10 Bryan C. Millscmd/go: avoid password prompts in TestScript/mod_get_pr...
2021-03-10 David Carliercrypto/rand: supports for getrandom syscall in DragonFlyBSD
2021-03-10 fanzha02testing: fix typo in a comment
2021-03-10 Andy Paninternal/poll: implement a pipe pool for splice() call
2021-03-10 Bryan C. Millscmd/go: allow '+' in package import paths in module...
2021-03-10 Robert Griesemercmd/compile/internal/types2: remove concept of finals
2021-03-10 Robert Griesemercmd/compile/internal/types2: better error reporting...
2021-03-09 Rob Findleygo/types: improve the positioning of broken import...
2021-03-09 Paul E. Murphycmd/asm,cmd/compile: support 5 operand RLWNM/RLWMI...
2021-03-09 Brad Fitzpatrickruntime, cmd/link/internal/ld: disable memory profiling...
2021-03-09 Fazlul Shahriarnet: don't append a dot to TXT records on Plan 9
2021-03-09 David Chasecmd/compile: fix failure to communicate between ABIinfo...
2021-03-09 David Chasecmd/compile: fix confusion in generating SelectN index
2021-03-09 David Chasecmd/compile: fix broken type+offset calc for register...
2021-03-09 David Chasecmd/compile: fix OpArg decomposer for registers in...
2021-03-09 Keith Randallcmd/compile: remove skipping of implicit operations...
2021-03-09 Keith Randallcmd/compile: detect duplicate importing earlier
2021-03-09 Michael Prattruntime: add pollDesc partial edges
2021-03-09 Keith Randallcmd/compile: add debugging mode for import/export
2021-03-09 Dan Scalescmd/compile: get instantiated generic types working...
2021-03-09 Tobias Klausernet: use io.Discard in TestSendfileOnWriteTimeoutExceeded
2021-03-09 Brad Fitzpatrickcmd/link/internal/ld: deflake TestWindowsIssue36495
2021-03-09 Alberto Donizetticmd/compile: make ValAndOff.{Val,Off} return an int32
2021-03-09 Tobias Klauserruntime: document netpollclose
2021-03-09 eric fangcmd/compile: remove 4-byte alignment requirement of...
2021-03-08 Emmanuel T... cmd/vet: bring in sigchanyzer to report unbuffered...
2021-03-08 Ian Lance Tayloros/signal: remove comments about SA_RESTART
2021-03-08 Brad Fitzpatrickcmd/link: use testing.T.TempDir in tests
2021-03-08 Cuong Manh Lecmd/compile: fix width not calculated for imported...
2021-03-08 Brad Fitzpatrickcmd/link/internal/ld: fix typo in a comment
2021-03-08 Josh Bleecher... cmd/compile: minor doc improvements
2021-03-08 Emmanuel T... encoding/binary: limit bytes read by Uvarint to <= 10
2021-03-08 Joel Singcmd/compile: improve IsNonNil rule on riscv64
2021-03-07 Matthew Dempskycmd/compile: rename internal-abi.md to abi-internal.md
2021-03-07 Josh Bleecher... math/big: add shrVU and shlVU benchmarks
2021-03-05 Cherry Zhangcmd/internal/objabi: use a separate bit to mark weak...
2021-03-05 Roger Peppereflect: add VisibleFields function
2021-03-05 Cherry Zhangcmd/internal/goobj: store relocation type as uint16
next