]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2017-03-14 Josh Bleecher... cmd/compile: use local fn variable in compile
2017-03-14 Matthew Dempskycmd/compile/internal/gc: better loop var names in esc.go
2017-03-14 Josh Bleecher... cmd/compile: remove FmtFlag save and restore
2017-03-14 Josh Bleecher... cmd/compile: eliminate format string FmtUnsigned support
2017-03-14 Josh Bleecher... cmd/compile: add Type.LongString and Type.ShortString
2017-03-14 Josh Bleecher... cmd/compile: rename Nconv to nconv
2017-03-14 Josh Bleecher... cmd/compile: simplify printing of constant bools
2017-03-13 Hugues Bruantruntime: add mapassign_fast*
2017-03-13 Aliaksandr... cmd/vet: check shift calculations with "unsafe" package
2017-03-13 Matthew Dempskycmd/compile/internal/ssa: make ARM's udiv like other...
2017-03-13 David ChaseRevert "cmd/compile: de-virtualize interface calls"
2017-03-13 Matthew Dempskycmd/compile/internal/gc: refactor ACALL Prog creation
2017-03-13 Alberto Donizettiencoding/gob: add Encode-Decode Int slices tests
2017-03-13 Matthew Dempskycmd/compile/internal/ssa: replace {Defer,Go}Call with...
2017-03-13 khrcmd/compile: zero return parameters earlier
2017-03-13 Ilya Tocarcmd/internal/obj/x86: remove unused const
2017-03-13 Josh Bleecher... cmd/compile: eliminate more nil checks of phis
2017-03-13 Philip Hofercmd/compile: de-virtualize interface calls
2017-03-13 Robert Griesemerspec: remove superfluous terms "delimiter" and "special...
2017-03-13 Chew Choon... net/http: unset proxy environment after test
2017-03-13 Dave Cheneycmd/compile/internal/gc: remove unused exportsize variable
2017-03-13 Dave Cheneycmd/go/internal/get: remove unused tag selection code
2017-03-13 Dave Cheneyruntime: remove sizeToClass
2017-03-13 Marcel Edmund... net/http: fix body close statement is missing
2017-03-12 Martin Möhrmannstrconv: fix performance regression in integer formatti...
2017-03-12 Matthew Dempskycmd/link: eliminate markextra
2017-03-11 Aliaksandr... cmd/vet: eliminate "might be too small for shift" warnings
2017-03-11 Ian Lance Taylorcmd/go: if we get a C compiler dwarf2 warning, try...
2017-03-11 Josh Bleecher... math/big: make nat.setUint64 vet-friendly
2017-03-11 Robert Griesemerstrconv: use % instead of computing the remainder from...
2017-03-10 David NewHamletruntime: use cpuset_getaffinity for runtime.NumCPU...
2017-03-10 Ian Lance Taylorcmd/go: when expanding "cmd", skip vendored main packages
2017-03-10 Daniel Martíruntime: remove unused ratep parameter
2017-03-10 Bryan C. Millsexpvar: add benchmark for (*Map).Set with per-goroutine...
2017-03-10 Josh Bleecher... net/http: change TestServerAllowsBlockingRemoteAddr...
2017-03-10 Josh Bleecher... cmd/compile: add 32 bit (AddPtr (Const)) rule
2017-03-10 Josh Bleecher... cmd/compile: add OpOffPtr [c] SP to constant cache
2017-03-10 Josh Bleecher... cmd/compile: allow earlier GC of freed constant value
2017-03-10 Josh Bleecher... cmd/compile: fix SSA type for first runtime call arg...
next