]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-04-13 Meir Fischernet/http/fcgi: expose cgi env vars in request context
2017-04-13 Mikio Harainternal/poll: rename RecvFrom to ReadFrom for consistency
2017-04-13 Josh Bleecher... cmd/compile: make TestAssembly resilient to output...
2017-04-13 Josh Bleecher... cmd/internal/obj: build ctxt.Text during Sym init
2017-04-13 Brad Fitzpatrickcmd/dist: don't compile unneeded GOARCH SSA rewrite...
2017-04-13 Lucas Clementehash/fnv: add 128-bit FNV hash support
2017-04-13 Monis Khanencoding/asn1: support 31 bit identifiers with OID
2017-04-12 Hiroshi Iokaos: handle relative symlinks starting with slash in...
2017-04-12 Josh Bleecher... cmd/compile: move Text.From.Sym initialization earlier
2017-04-12 Brad Fitzpatricknet: delete TestDialTimeoutFDLeak
2017-04-12 Josh Bleecher... cmd/internal/obj: stop storing Text flags in From3
2017-04-12 Matthew Dempskycmd/compile/internal/ssa: refactor ARM64 address folding
2017-04-12 Alberto Donizetticmd/compile: do not print duplicate error on ideal...
2017-04-12 Austin Clementscmd/dist: require _ before GOOS and GOARCH when buildin...
2017-04-12 Austin Clementsruntime: expand inlining iteratively in CallersFrames
2017-04-12 David du Colombiercmd/link: skip TestRuntimeTypeDIEs on Plan 9
2017-04-12 Matthew Dempskycmd/compile/internal/ssa: ExternSymbol's Typ field...
2017-04-12 Daniel Theophanesdatabase/sql: correctly guard the query Row preventing...
2017-04-12 Alberto Donizetticmd/compile: diagnose constant division by complex...
2017-04-12 Josh Bleecher... cmd/internal/obj: remove Link.Plan9privates
2017-04-12 Lynn Bogercmd/compile: fix PPC64.rules for LoweredMove
2017-04-12 Josh Bleecher... cmd/internal/obj: remove Link.Version
2017-04-12 Lynn Bogercmd/go: generate correct vendor paths with -compiler...
2017-04-12 Josh Bleecher... cmd/internal/obj: remove Link.Debugdivmod
2017-04-12 Josh Bleecher... cmd/internal/obj: remove dead Link fields
2017-04-12 Daniel Martícmd/compile/internal/gc: don't panic on continue in...
2017-04-12 Hiroshi Iokacmd/cgo: remove unused enums
2017-04-12 Alessandro... cmd/link: export specialized variants of runtime._type...
2017-04-12 Todd Nealplugin: properly handle recursively defined types
2017-04-12 Todd Nealplugin: resolve random crash when calling exported...
2017-04-12 Joel Singruntime/cgo: actually remove gcc_libinit_openbsd.c
2017-04-12 Alexander Menzhinskycmd/go: add better error message when gccgo is missing
2017-04-12 Daniel Theophanesdatabase/sql: de-duplicate various methods
2017-04-11 Robert Griesemermath/bits: support negative rotation count and remove...
2017-04-11 Hiroshi Iokaencoding/asn1: document "utc" and "generalized" tags
2017-04-11 Josh Bleecher... cmd/internal/obj: add SortSlice
2017-04-11 Carlos Eduardo Seocrypto/aes: fix wrong instruction on ppc64le implementation
2017-04-11 Joel Singcmd/link,runtime/cgo: enable PT_TLS generation on OpenBSD
2017-04-11 Josh Bleecher... cmd/internal/obj/arm64: don't immediate dereference...
2017-04-11 Josh Bleecher... cmd/internal/obj/s390x: make assembler almost concurren...
2017-04-11 Josh Bleecher... cmd/internal/obj/ppc64: make assembler almost concurren...
2017-04-11 Josh Bleecher... cmd/internal/obj/arm64: make assembler almost concurren...
2017-04-11 Josh Bleecher... cmd/internal/obj/mips: make assembler almost concurrenc...
2017-04-11 Ben Shiruntime: use hardware divider to improve performance
2017-04-11 Matthew Dempskycmd/compile/internal/ssa: remove unused Typ fields
2017-04-11 Hiroshi Iokaos: adjust error in Stat on windows
2017-04-11 Josh Bleecher... cmd/internal/obj: refactor ATEXT symbol initialization
2017-04-11 Austin Clementsruntime: consolidate changes to arena_used
2017-04-11 Mikio Harainternal/poll: adjust panic messages
2017-04-10 Josh Bleecher... cmd/compile: skip array bounds errors when type is...
2017-04-10 Matthew Dempskycmd/compile/internal/gc: refactor ODCLFUNC creation
2017-04-10 Josh Bleecher... cmd/compile: make iface == iface const evaluation respe...
2017-04-10 Alexander Döringtesting: document example with unordered output
2017-04-10 Russ Coxcmd/pprof: update README to explain relationship with...
2017-04-10 George Gkirtsouos: more descriptive error for File.ReadAt and File...
2017-04-10 Kevin Burkecrypto/tls: recommend P256 elliptic curve
2017-04-10 Josh Bleecher... cmd/internal/obj: rename some local variables not c
2017-04-10 Josh Bleecher... cmd/internal/obj/arm: make assembler concurrency-safe
2017-04-10 Rob Pikecmd/go: allow full flag processing in go vet
2017-04-10 Samuel Tanhtml/template: panic if predefined escapers are found...
2017-04-10 Caleb Sparetesting: consider a test failed after race errors
2017-04-10 Hiroshi Iokaos: handle relative symlinks correctly in Stat on windows
2017-04-09 Austin Clementsruntime: say where the compiler knows about var writeBa...
2017-04-09 Todd Nealruntime: improve output of panic(x) where x is numeric
2017-04-09 Hiroshi Iokamime: fix panic parsing 'encoded-word'
2017-04-08 Cherry Zhangruntime: prevent TLS fetching instructions from being...
2017-04-08 Alberto Donizettinet: fix typo in ParseCIDR doc
2017-04-08 Martin Möhrmanncmd/compile: reduce switch cases in evconst
2017-04-08 Nick Kubalaos/exec: Update Cmd.Run() docs to reflect correct error...
2017-04-07 Dave Cheneycmd/compile/internal/gc: remove unused pkgByPath type
2017-04-07 Josh Bleecher... cmd/compile: make typenamesym do less work
2017-04-07 Matthew Dempskycmd/compile/internal/types: remove IterFields
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...
next