]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2021-03-05 Cherry Zhangruntime: remove racefuncenterfp
2021-03-05 Cherry Zhangcmd/internal/goobj: regenerate builtin list
2021-03-05 Cherry Zhangcmd/compile: use getcallersp for gorecover "fp" arg
2021-03-05 Cherry Zhangcmd/compile: use getcallerpc for racefuncentry
2021-03-05 Cherry Zhangcmd/compile: match Aux and AuxInt explicitly in store...
2021-03-05 Michael Prattruntime: encapsulate access to allgs
2021-03-05 Kevin Burkecmd/go/internal/modfetch/codehost: report git errors...
2021-03-05 Cuong Manh Letest: enable "-d=panic" by default for errorcheck*
2021-03-05 Cuong Manh Lecmd/compile: do not set ONAME type when evaluated in...
2021-03-05 Cuong Manh Lecmd/compile: fix wrong condition in tcShift
2021-03-05 Cuong Manh Lecmd/compile: do not report error for invalid constant
2021-03-05 Cuong Manh Lecmd/compile: do not set type for OTYPESW
2021-03-05 Cuong Manh Lecmd/compile: don't expand invalid embedded interface
2021-03-05 Cuong Manh Lecmd/compile: only check return for valid functions
2021-03-05 Adrien Delormetext/template: wrap errors returned by template functio...
2021-03-05 Michael Prattruntime: update paniclk ordering
2021-03-05 Bryan C. Millscmd/go: require a module root in 'go list -m' with...
2021-03-05 Michael Anthony... reflect: include the alignment of zero-sized types...
2021-03-05 Michael Anthony... reflect: use global variables for register count
2021-03-05 Jay Conrodcmd/go/internal/modfetch: detect and recover from missi...
2021-03-05 Alexey Vilenskitesting: add TB.Setenv
2021-03-05 Rodolfo Carvalhonet/http/httptrace: fix doc typo
next