go /
go /
c735064cdeb6bf4ec84a0a4b2b48a5cafc4b83dd - c735064 cmd/internal/gc: type of str[i] is byte, not uint8 by Russ Cox · 10 years ago
- 913db76 runtime: run background mark helpers only if work is available by Rick Hudson · 10 years ago
- f4d51eb runtime: minor clean up to heapminimum by Austin Clements · 10 years ago
- 8903b3d runtime: add fast check for self-loop pointer in scanobject by Russ Cox · 10 years ago
- 366ba52 cmd/internal/gc: add missing write barrier in append(x, BigStructWithPointers) by Russ Cox · 10 years ago
- f3fc8b0 time: document that not all Unix time can be represented by Shenghou Ma · 10 years ago
- b21ff39 flag: Fix up a package comment a bit. by Aaron Jacobs · 10 years ago
- 82833b3 cmd/internal/gc: rearrange Node fields by Josh Bleecher Snyder · 10 years ago
- f4ab820 cmd/internal/gc: separate Node param fields by Josh Bleecher Snyder · 10 years ago
- ddc9339 cmd/6g, cmd/internal/gc: use Etype instead of Ostk by Josh Bleecher Snyder · 10 years ago
- 2b063bd cmd/internal/gc: make all Node depths int32 by Josh Bleecher Snyder · 10 years ago
- 79986e2 runtime/pprof: write heap statistics to heap profile always by Josh Bleecher Snyder · 10 years ago
- 19354b9 cmd/pprof/internal/profile: ignore comments when parsing heap profiles by Daniel Morsing · 10 years ago
- 6f7b4e8 cmd/doc: put blank lines around comment for types, etc. by Rob Pike · 10 years ago
- 362a40e misc/cgo/testshared: rewrite in Go by Michael Hudson-Doyle · 10 years ago
- f9ec929 spec: fix typo by Robert Griesemer · 10 years ago
- a21cf5b cmd/internal/gc: extend escape analysis to pointers in slices by David Chase · 10 years ago
- f0dd002 runtime: use separate count and note for forEachP by Austin Clements · 10 years ago
- 277acca runtime: hold worldsema while starting the world by Austin Clements · 10 years ago
- 9c44a41 runtime: disallow preemption during startTheWorld by Austin Clements · 10 years ago
- a1da255 runtime: factor stoptheworld/starttheworld pattern by Austin Clements · 10 years ago
- 5f7060a runtime: don't start GC if preemptoff is set by Austin Clements · 10 years ago
- e544bee runtime: correct exception stack trace output by Alex Brainman · 10 years ago
- 0b9866f buildall.bash: exit 1 when make.bash fails by Shenghou Ma · 10 years ago
- a0fc306 runtime: eliminate runqvictims and a copy from runqsteal by Austin Clements · 10 years ago
- ab4e798 cmd/dist: add -k to "dist test" to keep going after error by Shenghou Ma · 10 years ago
- 6e8bcbb cmd/internal/gc: refine ginscmp comment by Russ Cox · 10 years ago
- d36cc02 reflect: make PtrTo(FuncOf(...)) not crash by Russ Cox · 10 years ago
- 512f75e runtime: replace GC programs with simpler encoding, faster decoder by Russ Cox · 10 years ago
- ebe733c text/template: fix race condition on function maps by Didier Spezia · 10 years ago
- d820d5f3 runtime: make mapzero not crash on arm by Russ Cox · 10 years ago
- ddc4c14 cmd/internal/ld: prevent creation of .dynamic and .dynsym symbols when externally linking by Michael Hudson-Doyle · 10 years ago
- 4cfff27 cmd/5l, etc, cmd/internal/ld: consolidate implementations of adddynsym by Michael Hudson-Doyle · 10 years ago
- 0047060 cmd/5l, etc, cmd/internal/ld: consolidate implementations of adddynlib by Michael Hudson-Doyle · 10 years ago
- c3c047a runtime: test and fix heap bitmap for 1-pointer allocation on 32-bit system by Russ Cox · 10 years ago
- 8fa14ea cmd/internal/gc: unembed Name field by Josh Bleecher Snyder · 10 years ago
- ef7e108 net: redo resolv.conf recheck implementation by Alex A Skinner · 10 years ago
- 40fad6c go/parser: better error message for missing ',' in lists by Robert Griesemer · 10 years ago
- 1467776 cmd/internal/obj: update callers to Linkline{fmt,hist} and remove by Matthew Dempsky · 10 years ago
- 82e1651 cmd/internal/gc, cmd/yacc: merge yaccerrors.go into cmd/yacc by Matthew Dempsky · 10 years ago
- d4ed306 syscall: don't run fcntl child process test on iOS by Brad Fitzpatrick · 10 years ago
- 97494a4 Revert "cmd/internal/gc: ignore declarations of types for goto validation" by Brad Fitzpatrick · 10 years ago
- 4302fd0 encoding/json: fix decoding of types with '[]byte' as underlying type by Håvard Haugen · 10 years ago
- 5726af5 cmd/internal/gc: ignore declarations of types for goto validation by Daniel Morsing · 10 years ago
- 76ec0ee cmd/internal/gc: separate Name-only Node fields by Josh Bleecher Snyder · 10 years ago
- 13485be cmd/internal/gc: convert Val.U to interface{} by Josh Bleecher Snyder · 10 years ago
- 3c06cff cmd/internal/gc: explicitly set zero bool Val by Josh Bleecher Snyder · 10 years ago
- ba57781 cmd/5g, etc: prepare Node.Val to be unexported by Josh Bleecher Snyder · 10 years ago
- 0112f6f cmd/5g, etc: prepare to unexport gc.Mp* by Josh Bleecher Snyder · 10 years ago
- 7e26a2d runtime: allocate map element zero values for reflect-created types on demand by Russ Cox · 10 years ago
- 65c4d7b runtime: optimize heapBitsBulkBarrier a tiny amount by Russ Cox · 10 years ago
- 497970f runtime: use memmove during slice append by Russ Cox · 10 years ago
- 3b21417 cmd/go: fix count of number of reserved names (doc change). by David Symonds · 10 years ago
- 335e44d internal/syscall/windows/registry: fix read overrun in GetStringsValue by Patrick Mezard · 10 years ago
- ed8ae79 syscall: add test for Flock_t roundtrip by Shenghou Ma · 10 years ago
- 3863184 syscall: add explicit build tags by Shenghou Ma · 10 years ago
- 37eb1d1 cmd/doc: fix build by Mikio Hara · 10 years ago
- 5069452 syscall: fix F_SETLK{,W} on linux/ppc64 by Shenghou Ma · 10 years ago
- 83c7b60 cmd/doc: trim unexported methods from interfaces by Rob Pike · 10 years ago
- fb7e244 doc: update go1.5.txt by Brad Fitzpatrick · 10 years ago
- 5abdc24 go/types: remove "vendoring" script - not useful anymore by Robert Griesemer · 10 years ago
- a4292c3 api: refresh next.txt by Russ Cox · 10 years ago
- a901d7f cmd/dist: support test filtering via repurposed env variable, negation by Brad Fitzpatrick · 10 years ago
- 1e7f579 go/build: introduce go1.5 build tag by Shenghou Ma · 10 years ago
- 30aacd4 runtime: add Node128, Node130 benchmarks by Russ Cox · 10 years ago
- 1384981 go/types: remove _ imports that are not needed anymore by Robert Griesemer · 10 years ago
- d213057 go/scanner: don't return previous comment as literal value if none is expected by Robert Griesemer · 10 years ago
- 92bdbb8 text/template: need to validate type when an argument is a function call by Rob Pike · 10 years ago
- ecfe42c runtime: keep pointer bits set always in 1-word spans by Russ Cox · 10 years ago
- 94934f8 runtime: rewrite addb/subtractb to be simpler to compile; introduce add1, subtract1 by Russ Cox · 10 years ago
- 5b37393 runtime: skip atomics in heapBitsSetType when GC is not running by Russ Cox · 10 years ago
- b83b011 net: fix vet missed format error in test by Mikio Hara · 10 years ago
- 85a1577 math/big, cmd/internal/gc/big: fix vet detected printf problem by Shenghou Ma · 10 years ago
- b3fb0fd cmd/internal/gc: fix vet detected printf problems by Shenghou Ma · 10 years ago
- dbf533a encoding/json: make BenchmarkSkipValue more stable by Josh Bleecher Snyder · 10 years ago
- ef54930 net: simplify sync.Once calls in tests by Mikio Hara · 10 years ago
- e5febf9 net/http: flush request body chunks in Transport by Brad Fitzpatrick · 10 years ago
- 5c7f944 cmd/internal/obj: validate GOARM environment variable's value before use by Brad Fitzpatrick · 10 years ago
- fd5b8aa text/scanner: avoid further reads after EOF by Robert Griesemer · 10 years ago
- f8fbcef math/rand: shorten Float32 test for GOARM=5 by Brad Fitzpatrick · 10 years ago
- f6d1009 doc: mention net.SocketConn, net.SocketPacketConn in go1.5.txt by Mikio Hara · 10 years ago
- 645e77e net/internal/socktest: fix data race by Mikio Hara · 10 years ago
- 647026a misc/cgo/testcshared: remove use of 'env'. by Hyang-Ah (Hana) Kim · 10 years ago
- 1e26df4 cmd/doc: print BUGs after package docs by Rob Pike · 10 years ago
- 6f2c0f1 runtime: add check for malloc in a signal handler by Brad Fitzpatrick · 10 years ago
- d447279 cmd/internal/gc: optimize slice + write barrier by Russ Cox · 10 years ago
- abb818b spec: fix binary expression grammar rule by Matthew Dempsky · 10 years ago
- 99475df cmd/internal/gc: avoid spurious div-zero errors by Robert Griesemer · 10 years ago
- c4fe503 runtime: reduce thrashing of gs between ps by Rick Hudson · 10 years ago
- 3b38626 net: don't run IP stack required tests on IP stack unimplemented kernels by Mikio Hara · 10 years ago
- 6f7961da net, internal/syscall/unix: add SocketConn, SocketPacketConn by Mikio Hara · 10 years ago
- 08ba7db syscall: mkerrors.sh: don't define _FILE_OFFSET_BITS if __LP64__ by Ian Lance Taylor · 10 years ago
- a4f4a46 misc/cgo/testcshared: fix test for android. by Hyang-Ah (Hana) Kim · 10 years ago
- c06b856 testing: fix typo by Shenghou Ma · 10 years ago
- 1828d03 syscall: mksysnum_linux.pl: run syscall numbers through GCC by Ian Lance Taylor · 10 years ago
- 350fd54 runtime: don't run runq tests on the system stack by Austin Clements · 10 years ago
- 5ed4bb6 cmd/5g: fix build by Russ Cox · 10 years ago
- 9b379d7 syscall: relocate linux death signal code by Andrew Williams · 10 years ago
- 8552047 cmd/internal/gc: optimize append + write barrier by Russ Cox · 10 years ago
- f8d14fc cmd/internal/gc: add backend ginscmp function to emit a comparison by Russ Cox · 10 years ago