2014-08-25 |
Dmitriy Vyukov | runtime: add comment |
commit | commitdiff | tree |
2014-08-25 |
Dmitriy Vyukov | runtime: convert timers to Go |
commit | commitdiff | tree |
2014-08-25 |
Dmitriy Vyukov | runtime: convert async semaphores to Go |
commit | commitdiff | tree |
2014-08-25 |
Dmitriy Vyukov | runtime: fix plan9 HeapSys accounting |
commit | commitdiff | tree |
2014-08-25 |
Dmitriy Vyukov | runtime: fix chan alignment on 32 bits |
commit | commitdiff | tree |
2014-08-25 |
Russ Cox | cmd/gc: fix order of channel evaluation of receive... |
commit | commitdiff | tree |
2014-08-25 |
Dmitriy Vyukov | runtime: refactor CPU profiling |
commit | commitdiff | tree |
2014-08-25 |
Dmitriy Vyukov | runtime: fix block profile for sync semaphores |
commit | commitdiff | tree |
2014-08-25 |
Dmitriy Vyukov | runtime: fix block profile for sync semaphores |
commit | commitdiff | tree |
2014-08-25 |
Dmitriy Vyukov | runtime: add fast paths to non-blocking channel operations |
commit | commitdiff | tree |
2014-08-25 |
Sanjay Menakuru | runtime: Loosen conditions in TestMemstat in an attempt... |
commit | commitdiff | tree |
2014-08-25 |
Alex Brainman | runtime: convert NewCallback and NewCallbackCDecl to Go |
commit | commitdiff | tree |
2014-08-25 |
Sanjay Menakuru | runtime,runtime/debug: Converted some functions from... |
commit | commitdiff | tree |
2014-08-25 |
Josh Bleecher... | cmd/5g, cmd/6g, cmd/8g: clear Addr node when registerizing |
commit | commitdiff | tree |
2014-08-25 |
Russ Cox | cmd/gc: fix build |
commit | commitdiff | tree |
2014-08-25 |
Russ Cox | cmd/5g, cmd/8g: registerize small structs and arrays |
commit | commitdiff | tree |
2014-08-25 |
Russ Cox | cmd/gc: re-enable IfacePointerOnly |
commit | commitdiff | tree |
2014-08-25 |
Matthew Dempsky | cmd/link: fix testdata generation |
commit | commitdiff | tree |
2014-08-25 |
Russ Cox | runtime: remove some overuse of uintptr/unsafe.Pointer |
commit | commitdiff | tree |
2014-08-24 |
Rob Pike | cmd/yacc: remove Makefile and build expr using go generate |
commit | commitdiff | tree |
2014-08-24 |
Rob Pike | cmd/go: add go generate |
commit | commitdiff | tree |
2014-08-24 |
Rob Pike | doc/go1.4.txt: go generate |
commit | commitdiff | tree |
2014-08-24 |
Russ Cox | runtime: fix arm build |
commit | commitdiff | tree |
2014-08-24 |
Dmitriy Vyukov | runtime: convert synchronous semaphores to Go |
commit | commitdiff | tree |
2014-08-24 |
Keith Randall | runtime: convert channel operations to Go, part 1 ... |
commit | commitdiff | tree |
2014-08-24 |
Dmitriy Vyukov | runtime: fix races on mheap.allspans |
commit | commitdiff | tree |
2014-08-24 |
Dmitriy Vyukov | runtime: cache unrolled GC bitmask |
commit | commitdiff | tree |
2014-08-24 |
Dmitriy Vyukov | runtime: convert sigqueue to Go |
commit | commitdiff | tree |
2014-08-24 |
Dmitriy Vyukov | runtime: convert parfor to Go |
commit | commitdiff | tree |
2014-08-24 |
Russ Cox | runtime: adjust errorCString definition to avoid allocation |
commit | commitdiff | tree |
2014-08-24 |
Dave Cheney | undo CL 130240043 / b09f70c301a5 |
commit | commitdiff | tree |
2014-08-23 |
Dave Cheney | runtime: convert float64toint64, float64touint64 to Go |
commit | commitdiff | tree |
2014-08-23 |
Russ Cox | cmd/gc: change interface representation: only pointers... |
commit | commitdiff | tree |
2014-08-23 |
Dmitriy Vyukov | runtime: remove unused var |
commit | commitdiff | tree |
2014-08-23 |
Daniel Morsing | runtime: run newproc1 on M stack. |
commit | commitdiff | tree |
2014-08-22 |
Dmitriy Vyukov | runtime: fix futex notes |
commit | commitdiff | tree |
2014-08-22 |
Dmitriy Vyukov | runtime: convert note to Go |
commit | commitdiff | tree |
2014-08-22 |
Dmitriy Vyukov | runtime: please vet |
commit | commitdiff | tree |
2014-08-22 |
Dmitri Shuralyov | cmd/gofmt: fix error on partial Go code ending with... |
commit | commitdiff | tree |
2014-08-22 |
Josh Bleecher... | runtime: add Go symtab implementation |
commit | commitdiff | tree |
2014-08-22 |
Dave Cheney | path, path/filepath: remove dead code |
commit | commitdiff | tree |
2014-08-22 |
Dave Cheney | misc/nacl: fix build |
commit | commitdiff | tree |
2014-08-22 |
Dmitriy Vyukov | syscall: fix nacl build |
commit | commitdiff | tree |
2014-08-22 |
Alex Brainman | path/filepath: make Abs handle paths like c:a.txt properly |
commit | commitdiff | tree |
2014-08-22 |
Robert Griesemer | cmd/gofmt: make test files self-describing |
commit | commitdiff | tree |
2014-08-21 |
Andrew Gerrand | sync: be more explicit in WaitGroup docs |
commit | commitdiff | tree |
2014-08-21 |
Dave Cheney | cmd/ld: fix undefined behaviour in pcln.c |
commit | commitdiff | tree |
2014-08-21 |
Rob Pike | A+C: Fatih Arslan (individual CLA) |
commit | commitdiff | tree |
2014-08-21 |
Robert Griesemer | cmd/gofmt: remove testdata/*.gofmt files |
commit | commitdiff | tree |
2014-08-21 |
Rémy Oudompheng | runtime: give an explicit name to profiling Bucket... |
commit | commitdiff | tree |
2014-08-21 |
Alberto Donizetti | time: removed from tests now obsolete assumption about... |
commit | commitdiff | tree |
2014-08-21 |
Brad Fitzpatrick | A+C: Alberto Donizetti (individual CLA) |
commit | commitdiff | tree |
2014-08-21 |
Josh Bleecher... | cmd/api: reduce stutter in runtime type stubs |
commit | commitdiff | tree |
2014-08-21 |
Mark Theunissen | net/http/httputil: Pass a Logger to ReverseProxy, allow... |
commit | commitdiff | tree |
2014-08-21 |
Brad Fitzpatrick | A+C: Mark Theunissen (individual CLA) |
commit | commitdiff | tree |
2014-08-21 |
Dmitriy Vyukov | runtime: convert lfstack to Go |
commit | commitdiff | tree |
2014-08-21 |
Dmitriy Vyukov | runtime: remove now arg from timer callback |
commit | commitdiff | tree |
2014-08-21 |
Dmitriy Vyukov | runtime: convert common scheduler functions to Go |
commit | commitdiff | tree |
2014-08-21 |
Mikio Hara | net: fix typo |
commit | commitdiff | tree |
2014-08-21 |
Dmitriy Vyukov | cmd/gc: fix undefined behavior |
commit | commitdiff | tree |
2014-08-21 |
Dmitriy Vyukov | runtime: init GC later |
commit | commitdiff | tree |
2014-08-21 |
Dmitriy Vyukov | runtime: fix deadlock when gctrace |
commit | commitdiff | tree |
2014-08-21 |
Dmitriy Vyukov | cmd/api: add missing runtime struct |
commit | commitdiff | tree |
2014-08-21 |
Rémy Oudompheng | runtime: convert MemProfile, BlockProfile, ThreadCreate... |
commit | commitdiff | tree |
2014-08-20 |
Josh Bleecher... | runtime: remove unused variable |
commit | commitdiff | tree |
2014-08-20 |
Josh Bleecher... | runtime: convert memclrBytes to Go |
commit | commitdiff | tree |
2014-08-20 |
Dmitriy Vyukov | runtime: add atomicor8 for amd64p32 |
commit | commitdiff | tree |
2014-08-20 |
Alex Brainman | syscall: replace zsyscall_windows_*.go files with a... |
commit | commitdiff | tree |
2014-08-20 |
Brad Fitzpatrick | net/http: fix TimeoutHandler data races; hold lock... |
commit | commitdiff | tree |
2014-08-19 |
Josh Bleecher... | runtime: fix typo in comment |
commit | commitdiff | tree |
2014-08-19 |
Dmitriy Vyukov | runtime: fix TestGcLastTime on windows |
commit | commitdiff | tree |
2014-08-19 |
Josh Bleecher... | cmd/6a, cmd/8a: document AJxx condition codes |
commit | commitdiff | tree |
2014-08-19 |
Dmitriy Vyukov | runtime: make the GC bitmap a byte array |
commit | commitdiff | tree |
2014-08-19 |
Dmitriy Vyukov | runtime: always pass type to mallocgc when allocating... |
commit | commitdiff | tree |
2014-08-19 |
Dmitriy Vyukov | runtime: allow copying of onM frame |
commit | commitdiff | tree |
2014-08-19 |
Dmitriy Vyukov | runtime: fix MemStats on 32-bits |
commit | commitdiff | tree |
2014-08-19 |
Dmitriy Vyukov | runtime: convert Gosched to Go |
commit | commitdiff | tree |
2014-08-19 |
Dmitriy Vyukov | cmd/gc: fix heap buffer overflow |
commit | commitdiff | tree |
2014-08-19 |
Dmitriy Vyukov | runtime: improve diagnostics of non-copyable frames |
commit | commitdiff | tree |
2014-08-19 |
Dmitriy Vyukov | runtime: fix memstats |
commit | commitdiff | tree |
2014-08-19 |
Alex Brainman | os: make SameFile handle paths like c:a.txt properly |
commit | commitdiff | tree |
2014-08-19 |
Alex Brainman | runtime: apply KindMask before comparison |
commit | commitdiff | tree |
2014-08-19 |
Andrew Gerrand | html/template: don't panic on second execution of unesc... |
commit | commitdiff | tree |
2014-08-19 |
Evan Kroske | net/http: correct error message for incorrect Body... |
commit | commitdiff | tree |
2014-08-19 |
Russ Cox | runtime: fix windows/amd64 build after pc-relative... |
commit | commitdiff | tree |
2014-08-19 |
Josh Bleecher... | liblink: fix encoding of ASETPC in 6a, 8a |
commit | commitdiff | tree |
2014-08-19 |
Russ Cox | cmd/gc, runtime: refactor interface inlining decision... |
commit | commitdiff | tree |
2014-08-19 |
Russ Cox | doc/go1.4: mention pc-relative addressing on amd64 |
commit | commitdiff | tree |
2014-08-19 |
Russ Cox | liblink: use pc-relative addressing for all memory... |
commit | commitdiff | tree |
2014-08-19 |
Russ Cox | runtime: avoid $sym(SB) as constant |
commit | commitdiff | tree |
2014-08-19 |
Dave Cheney | cmd/6g: fix undefined behavior in reg.c |
commit | commitdiff | tree |
2014-08-18 |
Andrew Gerrand | fmt: print byte stringers correctly |
commit | commitdiff | tree |
2014-08-18 |
Jeff R. Allen | bzip2: improve performance |
commit | commitdiff | tree |
2014-08-18 |
Keith Randall | runtime: move panicindex/panicslice to Go. |
commit | commitdiff | tree |
2014-08-18 |
Marcel van... | unicode: strconv: regexp: Upgrade to Unicode 7.0.0. |
commit | commitdiff | tree |
2014-08-18 |
Dmitriy Vyukov | runtime: add more cases to GC info test |
commit | commitdiff | tree |
2014-08-18 |
Brad Fitzpatrick | internal/syscall: add support for getrandom on arm |
commit | commitdiff | tree |
2014-08-18 |
Dmitriy Vyukov | runtime: implement transfer cache |
commit | commitdiff | tree |
2014-08-18 |
Dmitriy Vyukov | runtime: fix dump of data/bss |
commit | commitdiff | tree |
2014-08-18 |
Dmitriy Vyukov | runtime: don't acquirem on malloc fast path |
commit | commitdiff | tree |
next |