go /
go /
8b2503d5f54e49608f2b2abfb7d5449288e801b1 - 8b2503d cmd/internal/gc: fix race build by Shenghou Ma · 10 years ago
- 4e5ac45 text/template: provide a mechanism for options by Rob Pike · 10 years ago
- 4f2a730 cmd/internal/gc, cmd/yacc: restore remaining custom error messages by Matthew Dempsky · 10 years ago
- 0c9f3e4 cmd/internal/gc: destutter array initializers by Matthew Dempsky · 10 years ago
- c45f4b7 iostest.bash: warn if GOARCH is not correct by Josh Bleecher Snyder · 10 years ago
- ca0aded cmd/7g: reserve registers R26 to R32 by David Crawshaw · 10 years ago
- a51d5f2 cmd/internal/gc: use 512 bits (rather than 464) for multi-precision arithmetic by Robert Griesemer · 10 years ago
- 14bbab4 cmd/internal/gc/big: gofmt vendored code by Josh Bleecher Snyder · 10 years ago
- 92dba0d cmd/internal/gc: use hardware instruction for math.Sqrt (amd64/arm) by Russ Cox · 10 years ago
- 90c0fef cmd/internal/obj/x86: remove NOP that crept into framepointer fix by Russ Cox · 10 years ago
- 13f7494 cmd/7g: FCMPS/FCMPD also should be RegRead instead of RightRead by Shenghou Ma · 10 years ago
- 32dbe07 runtime: fix arm, arm64, ppc64 builds (I hope) by Ian Lance Taylor · 10 years ago
- 21ed40c net: deflake TestDialGoogle, TestResolveDialGoogle by Mikio Hara · 10 years ago
- e8694c8 runtime: initialize shared library at library-load time by Srdjan Petrovic · 10 years ago
- 167562f net: deflake TestDialTimeoutFDLeak by Mikio Hara · 10 years ago
- 88399b2 crypto/x509: Fix parsing bug in uncommon CSR Attributes. by Jacob H. Haven · 10 years ago
- 3a9024b net: move init function into net.go by Mikio Hara · 10 years ago
- f244a14 runtime: add cumulative GC CPU % to gctrace line by Austin Clements · 10 years ago
- 24ee948 runtime: update gctrace line for new garbage collector by Austin Clements · 10 years ago
- 28f33b4 crypto/tls: make use of crypto.Signer and crypto.Decrypter by Jacob H. Haven · 10 years ago
- 5750b71 cmd/internal/gc: move fix and flt functions into respective files (cleanups) by Robert Griesemer · 10 years ago
- 5bb89eb cmd/internal/gc: use big.Float to represent Mpflt bits by Robert Griesemer · 10 years ago
- 4da157a cmd/dist, cmd/internal/gc: switch gc from math/big to vendored math/big by Robert Griesemer · 10 years ago
- dec6859 cmd/internal/gc/big: updated vendored version of math/big (fix build) by Robert Griesemer · 10 years ago
- 398bf9d cmd/internal/gc, cmd/yacc: restore custom syntax error messages by Matthew Dempsky · 10 years ago
- e5a0d63 cmd/internal/gc/big: vendored math/big for use by gc by Robert Griesemer · 10 years ago
- a1bb303 cmd/yacc: generate arrays instead of slices where possible by Matthew Dempsky · 10 years ago
- 01d005c cmd/8g, cmd/internal/gc: clean up GO386 handling by Dave Cheney · 10 years ago
- 33448d9 cmd/7g: fix ACMP entry in progtable by David Crawshaw · 10 years ago
- bb29875 math/big: implement missing special cases for binary operations by Robert Griesemer · 10 years ago
- d6dff63 cmd/go: print SWIG warnings by Michael Schaller · 10 years ago
- 822a24b runtime: remove checkgc code from hashmap by Austin Clements · 10 years ago
- 6134caf runtime: improve MemStats comments by Austin Clements · 10 years ago
- 52c84c3 net: move test flags into main_test.go by Mikio Hara · 10 years ago
- bd09279 go/ast: fix ast.Inspect doc string by Robert Griesemer · 10 years ago
- ad36009 runtime: auto-generate duff routines by Josh Bleecher Snyder · 10 years ago
- 102b806 cmd/internal/gc: make class uint8 throughout by Josh Bleecher Snyder · 10 years ago
- 8b0e38f net: deflake TestDialTimeout by Mikio Hara · 10 years ago
- fb4b467 doc/go1.5: add Stats to database/sql by Josh Bleecher Snyder · 10 years ago
- 93553dd net: fix data race in benchmarks by Mikio Hara · 10 years ago
- 9b696be go/scanner: Simplify ErrorList.Sort implementation. by David Symonds · 10 years ago
- 919a6fb math/big: faster Int.Binomial(n, k) for k > n/2 by Robert Griesemer · 10 years ago
- 3ed9e4c cmd/internal/gc: unembed Node.Func by Josh Bleecher Snyder · 10 years ago
- 57279ba cmd/internal/gc: separate func-only Node fields by Josh Bleecher Snyder · 10 years ago
- 9fd87bd go/scanner: Stabilize (*ErrorList).Sort by Jan Mercl · 10 years ago
- 9a3ee2d cmd/gofmt, go/format: refactor common pieces into internal/format by Sebastien Binet · 10 years ago
- b09925b cmd/5g etc: merge simple case expressions onto fewer lines by Josh Bleecher Snyder · 10 years ago
- 2c20eda compress/flate: fix typo in comment by Preetam Jinka · 10 years ago
- 94410c7 cmd/gc: teach componentgen about string constants by Josh Bleecher Snyder · 10 years ago
- 297c1d2 database/sql: provide stats on number of open connections to the database. by Andrei Korzhevskii · 10 years ago
- 9d02397 cmd/go: always link external test packages first when using gccgo by Dave Cheney · 10 years ago
- 9c03752 text/scanner: Fix EOF reporting on strange Readers by Evan Phoenix · 10 years ago
- 15e66f9 fmt: improve test coverage of %x and %X format variations for strings by Martin Möhrmann · 10 years ago
- 29d1f3b net: add socket system call hooks for testing by Mikio Hara · 10 years ago
- fa85a72 math/big: remove NaN support - just not worth it by Robert Griesemer · 10 years ago
- 67426a8 runtime, cmd/internal/ld: change runtime to use a single linker symbol by Michael Hudson-Doyle · 10 years ago
- 0de359d cmd/internal/gc: directly produce importpath of package being compiled by Michael Hudson-Doyle · 10 years ago
- 8d267b9 math/big: fixed Float.Float64, implemented Float.Float32 by Robert Griesemer · 10 years ago
- f8fd550 doc: add another go1.5.txt performance item, sort gc items by Brad Fitzpatrick · 10 years ago
- 34ee744 crypto/x509: use syscall.GetVersion instead of internal/syscall/windows.GetVersion by Alex Brainman · 10 years ago
- a2f3d73 runtime: improve comment about non-preemption during GC work by Austin Clements · 10 years ago
- a4374c1 runtime: fix another out of date comment in GC by Austin Clements · 10 years ago
- 6262192 strings: Add benchmark test for trim function by John Potocny · 10 years ago
- c45751e runtime: allow pointers to strings to be printed by Lee Packham · 10 years ago
- 6ca91d2 cmd/internal/obj/arm64: delete needless closure in for claus by Rob Pike · 10 years ago
- 73c026e test: add testcase for gccgo-specific issue 10284 by Shenghou Ma · 10 years ago
- f78dc1d runtime: rename ·main·f to ·mainPC to avoid duplicate symbol by Michael Hudson-Doyle · 10 years ago
- b841785 cmd/internal/ld: handle TLS and imported symbols more regularly by Michael Hudson-Doyle · 10 years ago
- 00e0fe4 misc/ios: retry loop to handle builder flakiness by David Crawshaw · 10 years ago
- dd95244 iostest.bash: build script for iOS by David Crawshaw · 10 years ago
- ffe7fbf cmd/internal/gc: convert some comment text from C to Go syntax by David Chase · 10 years ago
- 2270133 cmd/gc: allocate backing storage for non-escaping interfaces on stack by David Chase · 10 years ago
- cf7461c crypto/x509: skip SHA2 system verify test if not supported. by Daniel Theophanes · 10 years ago
- 9e6f7aa runtime: make "write barriers are not allowed" comments more precise by Austin Clements · 10 years ago
- fa3ad1e mime/quotedprintable: add binary mode to the writer by Alexandre Cesaro · 10 years ago
- d593f4a test: add tests for escape analysis of function parameters by Dmitry Vyukov · 10 years ago
- 09b7f4f io: clarify the behavior of PipeWriter.CloseWithError(nil). by Aaron Jacobs · 10 years ago
- b86f393 mime: tighten up and simplify tests by Brad Fitzpatrick · 10 years ago
- 77f4571 runtime: do not use AddVectoredContinueHandler on Windows XP/2003. by Daniel Theophanes · 10 years ago
- ca98dd7 runtime/pprof: fix data race in test by Dmitry Vyukov · 10 years ago
- edcc062 test: add tests for escape analysis of interface conversions by Dmitry Vyukov · 10 years ago
- 8a25457 test: add tests for escape analysis of closure arguments by Dmitry Vyukov · 10 years ago
- 8205bfb test: fix build by Dmitry Vyukov · 10 years ago
- 6d9fd7e test: add tests for indirection level computation in escape analysis by Dmitry Vyukov · 10 years ago
- 130538b test: add escape analysis tests form maps by Dmitry Vyukov · 10 years ago
- a21537f test: add tests for escape analysis when assigning to indirections by Dmitry Vyukov · 10 years ago
- 097b1e0 test: add escape analysis tests for fields by Dmitry Vyukov · 10 years ago
- 0558f12 test: add tests for escape analysis of slices by Dmitry Vyukov · 10 years ago
- 1f5617e test: add additional ... tests for escape analysis by Dmitry Vyukov · 10 years ago
- c61d86a os: give race detector chance to override Exit(0) by Dmitry Vyukov · 10 years ago
- 7b2b45e net: simplify test helpers by Mikio Hara · 10 years ago
- 7175635 cmd/go: add -asmflags build flag by Srdjan Petrovic · 10 years ago
- 8da54a4 cmd: linker changes for shared library initialization by Srdjan Petrovic · 10 years ago
- ff1f3a1 math/big: fix copy-paste mistake in int_test.go by Jeremy Schlatter · 10 years ago
- 4ec7e76 cmd/go: small code reorganization by Jeremy Schlatter · 10 years ago
- 2f7ad52 doc/go1.5.txt: add ExtensionByType to mime by Josh Bleecher Snyder · 10 years ago
- 39bc788 runtime/pprof: fix TestCPUProfileWithFork for GOOS=android. by Hyang-Ah Hana Kim · 10 years ago
- dde5b56 syscall: apply the errno allocation fix to other operating systems by Brad Fitzpatrick · 10 years ago
- ec56bad mime: add ExtensionByType method by Nick Cooper · 10 years ago
- 8047093 net: reenable a previously skipped test by Brad Fitzpatrick · 10 years ago