]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2014-08-21 Alberto Donizettitime: removed from tests now obsolete assumption about...
2014-08-21 Brad FitzpatrickA+C: Alberto Donizetti (individual CLA)
2014-08-21 Josh Bleecher... cmd/api: reduce stutter in runtime type stubs
2014-08-21 Mark Theunissennet/http/httputil: Pass a Logger to ReverseProxy, allow...
2014-08-21 Brad FitzpatrickA+C: Mark Theunissen (individual CLA)
2014-08-21 Dmitriy Vyukovruntime: convert lfstack to Go
2014-08-21 Dmitriy Vyukovruntime: remove now arg from timer callback
2014-08-21 Dmitriy Vyukovruntime: convert common scheduler functions to Go
2014-08-21 Mikio Haranet: fix typo
2014-08-21 Dmitriy Vyukovcmd/gc: fix undefined behavior
2014-08-21 Dmitriy Vyukovruntime: init GC later
2014-08-21 Dmitriy Vyukovruntime: fix deadlock when gctrace
2014-08-21 Dmitriy Vyukovcmd/api: add missing runtime struct
2014-08-21 Rémy Oudomphengruntime: convert MemProfile, BlockProfile, ThreadCreate...
2014-08-20 Josh Bleecher... runtime: remove unused variable
2014-08-20 Josh Bleecher... runtime: convert memclrBytes to Go
2014-08-20 Dmitriy Vyukovruntime: add atomicor8 for amd64p32
2014-08-20 Alex Brainmansyscall: replace zsyscall_windows_*.go files with a...
2014-08-20 Brad Fitzpatricknet/http: fix TimeoutHandler data races; hold lock...
2014-08-19 Josh Bleecher... runtime: fix typo in comment
2014-08-19 Dmitriy Vyukovruntime: fix TestGcLastTime on windows
2014-08-19 Josh Bleecher... cmd/6a, cmd/8a: document AJxx condition codes
2014-08-19 Dmitriy Vyukovruntime: make the GC bitmap a byte array
2014-08-19 Dmitriy Vyukovruntime: always pass type to mallocgc when allocating...
2014-08-19 Dmitriy Vyukovruntime: allow copying of onM frame
2014-08-19 Dmitriy Vyukovruntime: fix MemStats on 32-bits
2014-08-19 Dmitriy Vyukovruntime: convert Gosched to Go
2014-08-19 Dmitriy Vyukovcmd/gc: fix heap buffer overflow
2014-08-19 Dmitriy Vyukovruntime: improve diagnostics of non-copyable frames
2014-08-19 Dmitriy Vyukovruntime: fix memstats
2014-08-19 Alex Brainmanos: make SameFile handle paths like c:a.txt properly
2014-08-19 Alex Brainmanruntime: apply KindMask before comparison
2014-08-19 Andrew Gerrandhtml/template: don't panic on second execution of unesc...
2014-08-19 Evan Kroskenet/http: correct error message for incorrect Body...
2014-08-19 Russ Coxruntime: fix windows/amd64 build after pc-relative...
2014-08-19 Josh Bleecher... liblink: fix encoding of ASETPC in 6a, 8a
2014-08-19 Russ Coxcmd/gc, runtime: refactor interface inlining decision...
2014-08-19 Russ Coxdoc/go1.4: mention pc-relative addressing on amd64
2014-08-19 Russ Coxliblink: use pc-relative addressing for all memory...
2014-08-19 Russ Coxruntime: avoid $sym(SB) as constant
2014-08-19 Dave Cheneycmd/6g: fix undefined behavior in reg.c
2014-08-18 Andrew Gerrandfmt: print byte stringers correctly
2014-08-18 Jeff R. Allenbzip2: improve performance
2014-08-18 Keith Randallruntime: move panicindex/panicslice to Go.
2014-08-18 Marcel van... unicode: strconv: regexp: Upgrade to Unicode 7.0.0.
2014-08-18 Dmitriy Vyukovruntime: add more cases to GC info test
2014-08-18 Brad Fitzpatrickinternal/syscall: add support for getrandom on arm
2014-08-18 Dmitriy Vyukovruntime: implement transfer cache
2014-08-18 Dmitriy Vyukovruntime: fix dump of data/bss
2014-08-18 Dmitriy Vyukovruntime: don't acquirem on malloc fast path
2014-08-16 Dmitriy Vyukovruntime: mark with non-atomic operations when GOMAXPROCS=1
2014-08-16 Dave Cheneycmd/ld: fix operator precedence
2014-08-16 Shenghou Macmd/ld: fix operator precedence
2014-08-16 Brad Fitzpatrickcrypto/x509: SystemRootsError style tweaks, document...
next