go /
go /
ea7c57a03135118dde12cb27b735c48c24c88b37 - ea7c57a go spec: restrictions for index and slice expressions by Robert Griesemer · 12 years ago
- a2659aa cmd/go: Dedup package arguments before building. by Daniel Morsing · 12 years ago
- 73f1117 math/big: add 4-bit, fixed window exponentiation. by Adam Langley · 12 years ago
- ace9ff4 sync/atomic: FreeBSD/ARM support only supports ARMv6K and newer ARM cores. by Shenghou Ma · 12 years ago
- ec1ef16 path/filepath: better documentation for WalkFunc by Rob Pike · 12 years ago
- 8c2b131 net: return error from pollster rather than panicing by Dave Cheney · 12 years ago
- 7565726 math/big: fix big.Exp and document better by Robert Griesemer · 12 years ago
- cfa1ba3 crypto/tls: make closeNotify a warning alert. by Adam Langley · 12 years ago
- 71588bc exp/types/staging: index and slice type checks by Robert Griesemer · 12 years ago
- f24323c runtime: fix spurious deadlock crashes Fixes #4243. by Dmitriy Vyukov · 12 years ago
- 12cbc8a doc: NetBSD is fully supported now by Shenghou Ma · 12 years ago
- 0c44488 misc/dist: support packaging for NetBSD by Shenghou Ma · 12 years ago
- 6e0df25 doc/godoc.js: put focus on div#page when necessary by Shenghou Ma · 12 years ago
- 7e144bc cmd/5g, cmd/6g, cmd/8g: fix out of registers. by Rémy Oudompheng · 12 years ago
- bcf88de pprof: filter out runtime.settype and fix --svg mode to produce valid XML by Brad Fitzpatrick · 12 years ago
- 08d6643 builder: label the race builder as "race" by Brad Fitzpatrick · 12 years ago
- 15970c8 spec: more clarification about deferred functions by Rob Pike · 12 years ago
- 6273c73 runtime: add missing if(raceenabled) by Dmitriy Vyukov · 12 years ago
- 1f31598 image/jpeg: re-organize the processSOS code. by Nigel Tao · 12 years ago
- 8b624f6 image/jpeg: decode progressive JPEGs. by Nigel Tao · 12 years ago
- f2045aa time: accept numbers larger than 2^32 in ParseDuration. by David Symonds · 12 years ago
- 2408343 io/ioutil: use pathname instead of name in docs to avoid confusion by Shenghou Ma · 12 years ago
- 422da76 compress/bzip2: use io.ByteReader instead of internal interface by Anthony Martin · 12 years ago
- 366268a runtime: FreeBSD/ARM support by Shenghou Ma · 12 years ago
- ef2ee45 doc: remove ExpressivenessOfGo.pdf by Shenghou Ma · 12 years ago
- 378d7ef syscall: FreeBSD/ARM support by Shenghou Ma · 12 years ago
- 1e9f308 cmd/5l: reorder some struct fields to reduce memory consumption by Shenghou Ma · 12 years ago
- 19dc7bb cmd/dist: fix superfluous and confusing "binaries ... to be copied or moved" message by Shenghou Ma · 12 years ago
- e171b97 fmt: document some undocumented details by Rob Pike · 12 years ago
- eae25d4 bytes, strings: add (*Reader).WriteTo by Evan Shaw · 12 years ago
- 06d4269 time: delete erroneous word from documentation. Fixes #4236. by Rob Pike · 12 years ago
- bd6601f os/signal: add Notify example by Andrew Gerrand · 12 years ago
- 4bee88d math/big: more conservative use of lock for divisor table by Robert Griesemer · 12 years ago
- 3acce59 crypto/rsa: fix decryption benchmark. by Adam Langley · 12 years ago
- a14f87c net/http: fix data race on countReader.n by Dave Cheney · 12 years ago
- f1b1753 net/http: fix race on bodyEOFSignal.isClosed by Dave Cheney · 12 years ago
- 6720997 crypto/hmac: add Equal function. by Adam Langley · 12 years ago
- 4c473c0 doc/contribute.html: assorted fixes by Shenghou Ma · 12 years ago
- b13c7ee godoc: update favicon by Andrew Gerrand · 12 years ago
- 2100947 doc/faq: discuss virtual memory use by go processes by Andrew Gerrand · 12 years ago
- dad1228 doc/articles/wiki: numerous fixes by Jimmy Zelinskie · 12 years ago
- a3d116c A+C: add Jimmy Zelinskie (Individual CLA) by Andrew Gerrand · 12 years ago
- bd31e62 godoc: restore toy selection to playground widget by Andrew Gerrand · 12 years ago
- 6572c7e doc/godoc.js: assign tmp. id to nodes without id in generateTOC() by Shenghou Ma · 12 years ago
- 7e196d0 godoc: fix site for large displays by Andrew Gerrand · 12 years ago
- dda1b56 test: convert tests to run.go whenever possible. by Rémy Oudompheng · 12 years ago
- c12dab2 container/heap: optimization in case heap has many duplicates by Taj Khattra · 12 years ago
- 4c9c36e C+A: added Taj Khattra (individual CLA) by Robert Griesemer · 12 years ago
- bf7d229 cmd/go: don't ignore error when 'go clean' Fixes #4208. by Shenghou Ma · 12 years ago
- be2b95f runtime/debug: fix the test by Dmitriy Vyukov · 12 years ago
- df7b720 codereview.py: Fix crash on auth error handling. by Uriel Mangado · 12 years ago
- 21b2ce7 cmd/gc: fix compiler crash during race instrumentation by Dmitriy Vyukov · 12 years ago
- 27e93fb runtime: fix race detector handling of stackalloc() by Dmitriy Vyukov · 12 years ago
- f04ae13 spec: clarify defer semantics by Rob Pike · 12 years ago
- c91538f A+C: change Sergio Correia's email address by Andrew Gerrand · 12 years ago
- 749a445 bytes: fix tests and fix build by Andrew Gerrand · 12 years ago
- 8438641 godoc: add dropdown playground to nav bar by Andrew Gerrand · 12 years ago
- e7c222c bytes: make examples work in playground by Andrew Gerrand · 12 years ago
- 241b236 go/printer: idempotent comment formatting by Robert Griesemer · 12 years ago
- af79568 gofmt: apply gofmt -w -s src misc by Robert Griesemer · 12 years ago
- 32316bb cmd/ld: add -B option to set build ID by Ian Lance Taylor · 12 years ago
- dfc7304 net/http: fix name of result parameter in a comment by Brad Fitzpatrick · 12 years ago
- 24ab448 misc/cgo/test: add -ldl to LDFLAGS on Linux, ignore issue4029 on windows (fix build) by Shenghou Ma · 12 years ago
- 7e90f7b crypto/tls: fix NPN extension parsing. by Adam Langley · 12 years ago
- 49a5c28 io/ioutil: fix data race on rand Fixes #4212. by Dmitriy Vyukov · 12 years ago
- d901808 cmd/5l: generate FreeBSD compatible ELF by Shenghou Ma · 12 years ago
- fa563ae cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for Darwin by Shenghou Ma · 12 years ago
- cffbfae race: syscall changes by Dmitriy Vyukov · 12 years ago
- f76f120 cmd/ld: use 64-bit alignment for large data and bss objects by Russ Cox · 12 years ago
- 3aae5a0 cmd/fix: disable reflect test under race detector (very slow) by Dmitriy Vyukov · 12 years ago
- 6cab8aa cmd/go: fix handling of build tags for standard commands by Dmitriy Vyukov · 12 years ago
- aa97c88 encoding/gob: add test case for issue 4214. by Dmitriy Vyukov · 12 years ago
- e855fcc encoding/gob: fix data race in Register Fixes #4214. by Rob Pike · 12 years ago
- e9f0fc8 debug/pe: support PE files which contain no symbol table (if NumberOfSymbols is equal to 0 in the IMAGE_FILE_HEADER structure). by Robin Eklind · 12 years ago
- 6f7b66d A+C: added Robin Eklind (individual CLA) by Robert Griesemer · 12 years ago
- 4fb89c9 godoc: support Playground examples on App Engine by Andrew Gerrand · 12 years ago
- f8b5838 testing: change -test.benchtime to a flag.Duration. by David Symonds · 12 years ago
- 05e4e80 encoding/base{32,64}: add examples. by David Symonds · 12 years ago
- c7cc894 net/url: report first error from ParseQuery. by David Symonds · 12 years ago
- c81293a test: Make run.go's errorcheck behave like testlib. by Daniel Morsing · 12 years ago
- 156d85c doc: update text about hgrc and environment variables. by David Symonds · 12 years ago
- d5b570c fix build: use temporary variable to avoid compiler error by Robert Griesemer · 12 years ago
- 0d94742 exp/types/staging: more flexible API, cleanups by Robert Griesemer · 12 years ago
- 5224875 /exp/types/staging: expression and statement type checking by Robert Griesemer · 12 years ago
- 328f0e7 exp/types/staging: test drivers by Robert Griesemer · 12 years ago
- 7f710c2 exp/locale/collate: use gofmt -w -s (rather than just gofmt -w) by Robert Griesemer · 12 years ago
- 05fc42a go/parser: fix object kind by Robert Griesemer · 12 years ago
- 9e81168 gophertool: make work with latest Chrome extension security restrictions by Brad Fitzpatrick · 12 years ago
- 236e79c godoc: fetch jQuery via https by Andrew Gerrand · 12 years ago
- 905e8df cmd/5g: avoid temporaries during gcmp(reg, constant) by Dave Cheney · 12 years ago
- 46bce2a test: convert more tests to rundir/compiledir conventions by Rémy Oudompheng · 12 years ago
- 5497787 test/testlib: don't forget stderr for rundircmpout. by Rémy Oudompheng · 12 years ago
- 5da37c0 cmd/8a: add SSE2 instructions by Russ Cox · 12 years ago
- c1d06ce cmd/8l: add SSE2 instructions by Russ Cox · 12 years ago
- d749783 cmd/gc: skip over reported BOMs by Russ Cox · 12 years ago
- 65b782e cmd/ld, cmd/5l: support R_ARM_PC24 and R_ARM_JUMP24, fix R_ARM_CALL by Shenghou Ma · 12 years ago
- eca37e1 codereview: more mercurial interface fixes Fixes #4131. by Shenghou Ma · 12 years ago
- 9844e4c test: correct type in declbad.go by Rémy Oudompheng · 12 years ago
- c4c4b3b test/bench/shootout: match gcc architecture to GOARCH by Russ Cox · 12 years ago
- caff439 cmd/gc: more graceful handling of invalid fields in widstruct. by Rémy Oudompheng · 12 years ago