2017-04-03 |
Josh Bleecher... | cmd/internal/obj: use string instead of LSym in Pcln |
commit | commitdiff | tree |
2017-04-03 |
Russ Cox | testing/quick: generate all possible int64, uint64... |
commit | commitdiff | tree |
2017-04-03 |
Russ Cox | encoding/pem: do not try to round trip value with leadi... |
commit | commitdiff | tree |
2017-04-03 |
Josh Bleecher... | cmd/compile: len(n.List.Slice()) -> n.List.Len() |
commit | commitdiff | tree |
2017-04-03 |
Josh Bleecher... | cmd/compile: add block profiling support |
commit | commitdiff | tree |
2017-04-03 |
Josh Bleecher... | cmd/compile: enforce that all nodes are used when gener... |
commit | commitdiff | tree |
2017-04-03 |
Josh Bleecher... | cmd/compile: don't modify nodfp in AllocFrame |
commit | commitdiff | tree |
2017-04-02 |
Cherry Zhang | cmd/link: canonicalize the "package" of dupok text... |
commit | commitdiff | tree |
2017-04-01 |
Dave Cheney | cmd/internal/obj/*: rename Rconv to rconv |
commit | commitdiff | tree |
2017-04-01 |
Jamie Stackhouse | mime/multipart: add Size to FileHeader |
commit | commitdiff | tree |
2017-04-01 |
Emmanuel Odeke | cmd/compile: use yyerrorl in typecheckswitch |
commit | commitdiff | tree |
2017-04-01 |
Robert Griesemer | go/types: use std "DO NOT EDIT" comment for generated... |
commit | commitdiff | tree |
2017-04-01 |
Josh Bleecher... | cmd/compile: evaluate itabname during walk instead... |
commit | commitdiff | tree |
2017-03-31 |
Josh Bleecher... | cmd/compile: add comment to statictmp name generation |
commit | commitdiff | tree |
2017-03-31 |
Josh Bleecher... | cmd/compile: don't mutate shared nodes in orderinit |
commit | commitdiff | tree |
2017-03-31 |
Lynn Boger | cmd/compile: improve LoweredMove performance on ppc64x |
commit | commitdiff | tree |
2017-03-31 |
Russ Cox | time: test and fix Time.Round, Duration.Round for d... |
commit | commitdiff | tree |
2017-03-31 |
Josh Bleecher... | cmd/compile: use newnamel in typenamesym |
commit | commitdiff | tree |
2017-03-31 |
Josh Bleecher... | cmd/compile: use newnamel in ssa.go |
commit | commitdiff | tree |
2017-03-31 |
Josh Bleecher... | cmd/compile: add newnamel, use in tempAt |
commit | commitdiff | tree |
2017-03-31 |
Josh Bleecher... | cmd/compile: remove makefuncdatasym_nsym global |
commit | commitdiff | tree |
2017-03-31 |
Josh Bleecher... | cmd/compile: clean up methodsym |
commit | commitdiff | tree |
2017-03-31 |
Josh Bleecher... | cmd/compile: don't use lookupN for statictmps |
commit | commitdiff | tree |
2017-03-31 |
Robert Griesemer | cmd/compile: use std "DO NOT EDIT" comment for generate... |
commit | commitdiff | tree |
2017-03-31 |
Josh Bleecher... | runtime/race: print output when TestRace parsing fails |
commit | commitdiff | tree |
2017-03-31 |
Josh Bleecher... | cmd/compile: catch and report nowritebarrier violations... |
commit | commitdiff | tree |
2017-03-31 |
Josh Bleecher... | cmd/compile: rework reporting of oversized stack frames |
commit | commitdiff | tree |
2017-03-31 |
Ben Shi | cmd/compile/internal: Optimization with RBIT and REV |
commit | commitdiff | tree |
2017-03-31 |
Carlos Eduardo Seo | math/big: Unify divWW implementation for ppc64 and... |
commit | commitdiff | tree |
2017-03-31 |
Daniel Theophanes | database/sql: support scanning into user defined string... |
commit | commitdiff | tree |
2017-03-31 |
Dave Cheney | cmd/asm/internal/arch: use generic obj.Rconv function... |
commit | commitdiff | tree |
2017-03-31 |
Brad Fitzpatrick | syscall: skip test on TestUnshareMountNameSpace permiss... |
commit | commitdiff | tree |
2017-03-31 |
Austin Clements | runtime: make runtime.GC() trigger a concurrent GC |
commit | commitdiff | tree |
2017-03-31 |
Austin Clements | runtime: track the number of active sweepone calls |
commit | commitdiff | tree |
2017-03-31 |
Austin Clements | runtime: don't adjust GC trigger on forced GC |
commit | commitdiff | tree |
2017-03-31 |
Austin Clements | runtime: track forced GCs independent of gcMode |
commit | commitdiff | tree |
2017-03-31 |
Austin Clements | runtime: make debug.FreeOSMemory call runtime.GC() |
commit | commitdiff | tree |
2017-03-31 |
Austin Clements | runtime: simplify forced GC triggering |
commit | commitdiff | tree |
2017-03-31 |
Austin Clements | runtime: generalize GC trigger |
commit | commitdiff | tree |
2017-03-31 |
Austin Clements | runtime: check transition condition before triggering... |
commit | commitdiff | tree |
2017-03-31 |
Austin Clements | runtime: simplify heap profile flushing |
commit | commitdiff | tree |
2017-03-31 |
Austin Clements | runtime: snapshot heap profile during mark termination |
commit | commitdiff | tree |
2017-03-31 |
Austin Clements | runtime: pull heap profile cycle into a type |
commit | commitdiff | tree |
2017-03-31 |
Robert Griesemer | cmd/compile: remove confusing comment, fix comment... |
commit | commitdiff | tree |
2017-03-31 |
Austin Clements | runtime: diagram flow of stats through heap profile |
commit | commitdiff | tree |
2017-03-31 |
Austin Clements | runtime: improve TestMemStats checks |
commit | commitdiff | tree |
2017-03-31 |
Austin Clements | runtime: make TestMemStats failure messages useful |
commit | commitdiff | tree |
2017-03-30 |
Robert Griesemer | cmd/compile: remove lookupf |
commit | commitdiff | tree |
2017-03-30 |
Alex Brainman | cmd/internal/obj, cmd/link: remove Hwindowsgui everywhere |
commit | commitdiff | tree |
2017-03-30 |
Alex Brainman | cmd/link/internal/ld: introduce and use windowsgui... |
commit | commitdiff | tree |
2017-03-30 |
Josh Bleecher... | cmd/link: skip TestDWARF when cgo is disabled |
commit | commitdiff | tree |
2017-03-30 |
Robert Griesemer | cmd/compile: remove Pkglookup in favor of Lookup |
commit | commitdiff | tree |
2017-03-30 |
Robert Griesemer | cmd/compile: remove lookupBytes |
commit | commitdiff | tree |
2017-03-30 |
Josh Bleecher... | cmd/compile: remove scratchFpMem global |
commit | commitdiff | tree |
2017-03-30 |
Michael Munday | cmd/compile/internal/ssa/gen: add comment on SB-address... |
commit | commitdiff | tree |
2017-03-30 |
Josh Bleecher... | cmd/compile: cull unused ssa construction Error function |
commit | commitdiff | tree |
2017-03-30 |
Josh Bleecher... | cmd/compile: initialize SSA runtime functions in initss... |
commit | commitdiff | tree |
2017-03-30 |
David du Colombier | cmd/link: skip TestDWARF on Plan 9 |
commit | commitdiff | tree |
2017-03-30 |
Josh Bleecher... | cmd/compile: remove Type haspointers caches |
commit | commitdiff | tree |
2017-03-30 |
Egon Elbre | cmd/fix,cmd/gofmt: flush to disk before diffing |
commit | commitdiff | tree |
2017-03-30 |
Ben Shi | cmd/internal/obj/arm: support more ARMv5/ARMv6/ARMv7... |
commit | commitdiff | tree |
2017-03-30 |
Josh Bleecher... | cmd/compile: move haspointers to type.go |
commit | commitdiff | tree |
2017-03-30 |
Josh Bleecher... | cmd/compile: convert Type.Trecur to a boolean flag |
commit | commitdiff | tree |
2017-03-30 |
Josh Bleecher... | cmd/compile: eliminate use of Trecur in formatting... |
commit | commitdiff | tree |
2017-03-30 |
Russ Cox | cmd/link: emit a mach-o dwarf segment that dsymutil... |
commit | commitdiff | tree |
2017-03-30 |
Josh Bleecher... | cmd/compile: minor init handling cleanup |
commit | commitdiff | tree |
2017-03-30 |
Josh Bleecher... | cmd/compile: avoid infinite loops in dead blocks during... |
commit | commitdiff | tree |
2017-03-30 |
Josh Bleecher... | cmd/compile: add global autogeneratedPos |
commit | commitdiff | tree |
2017-03-30 |
Russ Cox | cmd/link: make mach-o dwarf segment properly aligned |
commit | commitdiff | tree |
2017-03-30 |
Russ Cox | cmd/link: disable mach-o dwarf munging with -w (in... |
commit | commitdiff | tree |
2017-03-30 |
Russ Cox | cmd/link: do not pass -s through to host linker on... |
commit | commitdiff | tree |
2017-03-30 |
Alex Brainman | debug/pe: add TestBuildingWindowsGUI |
commit | commitdiff | tree |
2017-03-29 |
Elias Naur | misc/cgo/testcshared: use the gold linker on android... |
commit | commitdiff | tree |
2017-03-29 |
Caleb Spare | runtime: fix for implementation notes appearing in... |
commit | commitdiff | tree |
2017-03-29 |
Ilya Tocar | math: speed up Log on amd64 |
commit | commitdiff | tree |
2017-03-29 |
Michael Munday | cmd/internal/obj: make morestack cutoff the same on... |
commit | commitdiff | tree |
2017-03-29 |
haya14busa | regexp: reduce allocations at makeOnePass |
commit | commitdiff | tree |
2017-03-29 |
Cherry Zhang | cmd/compile: improve startRegs calculation |
commit | commitdiff | tree |
2017-03-29 |
Russ Cox | cmd/go: exclude vendored packages from ... matches |
commit | commitdiff | tree |
2017-03-29 |
Keith Randall | Revert "cmd/compile: automatically handle commuting... |
commit | commitdiff | tree |
2017-03-29 |
Russ Cox | cmd/go: make pattern matching tests less repetitive |
commit | commitdiff | tree |
2017-03-29 |
Russ Cox | cmd/go: fix bug in test of go get ./path needing to... |
commit | commitdiff | tree |
2017-03-29 |
David Chase | cmd/compile: added special case for reflect header... |
commit | commitdiff | tree |
2017-03-29 |
David Lazar | cmd/compile: fix names of inlined methods from other... |
commit | commitdiff | tree |
2017-03-29 |
David Lazar | runtime: include inlined calls in result of CallersFrames |
commit | commitdiff | tree |
2017-03-29 |
David Lazar | runtime: handle inlined calls in runtime.Callers |
commit | commitdiff | tree |
2017-03-29 |
David Lazar | test: allow flags in run action |
commit | commitdiff | tree |
2017-03-29 |
Russ Cox | cmd/go: build test binaries with -s in addition to -w |
commit | commitdiff | tree |
2017-03-29 |
Brad Fitzpatrick | net, net/http: adjust time-in-past constant even earlier |
commit | commitdiff | tree |
2017-03-29 |
Keith Randall | cmd/compile: automatically handle commuting ops in... |
commit | commitdiff | tree |
2017-03-29 |
Austin Clements | reflect: fix out-of-bounds pointers calling no-result... |
commit | commitdiff | tree |
2017-03-29 |
Rick Hudson | runtime: redo insert/remove of large spans |
commit | commitdiff | tree |
2017-03-29 |
haya14busa | cmd/go: add -json flag to go env |
commit | commitdiff | tree |
2017-03-29 |
Dave Cheney | cmd/compile/internal/gc: remove unused state.placeholde... |
commit | commitdiff | tree |
2017-03-29 |
Dave Cheney | cmd/internal/obj/x86: clean up byteswapreg |
commit | commitdiff | tree |
2017-03-28 |
Matthew Dempsky | cmd/compile/internal/gc: cleanup selecttype |
commit | commitdiff | tree |
2017-03-28 |
Matthew Dempsky | cmd/compile/internal/gc: use anonfield and namedfield |
commit | commitdiff | tree |
2017-03-28 |
Matthew Dempsky | cmd/compile/internal/gc: npos(p, nod(o, l, r)) -> nodl... |
commit | commitdiff | tree |
2017-03-28 |
Ian Lance Taylor | test: add test for gccgo compiler crash |
commit | commitdiff | tree |
2017-03-28 |
Ilya Tocar | test/fixedbugs: add a test for 19201 |
commit | commitdiff | tree |
next |