]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-03-29 Elias Naurruntime/cgo: use free TLS slot on Android Q
2019-03-29 Elias Naurcmd/link/ld,cmd/internal/obj,runtime: make the Android...
2019-03-29 Jordan Liggittnet/http/httputil: make ReverseProxy flush headers...
2019-03-29 Ian Lance Taylorruntime: rename p racectx field to raceprocctx
2019-03-29 Ben Hoytbytes, strings: add tests for TrimLeftFunc and TrimRigh...
2019-03-29 zdjonescmd/compile: make prove use poset to check non-negatives
2019-03-29 Agniva De Sarkerinternal/bytealg: simplify memchr for wasm
2019-03-28 Agniva De Sarkergo/ast: fix SortImports to handle block comments
2019-03-28 Josh Bleecher... runtime: fix TestLldbPython in module mode (again)
2019-03-28 Josh Bleecher... cmd/internal/src: fix a few typos in documentation
2019-03-28 Jay Conrodcmd/go: recognize android suffix when constructing...
2019-03-28 Josh Bleecher... cmd/compile: minor cleanup
2019-03-28 Leonardo Comellicmd: ignore the directory named go.mod
2019-03-28 Daniel Cormiernet/textproto: properly write terminating sequence...
2019-03-28 Richard Musiolcmd/compile: add sign-extension operators on wasm
2019-03-28 Matthew Dempskycmd/compile: move sinit.go globals into InitSchedule
2019-03-28 Clément Chigotcmd/vet/all: enable AIX checks
2019-03-28 Matthew Dempskycmd/compile: change sinit.go functions into methods
2019-03-28 Joel Singcmd/dist: pass cgotest linkmode via GOFLAGS
2019-03-28 Elias Naurruntime/cgo: remove threadentry functions specialized...
2019-03-28 Matthew Dempskycmd/compile: fix ICE from invalid operations on float...
2019-03-28 LE Manh Cuongos/user: use os.UserHomeDir for user.HomeDir
2019-03-28 Richard Musiolsyscall/js: improve Value.String() for non-string values
2019-03-28 Brad Fitzpatricknet/http: fix typo in Response.Body field docs
2019-03-28 Josh Bleecher... runtime: fix TestLldbPython test with modules enabled
2019-03-28 Josh Bleecher... runtime: fix minor doc typo
2019-03-28 David Chasecmd/compile: repair ssa/debug_test regression
2019-03-27 Robert Griesemermath/big: temporarily disable buggy shlVU assembly...
2019-03-27 David Chasecmd/compile: enhance debug_test for infinite loops
2019-03-27 Brad Fitzpatricknet: fix test after 8.8.8.8 changed its reverse DNS...
2019-03-27 Than McIntoshtest: fix fixedbugs/issue30908.go to work with no-opt...
2019-03-27 Than McIntoshcmd/link: change -strictdups checking to handle mix...
2019-03-27 Clément Chigotcmd/link: allow buildmode c-archive for aix/ppc64
2019-03-27 Johnmime: add javascript module mime type (.mjs)
2019-03-27 LE Manh Cuongcmd/compile: fix literal struct interface {} lost passi...
2019-03-27 Clément Chigotruntime: create library startup for aix/ppc64
2019-03-27 Clément Chigotmisc/cgo: enable testso and testsovar on aix/ppc64
2019-03-27 LE Manh Cuongos: reject WriteAt if file opened in append mode
2019-03-27 Brian Kesslermath/big: implement Rat.SetUint64
2019-03-27 Elias Naurcmd/link/internal/ld: skip TLS section on Android
2019-03-27 Ben Hoytbytes: make TrimSpace return nil on all-space input
2019-03-27 Brad Fitzpatricksort, internal/reflectlite: flesh out reflectlite enoug...
2019-03-27 LE Manh Cuongos: document exit status range value
2019-03-27 Agniva De Sarkercmd/go/internal/{run,work,generate}: document file...
2019-03-27 Brad Fitzpatrickcontext: don't depend on fmt
2019-03-26 Felix Bünemanncrypto/x509: look for CAs at /etc/ssl/cert.pem for...
2019-03-26 Clément Chigotruntime: improve sigtramp on aix/ppc64 to handle SIGPROF
2019-03-26 Dmitri Shuralyovcmd/go/internal/load: always use DefaultExecName to...
2019-03-26 Brad Fitzpatrickcmd/vet/all: don't use the x/tools vet in GOPATH
2019-03-26 Richard Musiolsyscall/js: improve type checks of js.Value's methods
2019-03-26 Brad Fitzpatrickcmd: update go.mod versions for vetall bug
2019-03-26 Keith Randallreflect: initialize ptrdata earlier in StructOf
2019-03-26 Keith Randallreflect: fix typeptrdata
2019-03-26 Matthew Dempskycmd/compile: fix "append outside assignment" ICE
2019-03-25 Neven Sajkomath: use Sincos instead of Sin and Cos in Jn and Yn
2019-03-25 Robert Griesemermath/big: accept non-decimal floats with Rat.SetString
2019-03-25 Caleb Sparetesting: correct two spelling/grammar issues
2019-03-25 Brad Fitzpatrickcmd/dist: move GOPATH setting from init to bootstrap
2019-03-25 Rob Pikefmt: fix spelling mistake in example
2019-03-25 Keith Randallruntime: remove kindNoPointers
2019-03-25 Matt Layhernet: add missing period in conn.File documentation
2019-03-25 Jay Conrodcmd/dist: set GOPATH to internal directory during build
2019-03-25 Josh Bleecher... runtime: skip wb call in growslice when unnecessary
2019-03-25 Keith Randallcmd/compile: use existing instructions instead of nops...
2019-03-25 Michael Fraenkelcontext: remove dependency on reflect
2019-03-25 Vladimir Kovpakmath/rand: add example for Intn func
2019-03-25 Hasan Ozgandatabase/sql: add example for DB.Prepare and Tx.Prepare
2019-03-25 sergeynet/http: reduce allocs on write cookie
2019-03-25 Than McIntoshtest: new test for issue 30908
2019-03-25 Than McIntoshtest: support -ldflags for "rundir" tests, new -P option
2019-03-25 Than McIntoshcmd/compile: better handling for PAUTOHEAP in DWARF...
2019-03-25 Richard Musiolmisc/wasm: exit with code 1 if WebAssembly.instantiate...
2019-03-25 Richard Musiolcmd/link/internal/wasm: do not generate more than 10000...
2019-03-25 Hasan Ozganpath/filepath: add examples for Base, Dir and IsAbs
2019-03-25 Petr Jedinýlog: expose Writer() method of the standard logger
2019-03-24 sergeynet/url: check for lowercase before uppercase in should...
2019-03-24 Alex Brainmancmd/go: keep WINDIR during TestScript
2019-03-24 Daniel Martítext/template: allow using -}} with many spaces
2019-03-23 Richard Musiolcmd/go: add GOWASM environment variable
2019-03-23 Richard Musiolsrc/cmd/internal/obj/wasm: optimize blocks in wasm...
2019-03-23 Ben Shicmd/internal/obj/mips: add MADD/MSUB
2019-03-22 Austin Clementstesting: fix fractional ns/op printing
2019-03-22 Dmitri Shuralyovcmd/go: fix the default build output name for versioned...
2019-03-22 Dmitri ShuralyovRevert "cmd/go: fix the default build output name for...
2019-03-22 Than McIntoshcmd/link: add optional sanity checking for duplicate...
2019-03-22 Daniel Martícmd/compile: reduce rulegen's for loop verbosity
2019-03-22 Richard Musiolos,syscall: implement functions related to uid, gid...
2019-03-22 erifan01cmd/compile: follow up intrinsifying math/bits.Add64...
2019-03-22 Iskander Sharipovsort: replace Errorf+FailNow with Fatalf
2019-03-22 Clément Chigotcmd: enable -buildmode=pie on aix/ppc64
2019-03-22 Clément Chigotcmd/compile, misc/cgo: fix fortran tests on aix/ppc64
2019-03-22 Clément Chigotsyscall: fix returned values of Dup2 on aix/ppc64
2019-03-22 Andrei Tudor... image/png: add Fuzz function
2019-03-22 Tobias Klausermisc/cgo: gofmt testdata files
2019-03-22 Josh Bleecher... cmd/compile: stop shadowing bool type in rewrite rules
2019-03-21 Richard Musiolcmd/link/internal/wasm: optimize data section in wasm...
2019-03-21 Nigel Taoimage/gif: don't assume Encode src's origin is (0, 0)
2019-03-21 Cherry Zhangcmd/compile: copy volatile values before emitting write...
2019-03-21 Elias Naurcmd/link/internal/ld: don't leave files open in a loop
2019-03-21 Dmitri Shuralyovcmd/go/internal/modfetch: update comment referring...
next