]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2017-03-17 Josh Bleecher... cmd/compile: make Stksize local
2017-03-17 Josh Bleecher... cmd/compile: make Maxarg local
2017-03-17 Josh Bleecher... cmd/compile: pass frame size to defframe
2017-03-17 Brad FitzpatrickRevert "go/types: enforce Check path restrictions via...
2017-03-17 Josh Bleecher... cmd/compile: thread Curfn through SSA
2017-03-17 Cherry Zhangcmd/compile: using a single Store op for non-pointer...
2017-03-17 Josh Bleecher... cmd/compile: move Frontend field from ssa.Config to...
2017-03-17 Josh Bleecher... cmd/compile: evaluate config as needed in rewrite rules
2017-03-17 Matthew Dempskycmd/compile/internal/gc: rename Thearch to thearch
2017-03-17 Matthew Dempskycmd/compile: eliminate direct uses of gc.Thearch in...
2017-03-17 Robert Griesemerstrconv: replace small int string table with constant...
2017-03-17 Daniel Martígo/types: enforce Check path restrictions via panics
2017-03-17 Alberto Donizettiencoding/gob: make integers encoding faster
2017-03-17 Keith Randallcmd/compile: intrinsic for math/bits.Reverse on ARM64
2017-03-17 Alexander Menzhinskycmd/go: fix race libraries rebuilding by `go test -i`
2017-03-17 Alexey Neganovmime: handling invalid mime media parameters
2017-03-17 Lynn Bogerhash/crc32: improve performance for ppc64le
2017-03-17 Nigel Taoimage/png: decode Gray8 transparent images.
2017-03-17 Josh Bleecher... cmd/compile: relocate code from config.go to func.go
2017-03-17 Josh Bleecher... cmd/compile: rearrange fields between ssa.Func, ssa...
2017-03-17 Josh Bleecher... cmd/compile: avoid calling unnecessary Sym format routine
2017-03-17 Josh Bleecher... cmd/compile: move hasdefer to Func
2017-03-17 Josh Bleecher... cmd/internal/obj/ppc64: remove stackbarrier function...
next