]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-04-01 Dave Cheneycmd/internal/obj/*: rename Rconv to rconv
2017-04-01 Jamie Stackhousemime/multipart: add Size to FileHeader
2017-04-01 Emmanuel Odekecmd/compile: use yyerrorl in typecheckswitch
2017-04-01 Robert Griesemergo/types: use std "DO NOT EDIT" comment for generated...
2017-04-01 Josh Bleecher... cmd/compile: evaluate itabname during walk instead...
2017-03-31 Josh Bleecher... cmd/compile: add comment to statictmp name generation
2017-03-31 Josh Bleecher... cmd/compile: don't mutate shared nodes in orderinit
2017-03-31 Lynn Bogercmd/compile: improve LoweredMove performance on ppc64x
2017-03-31 Russ Coxtime: test and fix Time.Round, Duration.Round for d...
2017-03-31 Josh Bleecher... cmd/compile: use newnamel in typenamesym
2017-03-31 Josh Bleecher... cmd/compile: use newnamel in ssa.go
2017-03-31 Josh Bleecher... cmd/compile: add newnamel, use in tempAt
2017-03-31 Josh Bleecher... cmd/compile: remove makefuncdatasym_nsym global
2017-03-31 Josh Bleecher... cmd/compile: clean up methodsym
2017-03-31 Josh Bleecher... cmd/compile: don't use lookupN for statictmps
2017-03-31 Robert Griesemercmd/compile: use std "DO NOT EDIT" comment for generate...
2017-03-31 Josh Bleecher... runtime/race: print output when TestRace parsing fails
2017-03-31 Josh Bleecher... cmd/compile: catch and report nowritebarrier violations...
2017-03-31 Josh Bleecher... cmd/compile: rework reporting of oversized stack frames
2017-03-31 Ben Shicmd/compile/internal: Optimization with RBIT and REV
2017-03-31 Carlos Eduardo Seomath/big: Unify divWW implementation for ppc64 and...
2017-03-31 Daniel Theophanesdatabase/sql: support scanning into user defined string...
2017-03-31 Dave Cheneycmd/asm/internal/arch: use generic obj.Rconv function...
2017-03-31 Brad Fitzpatricksyscall: skip test on TestUnshareMountNameSpace permiss...
2017-03-31 Austin Clementsruntime: make runtime.GC() trigger a concurrent GC
2017-03-31 Austin Clementsruntime: track the number of active sweepone calls
2017-03-31 Austin Clementsruntime: don't adjust GC trigger on forced GC
2017-03-31 Austin Clementsruntime: track forced GCs independent of gcMode
2017-03-31 Austin Clementsruntime: make debug.FreeOSMemory call runtime.GC()
2017-03-31 Austin Clementsruntime: simplify forced GC triggering
2017-03-31 Austin Clementsruntime: generalize GC trigger
2017-03-31 Austin Clementsruntime: check transition condition before triggering...
2017-03-31 Austin Clementsruntime: simplify heap profile flushing
2017-03-31 Austin Clementsruntime: snapshot heap profile during mark termination
2017-03-31 Austin Clementsruntime: pull heap profile cycle into a type
2017-03-31 Robert Griesemercmd/compile: remove confusing comment, fix comment...
2017-03-31 Austin Clementsruntime: diagram flow of stats through heap profile
2017-03-31 Austin Clementsruntime: improve TestMemStats checks
2017-03-31 Austin Clementsruntime: make TestMemStats failure messages useful
2017-03-30 Robert Griesemercmd/compile: remove lookupf
2017-03-30 Alex Brainmancmd/internal/obj, cmd/link: remove Hwindowsgui everywhere
2017-03-30 Alex Brainmancmd/link/internal/ld: introduce and use windowsgui...
2017-03-30 Josh Bleecher... cmd/link: skip TestDWARF when cgo is disabled
2017-03-30 Robert Griesemercmd/compile: remove Pkglookup in favor of Lookup
2017-03-30 Robert Griesemercmd/compile: remove lookupBytes
2017-03-30 Josh Bleecher... cmd/compile: remove scratchFpMem global
2017-03-30 Michael Mundaycmd/compile/internal/ssa/gen: add comment on SB-address...
2017-03-30 Josh Bleecher... cmd/compile: cull unused ssa construction Error function
2017-03-30 Josh Bleecher... cmd/compile: initialize SSA runtime functions in initss...
2017-03-30 David du Colombiercmd/link: skip TestDWARF on Plan 9
2017-03-30 Josh Bleecher... cmd/compile: remove Type haspointers caches
2017-03-30 Egon Elbrecmd/fix,cmd/gofmt: flush to disk before diffing
2017-03-30 Ben Shicmd/internal/obj/arm: support more ARMv5/ARMv6/ARMv7...
2017-03-30 Josh Bleecher... cmd/compile: move haspointers to type.go
2017-03-30 Josh Bleecher... cmd/compile: convert Type.Trecur to a boolean flag
2017-03-30 Josh Bleecher... cmd/compile: eliminate use of Trecur in formatting...
2017-03-30 Russ Coxcmd/link: emit a mach-o dwarf segment that dsymutil...
2017-03-30 Josh Bleecher... cmd/compile: minor init handling cleanup
2017-03-30 Josh Bleecher... cmd/compile: avoid infinite loops in dead blocks during...
2017-03-30 Josh Bleecher... cmd/compile: add global autogeneratedPos
2017-03-30 Russ Coxcmd/link: make mach-o dwarf segment properly aligned
2017-03-30 Russ Coxcmd/link: disable mach-o dwarf munging with -w (in...
2017-03-30 Russ Coxcmd/link: do not pass -s through to host linker on...
2017-03-30 Alex Brainmandebug/pe: add TestBuildingWindowsGUI
2017-03-29 Elias Naurmisc/cgo/testcshared: use the gold linker on android...
2017-03-29 Caleb Spareruntime: fix for implementation notes appearing in...
2017-03-29 Ilya Tocarmath: speed up Log on amd64
2017-03-29 Michael Mundaycmd/internal/obj: make morestack cutoff the same on...
2017-03-29 haya14busaregexp: reduce allocations at makeOnePass
2017-03-29 Cherry Zhangcmd/compile: improve startRegs calculation
2017-03-29 Russ Coxcmd/go: exclude vendored packages from ... matches
2017-03-29 Keith RandallRevert "cmd/compile: automatically handle commuting...
2017-03-29 Russ Coxcmd/go: make pattern matching tests less repetitive
2017-03-29 Russ Coxcmd/go: fix bug in test of go get ./path needing to...
2017-03-29 David Chasecmd/compile: added special case for reflect header...
2017-03-29 David Lazarcmd/compile: fix names of inlined methods from other...
2017-03-29 David Lazarruntime: include inlined calls in result of CallersFrames
2017-03-29 David Lazarruntime: handle inlined calls in runtime.Callers
2017-03-29 David Lazartest: allow flags in run action
2017-03-29 Russ Coxcmd/go: build test binaries with -s in addition to -w
2017-03-29 Brad Fitzpatricknet, net/http: adjust time-in-past constant even earlier
2017-03-29 Keith Randallcmd/compile: automatically handle commuting ops in...
2017-03-29 Austin Clementsreflect: fix out-of-bounds pointers calling no-result...
2017-03-29 Rick Hudsonruntime: redo insert/remove of large spans
2017-03-29 haya14busacmd/go: add -json flag to go env
2017-03-29 Dave Cheneycmd/compile/internal/gc: remove unused state.placeholde...
2017-03-29 Dave Cheneycmd/internal/obj/x86: clean up byteswapreg
2017-03-28 Matthew Dempskycmd/compile/internal/gc: cleanup selecttype
2017-03-28 Matthew Dempskycmd/compile/internal/gc: use anonfield and namedfield
2017-03-28 Matthew Dempskycmd/compile/internal/gc: npos(p, nod(o, l, r)) -> nodl...
2017-03-28 Ian Lance Taylortest: add test for gccgo compiler crash
2017-03-28 Ilya Tocartest/fixedbugs: add a test for 19201
2017-03-28 Josh Bleecher... cmd/compile: fix two instances of { lineno = ...; yyerror }
2017-03-28 Josh Bleecher... cmd/compile: number autotmps per-func, not per-package
2017-03-28 Josh Bleecher... cmd/compile: strengthen SetFields/Width safety guarantee
2017-03-28 Josh Bleecher... cmd/compile: add Type.WidthCalculated
2017-03-28 haya14busaregexp: reduce allocations at onePassCopy
2017-03-28 Josh Bleecher... cmd/internal/obj: eliminate stray ctxt.Cursym write
2017-03-27 Josh Bleecher... cmd/vet: remove Peek from list of canonical methods
2017-03-27 Josh Bleecher... cmd/compile: construct typename in walk instead of...
next