]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2014-08-26 Brad FitzpatrickA+C: Joe Shaw (individual CLA)
2014-08-26 Josh Bleecher... runtime: name hi and lo parts of ret in assembly
2014-08-26 Oling Catdoc/cmd.html: close a tag.
2014-08-26 Rémy Oudomphengruntime: convert Stack to Go.
2014-08-26 Dave Cheneyruntime: convert int64tofloat64, uint64tofloat64 to Go
2014-08-26 Sanjay Menakururuntime,sync: Convert procPin and procUnpin functions...
2014-08-26 Brad Fitzpatricknet/http: fix data race in test
2014-08-26 Brad Fitzpatrickio: document that Readers and Writers must not retain...
2014-08-26 ChaiShushancmd/go: add missing doc for GOOS and GOARCH
2014-08-25 Caleb Spareregexp: fix imports in the middle of the license header
2014-08-25 Russ Coxliblink: introduce way to avoid pc-relative addressing
2014-08-25 Robert Griesemercmd/gofmt: don't permit -w with stdin
2014-08-25 Rob Pikeunicode/maketables: add -output flag, buffer output...
2014-08-25 Caleb Sparestrings, bytes: document behavior of Replace when old...
2014-08-25 Rob Pikecmd/go: clean up a couple of inconsequential nits in...
2014-08-25 Dmitriy Vyukovruntime: restore scavenger constants
2014-08-25 Dmitriy Vyukovruntime: restore nacl timens
2014-08-25 Brad Fitzpatricknet/http: populate Request.Close in ReadRequest
2014-08-25 Adam Langleycrypto/cipher: add CFB test vectors.
2014-08-25 Russ Coxcmd/gc, runtime: treat slices and strings like pointers...
2014-08-25 Rob Pikecmd/go: add GOOS and GOARCH to generate
2014-08-25 Rob Pikecmd/go: add simple test for generate's line parser
2014-08-25 Brad Fitzpatrickencoding/json: make ,string work when encoding pointer...
2014-08-25 Russ Coxruntime: round channel size in allocation instead of...
2014-08-25 Dmitriy Vyukovruntime: remove dedicated scavenger thread
2014-08-25 Dmitriy Vyukovruntime: add comment
2014-08-25 Dmitriy Vyukovruntime: convert timers to Go
2014-08-25 Dmitriy Vyukovruntime: convert async semaphores to Go
2014-08-25 Dmitriy Vyukovruntime: fix plan9 HeapSys accounting
2014-08-25 Dmitriy Vyukovruntime: fix chan alignment on 32 bits
2014-08-25 Russ Coxcmd/gc: fix order of channel evaluation of receive...
2014-08-25 Dmitriy Vyukovruntime: refactor CPU profiling
2014-08-25 Dmitriy Vyukovruntime: fix block profile for sync semaphores
2014-08-25 Dmitriy Vyukovruntime: fix block profile for sync semaphores
2014-08-25 Dmitriy Vyukovruntime: add fast paths to non-blocking channel operations
2014-08-25 Sanjay Menakururuntime: Loosen conditions in TestMemstat in an attempt...
2014-08-25 Alex Brainmanruntime: convert NewCallback and NewCallbackCDecl to Go
2014-08-25 Sanjay Menakururuntime,runtime/debug: Converted some functions from...
2014-08-25 Josh Bleecher... cmd/5g, cmd/6g, cmd/8g: clear Addr node when registerizing
2014-08-25 Russ Coxcmd/gc: fix build
2014-08-25 Russ Coxcmd/5g, cmd/8g: registerize small structs and arrays
next