]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2017-03-17 Robert Griesemergo/types: better error for assignment count mismatches
2017-03-17 Robert Griesemercmd/compile: eliminate "assignment count mismatch"...
2017-03-16 Jeremy Jackinscmd/compile: further clarify assignment count mismatch...
2017-03-16 Keith Randallcmd/compile: intrinsics for math/bits.{Len,LeadingZeros}
2017-03-16 Steve Franciadoc: reorganize the contribution guidelines into a...
2017-03-16 Aliaksandr... strconv: optimize formatting for small decimal ints
2017-03-16 Keith Randallcmd/compile: intrinsify math/bits.ReverseBytes
2017-03-16 Cherry Zhangcmd/compile: fix MIPS Zero lower rule
2017-03-16 Matthew Dempskycmd/compile/internal/syntax: track column position...
2017-03-16 Cherry Zhangcmd/compile: use type information in Aux for Store...
2017-03-16 Cherry Zhangcmd/compile: add a test for writebarrier pass with...
2017-03-16 Cherry Zhangcmd/compile: clean up SSA-building code
2017-03-16 Cherry Zhangcmd/compile: move write barrier insertion to SSA
2017-03-16 Cherry Zhangcmd/compile: pass types on SSA Store/Move/Zero ops
2017-03-16 Daniel Martíruntime: remove unused g parameter
2017-03-16 Carlos Eduardo Seoruntime: improve IndexByte for ppc64x
2017-03-16 Keith Randallcmd/compile: intrinsics for math/bits.TrailingZerosX
2017-03-15 Martin Möhrmannruntime: make complex division c99 compatible
2017-03-15 Austin Clementsruntime: print user stack on other threads during GOTRA...
2017-03-15 Austin Clementsruntime: make GOTRACEBACK=crash crash promptly in cgo...
2017-03-15 Josh Bleecher... cmd/compile: check labels and gotos before building SSA
2017-03-15 Josh Bleecher... cmd/compile: ensure TESTQconst AuxInt is in range
2017-03-15 Bryan C. Millsarchive/zip: parallelize benchmarks
2017-03-15 Cherry Zhangcmd/link: on PPC64, put plt stubs at beginning of Textp
2017-03-15 Josh Bleecher... cmd/compile: define roles for ssa.Func, ssa.Config...
2017-03-15 David Chasecmd/compile: put spills in better places
2017-03-15 Philip Hofercmd/compile/internal/gc: mark generated wrappers as...
2017-03-14 Cherry Zhangcmd/compile: don't spill rematerializeable value when...
2017-03-14 Matthew Dempskycmd/compile: refactor liveness analysis for moving...
2017-03-14 Daniel Martí*.bash: always use the same string equality operator
2017-03-14 Josh Bleecher... cmd/compile: eliminate fmtmode and fmtpkgpfx globals
2017-03-14 Michael Stapelbergcmd/compile: improve assignment count mismatch error...
2017-03-14 Matthew Dempskycmd/compile/internal/ssa: remove unused OpFunc
2017-03-14 philhofercmd/compile: de-virtualize interface calls
2017-03-14 Matthew Dempskycmd/compile/internal/ssa: populate SymEffects for SSA Ops
2017-03-14 Matthew Dempskycmd/compile/internal/ssa: add SymEffect attribute to...
2017-03-14 Josh Bleecher... cmd/compile: catch bad pragma combination earlier
2017-03-14 Brad Fitzpatricknet/http: deflake TestServerTimeouts
2017-03-14 Josh Bleecher... cmd/compile: use Fatalf for more internal errors
next