]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-01-25 Matthew Dempsky[dev.regabi] cmd/compile: enable rational constant...
2021-01-25 Matthew Dempsky[dev.regabi] os: disable TestDirFS until #42637 is...
2021-01-25 Matthew Dempsky[dev.regabi] cmd/go: workaround -race issue on ppc64le
2021-01-25 David Chase[dev.regabi] cmd/compile: modify abiutils for recently...
2021-01-25 Matthew Dempsky[dev.regabi] cmd/compile: backport changes from dev...
2021-01-23 Baokun Lee[dev.regabi] cmd/compile: replace ir.Name map with...
2021-01-23 Dan Scales[dev.regabi] cmd/compile: fix escape analysis problem...
2021-01-23 Dan Scales[dev.regabi] cmd/compile: scan body of closure in tooHa...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-22 Joel Singruntime: switch runtime to libc for openbsd/amd64
2021-01-22 Michael Matloobcmd/go: add documentation for test and xtest fields...
2021-01-22 Joel Singruntime: remove pthread_kill/pthread_self for openbsd
2021-01-22 Ikko Ashimineruntime: fix typo in mgcscavenge.go
2021-01-22 Damien Neilnet/http: fix flaky TestDisableKeepAliveUpgrade
2021-01-22 Brad Fitzpatricktime: clarify Timer.Reset behavior on AfterFunc Timers
2021-01-22 Ian Lance Taylordoc/go1.16: mention net/http.Transport.GetProxyConnectH...
2021-01-22 Ian Lance Taylordoc/go1.16: mention path/filepath.WalkDir
2021-01-22 Ian Lance Taylordoc/go1.16: mention syscall.AllThreadsSyscall
2021-01-21 Ian Lance Taylordoc/go1.16: add notes about package-specific fs.FS...
2021-01-21 Austin Clementsdoc/go1.16: minor formatting fix
2021-01-21 Ian Lance Taylordoc/go1.16: mention new debug/elf constants
2021-01-21 Roland Shoemakercmd/go: overwrite program name with full path
2021-01-21 Roland Shoemakerall: introduce and use internal/execabs
2021-01-21 Russ Coxcmd/go: add test case for cgo CC setting
2021-01-21 Russ Coxcmd/cgo: report exec errors a bit more clearly
2021-01-21 Russ Coxcmd/go: pass resolved CC, GCCGO to cgo
2021-01-21 Joel Singruntime: switch openbsd/arm64 to pthreads
2021-01-21 Filippo Valsordacrypto/elliptic: fix P-224 field reduction
2021-01-21 Baokun Lee[dev.regabi] cmd/compile: replace ir.Name map with...
2021-01-21 Baokun Lee[dev.regabi] cmd/compile: replace ir.Name map with...
2021-01-21 Baokun Lee[dev.regabi] cmd/compile: replace ir.Name map with...
2021-01-21 Cuong Manh Le[dev.regabi] cmd/compile: remove tempAssigns in walkCall1
2021-01-21 Cuong Manh Le[dev.regabi] cmd/compile: remove CallExpr.Rargs
2021-01-21 Cuong Manh Le[dev.regabi] cmd/compile: make sure mkcall* passed...
2021-01-21 Baokun Lee[dev.regabi] cmd/compile: use ir.DoChildren directly...
2021-01-21 Cuong Manh Le[dev.regabi] cmd/compile: use node walked flag to preve...
2021-01-20 Dan Scales[dev.regabi] cmd/compile: exporting, importing, and...
2021-01-20 Dmitri Shuralyovcmd/internal/moddeps: check content of all modules...
2021-01-20 David Chase[dev.regabi] cmd/compile: late expansion of return...
2021-01-20 Ian Lance Taylorruntime: don't adjust timer pp field in timerWaiting...
2021-01-20 Michael Matloobcmd/go: set Incomplete field on go list output if no...
2021-01-20 Michael Matloobcmd/go: have go mod vendor copy embedded files in subdirs
2021-01-20 Jay Conrodcmd/go: fix mod_get_fallback test
2021-01-20 Joel Singruntime: convert openbsd/amd64 locking to libc
2021-01-19 Constantin... cmd/go: allow go fmt to complete when embedded file...
2021-01-19 Russ Coxcmd/compile: require 'go 1.16' go.mod line for //go...
2021-01-19 Cuong Manh Le[dev.regabi] cmd/compile: use '%q' for printing rune...
2021-01-19 Cherry Zhangcmd/link: exit before Asmb2 if error
2021-01-19 Jay Conrodembed: treat uninitialized FS as empty
2021-01-19 Joel Singcmd/link,runtime: switch openbsd/amd64 to pthreads
2021-01-19 Joel Singruntime: factor out usesLibcall
2021-01-19 Joel Singruntime: factor out mStackIsSystemAllocated
2021-01-19 Matthew Dempsky[dev.regabi] cmd/compile: directly create go.map and...
2021-01-19 Matthew Dempsky[dev.regabi] cmd/compile: refactor Linksym creation
2021-01-19 Matthew Dempsky[dev.regabi] cmd/compile: cleanup callTargetLSym
2021-01-18 Jason A. Donenfeldruntime: free Windows event handles after last lock...
2021-01-18 Jason A. Donenfeldos: do not close syscall.Stdin in TestReadStdin
2021-01-18 Matthew Dempsky[dev.regabi] cmd/compile: move stack objects to liveness
2021-01-18 Matthew Dempsky[dev.regabi] cmd/compile: convert OPANIC argument to...
2021-01-18 Cuong Manh Le[dev.regabi] cmd/compile: use LinksymOffsetExpr in...
2021-01-18 Cuong Manh Le[dev.regabi] cmd/compile: use *obj.LSym instead of...
2021-01-17 Matthew Dempsky[dev.regabi] cmd/compile: remove unneeded packages...
2021-01-17 Matthew Dempsky[dev.regabi] cmd/compile: use LinksymOffsetExpr in...
2021-01-17 Matthew Dempsky[dev.regabi] cmd/compile: add ir.TailCallStmt
2021-01-17 Matthew Dempsky[dev.regabi] cmd/compile: fix linux-amd64-noopt builder
2021-01-17 Cuong Manh Le[dev.regabi] cmd/compile: rename NameOffsetExpr to...
2021-01-17 Cuong Manh Le[dev.regabi] cmd/compile: change ir.NameOffsetExpr...
2021-01-17 Cuong Manh Le[dev.regabi] cmd/compile: stop analyze NameOffsetExpr...
2021-01-17 Matthew Dempsky[dev.regabi] cmd/compile: simplify stack temp initializ...
2021-01-17 Matthew Dempsky[dev.regabi] cmd/compile: refactor temp construction...
2021-01-17 Matthew Dempsky[dev.regabi] cmd/compile: replace Node.HasCall with...
2021-01-16 Matthew Dempsky[dev.regabi] cmd/compile: cleanup OAS2FUNC ordering
2021-01-16 Dan Scales[dev.regabi] cmd/compile, runtime: fix up comments...
2021-01-16 Cuong Manh Le[dev.regabi] cmd/compile: remove ONEWOBJ
2021-01-16 Cuong Manh Le[dev.regabi] cmd/compile: remove TypeAssertExpr {Src...
2021-01-15 Jason A. Donenfeldruntime: detect errors in DuplicateHandle
2021-01-15 Dmitri Shuralyovcmd/link: remove GOROOT write in TestBuildForTvOS
2021-01-15 Russ Coxcmd/compile: allow embed into any string or byte slice...
2021-01-15 Russ Coxcmd/compile: disallow embed of var inside func
2021-01-15 Russ Coxcmd/go: fix go generate docs
2021-01-15 Jason A. Donenfeldsyscall: remove RtlGenRandom and move it into internal...
2021-01-15 Bryan C. Millsos: invoke processKiller synchronously in testKillProcess
2021-01-15 Matthew Dempsky[dev.regabi] cmd/compile: unexport reflectdata.WriteType
2021-01-15 Matthew Dempsky[dev.regabi] cmd/compile: move stkobj symbol generation...
2021-01-15 Matthew Dempsky[dev.regabi] cmd/compile: don't promote Byval CaptureVa...
2021-01-15 Filippo Valsordacrypto/x509: update iOS bundled roots to version 55188...
2021-01-15 David Chase[dev.regabi] test: disable test on windows because...
2021-01-15 Matthew Dempsky[dev.regabi] cmd/compile: fix ICE during ir.Dump
2021-01-14 Jay Conrodcmd/go: in 'go mod edit', validate versions given to...
2021-01-14 Cherry Zhangcmd/dist, cmd/go: pass -arch for C compilation on Darwin
2021-01-14 Quim Muntalcmd/cgo: remove unnecessary space in cgo export header
2021-01-14 Ian Lance Taylorcmd/test2json: document passing -test.paniconexit0
2021-01-14 Jay Conrodcmd/go/internal/load: report positions for embed errors
2021-01-14 Than McIntosh[dev.regabi] cmd/compile,cmd/link: additional code...
2021-01-14 Junchen Licmd/compile: fix wrong complement for arm64 floating...
2021-01-14 Jay Conrodcmd/go/internal/load: refactor setErrorPos to PackageEr...
2021-01-14 Jay Conrodgo/build: report positions for go:embed directives
2021-01-14 Cuong Manh Le[dev.regabi] cmd/compile: use node walked flag to preve...
2021-01-14 Matthew Dempsky[dev.regabi] cmd/compile: move more PAUTOHEAP to SSA...
2021-01-14 Cuong Manh Le[dev.regabi] cmd/compile: use byte for CallExpr.Use
next