- 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
- 9f90f31 cmd/compile: allow static init for unsafe.Pointer(&x) where x is global by Russ Cox · 10 years ago
- 6f80e5e cmd/link: reject data size > 2 GB by Russ Cox · 10 years ago
- 1122836 cmd/compile: reject large floating point exponents without math/big by Russ Cox · 10 years ago
- 69f0d4c cmd/link: detect -X setting non-string variable by Russ Cox · 10 years ago
- 55203c7 cmd/compile: allow unnamed constants to set line number by Russ Cox · 10 years ago
- 840965f runtime: always clear stack barriers on G exit by Austin Clements · 10 years ago
- 834fef8 test: add test case for issue 8154 by Dave Cheney · 10 years ago
- 765c0f3 cmd/compile: fix half multiply issue by Todd Neal · 10 years ago
- 8628688 Fix several out of date references to 4g/5g/6g/8g/9g. by Aaron Jacobs · 10 years ago
- 6613090 cmd/compile: handle copy in escape analysis by Russ Cox · 10 years ago
- a8ae93f runtime: fix heap bitmap repeating with large scalar tails by Austin Clements · 10 years ago
- 32f2f72 cmd/compile: provide better error when method called without receiver by Michael Matloob · 10 years ago
- 5be61b1 cmd/compile: run escape analysis after method wrapper generation by David Chase · 10 years ago
- a44becef cmd/compile: use generated temps in bool codegen by Josh Bleecher Snyder · 10 years ago
- 494ff18 cmd/compile: early typecheck top level OAS2 nodes by Josh Bleecher Snyder · 10 years ago
- 21ec72c test: fix build on GOARCH=ppc64/ppc64le by Shenghou Ma · 10 years ago
- 12795c0 cmd/link: deprecate -X name value in favor of -X name=value by Russ Cox · 10 years ago
- ec745fc test: make test/run.go support sharding by Brad Fitzpatrick · 10 years ago
- 73d109c cmd/internal/gc: accept map literals with omitted key type by Russ Cox · 10 years ago
- fd2154f cmd/compile: move Node.Curfn into both Node.Func and Node.Name by Russ Cox · 10 years ago
- 3ba6387 test: re-enable rotate tests by Josh Bleecher Snyder · 10 years ago
- 596bb76 cmd/compile: reject p-notation floats in Go source files by David Chase · 10 years ago
- 8b186df test: remove arch char from nosplit by Josh Bleecher Snyder · 10 years ago
- 05d8f1d cmd/compile: propagate correct line numbers in treecopy by David Chase · 10 years ago
- e5060c7 cmd/internal/gc: move check for large-hence-heap-allocated types into escape analysis by David Chase · 10 years ago
- b19ec68 cmd/internal/gc: make indirect calls properly escape-y by David Chase · 10 years ago
- cf932cd all: retire architecture letter in file names, public API by Russ Cox · 10 years ago
- 0f4132c all: build and use go tool compile, go tool link by Russ Cox · 10 years ago
- c735064 cmd/internal/gc: type of str[i] is byte, not uint8 by Russ Cox · 10 years ago
- 366ba52 cmd/internal/gc: add missing write barrier in append(x, BigStructWithPointers) by Russ Cox · 10 years ago
- a21cf5b cmd/internal/gc: extend escape analysis to pointers in slices by David Chase · 10 years ago
- 97494a4 Revert "cmd/internal/gc: ignore declarations of types for goto validation" by Brad Fitzpatrick · 10 years ago
- 5726af5 cmd/internal/gc: ignore declarations of types for goto validation by Daniel Morsing · 10 years ago
- d447279 cmd/internal/gc: optimize slice + write barrier by Russ Cox · 10 years ago
- 99475df cmd/internal/gc: avoid spurious div-zero errors by Robert Griesemer · 10 years ago
- 8552047 cmd/internal/gc: optimize append + write barrier by Russ Cox · 10 years ago
- 3f209ab cmd/internal/gc: detect bad append(f()) during type check by Russ Cox · 10 years ago
- 7c0db1b cmd/gc: do not display ~b identifiers in error messages by Didier Spezia · 10 years ago
- a3dfcf5 cmd/internal/gc: unsafe.Pointer constants may only be converted to uintptr by Josh Bleecher Snyder · 10 years ago
- d4bb72b cmd/internal/gc: improve "type *X has no field or method M" message by David Chase · 10 years ago
- 6f42b61 test: fix nosplit test for noopt build by Keith Randall · 10 years ago
- 7fbb1b3 cmd/internal/gc: improve flow of input params to output params by David Chase · 10 years ago
- 673bd18 test: gofmt run.go by Josh Bleecher Snyder · 10 years ago
- 1fb948a test: set GOMAXPROCS=1 in fixedbugs/issue9110 by Josh Bleecher Snyder · 10 years ago
- 8a41375 test: reenable syntax tests by Matthew Dempsky · 10 years ago
- 9406f68 cmd/internal/gc: add and test write barrier debug output by Russ Cox · 10 years ago
- b92a0a8 cmd/internal/gc, cmd/go: fix value of importpath symbol by Michael Hudson-Doyle · 10 years ago
- 24f246c cmd/gc: fix crash during escape analysis by Dmitry Vyukov · 10 years ago
- 607d515 test: add gcc65755.go for http://gcc.gnu.org/PR65755 by Ian Lance Taylor · 10 years ago
- 399b3e3 test: add gccgo test case for #10407 by Shenghou Ma · 10 years ago
- 7647741 test: add -update_errors flag to run script by Dmitry Vyukov · 10 years ago
- 878a86a cmd/gc: fix escape analysis of closures by Dmitry Vyukov · 10 years ago
- 63d72f6 cmd/7g: enable peephole optimizer by Shenghou Ma · 10 years ago
- 4f2a730 cmd/internal/gc, cmd/yacc: restore remaining custom error messages by Matthew Dempsky · 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
- 5bb89eb cmd/internal/gc: use big.Float to represent Mpflt bits by Robert Griesemer · 10 years ago
- 398bf9d cmd/internal/gc, cmd/yacc: restore custom syntax error messages by Matthew Dempsky · 10 years ago
- 33448d9 cmd/7g: fix ACMP entry in progtable by David Crawshaw · 10 years ago
- 73c026e test: add testcase for gccgo-specific issue 10284 by Shenghou Ma · 10 years ago
- 2270133 cmd/gc: allocate backing storage for non-escaping interfaces on stack by David Chase · 10 years ago
- d593f4a test: add tests for escape analysis of function parameters 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
- 4224d81 cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T) by Russ Cox · 10 years ago
- 1f3fe91 test: fix recover4 test on 64kb systems by Dave Cheney · 10 years ago
- 3eaea87 Revert "test: disable recover4 test to fix ppc64 builds" by Dave Cheney · 10 years ago
- 1313e79 test: disable recover4 test to fix ppc64 builds by Dave Cheney · 10 years ago
- 0c31992 test: add test that variables captured by deferred funcs are current on fault by Russ Cox · 10 years ago
- ddf6d80 test: fix nosplit test, and disable nilptr3 test on arm64 by Aram Hăvărneanu · 10 years ago
- 362f7bf test: add test that gccgo failed to compile by Ian Lance Taylor · 10 years ago
- 0d6a0d6 runtime: don't return a slice with nil ptr but non-zero len from growslice by Shenghou Ma · 10 years ago
- 09b49bf test: add testcase for gccgo-specific issue 10047. by Chris Manghane · 10 years ago
- f09887c cmd/internal/gc: do not show original expression for constants in export data by Shenghou Ma · 10 years ago
- 77ccb16 cmd/internal/gc: transitive inlining by Russ Cox · 10 years ago
- 77d7771 cmd/internal/gc: omit non-explicit capacity in errors with map/chan make by Chris Manghane · 10 years ago
- c7e1453 cmd/internal/gc: do not show computed value in type error by Chris Manghane · 10 years ago
- b59dd94 cmd/internal/gc: method selector should not auto-deref named pointer type by Chris Manghane · 10 years ago
- 5b94a47 [dev.cc] test: disable syntax error tests by Russ Cox · 10 years ago
- b4a7806 [dev.cc] all: merge master (5868ce3) into dev.cc by Russ Cox · 10 years ago
- d7eb51e [dev.cc] test: disable rotate tests by Russ Cox · 10 years ago
- 5aa448f test: add test case for issue 4365 by Ian Lance Taylor · 10 years ago
- b5b11bd test: deflake init1.go test, tighten its bounds by Brad Fitzpatrick · 10 years ago
- c4ee44b cmd/gc: transform closure calls to function calls by Dmitry Vyukov · 10 years ago
- 77a2113 cmd/gc: evaluate concrete == interface without allocating by Josh Bleecher Snyder · 10 years ago
- b3be360 cmd/gc: allocate non-escaping maps on stack by Dmitry Vyukov · 10 years ago
- 9568126 cmd/gc: allocate buffers for non-escaping string conversions on stack by Dmitry Vyukov · 10 years ago
- 4ce06f4 cmd/gc: eliminate dead code in switch statements by Josh Bleecher Snyder · 10 years ago
- 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
- 8581d48 test: check for build constraints only upto the first blank line by Rahul Chaudhry · 10 years ago
- d81cc37 test: chdir before running go tool, cleanup afterwards. by Rahul Chaudhry · 10 years ago
- eaa8720 cmd/gc: fix capturing by value for range statements by Dmitry Vyukov · 10 years ago