]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-09-25 Daniel Martícmd/compile: add runtime GC funcs to inlining test
2017-09-25 Ilya Tocarregexp: make (*bitState).push inlinable
2017-09-25 Keith Randallcmd/compile: improve static map initialization
2017-09-25 Gabriel Aszalosstrings: improve readability of IndexAny and LastIndexA...
2017-09-25 Wei Congruipath/filepath: ensure Walk report unreadable directorie...
2017-09-25 Gabriel Aszalosbytes: improve readability of IndexAny and LastIndexAny...
2017-09-25 Marvin Stengerall: prefer strings.IndexByte over strings.Index
2017-09-25 Alessandro... runtime: fix TestGdbConst on windows
2017-09-25 griesemergo/types: don't accept incorrect shift expression arguments
2017-09-25 Daniel Martícmd/compile: merge bytes inline test with the rest
2017-09-25 Daniel Martícmd/compile: refactor some more gotos away
2017-09-24 Minaev Mikenet/mail: skip trailing comment while parsing email
2017-09-24 Agniva De Sarkersort: update main example to use Slice along with Sort
2017-09-24 Daniel Martícmd/go: move GOOS/GOARCH and tags checks to Init
2017-09-24 Ian Lance Tayloros: don't refer directly to Sysfd in epipecheck
2017-09-24 Daniel Theophanesdatabase/sql: update minor sql docs
2017-09-24 Daniel Martícmd/compile: fix invalid switch case value panic
2017-09-24 Alex Brainmanpath/filepath: simplify TestEvalSymlinks
2017-09-24 Alex Brainmancmd/go: ignore empty path elements in GOPATH
2017-09-23 James Lawrencedatabase/sql: add OpenDB to directly create a *DB witho...
2017-09-23 Daniel Martícmd/compile: clarify adjustctxt inlining comment
2017-09-23 Hajime Hoshicmd/compile/internal/gc: unexport global constants
2017-09-23 Giovanni Bajoarchive/tar: fix sparse files support on Darwin
2017-09-23 Shawn Smithcmd/vet: remove extraneous "//" in dead.go so its comme...
2017-09-23 Joe Tsaiencoding/json: cleanup detection of unexported embedded...
2017-09-22 Austin Clementsruntime: hide <autogenerated> methods from call stack
2017-09-22 Austin Clementsruntime: simplify stack walk in panicwrap
2017-09-22 Austin Clementsruntime: remove getcallerpc argument
2017-09-22 Ian Lance Tayloros/exec: remove protection against simultaneous Wait...
2017-09-22 Austin Clementsruntime: re-add sanity check for GCCPUFraction
2017-09-22 David Chasecmd/compile: add intrinsic for reading caller's pc
2017-09-22 Ian Lance Taylorruntime: don't call lockOSThread for every cgo call
2017-09-22 Alessandro... cmd/compile,cmd/link: export int global consts to DWARF
2017-09-22 Daniel Martícmd/compile: add more runtime funcs to inline test
2017-09-22 Daniel Martícmd/compile: remove unused cases from switch
2017-09-22 Daniel Martícmd/compile: remove a few unnecessary gotos
2017-09-22 Matthew Dempskycmd/compile/internal/types: unexport Type.Copy
2017-09-22 David du Colombierarchive/tar: skip TestSparseFiles on Plan 9
2017-09-22 Tobias Klauserruntime: fix typo in the word "preceding"
2017-09-22 Daniel Martíall: use sort.Slice in a few more places
2017-09-22 Carlos Eduardo Seosyscall: update syscall.Select to use newselect on...
2017-09-22 Michael Mundaycrypto/elliptic: gofmt
2017-09-22 Daniel Martícmd/compile: collect reasons in inlining test
2017-09-22 Marvin Stengermath/big: delete solved TODO
2017-09-21 Joe Tsaiarchive/tar: perform test for hole-detection on specifi...
2017-09-21 Hiroshi Iokacmd/nm: accept macho files which don't have symbol...
2017-09-21 Gabriel Aszalosbytes: add documentation to reader methods
2017-09-21 Joe Tsaiarchive/tar: make check for hole detection support...
2017-09-21 Ben Shicmd/compile: optimized ARM code with BFX/BFXU
2017-09-21 Michael Darakanandacontext: fix references to "d" in WithDeadline docs
2017-09-21 Hiroshi Iokacmd/nm: handle cgo archive
2017-09-21 Avelinocmd/link: Grouping declaration of variables on ld/pe.go
2017-09-20 Cherry Zhangcmd/compile: use a counter to track whether writebarrie...
2017-09-20 Matthew Dempskycmd/compile/internal/gc: update comment in plive.go
2017-09-20 Joe Tsaiarchive/tar: add Header.DetectSparseHoles and Header...
2017-09-20 Agniva De Sarkermath: implement fast path for Exp
2017-09-20 Ilya Tocarcmd/compile/internal/gc: better inliner diagnostics
2017-09-20 Ian Lance Taylorcmd/go: stop linking cgo objects together with ld -r
2017-09-20 Ilya Tocarruntime: make nextFreeFast inlinable
2017-09-20 Michael Mundaycmd/compile: fix large global variables in -linkshared...
2017-09-20 Matthew Dempskycmd/compile: change liveness-related functions into...
2017-09-20 Matthew Dempskycmd/compile: refactor onebitwalktype1
2017-09-20 Matthew Dempskycmd/compile/internal/syntax: fix source buffer refilling
2017-09-20 Matthew Dempskycmd/compile/internal/types: simplify dclstack
2017-09-20 Kunpei Sakainet/http: net/http: doc that prefer "must" over "should"
2017-09-20 Michael Mundaycmd/compile: stop rematerializable ops from clobbering...
2017-09-20 Matthew Dempskycmd/compile: remove {Mark,Pop}dcl calls in bimport
2017-09-20 Albert Nigmatzianovio: Add benchmarks for CopyN
2017-09-20 Albert Nigmatzianovio: Improve performance of CopyN
2017-09-20 Gabriel Aszalosbytes: improve test readability
2017-09-20 Marvin Stengercmd/dist: rename variables + functions
2017-09-20 Gabriel Aszalosbytes: correct message in test log
2017-09-20 Michael Mundaycmd/compile: add s390x intrinsics for Ceil, Floor,...
2017-09-20 Rajath Agasthyafmt: Implement pp.WriteString method
2017-09-20 Hiroshi Iokaall: correct location of go tool
2017-09-20 Marvin Stengercmd/dist: use bytes.Buffer for code generation
2017-09-20 Hiroshi Iokacmd/nm: add test case for go archives
2017-09-20 Samuel Tanhtml/template: prevent aliasing of parse Trees via...
2017-09-20 Marvin Stengercmd/dist: simplify code segments
2017-09-20 Sam Whitedcmd/vet: don't warn on expected space in XML tag
2017-09-19 Hiroshi Iokainternal/testenv: take testing.TB instead of *testing...
2017-09-19 Keith Randallcmd/compile: remove Symbol wrappers from Aux fields
2017-09-19 Cherry Zhangreflect: fix pointer past-the-end in Call with zero...
2017-09-19 hagen1778log: fix data race on log.Output
2017-09-19 Matthew Dempskycmd/compile: fix stack frame info for calls in receiver...
2017-09-19 Bryan C. Millscmd/cgo: use a named type to indicate syntactic context
2017-09-19 Matthew Dempskycmd/compile: cleanup toolstash pacifier from OXFALL...
2017-09-19 Matthew Dempskycmd/compile: eliminate OXFALL
2017-09-19 Hiroshi Iokacmd/dist: test: use existing globals rather than enviro...
2017-09-19 griesemerspec: state which predeclared types are defined or...
2017-09-19 Marcel van... unicode: allow version to be passed by env var
2017-09-19 Hiroshi Iokacmd/go: fix file leak in TestBuildmodePIE
2017-09-19 Gabriel Aszalosdoc: simplify Append example in "Effective Go"
2017-09-19 Tobias Klausercmd/compile: simplify range expression
2017-09-18 Matthew Dempskycmd/compile: fix compiler crash on recursive types
2017-09-18 Samuel Tanhtml/template: explain URL filtering
2017-09-18 griesemergo/types, constant: remove superfluous import comment
2017-09-18 Gabriel Aszalosbytes: removed unnecessary slicing on copy
2017-09-18 Joe Tsaiarchive/tar: add Reader.WriteTo and Writer.ReadFrom
2017-09-18 Damien Lespiaucmd/internal/obj/x86: add ADDSUBPS/PD
next