]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-04-20 Lynn Bogercmd/compile: add rotates to PPC64.rules
2017-04-20 Alberto Donizetticmd/trace: document that trace viewer is only tested...
2017-04-20 James Nevedoc: escape some HTML in Effective Go code examples
2017-04-20 Josh Bleecher... cmd/compile: rework handling of udiv on ARM
2017-04-20 Josh Bleecher... cmd/internal/obj: split Link.hash into version 0 and 1
2017-04-20 Josh Bleecher... cmd/compile: remove haslabelgoto
2017-04-20 Dave Cheneycmd/link/internal/ld: remove C style gotos from ldelf
2017-04-19 Dave Cheneycmd/internal/obj: remove unused obj.Linksymfmt
2017-04-19 Robert Griesemercmd/compile/internal/types: remove Sym.Link field
2017-04-19 Josh Bleecher... cmd/compile: call fieldtrack after flushing Progs
2017-04-19 Austin Clementscmd/compile: expand comment on cgo_unsafe_args in inlinine
2017-04-19 Robert Griesemercmd/compile/internal/types: unexport PkgMap, remove...
2017-04-19 Robert Griesemercmd/compile/internal/types: don't export Nopkg anymore
2017-04-19 Robert Griesemercmd/compile: pass package name to types.NewPkg
2017-04-19 Robert Griesemercmd/compile: move and rename mkpkg to types.NewPkg
2017-04-19 Daniel Martíall: remove redundant returns
2017-04-19 Aliaksandr... cmd/vet: skip unreachable "if" and "case" code in shift...
2017-04-19 Michael Mundaycmd/internal/obj/s390x: delete unused REGZERO constant
2017-04-19 Austin Clementscmd/trace: show swept and reclaimed bytes
2017-04-19 Austin Clementsruntime: record swept and reclaimed bytes in sweep...
2017-04-19 Austin Clementsruntime: make sweep trace events encompass entire sweep...
2017-04-19 Michael Mundayruntime: avoid restricting GOARCH values in documentation
2017-04-19 Adam Langleycrypto/elliptic: fix carry bug in x86-64 P-256 implemen...
2017-04-19 Josh Bleecher... runtime: preallocate some overflow buckets
2017-04-19 Josh Bleecher... runtime: add a map growth benchmark
2017-04-19 Josh Bleecher... runtime: add bmap.setoverflow
2017-04-19 Josh Bleecher... runtime: convert hmap.overflow into hmap.extra
2017-04-19 Josh Bleecher... runtime: refactor hmap setoverflow into newoverflow
2017-04-19 Todd Nealcmd/internal: remove duplicate pathToPrefix function
2017-04-19 xufei_Alexgo/format: quote bytes in comments for readability
2017-04-19 Dave Cheneycmd/compile/internal/ppc64: remove unused condOps map
2017-04-19 David Chasecmd/compile: enhance postorder computation and repair...
2017-04-19 Robert Griesemercmd/compile: better variable names in internal/syntax...
2017-04-19 Robert Griesemercmd/compile: report block start for gotos jumping into...
2017-04-19 Todd Neal.gitignore: change path to zbootstrap.go
2017-04-19 Robert Griesemercmd/compile: remove uses of types.Dclstack - not needed...
2017-04-19 Robert Griesemercmd/compile: check labels and branches during parse...
2017-04-19 Matthew Dempskycmd/internal/objabi: extract shared functionality from obj
2017-04-18 Alexander Menzhinskycmd/cgo: read source files once
2017-04-18 Josh Bleecher... cmd/vet: make tests safe for perl 5.26
2017-04-18 Alexander Menzhinskycmd/cgo: reject references to builtin functions other...
2017-04-18 Michael Hudson... cmd/link: replace Segment's linked list of Sections...
2017-04-18 David Lazario: correctly compute call depth in test
2017-04-18 David Lazarruntime: fix TestCaller with -l=4
2017-04-18 David Lazarruntime: make example independent of inlining
2017-04-18 David Lazarruntime: skip logical frames in runtime.Caller
2017-04-18 Josh Bleecher... encoding/hex: change lookup table back to string
2017-04-18 Matthew Dempskycmd/internal/obj: un-embed FuncInfo field in LSym
2017-04-18 Josh Bleecher... cmd/compile: eliminate dead code in if statements after...
2017-04-18 Sebastien Binetreflect: document ptrdata field of rtype
2017-04-18 Daniel Martíall: remove unnecessary ", _" from map reads
2017-04-18 Aliaksandr... sync: improve Pool performance
2017-04-18 Josh Bleecher... cmd/compile: remove stray blank assignment
2017-04-18 Mikio Haranet, internal/poll, net/internal/socktest: use accept4...
2017-04-18 Mikio Harasyscall: add Accept4 and SOCK_{CLOEXEC,NONBLOCK} on...
2017-04-18 Josh Bleecher... cmd/compile: look up more runtime symbols before SSA...
2017-04-18 Josh Bleecher... cmd/internal/obj: unexport Link.Hash
2017-04-18 Josh Bleecher... cmd/compile: relocate large comment to plive.go
2017-04-18 Josh Bleecher... cmd/internal/obj: rework gclocals handling
2017-04-17 Keith Randallcmd/compile: implement non-constant rotates
2017-04-17 Austin Clementsruntime: make internal CallersFrames-equivalent that...
2017-04-17 Andy Balholmnet/http: ignore extra space between response version...
2017-04-17 Michael Hudson... cmd/link: only include the version info and export...
2017-04-17 Robert Griesemerspec: clarify use of fused-floating point operations
2017-04-17 Lynn Bogercmd/asm: detect invalid DS form offsets for ppc64x
2017-04-17 Mostyn Bramley... syscall: make TestFcntlFlock more robust
2017-04-17 Elias Naurmisc/ios: fix the Test386EndToEnd test on iOS
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
next