]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2017-03-06 Robert Griesemercmd/compile/internal/syntax: print position info for...
2017-03-06 Matthew Dempskycmd/internal/obj, cmd/compile: rip off some toolstash...
2017-03-06 Matthew Dempskycmd/internal/obj: move STEXT-only LSym fields into...
2017-03-06 Matthew Dempskycmd/internal/obj: remove AUSEFIELD pseudo-op
2017-03-06 Matthew Dempskycmd/compile: preserve Type.nod in copytype
2017-03-06 Quentin Smithtest/fixedbugs: add test for #19403
2017-03-06 Austin Clementsruntime: strongly encourage CallersFrames with the...
2017-03-06 Daniel Martígo/internal/gccimporter: actually use pkg parameter
2017-03-06 Ian Lance Taylorinternal/poll: only start Windows goroutines when we...
2017-03-06 Josselin Costanziencoding/base64: fix decode reports incorrect index
2017-03-06 Austin Clementsruntime: avoid repeated findmoduledatap calls
2017-03-06 Matthew Dempskycmd/internal/goobj: update to support go19ld
2017-03-06 Matthew Dempskycmd/internal/obj, cmd/link: bump magic string to go19ld
2017-03-06 Daniel Martíregexp/syntax: remove unused flags parameter
2017-03-06 Robert Griesemergo/internal/gcimporter: return (possibly incomplete...
2017-03-06 Robert Griesemergo/internal/srcimporter: return (possibly incomplete...
2017-03-06 Robert Griesemergo/types: continue type-checking with fake packages...
2017-03-06 Austin Clementsruntime: lock-free fast path for mark bits allocation
2017-03-06 Austin Clementsruntime: don't hold global gcBitsArenas lock over alloc...
2017-03-06 Josh Bleecher... cmd/compile: avoid generating some dead blocks
2017-03-06 Aliaksandr... cmd/compile/internal/gc: convert Sym.Flags to bitset8
2017-03-06 Daniel Martíencoding/gob: remove unused ut and atyp parameters
2017-03-06 Russ Coxtest/locklinear: deflake again
2017-03-06 Daniel Martígo/doc: remove unused tok parameter
2017-03-06 Daniel Martígo/printer: remove unused comment parameter
next