]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2019-03-21 Alberto Donizetticmd/go/internal/modfetch: update TestCodeRepo for gopkg...
2019-03-21 Josh Bleecher... cmd/compile: regenerate rewrite rules
2019-03-21 Elias Naurmisc/ios: don't override GOCACHE on the device
2019-03-21 Elias Naurmisc/android: pass on GOPROXY to device environment
2019-03-21 Josh Bleecher... os/exec: add Cmd.String
2019-03-21 Elias Naurcmd/link: skip TestBuildFortvOS if the SDK is missing
2019-03-21 Elias Naurcmd/link/internal/ld: copy Mach-O platform version...
2019-03-21 Elias Naurcmd/link/internal/ld: extract Mach-O load command parsing
2019-03-21 Elias Naurcmd/link/internal/ld: enable bitcode builds for iOS...
2019-03-20 Josh Bleecher... testing: stop rounding b.N
2019-03-20 Carlos Eduardo Seocmd/compile/internal, cmd/internal/obj/ppc64: generate...
2019-03-20 Josh Bleecher... cmd/compile: port callnew to ssa conversion
2019-03-20 Daniel Martícmd: update vendored x/tools
2019-03-20 Damien Neilos: make errors.Is work with ErrPermission et al.
2019-03-20 Clément Chigotcmd/dist: enable cgo for aix/ppc64
2019-03-20 Clément Chigotcmd/dist, misc/cgo: enable tests for aix/ppc64
2019-03-20 Clément Chigotcmd/nm: fix cgo tests for aix/ppc64
2019-03-20 Jonathan Amsterdamos: add PathError.Unwrap
2019-03-20 LE Manh Cuongos: fix windows Lstat missing name for some files
2019-03-20 Mikio Hararuntime: disable event scanning error reporting on...
2019-03-20 erifan01cmd/compile: intrinsify math/bits.Add64 for arm64
2019-03-20 Rob Pikecmd/go: fix minor grammatical nit: command-line is...
2019-03-19 Josh Bleecher... cmd/internal/obj/x86: slightly optimize ADJSP encoding
2019-03-19 Josh Bleecher... cmd/compile: slightly optimize adding 128
2019-03-19 Josh Bleecher... cmd/internal/obj/x86: minor clean-up in span6
2019-03-19 David Chasecmd/compile: fix ssa/debug_test.go reference file
2019-03-19 Josh Bleecher... cmd/compile: move flagalloc op splitting to rewrite...
2019-03-19 Tobias Klauserinternal/bytealg: add assembly implementation of Count...
2019-03-19 Austin Clementstesting: add B.ReportMetric for custom benchmark metrics
next