]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-04-07 Matthew Dempskycmd/compile/internal/types: remove Cmptmp
2017-04-07 Josh Bleecher... cmd/compile: allow composite literal structs with _...
2017-04-07 Josh Bleecher... cmd/compile: add a dowidth call to convas
2017-04-07 Dave Cheneycmd/compile/internal/gc: remove queuemethod
2017-04-07 Matthew Dempskycmd/compile/internal/gc: cleanup mkinlcall
2017-04-07 Ian Lance Taylorregexp: document that Longest method is not concurrent...
2017-04-07 Hiroshi Iokacmd/cgo: support floating point #define macros
2017-04-07 Josh Bleecher... cmd/internal/obj: add LookupInit
2017-04-07 Robert Griesemercmd/compile/internal/types: don't return *Sym from...
2017-04-07 Robert Griesemercmd/compile: factor out dcl stack ops into package...
2017-04-07 Josh Bleecher... Revert "cmd/compile: output DWARF lexical blocks for...
2017-04-07 Alessandro... cmd/compile: output DWARF lexical blocks for local...
2017-04-07 Josh Bleecher... cmd/internal/obj: remove timing prints from assemblers
2017-04-07 Martin Möhrmanncmd/compile: reduce reliance on implementation details...
2017-04-07 Josh Bleecher... cmd/internal/obj: eagerly initialize assemblers
2017-04-07 Chris Broadfootdoc: document go1.8.1
2017-04-07 Josh Bleecher... cmd/compile: fix build by updating to new types package
2017-04-07 Josh Bleecher... cmd/vet/all: add countBytes exemption to amd64 whitelist
2017-04-07 Ilya Tocarcmd/compile/internal/gc: improve comparison with consta...
2017-04-07 Josselin Costanzistrings: optimize Count for amd64
2017-04-07 Tamir Dubersteinsyscall: mark WSAECONNABORTED, WSAECONNRESET as tempora...
2017-04-07 Robert Griesemercmd/compile/internal/types: shorten struct type names
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...
next