]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2017-03-09 Josh Bleecher... cmd/compile: rename Func.constVal arg for clarity
2017-03-09 Robert Griesemercmd/compile: print columns (not just lines) in error...
2017-03-09 Robert Griesemercmd/compile/internal/syntax: start line offset (column...
2017-03-09 Paul Marksnet: add Resolver.StrictErrors
2017-03-09 Philip Hofercmd/compile: clean up ssa.Value memory arg usage
2017-03-09 Cherry Zhangcmd/compile: remove duplicated zeroing of outgoing...
2017-03-09 Daniel Martísrc/*.bash: use tabs consistently
2017-03-09 Michael Mundaycmd/compile: fix OffPtr type in 2-field struct Store...
2017-03-09 Bryan C. Millsruntime/cgo: return correct sa_flags
2017-03-09 Bryan C. Millsruntime: fix _cgo_yield usage with sysmon and on BSD
2017-03-09 Alberto Donizettitime: make the ParseInLocation test more robust
2017-03-09 Elias Naurmisc/cgo/testcarchive: add missing header
2017-03-09 Aliaksandr... cmd/compile/internal/gc: shrink Sym by 8 bytes on amd64
2017-03-09 Keith Randallcmd/compile: set base register of spill/restore to SP
2017-03-08 Elias Naurgo/internal/srcimporter: skip tests on iOS
2017-03-08 Josh Bleecher... runtime: optimize slicebytestostring
2017-03-08 Elias Nauros/user: fake Current on Android
2017-03-08 Bryan C. Millsruntime: poll libc to deliver signals under TSAN
2017-03-08 David Chasecmd/compile: check loop rescheduling with stack bound...
2017-03-08 Kevin Burkedatabase/sql: fix spelling mistake in tests
2017-03-08 Robert Griesemercmd/compile: fix recorded export data position info
2017-03-08 Sarah Adamsdatabase/sql: proper prepared statement support in...
2017-03-08 Johan Brandhorstnet/http: use httptest.Server Client in tests
2017-03-08 Hiroshi Iokanet/mail: fix wrong error message in consumePhrase
2017-03-08 Russ Coxruntime/pprof: add GNU build IDs to Mappings recorded...
2017-03-07 Robert Griesemercmd/internal/src: fix Pos.String() for positions after...
2017-03-07 Mikio Harainternal/poll: code cleanup
2017-03-07 Austin Clementsruntime: join selectgo and selectgoImpl
2017-03-07 Matthew Dempskycmd/compile: refactor portable SSA Op handling
2017-03-07 Austin Clementsruntime: print SP/FP on bad pointer crashes
2017-03-07 Austin Clementsruntime: honor GOTRACEBACK=crash even if _g_.m.tracebac...
2017-03-07 Matthew Dempskycmd/compile, runtime: simplify multiway select implemen...
2017-03-07 Daniel Martíruntime/pprof: actually use tag parameter
2017-03-07 Elias Nauros/user: use the stubs fallback for Android
2017-03-07 Alberto Donizetticmd/compile: fix misleading "truncated to int" messages
2017-03-07 Matthew Dempskycmd/compile/internal/gc: skip autotmp vars in gc again
2017-03-07 Matthew Dempskycmd/internal/obj: change started to bool
2017-03-07 Elias Naurruntime/pprof: fix the protobuf tests on Android
2017-03-07 Kevin Burkeencoding/base64, html/template: fix grammar mistakes
2017-03-07 Hiroshi Iokamime: fix panic parsing 'encoded-word', be stricter
2017-03-07 Matthew Dempskycmd/internal/obj: move dwarf.Var generation into compiler
2017-03-07 Matthew Dempskycmd/compile: change signatlist to []*Type
2017-03-07 Andrew Bentoncrypto/x509: rename and reposition rsaPublicKey struct...
2017-03-07 Daniel Martínet: remove unused Interface parameter
2017-03-07 Alex Brainmancmd/link: use IMAGE_SYM_CLASS_STATIC for local symbols
2017-03-07 Hiroshi Iokanet/mail: ignore whitespace between adjacent 'encoded...
2017-03-07 Josselin Costanziencoding/base64: add alphabet and padding restrictions
2017-03-07 Michael Mundaycmd/compile: regenerate knownFormats
2017-03-07 Jaana Burcu... doc: add link to the setting GOPATH guide
2017-03-06 Robert GriesemerRevert "cmd/compile: improve error message if init...
2017-03-06 philhofercmd/compile: emit OffPtr for first field in SSA'd structs
2017-03-06 Daniel Martínet/http: remove unused ResponseWriter params
next