]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2021-01-23 Gerrit Code... Merge "[dev.typeparams] all: merge dev.regabi (7e0a81d...
2021-01-23 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: factor...
2021-01-23 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (7e0a81d) into...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-22 Matthew Dempsky[dev.typeparams] cmd/compile: refactor irgen's handling...
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 Rob Findley[dev.typeparams] go/types: import api_test.go changes...
2021-01-22 Joel Singruntime: remove pthread_kill/pthread_self for openbsd
2021-01-22 Dan Scales[dev.typeparams] cmd/compile: disambiguate OXDOT in...
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-22 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: adjust...
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 Robert Griesemer[dev.typeparams] cmd/compile: use nil instead of syntax...
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-21 Matthew Dempsky[dev.typeparams] cmd/compile: directly set some simple...
2021-01-21 Matthew Dempsky[dev.typeparams] cmd/compile/internal/types2: convert...
2021-01-21 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: make...
2021-01-20 Matthew Dempsky[dev.typeparams] cmd/dist: add -G=3 test coverage
2021-01-20 Dan Scales[dev.regabi] cmd/compile: exporting, importing, and...
2021-01-20 Matthew Dempsky[dev.typeparams] cmd/compile: simplify how irgen handle...
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 Rob Findley[dev.typeparams] go/types: add tests from dev.go2go
2021-01-20 Rob Findley[dev.typeparams] go/types: refactor untyped conversion...
2021-01-20 Jay Conrodcmd/go: fix mod_get_fallback test
2021-01-20 Joel Singruntime: convert openbsd/amd64 locking to libc
2021-01-20 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: report...
2021-01-19 Rob Findley[dev.typeparams] go/types: fix some merge errors in...
2021-01-19 Rob Findley[dev.typeparams] go/types: don't modify Named.underlyin...
2021-01-19 Rob Findley[dev.typeparams] go/types: strip annotations from errors
2021-01-19 Rob Findley[dev.typeparams] go/types: unify methods in missingMethod
2021-01-19 Rob Findley[dev.typeparams] go/parser: error for type instances...
2021-01-19 Matthew Dempsky[dev.typeparams] cmd/compile: cache mapped types during...
2021-01-19 Robert Griesemer[dev.typeparams] cmd/compile/internal/types: minor...
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 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: consisten...
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...
next