]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2014-08-25 Russ Coxcmd/gc: re-enable IfacePointerOnly
2014-08-25 Matthew Dempskycmd/link: fix testdata generation
2014-08-25 Russ Coxruntime: remove some overuse of uintptr/unsafe.Pointer
2014-08-24 Rob Pikecmd/yacc: remove Makefile and build expr using go generate
2014-08-24 Rob Pikecmd/go: add go generate
2014-08-24 Rob Pikedoc/go1.4.txt: go generate
2014-08-24 Russ Coxruntime: fix arm build
2014-08-24 Dmitriy Vyukovruntime: convert synchronous semaphores to Go
2014-08-24 Keith Randallruntime: convert channel operations to Go, part 1 ...
2014-08-24 Dmitriy Vyukovruntime: fix races on mheap.allspans
2014-08-24 Dmitriy Vyukovruntime: cache unrolled GC bitmask
2014-08-24 Dmitriy Vyukovruntime: convert sigqueue to Go
2014-08-24 Dmitriy Vyukovruntime: convert parfor to Go
2014-08-24 Russ Coxruntime: adjust errorCString definition to avoid allocation
2014-08-24 Dave Cheneyundo CL 130240043 / b09f70c301a5
2014-08-23 Dave Cheneyruntime: convert float64toint64, float64touint64 to Go
2014-08-23 Russ Coxcmd/gc: change interface representation: only pointers...
2014-08-23 Dmitriy Vyukovruntime: remove unused var
2014-08-23 Daniel Morsingruntime: run newproc1 on M stack.
2014-08-22 Dmitriy Vyukovruntime: fix futex notes
2014-08-22 Dmitriy Vyukovruntime: convert note to Go
2014-08-22 Dmitriy Vyukovruntime: please vet
2014-08-22 Dmitri Shuralyovcmd/gofmt: fix error on partial Go code ending with...
2014-08-22 Josh Bleecher... runtime: add Go symtab implementation
2014-08-22 Dave Cheneypath, path/filepath: remove dead code
2014-08-22 Dave Cheneymisc/nacl: fix build
2014-08-22 Dmitriy Vyukovsyscall: fix nacl build
2014-08-22 Alex Brainmanpath/filepath: make Abs handle paths like c:a.txt properly
2014-08-22 Robert Griesemercmd/gofmt: make test files self-describing
2014-08-21 Andrew Gerrandsync: be more explicit in WaitGroup docs
2014-08-21 Dave Cheneycmd/ld: fix undefined behaviour in pcln.c
2014-08-21 Rob PikeA+C: Fatih Arslan (individual CLA)
2014-08-21 Robert Griesemercmd/gofmt: remove testdata/*.gofmt files
2014-08-21 Rémy Oudomphengruntime: give an explicit name to profiling Bucket...
next