]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-04-25 Ben Shicmd/internal/obj/arm: use new form of MOVW introduced...
2017-04-25 Brad Fitzpatrickruntime: ignore TestCgoPprofPIE test failures on Alpine...
2017-04-25 Martin Möhrmannruntime: simplify detection of preference to use AVX...
2017-04-25 Brad Fitzpatrickruntime: ignore TestCgoPprofPIE test failures on Alpine
2017-04-25 Evgeniy Polyakovruntime: make time correctly update on Wine
2017-04-25 Ian Lance Taylorinternal/poll: don't use r/w lock for Pread/Pwrite
2017-04-25 Brad Fitzpatrickcmd/go: fix TestCgoConsistentResults when using clang...
2017-04-25 Hiroshi Iokaos: don't use a symlink's target path for FileInfo...
2017-04-25 Ronald G. Minnichsyscall: fix ordering of Unshare and chroot on Linux
2017-04-25 Alex Brainmanarchive/tar: extend TestFileInfoHeaderSymlink
2017-04-24 Josh Bleecher... cmd/compile: remove references to *os.File from ssa...
2017-04-24 Robert Griesemercmd/compile: move typepkg back to gc package (cleanup)
2017-04-24 Josselin Costanziencoding/base64: Optimize DecodeString
2017-04-24 Andrew Bentonencoding/asn1: add NullBytes and NullRawValue for worki...
2017-04-24 Damien Lespiaucmd/go/internal/get: remove unused pkgImportPath
2017-04-24 Filippo Valsordanet/http: document Shutdown/Serve return behavior
2017-04-24 Keith Randallcmd/compile: rotate loops so conditional branch is...
2017-04-24 Brad Fitzpatrickruntime/debug: mark TestSetGCPercent as flaky
2017-04-24 Josh Bleecher... cmd/compile: add -c flag
2017-04-24 Daniel Theophanesdatabase/sql: allow using a single connection from...
2017-04-24 Mikio Hararuntime: gofmt -w -s
2017-04-24 Hiroshi Iokacmd/compile: fix comments in transformclosure
2017-04-24 Ilya Tocarmath: remove asm version of sincos everywhere, except 386
2017-04-24 Alberto Donizetticmd/compile: more error position tests for the typechecker
2017-04-24 张嵩test/chan: add missing flag.Parse in doubleselect.go
2017-04-24 Josh Bleecher... cmd/compile: count init functions from 0, not 1
2017-04-24 Josh Bleecher... cmd/compile: lazily create true and false Values in...
2017-04-24 Josh Bleecher... cmd/compile: break apart dumptypestructs
2017-04-23 Josh Bleecher... cmd/compile: remove itabEntry.sym
2017-04-23 Josh Bleecher... cmd/compile: add and use gc.Node.funcname
2017-04-23 Josh Bleecher... cmd/compile: remove types.Sym.lsym
2017-04-23 Mark Ryanencoding/base64: Rename rawUrlRef to rawURLRef
2017-04-23 Matthew Dempskycmd/compile: cleanup after IntSize->PtrSize conversion
2017-04-23 Matthew Dempskycmd/link: cleanup after IntSize->PtrSize conversion
2017-04-23 Damien Lespiaucmd/objdump: remove two unused types
2017-04-22 Matthew Dempskycmd: remove IntSize and Widthint
2017-04-22 David du Colombiersyscall: define ESPIPE on Plan 9
2017-04-22 Matthew Dempskycmd/compile/internal/types: eliminate FieldName
2017-04-22 Todd Nealcmd/compile: remove dead code
2017-04-22 Hiroshi Iokaos, syscall: fix errno in Seek on windows
2017-04-22 Hiroshi Iokacmd/cgo: avoid C++ style comments
2017-04-21 Mostyn Bramley... cmd/go/internal/work: more TestRespectSetgidDir fixes
2017-04-21 Josh Bleecher... cmd/compile: eliminate some Linksym calls in obj.go
2017-04-21 Josh Bleecher... cmd/compile: reuse LSyms in dumptypestructs
2017-04-21 Josh Bleecher... cmd/compile: re-use Linksym lookup in dtypesym
2017-04-21 Josh Bleecher... cmd/compile: unify a Linksym call in dcommontype
2017-04-21 Josh Bleecher... cmd/compile: update dextratypeData to accept *obj.LSym
2017-04-21 Josh Bleecher... cmd/compile: update dalgsym to use obj.LSym
2017-04-21 Josh Bleecher... cmd/compile: bubble out some Linksym calls
2017-04-21 Josh Bleecher... cmd/compile: remove excessive whitespace in needkeyupdate
2017-04-21 Josh Bleecher... cmd/compile: convert GCProg generation to use obj.LSym
2017-04-21 Josh Bleecher... cmd/compile: make ggloblsym work with obj.LSyms
2017-04-21 Josh Bleecher... cmd/compile: clean up some runtime LSym generation
2017-04-21 Josh Bleecher... cmd/compile: convert more dxxx functions to work with...
2017-04-21 Josh Bleecher... cmd/compile: remove most uses of duintxx
2017-04-21 Josh Bleecher... cmd/compile: rename dxxx -> dxxxLSym
2017-04-21 Josh Bleecher... cmd/compile: convert dxxx to dxxxLSym
2017-04-21 Robert Griesemercmd/compile/internal/syntax: compute BranchStmt.Target...
2017-04-21 Cherry Zhangcmd/compile: mark ARM's CALLudiv not safepoint
2017-04-21 Brad Fitzpatricknet: skip Windows test using getmac if getmac cmdlet...
2017-04-21 Damien Lespiaucmd/compile: provide a way to auto-discover -d debug...
2017-04-21 Keith Randallcmd/compile: experiment which clobbers all dead pointer...
2017-04-21 Austin Clementsruntime/debug: increase threshold on TestSetGCPercent
2017-04-21 Robert Griesemercmd/compile/internal/types: remove unused lineno argume...
2017-04-21 Austin Clementsruntime/debug: don't trigger a GC on SetGCPercent
2017-04-21 Austin Clementsruntime/debug: expand SetGCPercent test
2017-04-21 Austin Clementsruntime: make gcSetTriggerRatio work at any time
2017-04-21 Austin Clementsruntime: drive proportional sweep directly off heap_live
2017-04-21 Austin Clementsruntime: consolidate all trigger-derived computations
2017-04-21 Austin Clementsruntime: rationalize triggerRatio
2017-04-21 Austin Clementsruntime: consistently use atomic loads for heap_live
2017-04-21 Hiroshi Iokacmd/cgo: remove duplicate mangle definition
2017-04-21 Austin Clementscmd/compile: convert ishairy into a visitor
2017-04-21 Josh Bleecher... cmd/compile: move typepkg to package types
2017-04-21 Josh Bleecher... cmd/compile: unexport types.Sym.LSym
2017-04-21 Josh Bleecher... cmd/compile: move Linksym, linksymname, and isblanksym...
2017-04-21 Josh Bleecher... cmd/compile: simplify sharedProgArray init
2017-04-21 David Lazartesting: use function names to identify helpers
2017-04-21 David Lazarcmd/compile: don't inline functions that call runtime...
2017-04-21 Austin Clementsruntime: inform arena placement using sbrk(0)
2017-04-21 Josh Bleecher... cmd/compile: break up large value rewrite functions
2017-04-21 Josh Bleecher... cmd/compile: stop generating block successor vars in...
2017-04-21 xufei_Alexcrypto/x509: use native compare in test instead of...
2017-04-21 Mostyn Bramley... cmd/go/internal/work: fix TestRespectGroupSticky on...
2017-04-21 Damien Lespiaunet/http: use bullet characters for godoc lists
2017-04-21 Ian Lance Taylorbufio: clarify that Flush returns a cached write error
2017-04-21 Carlisia Camposdoc: add Go Time podcast to the help page
2017-04-20 Keith Randallcmd/compile: zero ambiguously live variables at VARKILLs
2017-04-20 Keith Randallcmd/vendor/arch/x86: pull new version from x repo
2017-04-20 Aliaksandr... sync: align poolLocal to CPU cache line size
2017-04-20 Alberto Donizetticmd/compile: only print one error for bad-type literal...
2017-04-20 Josh Bleecher... cmd/internal/obj: eliminate LSym.Version
2017-04-20 Robert Griesemergo/gcimporter: fix importing of anonymous interfaces
2017-04-20 David Lazarruntime: make test independent of inlining
2017-04-20 Austin Clementsruntime/pprof: don't accept "," in profile PCs
2017-04-20 Austin Clementsruntime/pprof: accept fewer PCs
2017-04-20 Josh Bleecher... runtime: improve ExampleFrames
2017-04-20 Austin Clementsruntime/pprof: fix period information
2017-04-20 Samuel Tanhtml/template: ignore case when handling type attribute...
2017-04-20 Matthew Dempskycmd/compile/internal/gc: make defframe arch-independent
next