go /
go /
a0d330f1ddeaa55cbd35191814546fd98e09a117 - a0d330f runtime, runtime/cgo: revert CL 18814; don't drop signal stack in new thread on dragonfly by Mikio Hara · 8 years ago
- eb268cb runtime: minor simplifications to signal code by Ian Lance Taylor · 8 years ago
- 594cddd testing: add Name method to *T and *B by Andrew Gerrand · 8 years ago
- db82cf4 runtime: use RtlGenRandom instead of CryptGenRandom by Alex Brainman · 8 years ago
- 9893818 cmd/compile: remove duplicate nilchecks by Keith Randall · 8 years ago
- ba94dd3 math: add some assembly implementations on ARM64 by Cherry Zhang · 8 years ago
- a73020f net/http: add more IDNA2008 tests and fix some omissions by Brad Fitzpatrick · 8 years ago
- 36c164e vendor: add golang.org/x/text/unicode/norm + x/test/width for IDNA support by Brad Fitzpatrick · 8 years ago
- 15b4d18 encoding/json: fix a bug in the documentation by mike andrews · 8 years ago
- fdc1671 runtime: remove sigmask type, use sigset instead by Ian Lance Taylor · 8 years ago
- e13df02 database/sql: add context methods by Daniel Theophanes · 8 years ago
- 54a72d9 go/doc: add IsPredeclared function by Luigi Riefolo · 8 years ago
- 097a581 runtime: simplify signalstack by dropping nil as argument by Ian Lance Taylor · 8 years ago
- 60482d8 runtime: relax SetFinalizer documentation to allow &local by Elias Naur · 8 years ago
- 413f1ef cmd/asm: fix parsing of the s390x VLE{G,F,H,B} instructions by Michael Munday · 8 years ago
- a30b5a3 cmd/asm: add s390x instructions BLTU and BLEU by Michael Munday · 8 years ago
- 17a8ec2 cmd/asm, cmd/internal/obj/s390x: improve add/multiply-immediate codegen by Michael Munday · 8 years ago
- 3436f07 reflect, runtime: optimize Value.Call on s390x and add benchmark by Michael Munday · 9 years ago
- 6c43c0c cmd/compile: remove commented-out old c code by Alberto Donizetti · 8 years ago
- f876fb9 cmd/compile: move value around before kick it out of register by Cherry Zhang · 8 years ago
- 9d4b40f runtime, cmd/compile: implement and use DUFFCOPY on ARM64 by Cherry Zhang · 8 years ago
- 7de7d20 image/png: improve compression by skipping filter for paletted images by Oliver Tonnhofer · 8 years ago
- 590f3f0 cmd/compile: fix misaligned comments by Alberto Donizetti · 8 years ago
- 8f9e2ab database/sql: add doc comment for ErrTxDone by Sam Whited · 8 years ago
- 9ed0715 math/big: support negative numbers in ModInverse by Michal Bohuslávek · 8 years ago
- f8b2314 runtime: optimize defer code by Austin Clements · 8 years ago
- d211c2d runtime: implement getcallersp in Go by Austin Clements · 8 years ago
- aaf4099 runtime: update malloc.go documentation by Austin Clements · 8 years ago
- f67c9de runtime: document MemStats by Austin Clements · 9 years ago
- 2098e5d runtime: eliminate memstats.heap_reachable by Austin Clements · 8 years ago
- ec9c84c runtime: disentangle next_gc from GC trigger by Austin Clements · 8 years ago
- 196df6f go/ast: better documentation for CallExpr node by Robert Griesemer · 8 years ago
- 0a18561 cmd/printer: document that Fprint doesn't match gofmt output by Robert Griesemer · 8 years ago
- e2e11f0 runtime: unify Unix implementations of unminit by Ian Lance Taylor · 8 years ago
- 6bcd258 math/big: better SetFloat64 example in doc by Alberto Donizetti · 8 years ago
- ac24388 runtime: merge setting new signal mask in minit by Ian Lance Taylor · 8 years ago
- 3390294 cmd/compile: PPC64, find compare-with-immediate by David Chase · 8 years ago
- 7f1bc53 cmd/compile: only allow integer expressions as keys in array literals by Alberto Donizetti · 9 years ago
- c273503 runtime: unify sigtrampgo by Ian Lance Taylor · 8 years ago
- 1906d93 cmd/compile: On PPC, nilcheck load should be MOVBZ by David Chase · 8 years ago
- 375092b cmd/compile: fix bogus "fallthrough statement out of place" by Alberto Donizetti · 9 years ago
- d15295c runtime: unify handling of alternate signal stack by Ian Lance Taylor · 8 years ago
- e6143e1 net/http: add Client tests for various 3xx redirect codes by Emmanuel Odeke · 8 years ago
- 5bbb854 net/http/httputil: preallocate trailerKeys slice by Gyu-Ho Lee · 9 years ago
- 4383e43 net/url: avoid if statement by Antonio Murdaca · 9 years ago
- 5df7f52 net/rpc: Add documentation for client.Close by Sam Whited · 9 years ago
- 6ba5b32 expvar: export http.Handler by Anders Pearson · 9 years ago
- f05cd4c runtime: simplify conditions testing g.paniconfault by Ian Lance Taylor · 8 years ago
- 343bec5 runtime: merge sigpanic_unix.go into signal_unix.go by Ian Lance Taylor · 8 years ago
- 38765eb runtime/race: don't crash on invalid PCs by Dmitry Vyukov · 8 years ago
- 9f1c787 cmd/cgo: fix line info in _cgo_gotypes.go by Dmitry Vyukov · 8 years ago
- c140506 runtime: fix newextram PC passed to race detector by Dmitry Vyukov · 8 years ago
- 893edc9 net/http/httptrace: remove the mention of http client by Jaana Burcu Dogan · 8 years ago
- 159a90b runtime: merge Unix sighandler functions by Ian Lance Taylor · 8 years ago
- 890c09e os: make IsExist report true on ERROR_DIR_NOT_EMPTY on Windows by Kale Blankenship · 8 years ago
- 60074b0 runtime: remove TestCollisions from -short by Keith Randall · 8 years ago
- ab552aa runtime: unify some signal handling functions by Ian Lance Taylor · 8 years ago
- fd29628 cmd/dist: enable plugin test on darwin/amd64 by David Crawshaw · 8 years ago
- 96acfaa cmd/go: enable -buildmode=plugin on darwin/amd64 by David Crawshaw · 8 years ago
- 73e7a56 cmd/link: plugin support on darwin/amd64 by David Crawshaw · 8 years ago
- 26a6131 cmd/compile: fix 4-byte unaligned load rules by Keith Randall · 8 years ago
- 120e9ff cmd/compile: recognize OpS390XLoweredNilCheck as a nil check in the scheduler by Michael Munday · 8 years ago
- 3311275 math, cmd/internal/obj/ppc64: improve floor, ceil, trunc with asm by Lynn Boger · 8 years ago
- ed915ad runtime: use sched_yield instead of pthread_yield by David Crawshaw · 8 years ago
- b444d43 plugin: darwin support by David Crawshaw · 8 years ago
- b4c9829 runtime: check plugin-loaded moduledata addresses by David Crawshaw · 8 years ago
- 9d8522f cmd/compile: don't instrument copy and append in runtime by Ian Lance Taylor · 8 years ago
- 88d2f91 cmd/compile: fix type of static closure pointer by Keith Randall · 8 years ago
- d586aae test: errorcheck auto-generated functions by Cherry Zhang · 8 years ago
- 3dfb92f cmd/compile: ensure args are live in tail calls for LR machines by Cherry Zhang · 8 years ago
- 254169d crypto/tls: fix deadlock when racing to complete handshake. by Adam Langley · 9 years ago
- ad5d91c net/url: prefix relative paths containing ":" in the first segment with "./" by Kale Blankenship · 8 years ago
- cddddbc cmd/compile: use ISEL, cleanup use of zero & extensions by David Chase · 8 years ago
- dcbbd31 compress/gzip: add examples by Emmanuel Odeke · 9 years ago
- a7dc821 crypto/rsa: clarify comment on maximum message length. by Nigel Tao · 8 years ago
- 9e028b7 runtime: merge signal[12]_unix.go into signal_unix.go by Ian Lance Taylor · 8 years ago
- 5db80c3 runtime: revert CL 18835; don't install new signal stack unconditionally on dragonfly by Mikio Hara · 8 years ago
- e613470 cmd/compile: simplify obj.ProgInfo and extract from obj.Prog by Matthew Dempsky · 9 years ago
- 404ae84 cmd/link: add time stamp to hostlink print in -v mode by Russ Cox · 8 years ago
- b4efd09 cmd/link: split large elf text sections on ppc64x by Lynn Boger · 9 years ago
- 445f51f image/png: add Encode and Decode examples by Suyash · 9 years ago
- 2bc5f12 net: add Resolver type, Dialer.Resolver, and DefaultResolver by Brad Fitzpatrick · 8 years ago
- ea143c2 net/http/httptest: fill ContentLength in recorded Response by Thomas de Zeeuw · 9 years ago
- e69d63e net/http/cookiejar: fix typo by Michal Bohuslávek · 8 years ago
- c03925e runtime: remove unnecessary atomics from heapBitSetType by Austin Clements · 9 years ago
- 43d9c29 doc: add note about CL 29491 to go1.8.txt by Mikio Hara · 8 years ago
- 6072e4d syscall: fix build on dragonfly by Mikio Hara · 8 years ago
- 35d22af cmd/internal/obj: remove unused GOROOT-related fields by Matthew Dempsky · 8 years ago
- e6158b3 cmd/internal/obj: remove unused Textp and Etextp fields by Matthew Dempsky · 8 years ago
- b851ded os: use GetConsoleCP() instead of GetACP() by Yasuhiro Matsumoto · 9 years ago
- 16f81b6 image/draw: add FloydSteinberg Drawer example by Brad Fitzpatrick · 8 years ago
- e719147 doc: add some missing HTML tags in the FAQ by Brad Fitzpatrick · 8 years ago
- dd24b10 cmd/compile: improve tighten pass by Keith Randall · 9 years ago
- b742608 cmd/compile: simple cleanups by Keith Randall · 8 years ago
- f5f7d6e syscall: validate ParseDirent inputs by Damien Neil · 9 years ago
- ab59235 runtime: consistency check for G rescan position by Austin Clements · 9 years ago
- 39ce6eb runtime: report GCSys and OtherSys in heap profile by Austin Clements · 9 years ago
- 38cd798 cmd/compile: simplify div/mod on ARM by Cherry Zhang · 8 years ago
- f964810 net/http/httptrace: fix bad tracing example by Jaana Burcu Dogan · 8 years ago
- 836a3ae cmd/link: remove more unused ctxt parameters by Michael Hudson-Doyle · 8 years ago