]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2018-10-03 Brad Fitzpatrickcrypto/rand: warn to stderr if blocked 60+ sec on first...
2018-10-03 Don Byingtonreflect: add an example for Kind
2018-10-03 Lynn Bogercmd/compile: add rules to use index regs for ppc64x
2018-10-03 Brad Fitzpatrickos: add UserHomeDir
2018-10-03 Clément Chigotinternal/syscall: add AIX operating system
2018-10-03 Martin Möhrmannstrings: correctly handle invalid utf8 sequences in Map
2018-10-03 Clément Chigotinternal/poll: add AIX operating system
2018-10-03 Clément Chigotruntime: add AIX operating system
2018-10-03 Austin Clementsruntime: fix race between unminit and Windows profile...
2018-10-03 Austin Clementsruntime: skip debug call injection tests under a debugger
2018-10-03 Daniel Martíio: export StringWriter
2018-10-03 Keith Randalltest: stress test for stack objects
2018-10-03 Keith Randallruntime: on a signal, set traceback address to a deferr...
2018-10-03 Keith Randallcmd/compile,runtime: remove ambiguously live logic
2018-10-03 Keith Randallcmd/compile,runtime: implement stack objects
2018-10-03 Matthew Dempskycmd/compile/internal/gc: remove binary package export...
2018-10-03 Matthew Dempskycmd/compile/internal/gc: disable binary package export...
2018-10-03 Matthew Dempskycmd/compile: use IsPtr instead of types.Tptr
2018-10-03 Florian Uekermanntime: return first error in unsuccessful calls to LoadL...
2018-10-03 Timdatabase/sql: improve unimplemented LastInsertId error...
2018-10-03 David Urlnet/http: log call site which causes multiple header...
2018-10-03 Zhou Pengall: this big patch remove whitespace from assembly...
2018-10-03 Weerasak Chongnguluamcontext: avoid duplicate removeChild
2018-10-03 Cherry Zhangcmd/compile: fix type of OffPtr in some optimization...
2018-10-03 Anton Gyllenbergcmd/go: prevent infinite loop in QueryPackage()
2018-10-03 Clément Chigotcmd/dist: add AIX operating system.
2018-10-03 Eduard Urbachnet/http: explain more how Pusher.Push works
2018-10-03 Michael Hendersonnet/http: add missing words to SameSite doc/comments
2018-10-03 Ben Shicmd/internal/obj/arm: delete unnecessary code
2018-10-02 Brad Fitzpatricknet/http: make Transport send WebSocket upgrade request...
2018-10-02 Aleksandr Razumovnet/http: rewind request body unconditionally
2018-10-02 Austin Clementsruntime: eliminate gchelper mechanism
2018-10-02 Austin Clementsruntime: eliminate work.markrootdone and second root...
2018-10-02 Austin Clementsruntime: flush mcaches lazily
2018-10-02 Austin Clementsruntime: eliminate blocking GC work drains
2018-10-02 Austin Clementsruntime: clean up remaining mark work check
next