]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-03-28 Josh Bleecher... cmd/compile: strengthen SetFields/Width safety guarantee
2017-03-28 Josh Bleecher... cmd/compile: add Type.WidthCalculated
2017-03-28 haya14busaregexp: reduce allocations at onePassCopy
2017-03-28 Josh Bleecher... cmd/internal/obj: eliminate stray ctxt.Cursym write
2017-03-27 Josh Bleecher... cmd/vet: remove Peek from list of canonical methods
2017-03-27 Josh Bleecher... cmd/compile: construct typename in walk instead of...
2017-03-27 wei xiaocmd/asm: add support to shift operands on arm64
2017-03-27 Josh Bleecher... cmd/internal/obj: eliminate Curp
2017-03-27 Josh Bleecher... cmd/internal/obj: remove prasm
2017-03-27 Elias Naurruntime/cgo: CFRelease result from CFBundleCopyResourceURL
2017-03-27 Josh Bleecher... cmd/internal/dwarf: remove global encbuf
2017-03-27 Brad Fitzpatricknet/http/httptest: don't panic on Close of user-constru...
2017-03-27 Austin Clementsruntime: improve systemstack-on-Go stack message
2017-03-27 Elias Naurruntime/cgo: raise the thread-local storage slot search...
2017-03-27 Elias Naurruntime/pprof: fix proto tests on NetBSD
2017-03-26 Josh Bleecher... cmd/internal/obj/x86: change AsmBuf.Lock to bool
2017-03-26 Josh Bleecher... cmd/internal/obj: eliminate Prog.Mode
2017-03-26 Josh Bleecher... cmd/internal/obj: move fields from obj.Link to x86...
2017-03-26 Josh Bleecher... cmd/internal/obj/x86: make ctxt.Cursym local
2017-03-26 Josh Bleecher... cmd/internal/obj/x86: remove ctxt.Curp references
2017-03-26 Keith Randallcmd/compile: remove likely bits from generated assembly
2017-03-26 Josh Bleecher... cmd/internal/obj: make x86's asmbuf a local variable
2017-03-25 Josh Bleecher... cmd/internal/obj: eagerly initialize x86 assembler
2017-03-25 Emmanuel Odekecmd/compile: add test for non interface type switch
2017-03-25 Robert Griesemercmd/compile/internal/syntax: remove need for missing_st...
2017-03-25 Robert Griesemercmd/compile/internal/syntax: always construct a correct...
2017-03-25 Josh Bleecher... cmd/compile: prevent modification of ONAME/OLITERAL...
2017-03-25 Josh Bleecher... cmd/compile: enforce no uses of Curfn in backend
2017-03-25 Josh Bleecher... cmd/compile: provide pos and curfn to temp
2017-03-24 Kenny Grantnet/http: Fix TestLinuxSendfile without strace permissions
2017-03-24 Josh Bleecher... cmd/compile: combine walkexpr cases
2017-03-24 Josh Bleecher... cmd/compile: simplify funcsyms
2017-03-24 Matthew Dempskycmd/compile: replace nod(ONAME) with newname
2017-03-24 Keith Randallcmd/compile: simplify efaceeq and ifaceeq
2017-03-24 Matthew Dempskycmd/compile/internal/gc: remove unused parameter to...
2017-03-24 Josh Bleecher... cmd/compile: minor cleanup in debug code
2017-03-24 Josh Bleecher... cmd/compile: avoid an assignment of n.Type in walk
2017-03-24 Robert Griesemercmd/compile: be slightly more tolerant in case of certa...
2017-03-24 Filip Gruszczyńskiencoding/gob: Speedup map decoding by reducing the...
2017-03-24 Kenny Grantnet/http: strip port from host in mux Handler
2017-03-24 Robert Griesemerspec: for non-constant map keys, add reference to evalu...
2017-03-24 Josh Bleecher... cmd/compile: ignore all unreachable values during simpl...
2017-03-24 Josh Bleecher... cmd/compile: don't export dead code in inlineable fuctions
2017-03-24 Keith Randallcmd/compile: unnamed parameters do not escape
2017-03-24 Josh Bleecher... cmd/compile: only SSA [0]T when T is SSA-able
2017-03-24 Josh Bleecher... cmd/compile: thread Curfn through to debuginfo
2017-03-24 Cherry Zhangruntime: access _cgo_yield indirectly
2017-03-24 Marcel van... net/http: import updated idna package and adjust request.go
2017-03-24 Alexandru Moșoicmd/compile: optimize shift when counter has different...
2017-03-24 wei xiaocmd/asm: fix TBZ/TBNZ instructions on arm64
2017-03-24 Josh Bleecher... cmd/compile: eliminate all references to Curfn in liveness
2017-03-24 Robert Griesemercmd/compile: remove global var importpkg in favor of...
2017-03-24 Robert Griesemercmd/compile: pass in importpkg to importer rather than...
2017-03-24 Alex Brainmanos: parse command line without shell32.dll
2017-03-23 Matthew Dempskycmd/compile/internal/gc: cleanup FuncDecl noding
2017-03-23 Matthew Dempskycmd/compile/internal/gc: remove a Curfn dependency...
2017-03-23 Josh Bleecher... cmd/compile: use Widthptr instead of Types[Tptr].Width
2017-03-23 Michael Fraenkelnet/rpc: Create empty maps and slices as return type
2017-03-23 Robert Griesemermath/big: replace local versions of bitLen, nlz with...
2017-03-23 Josh Bleecher... Revert "cmd/compile: strengthen SetFields/Width safety...
2017-03-23 Josh Bleecher... cmd/compile: strengthen SetFields/Width safety guarantee
2017-03-23 Josh Bleecher... cmd/compile: minor cleanup in widstruct
2017-03-23 Josh Bleecher... cmd/compile: don't crash when calling String on a TFUNC...
2017-03-23 Matthew Dempskycmd/compile/internal/gc: remove unnecessary bitvector...
2017-03-23 Ronald G. Minnichos/exec: handle Unshareflags with CLONE_NEWNS
2017-03-23 Robert Griesemermath/big: fix TestFloatSetFloat64String
2017-03-23 Michael Mundaycmd/compile: remove redundant checks in s390x SSA rules
2017-03-23 Josh Bleecher... cmd/compile: eliminate Prog-related globals
2017-03-23 Keith Randallcmd/compile: initialize loop depths
2017-03-23 Keith Randallcmd/compile: don't merge load+op if other op arg is...
2017-03-23 Ben Shicmd/internal/obj/arm: Fix wrong assembly in the arm...
2017-03-23 Brad Fitzpatricknet: mark TestDialerDualStack as flaky
2017-03-23 Robert Griesemercmd/compile: don't crash when reporting some syntax...
2017-03-23 Dave Cheneycmd/compile/internal/gc: remove unused exporter.nesting...
2017-03-23 Dave Cheneycmd/internal/obj/mips: standardize on sys.MIPS and...
2017-03-23 Martin Möhrmannregexp: add ASCII fast path for context methods
2017-03-23 haya14busaregexp: reduce allocs in regexp.Match for onepass regex
2017-03-22 Richard Musiolsyscall: use CLONE_VFORK and CLONE_VM
2017-03-22 Sarah Adamsencoding/xml: unmarshal allow empty, non-string values
2017-03-22 Kenny Grantnet/http: improve speed of default mux
2017-03-22 Robert Griesemercmd/compile/internal/syntax: replace inlined statement...
2017-03-22 Robert Griesemercmd/compile/internal/syntax: add position info for...
2017-03-22 Sam Whitedencoding/xml: format test output using subtests
2017-03-22 Josselin Costanzibytes: fix typo in comment
2017-03-22 Josh Bleecher... cmd/compile: eliminate Gins and Naddr
2017-03-22 Carlos Eduardo Seocmd/compile/internal/ppc64, cmd/compile/internal/ssa...
2017-03-22 Carlos Eduardo Seoruntime/internal/atomic: Remove unnecessary checks...
2017-03-22 Matthew Dempskycmd/compile/internal/gc: make SSAGenFPJump a method...
2017-03-22 Josh Bleecher... cmd/internal/obj: eliminate Link.Asmode
2017-03-22 Josh Bleecher... cmd/internal/obj: eliminate Ctxt.Mode
2017-03-22 Josh Bleecher... cmd/compile: funnel SSA Prog creation through SSAGenState
2017-03-22 Alan Donovancmd/vet: -lostcancel: fix crash in ill-typed code
2017-03-22 Mikio Haranet/http: fix possible nil pointer dereference in TestO...
2017-03-22 Josh Bleecher... cmd/compile: pass an explicit position to namedAuto
2017-03-22 Josh Bleecher... cmd/internal/obj: clean up brloop
2017-03-22 Aliaksandr... strconv: optimize decimal ints formatting with smallsString
2017-03-22 Josh Bleecher... cmd/internal/obj: clean up checkaddr
2017-03-22 Josh Bleecher... cmd/internal/obj: eliminate AMODE
2017-03-22 Josh Bleecher... cmd/internal/obj: eliminate unnecessary ctxt.Cursym...
2017-03-22 Rob Pikecmd/doc: implement "go doc struct.field"
next