]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-04-02 Matthew Dempskycmd/compile: skip escape analysis diagnostics for OADDR
2019-04-02 Mark Ryancmd/asm: Fix EVEX RIP-relative addressing
2019-04-02 Clément Chigotruntime, cmd/dist, misc/cgo: enable c-archive for aix...
2019-04-02 Tobias Klauserinternal/bytealg: fix function reference in comments
2019-04-01 Brad Fitzpatrickruntime: skip broken TestLldbPython
2019-04-01 Michael Mundaycmd/compile/internal/gc: minor cleanup of slicing
2019-04-01 LE Manh Cuongcmd/compile: use FmtLeft to generate symbol name for...
2019-04-01 Bryan C. Millscmd/go/internal/modget: support the suffix '@patch...
2019-04-01 Jay Conrodcmd/go: refactor load.LoadPackage into other functions
2019-03-31 Segev Finercmd/doc: correctly indent pre-formatted blocks
2019-03-31 zdjonescmd/compile: update stale comment in prove
2019-03-31 Michael Mundayruntime: always mask shift amount regardless of archite...
2019-03-31 Daniel Martícmd/go: further reduce init work
2019-03-30 zdjonescmd/compile: make prove learn index >= 0 from successfu...
2019-03-30 Cherry Zhangcmd/link: allow duplicated weak symbols on Mach-O
2019-03-30 Ian Lance Taylorruntime: use raceprocctx in race_arm64
2019-03-29 zdjonescmd/compile: preempt repeated checks for the zero const...
2019-03-29 Jay Conrodcmd/go: clarify error when package is removed in a...
2019-03-29 David Chasecmd/compile: enhance induction variable detection for...
2019-03-29 Joel Singcmd/link: permit duplicate weak symbols
2019-03-29 Michael Mundaycmd/asm: add 'insert program mask' instruction for...
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
next