]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-04-07 Robert Griesemercmd/compile: move sizeof tests for types structs to...
2017-04-07 Robert Griesemercmd/compile: factor out Pkg, Sym, and Type into package...
2017-04-07 Matthew DempskyRevert "cmd/compile: make typenamesym do less work"
2017-04-06 Matthew Dempskycmd/compile/internal/gc: remove a bunch of uses of...
2017-04-06 Matthew Dempskycmd/compile/internal/gc: simplify export info
2017-04-06 Matthew Dempskycmd/compile/internal/gc: remove a bunch of uses of...
2017-04-06 Josh Bleecher... cmd/compile: remove forceObjFileStability
2017-04-06 Josh Bleecher... cmd/compile: make typenamesym do less work
2017-04-06 Kale Blankenshipnet/http: add tests for http2 Server WriteTimeout enfor...
2017-04-06 Josh Bleecher... cmd/internal/obj: unify creation of numeric literal...
2017-04-06 Josh Bleecher... cmd/internal/obj: remove Linklookup
2017-04-06 Daniel Martínet/http: fix ineffective break in etag scanning
2017-04-06 Cherry Zhangcmd/internal/obj/arm64: fix encoding of AND MBCON
2017-04-06 Cherry Zhangcmd/compile: use ANDconst to mask out leading/trailing...
2017-04-06 Jeff Wendlingcmd/dist: disable plugin test on linux-arm with GOARM=5
2017-04-06 Daniel Martíruntime: remove unused parameter from bestFitTreap
2017-04-06 Josh Bleecher... cmd/compile: add Prog cache to Progs
2017-04-06 Robert Griesemercmd/compile: remove InterMethod type - not used anywhere
2017-04-06 Josh Bleecher... cmd/compile: teach assemblers to accept a Prog allocator
2017-04-05 Josh Bleecher... cmd/compile: add mutex profiling support
2017-04-05 Austin Clementsruntime: initialize more fields of stack spans
2017-04-05 Russ Coxtest: deflake locklinear again
2017-04-05 Russ Coxcmd/go: add test for test -race -i behavior
2017-04-05 Austin Clementsruntime: fix gcpacertrace printing of sweep ratio
2017-04-05 Josh Bleecher... cmd/internal/obj: remove dead func Copyp
2017-04-05 Lynn Bogersyscall: update comments for x/sys migration
2017-04-05 Russ Coxtesting/quick: use Uint64 instead of Int63
2017-04-05 Lorenzo Masinicmd/objdump: print Go code alongside assembly
2017-04-05 Alex Brainmanpath/filepath: add test to walk symlink
2017-04-04 Josh Bleecher... cmd/compile: don't catch panics during rewrite
2017-04-04 Josh Bleecher... cmd/compile: remove order canonicalization rules from...
2017-04-04 Filip Gruszczyńskireflect: add MakeMapWithSize for creating maps with...
2017-04-04 Rob Piketext/template: fix handling of empty blocks
2017-04-04 Martin Möhrmannstrings: speed up Fields
2017-04-04 Keith Randallcmd/compile: intrinsics for math/bits.OnesCount
2017-04-03 Eric Lagergrenbytes, strings: declare variables inside loop they...
2017-04-03 Josh Bleecher... cmd/compile: Fatal instead of panic in large bvbulkalloc
2017-04-03 Eric Lagergrenall: fix minor misspellings
2017-04-03 Josh Bleecher... cmd/compile: unroll small static maps
2017-04-03 Keith Randallcmd/compile: automatically handle commuting ops in...
2017-04-03 Keith Randallcmd/compile: strength-reduce floating point
2017-04-03 Josh Bleecher... cmd/compile: refactor maplit
2017-04-03 Russ Coxencoding/pem: yet another fuzz fake failure
2017-04-03 Brad Fitzpatrickcmd/compile/internal/ssa: use recently agreed upon...
2017-04-03 Josh Bleecher... cmd/compile: respect Node.Bounded when inserting OpArra...
2017-04-03 David Chasecmd/compile: rewrite upper-bit-clear idiom to use shift...
2017-04-03 Daniel Martígo/parser: fix example to run on the playground
2017-04-03 Josh Bleecher... cmd/internal/obj: use string instead of LSym in Pcln
2017-04-03 Russ Coxtesting/quick: generate all possible int64, uint64...
2017-04-03 Russ Coxencoding/pem: do not try to round trip value with leadi...
2017-04-03 Josh Bleecher... cmd/compile: len(n.List.Slice()) -> n.List.Len()
2017-04-03 Josh Bleecher... cmd/compile: add block profiling support
2017-04-03 Josh Bleecher... cmd/compile: enforce that all nodes are used when gener...
2017-04-03 Josh Bleecher... cmd/compile: don't modify nodfp in AllocFrame
2017-04-02 Cherry Zhangcmd/link: canonicalize the "package" of dupok text...
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
next