]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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"
2017-03-22 Jason Travistest/bench/go1: fix typo in parserdata_test.go comment
2017-03-22 Josh Bleecher... cmd/compile: disable typPtr caching in the backend
2017-03-21 Brad Fitzpatricksyscall, os: fix FreeBSD 9 build
2017-03-21 Matthew Dempskycmd/compile/internal/gc: remove unneeded effects cache...
2017-03-21 Josselin Costanzibytes: add optimized countByte for amd64
2017-03-21 Brad Fitzpatricksyscall, os: use pipe2 syscall on FreeBSD instead of...
2017-03-21 Matthew Dempskycmd/compile: add regress test for issue 19632
2017-03-21 Josh Bleecher... cmd/compile: remove function-name-based debuglive tweaks
2017-03-21 Josh Bleecher... cmd/compile: eliminate a Curfn reference in plive
2017-03-21 Matthew Dempskycmd/compile/internal/gc: fix liveness regression
2017-03-21 Daniel Martíruntime: remove unused *chantype parameters
2017-03-21 Brad Fitzpatrickflag: validate Int and Uint values to be in range
2017-03-21 Vladimir Stefanoviccmd/compile,runtime: fix atomic And8 for mipsle
2017-03-21 Lynn Bogercmd/compile: improve LoweredZero performance for ppc64x
2017-03-21 Volker Doblernet/http/cookiejar: fix out-of-bounds errors on malform...
2017-03-21 Hugues Bruantruntime: add mapdelete_fast*
2017-03-21 Alex Brainmanruntime: import os package in BenchmarkRunningGoProgram
2017-03-21 Josh Bleecher... cmd/compile: fix pos of typenames created during SSA...
2017-03-21 Rob Pikeencoding/gob: document the extra byte after a singleton
2017-03-21 Rob Piketext/template,html/template: state that Funcs must...
2017-03-21 Josh Bleecher... cmd/compile: check for missing function body earlier
2017-03-21 Josh Bleecher... cmd/compile: use autogenerated position for init functions
2017-03-21 Daniel Martígo/build: remove unused returnImports parameter
2017-03-21 Matthew Dempskycmd/compile/internal/gc: remove unneeded Type.Pos field
2017-03-21 Matthew Dempskycmd/compile/internal/gc: export interface embedding...
2017-03-21 Matthew Dempskycmd/compile/internal/gc: handle recursive interfaces...
2017-03-21 Jakob Borgnet/http: fix ProxyFromEnvironment panic on invalid...
2017-03-20 Pascal S. de... encoding/json: reduce unmarshal mallocs for unmapped...
2017-03-20 Matthew Dempskycmd/internal/obj: remove unneeded Addr.Node and Prog...
2017-03-20 Matthew Dempskycmd/internal/obj: remove unneeded AVARFOO ops
2017-03-20 Matthew Dempskycmd/compile: remove ProgInfo tables
2017-03-20 Ian Lance Taylorruntime: clear signal stack on main thread
2017-03-20 Matthew Dempskycmd/compile: port liveness analysis to SSA
2017-03-20 Matthew Dempskycmd/compile: sort CFG blocks in PC order during liveness
2017-03-20 Josh Bleecher... cmd/internal/obj: convert Debug* Link fields into bools
2017-03-20 Matthew Dempskycmd/compile/internal/gc: split SetInterface from SetFields
2017-03-20 Michael Mundaycmd/internal/obj/s390x: cleanup objz.go
2017-03-20 philhofercmd/compile/internal/ssa: recognize constant pointer...
2017-03-20 Josh Bleecher... cmd/go, cmd/compile: always optimize when building...
2017-03-20 Josh Bleecher... cmd/internal/obj: reduce variable scope
2017-03-20 Matthew Dempskycmd/compile/internal/gc: eliminate two uses of Type.Pos
2017-03-20 Josh Bleecher... cmd/compile: enable CSE of constant strings
2017-03-20 Robert Griesemercmd/gofmt: clarify doc string even more
2017-03-20 Robert Griesemercmd/compile: don't permit declarations in post statemen...
2017-03-20 Michael Mundaycmd/compile: emit fused multiply-{add,subtract} on...
2017-03-20 Robert Griesemercmd/gofmt: clarify documentation re: tab width
2017-03-20 Brad Fitzpatricknet/http: deflake TestServerAllowsBlockingRemoteAddr...
2017-03-20 Martin Lindhecrypto/*: fix spelling of 'below'
2017-03-19 Austin Clementsruntime: disallow malloc or panic in scavenge
2017-03-19 Austin Clementsruntime: introduce a type for lfstacks
2017-03-19 Martin Möhrmanncmd/compile: replace all uses of ptrto by typPtr
2017-03-19 Martin Möhrmanncmd/compile: reduce allocs when appending to Node slices
2017-03-19 Michel Lespinassecmd/pprof: use proxy from environment
2017-03-19 Josh Bleecher... cmd/compile: clean up SSA test API
2017-03-19 Josh Bleecher... cmd/compile: canonicalize empty interface types
2017-03-19 Josh Bleecher... cmd/compile: add more types to ssa.Types
2017-03-19 Josh Bleecher... cmd/compile: separate ssa.Frontend and ssa.TypeSource
2017-03-18 Damien Lespiaucmd/gofmt: unindent the second line of a BUG note
2017-03-18 Alberto Donizettiencoding/gob: speedup floats encoding and decoding
2017-03-18 Josh Bleecher... cmd/compile: use testConfig consistently in SSA tests
2017-03-18 Matthew Dempskynet: fix tests for /etc/hosts with entries named "test"
2017-03-17 Josh Bleecher... cmd/compile: make stkptrsize local
next