]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-04-17 Mostyn Bramley... io/ioutil: make TestTempFile more robust
2017-04-17 Brad Fitzpatrickdoc: dissuade people from using PGP for security reports
2017-04-17 Michael Mundaycmd/compile: remove underscore from variable names...
2017-04-17 Mostyn Bramley... cmd/go/internal/work: clean up after TestRespectGroupSticky
2017-04-17 Michael Mundaycmd/asm, cmd/internal/obj/s390x, math: add LGDR and...
2017-04-17 Josh Bleecher... cmd/go: don't generate DWARF in the compiler for plan9
2017-04-17 Josh Bleecher... cmd/go: disable compiler DWARF generation on some platforms
2017-04-17 Josh Bleecher... cmd/go: don't generate DWARF in the compiler if the...
2017-04-17 Josh Bleecher... cmd/compile: add flag to disable DWARF generation
2017-04-17 Josh Bleecher... cmd/internal/obj: unify Setuintxx and WriteInt
2017-04-17 Josh Bleecher... cmd/internal/obj: pretty-print LSym.Type when debugging
2017-04-17 Josh Bleecher... cmd/compile: improve output when TestAssembly build...
2017-04-16 Takuto Ikutaregexp: Use []bool instead of map[uint32]bool in makeOn...
2017-04-16 Andreas Auernhammervendor: update golang_org/x/net/route package
2017-04-16 Josh Bleecher... cmd/compile: remove flag_largemodel
2017-04-15 Andreas Auernhammervendor: update golang_org/x/net/http2 packages
2017-04-15 Andreas Auernhammervendor: update golang_org/x/net/lif package
2017-04-15 Damien Lespiaucmd/compile: Budget for inlining is now 80 nodes, not 40
2017-04-15 Mikio Haranet: delay IP protocol stack-snooping system calls
2017-04-14 Caleb Sparetesting: add TB.Helper to better support test helpers
2017-04-14 Alberto Donizetticmd/compile: add test for Issue 12536
2017-04-14 Andreas Auernhammervendor: update golang_org/x/crypto packages
2017-04-14 David Lazarruntime/trace: iterate over frames instead of PCs
2017-04-14 David Lazarruntime/trace: better output when test fails
2017-04-14 Mikio Haranet: validate network in Dial{,IP} and Listen{Packet...
2017-04-14 Mikio Haranet: don't enclose non-literal IPv6 addresses in square...
2017-04-14 Wei Xiaocmd/dist: fix incorrect platform string shared by all...
2017-04-13 Jess Frazellesyscall: fix TestGroupCleanup{UserNamespace} on Alpine
2017-04-13 Michael Mundaycmd/compile: fix s390x unsigned comparison constant...
2017-04-13 Brad Fitzpatricktest: disable flaky test/fixedbugs/issue10958.go
2017-04-13 Austin Clementsruntime: free workbufs during sweeping
2017-04-13 Austin Clementsruntime: allocate GC workbufs from manually-managed...
2017-04-13 Austin Clementsruntime: eliminate write barriers from alloc/mark bitmaps
2017-04-13 Austin Clementsruntime: rename gcBits -> gcBitsArena
2017-04-13 Austin Clementsruntime: don't count manually-managed spans from heap_...
2017-04-13 Austin Clementsruntime: generalize {alloc,free}Stack to {alloc,free...
2017-04-13 Austin Clementsruntime: rename mspan.stackfreelist -> manualFreeList
2017-04-13 Austin Clementsruntime: rename _MSpanStack -> _MSpanManual
2017-04-13 Josh Bleecher... cmd/compile: emit string symbols during walk
2017-04-13 Robert Griesemerspec: clarify size hint for make of maps
2017-04-13 Alberto Donizetticmd/compile: remove last c-isms from typecheck.go comments
2017-04-13 Josh Bleecher... cmd/internal/obj: cache dwarfSym
2017-04-13 Josh Bleecher... cmd/compile: refactor Linksym
2017-04-13 Josh Bleecher... cmd/internal/obj: generate function DWARF symbols early
2017-04-13 Josh Bleecher... cmd/vet/all: print all unparseable lines
2017-04-13 Wei Xiaohash/crc32: optimize arm64 crc32 implementation
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...
next