- 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
- 8e2423a cmd/gc: typecheck type switch variables by Dmitry Vyukov · 10 years ago
- 3c0fee1 cmd/6g, liblink, runtime: support saving base pointers by Austin Clements · 10 years ago
- 3bf005c cmd/gc: always treat the output parameters as having been assigned in capturevars. by Shenghou Ma · 10 years ago
- 4a17568 test/closure2.go: correctly "use" tmp by Robert Griesemer · 10 years ago
- 0e80b2e cmd/gc: capture variables by value by Dmitry Vyukov · 10 years ago
- 4ce4d8b cmd/gc: allocate stack buffer for ORUNESTR by Dmitry Vyukov · 10 years ago
- e6fac08 cmd/gc: allocate buffers for non-escaped strings on stack by Dmitry Vyukov · 10 years ago
- 22c16b4 cmd/gc: ignore re-slicing in escape analysis by Dmitry Vyukov · 10 years ago
- 1b87f01 cmd/gc: improve escape analysis for &T{...} by Dmitry Vyukov · 10 years ago
- b581ca5 cmd/gc: allow map index expressions in for range statements by Dmitry Vyukov · 10 years ago
- ec0ebc2 cmd/gc: treat non-local vars inlined into wrapper as escaping by Ian Lance Taylor · 10 years ago
- f5b8813 cmd/gc: don't unpack struct arguments to append by Chris Manghane · 10 years ago
- c3b459d test: generate tests for arithmetic on narrow types by Keith Randall · 10 years ago
- daa64dd cmd/5g: make sure we normalize after unary ops on small types by Keith Randall · 10 years ago
- 3b63b69 test: comment the behavior and use of cmplxdivide* by Rob Pike · 10 years ago
- fcff3ba cmd/gc: don't recurse infinitely when a recursive type references itself more than once by Shenghou Ma · 10 years ago
- f03c920 cmd/gc: optimize memclr of slices and arrays by Josh Bleecher Snyder · 10 years ago
- db7fd1c runtime: increase GC concurrency. by Rick Hudson · 10 years ago
- fcfbeb3 test: shorten test runtime by Keith Randall · 10 years ago
- 43e6923 cmd/gc: optimize existence-only map lookups by Josh Bleecher Snyder · 10 years ago
- 60801c4 test: delete testlib by Josh Bleecher Snyder · 10 years ago