- 98182c8 math/big: enable pure Go (no assembly) build with build tag by Robert Griesemer · 10 years ago
- 4224d81 cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T) by Russ Cox · 10 years ago
- b115c35 cmd/internal/gc: move cgen, regalloc, et al to portable code by Russ Cox · 10 years ago
- 11dba2e html/template: fix crash when escaping incomplete template by Rob Pike · 10 years ago
- 3f12d27 bytes, os/exec, strings: fix a few BUG comments by areski · 10 years ago
- 9c0b145 os: don't return Chmod's error from Mkdir and OpenFile by Kato Kazuyoshi · 10 years ago
- 69b2f70 cmd/internal/gc: remove dead code by Robert Griesemer · 10 years ago
- 888767f cmd/internal/gc: use big.Int to represent Mpint bits by Robert Griesemer · 10 years ago
- 653426f runtime: exit getfull barrier if there are partial workbufs by Austin Clements · 10 years ago
- 06de3f5 runtime: document subtlety around entering mark termination by Austin Clements · 10 years ago
- 43dfb87 mime/quotedprintable: add writer by Alexandre Cesaro · 10 years ago
- 4d2b3a0 runtime: fix arm build by Russ Cox · 10 years ago
- b960263 cmd/internal/gc: move componentgen into portable code by Russ Cox · 10 years ago
- d47fe80 cmd/internal/gc: increase registerization limits by Russ Cox · 10 years ago
- fd38dbc cmd/internal/gc: cache ProgInfo in Prog by Russ Cox · 10 years ago
- 532ccae cmd/internal/obj: replace Addr.U struct {...} with Val interface{} by Russ Cox · 10 years ago
- 631d6a3 runtime: implement atomicand8 atomically by Russ Cox · 10 years ago
- b93fa30 cmd/6g: allow componentgen of slice inside struct by Russ Cox · 10 years ago
- 08af4c3 cmd/internal/obj/x86: fix duffcopy/duffzero for GOEXPERIMENT=framepointer by Russ Cox · 10 years ago
- f63678a testing: document that flag.Parse is not called when TestMain runs by Shenghou Ma · 10 years ago
- 20b3a9b crypto/x509: document that DecryptPEMBlock cannot detect all cases of incorrect password by Shenghou Ma · 10 years ago
- fc28fd1 cmd/internal/obj: shuffle link.go to put declarations in original order by Russ Cox · 10 years ago
- 8b9a3d4 cmd/internal/gc: change Naddr to take a *Addr to fill in by Russ Cox · 10 years ago
- a5e1841 cmd/dist: add //line to copied bootstrap files by Russ Cox · 10 years ago
- 564eab8 runtime: add GODEBUG=sbrk=1 to bypass memory allocator (and GC) by Russ Cox · 10 years ago
- 01af727 Revert "cmd/internal/gc: add internConcat for alloc-free string concatenation" by Russ Cox · 10 years ago
- 42fcc6f cmd/internal/gc: add internConcat for alloc-free string concatenation by Josh Bleecher Snyder · 10 years ago
- 7274b1f net/http/pprof: Correct body tag in index template by Quoc-Viet Nguyen · 10 years ago
- 64469fc cmd/dist: re-disable android test by David Crawshaw · 10 years ago
- 9c5e8c4 cmd/dist: update android testing TODO, add iOS by David Crawshaw · 10 years ago
- fd2f8d4 cmd/internal/gc: remove duplicate copyright notice by Robert Griesemer · 10 years ago
- 6d44844 cmd/internal/gc: fix broken build by Josh Bleecher Snyder · 10 years ago
- 25e793d cmd/internal/gc, runtime: speed up some cases of _, ok := i.(T) by Josh Bleecher Snyder · 10 years ago
- 55b4516 cmd/internal/gc: clean up walk conv* and assert* by Josh Bleecher Snyder · 10 years ago
- cadd4f8 runtime: combine gcWorkProducer into gcWork by Austin Clements · 10 years ago
- 77fcf36 runtime: don't use cached wbuf in markroot by Austin Clements · 10 years ago
- fa2f9c2 runtime: run concurrent mark phase on regular stack by Austin Clements · 10 years ago
- bef356b runtime: improve comment in concurrent GC by Austin Clements · 10 years ago
- d21cef1 runtime: remove pointless harvestwbufs by Austin Clements · 10 years ago
- a681c30 runtime: remove out of date comment by Austin Clements · 10 years ago
- b90638e runtime: delete old .h files by Josh Bleecher Snyder · 10 years ago
- 4bc9bad cmd/internal/gc: speed up large string switches by Josh Bleecher Snyder · 10 years ago
- 6ffed30 runtime: fix minor typo by Josh Bleecher Snyder · 10 years ago
- 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
- fcb895f runtime: add a select test by Dmitry Vyukov · 10 years ago
- ecd630d bufio: fix incorrect comment on Scanner.Scan by Aaron Jacobs · 10 years ago
- d26fdf2 crypto/tls: disable RC4 by default. by Adam Langley · 10 years ago
- a432568 crypto/tls: panic with unknown hash functions. by Adam Langley · 10 years ago
- 123b38e crypto/{ecdsa,rsa}: always use io.ReadFull with crypto/rand.Reader. by Adam Langley · 10 years ago
- e14339d cmd/go: don't crash on unknown GOARCH unless we actually care by Ian Lance Taylor · 10 years ago
- db96e68 math/big: clearer semantics for Float.Scan by Robert Griesemer · 10 years ago
- bc14989 cmd/internal/gc: add a comment to esc.go by David Chase · 10 years ago
- 87ec06f runtime: fix writebarrier throw in lock_sema by Russ Cox · 10 years ago
- 41dbcc1 runtime: Remove write barriers during STW. by Rick Hudson · 10 years ago
- ce9b512 runtime: copy env strings on startup by David Crawshaw · 10 years ago
- 00c73f5 math/big: cleaner handling of exponent under/overflow by Robert Griesemer · 10 years ago
- 2e7f0a0 runtime: fix comment by Dmitry Vyukov · 10 years ago
- 4396ea9 runtime: remove futile wakeups from trace by Dmitry Vyukov · 10 years ago
- 1b49a86 runtime/cgo: catch EXC_BAD_ACCESS on darwin/arm by David Crawshaw · 10 years ago
- 4eb9302 cmd/yacc: fix path in documentation by Jeremy Jackins · 10 years ago
- 506615d runtime: factor object dumping code out of greyobject by Austin Clements · 10 years ago
- 830abc9 runtime: fix out of date comment by Austin Clements · 10 years ago
- e5be643 cmd/internal/gc: mv builtins builtin by Russ Cox · 10 years ago
- 1fdd1d1 cmd/6g: make proginfo register bits constants by Russ Cox · 10 years ago
- 00b3b40 cmd/internal/obj/x86: minor optimization by Russ Cox · 10 years ago
- c819834 cmd/internal/gc: fmt.Sprintf elimination and minor cleanup by Russ Cox · 10 years ago
- d7f6d46 cmd/...: remove use of func() { ... }() in loop increment by Russ Cox · 10 years ago
- 01512b3 cmd/internal/gc: add -d disablenil debug option to turn off nil checks by Russ Cox · 10 years ago
- 13f9c8b cmd/gc: rewrite argtype to substitute in a single pass by Russ Cox · 10 years ago
- 5fca399 cmd/dist: show reason for command failure by Russ Cox · 10 years ago
- 8615465 cmd/internal/obj: reimplement line history by Russ Cox · 10 years ago
- ebe3d69 crypto/tls: return correct hash function when using client certificates in handshake by Joël Stemmer · 10 years ago
- 0a048ce crypto/rsa: implement crypto.Decrypter by Nick Sullivan · 10 years ago
- fa97136 cmd/internal/obj: add basic test of line history by Russ Cox · 10 years ago
- 049eee6 cmd/internal/obj: use map for symbol table by Russ Cox · 10 years ago
- 8e2a57e cmd/pprof/internal/profile: insert blank line after non-doc comment by Russ Cox · 10 years ago
- 5764bef text/template: protect against explicit nil in field chains by Rob Pike · 10 years ago
- e2ca3e6 cmd/internal/gc: remove dead code by Josh Bleecher Snyder · 10 years ago
- 76a2ee3 cmd/objdump: disable TestDisasm.* on arm64 by Aram Hăvărneanu · 10 years ago
- a25e3c0 os/signal, hash/crc32: add arm64 build tags by Aram Hăvărneanu · 10 years ago
- 1abd818 reflect: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
- 2a0833d sync/atomic: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
- f0aef42 math, math/big: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
- d0d9310 syscall: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
- 846ee04 runtime: add support for linux/arm64 by Aram Hăvărneanu · 10 years ago
- 5a0c322 cmd/dist: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
- 3ab794c cmd/cgo: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
- 02c1a9d cmd/7g: add ARM64 Go compiler, based on 9g by Aram Hăvărneanu · 10 years ago
- 3d1ce27 cmd/7l: add the ARM64 linker by Aram Hăvărneanu · 10 years ago
- 18d9ddc cmd/asm: add support for ARM64 by Aram Hăvărneanu · 10 years ago
- 26bbe7a cmd/internal/obj, cmd/internal/obj/arm64: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
- 25e2137 cmd/go: disable verifyAsm for arm64 by Aram Hăvărneanu · 10 years ago
- 272921b go/build: add GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
- 6900a42 sync/atomic: add support for openbsd/arm by Joel Sing · 10 years ago
- 6ed6cb4 cmd/dist: use GOARM=5 for openbsd/arm by Joel Sing · 10 years ago
- 550149f syscall: add support for openbsd/arm by Joel Sing · 10 years ago
- be3133b runtime: add support for openbsd/arm by Joel Sing · 10 years ago
- d7e3d69 runtime: skip TestStdcallAndCDeclCallbacks when gcc is missing by Shenghou Ma · 10 years ago
- 3b1d692 all: remove dragonfly/386 port by Joel Sing · 10 years ago
- facd79e encoding/binary: cull dead code by Josh Bleecher Snyder · 10 years ago