]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
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
next