]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-10-11 Matthew Dempskycmd/compile/internal/gc: remove OCMPIFACE/OCMPSTR place...
2018-10-11 Matthew Dempskycmd/compile/internal/gc: remove OCMPIFACE and OCMPSTR
2018-10-11 Robert Griesemergo/scanner: don't return token.INVALID for ".." sequence
2018-10-11 Ian Daviscmd/vet: detect non-pointer arguments for unmarshal...
2018-10-11 Robert Griesemergo/types: use correct receiver types for embedded inter...
2018-10-11 Russ Coxregexp: fix BenchmarkMatch_onepass_regex
2018-10-11 Russ Coxregexp: simplify BenchmarkCompileOnepass
2018-10-11 Floriandoc: add link to the Go Discord forum
2018-10-11 Clément Chigotos: add AIX operating system
2018-10-11 David Chasecmd/compile: repair display of values & blocks in prog...
2018-10-11 Ben Shitest/codegen: add more arm64 test cases
2018-10-11 Clément Chigotpath/filepath: add AIX operating system
2018-10-11 Carlos Eduardo Seocmd/compile: intrinsify TrailingZeros16, OnesCount...
2018-10-11 LotusFennbytes: vary the input alignment to Compare argument...
2018-10-11 Rob Piketext/template: explain that integer constants can overflow
2018-10-11 Rob Pikeunsafe: document that Alignof, Offsetof, and Sizeof...
2018-10-11 Ben Shicmd/compile: optimize 386's ADDLconstmodifyidx4
2018-10-10 Matthew Dempskycmd/compile/internal/types: regen stringer file
2018-10-10 Rob Pikecmd/doc: add a -src flag to show original source
2018-10-10 Rob Pikego/doc: add new mode bit PreserveAST to control clearin...
2018-10-10 Josh Bleecher... cmd/compile: remove some inl budget hacks
2018-10-10 Tobias Klausersyscall: add marker comments to zsyscall_{aix,solaris...
2018-10-10 Clément Chigotnet: add AIX operating system
2018-10-10 Keith Randallcmd/compile: make []byte("...") more efficient
2018-10-10 Clément Chigotmime: add AIX operating system
2018-10-10 Clément Chigotcrypto: add AIX operating system
2018-10-10 Clément Chigottime: add AIX operating system
2018-10-10 Lynn Bogercmd/internal/obj/ppc64: generate float 0 more efficient...
2018-10-10 Clément Chigotsyscall: add AIX operating system
2018-10-10 Brad Fitzpatricknet/http/httputil: fix race/crash in previous ReversePr...
2018-10-10 Wil Selwoodtesting: try to Log through parent if test has completed
2018-10-10 Clément Chigotsyscall: change solaris files to libc files
2018-10-10 Muhammad Falak... runtime/cgo: annotate unused variable with __attribute_...
2018-10-09 Bryan C. Millscmd/go: remove extraneous 'file' from usage message...
2018-10-09 Bryan C. Millscmd/go: check that package paths are invariantly non...
2018-10-09 Matthew Dempskycmd/compile/internal/gc: major evconst cleanup
2018-10-09 Muhammad Falak... go/doc: skip examples with no body
2018-10-09 Austin Clementsruntime: rename gosweepdone to isSweepDone and document...
2018-10-09 Austin Clementsruntime: eliminate gosweepone
2018-10-09 Austin Clementsruntime: simplify free count calculation in (un)cacheSpan
2018-10-09 Austin Clementsruntime: avoid tracking spans with no objects with...
2018-10-09 Austin Clementsruntime: fix non-in-use span check
2018-10-09 Austin Clementsruntime: undo manual inlining of mbits.setMarked
2018-10-09 Austin Clementsruntime: tidy mheap.freeSpan
2018-10-09 Brad Fitzpatricknet/http/httputil: rewrite flushing code, disable on...
2018-10-09 Qais Patankarcmd/compile: fix Compiler Directives typo
2018-10-09 Marten Seemanncrypto/tls: fix ServerHello SCT test
2018-10-09 Ben Shicmd/compile: combine similar code in amd64's assembly...
2018-10-09 Ben Shicmd/compile: add indexed form for several 386 instructions
2018-10-08 Urvil Patelstrconv: add example for QuoteRuneToGraphic and QuoteTo...
2018-10-08 Richard Musiolmisc/wasm: fix fs operations in browser
2018-10-08 Robert Griesemerspec: distinguish between explicit and implicit convers...
2018-10-08 Alex Brainmannet: skip TestUnixConnLocalWindows on windows/arm
2018-10-08 Igor Zhilianinall: fix a bunch of misspellings
2018-10-07 ludweegnet: simplify bool expression
2018-10-06 Lehner Florianfmt: add example Sscanf
2018-10-06 Yasuhiro Matsumotoall: fix typos
2018-10-06 Keith Randallcmd/compile: allow VARDEF at top level
2018-10-06 Igor Zhilianinall: fix a bunch of misspellings
2018-10-06 Gabriel Aszalosencoding/json: use isSpace in stateEndTop
2018-10-06 Tim Cooperall: remove unneeded parentheses from package consts...
2018-10-06 Robertosync: fix typo in doc
2018-10-06 Ben Shicmd/compile: combine similar code in amd64's assembly...
2018-10-06 Ben Shicmd/compile: combine 386 rules via regular expression
2018-10-06 Ben Shicmd/compile: simplify 386's rules
2018-10-06 Ben Shicmd/compile: combine similar code in 386's assembly...
2018-10-05 Alberto Donizettiruntime: revert "skip TestLldbPython when lldb is too...
2018-10-05 Mikio Haravendor: update golang_org/x/net/route from upstream
2018-10-05 Yuval Pavel... syscall: FreeBSD 12 ino64 support
2018-10-05 Jordan Rheedebug/pe: fix TestDWARF to work with relocations
2018-10-05 Tobias Klauserruntime: remove unused armArch
2018-10-05 Robert Griesemergo/types: remove a TODO, enable a test
2018-10-05 Robert Griesemergo/types: remove work-around for issue #26390
2018-10-05 Robert Griesemergo/types: remove work-around for issue #26124
2018-10-05 Robert Griesemergo/types: don't type-check method signatures eagerly...
2018-10-05 Robert Griesemergo/types: prepare for delayed type-checking of methods...
2018-10-05 Robert Griesemergo/types: fix recvPtr helper (follow-up on https:/...
2018-10-05 Meng Zhuocmd/api: explicit tagKey with GOOS and GOARCH
2018-10-05 Austin Clementsruntime: improve mheap.alloc doc and let compiler check...
2018-10-05 Alex Brainmancmd/link: move .rel symbol from .rdata into .text
2018-10-05 Keith Randallcmd/link: fix deferreturn location on wasm
2018-10-04 Jason Keenecmd/go: ensure git attributes are set
2018-10-04 Mikio Haravendor: update golang_org/x/net/route from upstream
2018-10-04 Ben Shicmd/internal/obj/arm64: simplify ADD and SUB
2018-10-04 Alberto Donizettiruntime: skip TestLldbPython when lldb is too old
2018-10-04 Brad Fitzpatrickdebug/pe: skip a test on windows/arm
2018-10-04 Plekhanov Maximmath: use Abs in Pow rather than if x < 0 { x = -x }
2018-10-04 Plekhanov Maximmath: use Abs in Mod rather than if x < 0 { x = -x}
2018-10-04 Brad Fitzpatrickos: make UserHomeDir specialize behavior for GOOS=android
2018-10-04 Austin Clementsruntime: clarify table of arena sizes
2018-10-04 Austin Clementsruntime: don't double-zero treap nodes
2018-10-04 Tobias Klausercmd/compile: regenerate known formats for TestFormats
2018-10-04 Robert Griesemergo/types: determine hasPtrRecv property from source...
2018-10-04 Matthew Dempskycmd/compile: merge TPTR32 and TPTR64 as TPTR
2018-10-04 Matthew Dempskycmd/compile: handle TPTR32 like TPTR64 in smallintconst
2018-10-04 Matthew Dempskycmd/compile: remove pointer arithmetic
2018-10-04 Kir Kolyshkincrypto/x509: fix getting user home dir on darwin
2018-10-04 Michael Fraenkelexpvar: add Map.Delete
2018-10-04 uropektest: fix spelling of `caught be the compiler` to ...
2018-10-04 Richard Musiolsyscall: use asynchronous operations on js/wasm
next