]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-09-01 Russ Coxruntime: convert mprof.goc to mprof.go
2014-09-01 Russ Coxruntime: fix windows build
2014-09-01 Russ Coxruntime: change concatstring panic to gothrow
2014-09-01 Russ Coxruntime: include os_*.h in the generated Go structs
2014-09-01 Russ Coxruntime: change PC, SP values in Stkframe, Panic, Defer...
2014-09-01 Dmitriy Vyukovruntime/race: better handling of atomic operations
2014-09-01 Rui Ueyamastrings: use Rabin-Karp algorithm for LastIndex.
2014-09-01 Russ Coxruntime: remove old malloc test programs
2014-09-01 Brad Fitzpatrickarchive/zip: add Writer.Flush
2014-09-01 Russ Coxruntime: paste mprof.goc into mprof.go as comments
2014-09-01 Ian Lance Taylormisc/cgo/testcdefs: comment out test of packed structs
2014-09-01 Russ Coxcmd/ld: diagnose Go calling C
2014-09-01 Dmitri Shuralyovnet/http: fix typo in comment
2014-09-01 Nigel Taoimage/png: make the CompressionLevel constants negative...
2014-08-31 Ian Lance Taylorruntime: fix Linux build
2014-08-30 Russ Coxcmd/cc: generate error if #pragma pack off does anything
2014-08-30 Russ Coxruntime: translate env*.c to Go
2014-08-30 Dmitriy Vyukovruntime/pprof: make CPU profiling tests more robust
2014-08-30 Russ Coxruntime: preallocate panic errors for index and slice
2014-08-30 Keith Randallruntime: convert chanrecv to Go
2014-08-30 Evan Kroskenet/url: make Userinfo.String() escape ? and add test...
2014-08-30 Evan Kroskego/doc/headscan: update script to count headings with...
2014-08-30 Robin Eklindspec: Fix indentation and remove trailing white space...
2014-08-30 Matthew Dempskyruntime: retry fix openbsd build
2014-08-30 Kelsey Hightowernet/http: add BasicAuth method to *http.Request
2014-08-30 Russ Coxruntime: increase nosplit area to 192
2014-08-30 Russ Coxruntime: rename SysAlloc to sysAlloc for Go
2014-08-30 Dmitriy Vyukovruntime: convert type algorithms to Go
2014-08-30 Russ Coxundo CL 135230043 / 60812bad3769
2014-08-30 Alex A Skinnernet: implement query-response fast failover in builtin...
2014-08-30 Matthew Dempskyruntime: fix openbsd build
2014-08-29 Ian Lance Taylorruntime: rename Sigaltstack to SigaltstackT
2014-08-29 Mikio Haraundo CL 107150043 / caa2646daa63
2014-08-29 Alex A Skinnernet: ensure identical queries are not sent multiple...
2014-08-29 Russ Coxruntime: make allp a static array
2014-08-29 Russ Coxruntime: convert lock*.c to Go
2014-08-29 Russ Coxruntime: include constants and defs_*_*.h types in...
2014-08-29 Adam Langleycrypto: add Signer
2014-08-29 Rob Piketext/template/parse: restore pointer-only receivers...
2014-08-29 Russ Coxruntime: run runtime.init
2014-08-29 Russ Coxcmd/gc: allow runtime to define a hex integer type...
2014-08-29 Josh Bleecher... runtime: implement 64 bit division in Go
2014-08-29 Rob Piketext/template: add back pointer to Nodes for better...
2014-08-29 Dmitriy Vyukovruntime: clean up GC code
2014-08-29 Russ Coxruntime: fix sprintf index out of bounds
2014-08-29 Aram Hăvărneanuruntime: allow sysvicall functions to be called from Go
2014-08-29 Dmitriy Vyukovruntime: allow to call stdcall from Go on windows
2014-08-29 Rui Ueyamaimage/png: do not apply filters if level is NoCompression
2014-08-29 Dmitriy Vyukovruntime: convert forcegc helper to Go
2014-08-29 Keith Randallruntime: don't allocate a new string in printf
2014-08-29 Keith Randallruntime: convert closechan/chanlen/chancap to Go
2014-08-29 Mikio Haranet: add more cases to lookup API test
2014-08-29 Russ Coxruntime: convert print.c to Go
2014-08-29 Ian Lance Taylortest: add test that caused gccgo to crash on valid...
2014-08-29 Matthew Dempskymisc/cgo/test: disable issue 8428 regress test on darwin
2014-08-29 Matthew Dempskyruntime: remove holes in FUNCDATA tables
2014-08-28 Anthony Martinruntime: fix Plan 9 build for new C calling convention
2014-08-28 Anthony Martincmd/internal/objfile: fix dissassembly of Plan 9 object...
2014-08-28 ChaiShushancrypto/md5: use go generate to create md5block.go
2014-08-28 ChaiShushancompress/flate: use go generate to create fixedhuff.go
2014-08-28 ChaiShushanstrconv: use go generate to create isprint.go
2014-08-28 ChaiShushanimage/color/palette: use go generate to create palette.go
2014-08-28 Matthew Dempskyruntime: fix openbsd/386
2014-08-28 Keith Randallruntime: move finalizer thread to Go.
2014-08-28 Robert Griesemergo/token: implement PositionFor accessors
2014-08-28 Brad Fitzpatrickmime: style, perf, and test updates to case-insensitive...
2014-08-28 Brad Fitzpatrickdatabase/sql: use a value type instead of a pointer
2014-08-28 David Crawshawruntime: compare only until min(len(s1), len(s2))
2014-08-28 Robert Griesemerspec: move Method expr/value section near selectors
2014-08-28 Russ Coxcmd/api: more runtime fixes
2014-08-28 Alberto García... database/sql: use slices rather than container/list
2014-08-28 David Crawshawruntime: fix arm build
2014-08-28 Russ Coxruntime: fix build
2014-08-28 Jeff R. Allenmime: Make filename extensions case-insensitive
2014-08-28 Russ Coxruntime: convert runtime1.goc, noasm_arm.goc to Go
2014-08-28 Russ Coxruntime: finish converting iface.goc to iface.go
2014-08-28 Jeff R. Allenpng: make the encoder configurable
2014-08-28 Russ Coxruntime: fix nacl/386 build
2014-08-28 Russ Coxcmd/cc: translate C Eface type as Go interface{}
2014-08-28 Russ Coxcmd/api: fix for Lock⇒Mutex change
2014-08-28 Russ Coxruntime: rename Lock to Mutex
2014-08-28 Michael Hudson... debug/elf: support arm64 relocations
2014-08-28 Russ Coxcmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug
2014-08-28 Russ Coxruntime: fix nacl build
2014-08-28 Dave Cheneyruntime: fix arm5 softfloat build
2014-08-28 Russ Coxruntime: fix arm build
2014-08-28 Russ Coxcmd/cc, runtime: preserve C runtime type names in gener...
2014-08-28 Matthew Dempskycmd/{addr2line,objdump}: fix finding pclntab and symtab...
2014-08-28 Matthew Dempskycmd/{ld,link,objdump}, runtime, debug/gosym: move linke...
2014-08-27 Russ Coxruntime: fix plan9 build
2014-08-27 Russ Coxruntime: fix solaris build
2014-08-27 Russ Coxruntime: fix windows signal handlers
2014-08-27 Russ Coxruntime: give nosplit functions 32 more bytes of headroom
2014-08-27 Brad Fitzpatrickruntime: restore header to first goroutine in Stack
2014-08-27 Russ Coxcmd/cc, runtime: convert C compilers to use Go calling...
2014-08-27 Rick Hudsonruntime: changes to g->atomicstatus (nee status) to...
2014-08-27 Russ CoxCONTRIBUTORS: add Rick Hudson (Google CLA)
2014-08-27 Dave Cheneycmd/gc: fix undefined behaviour warnings in mparith3.c
2014-08-26 Rob Piketime: use go generate rather than Makefile (windows...
2014-08-26 Rob Pikeunicode: use go generate instead of make to create...
next