]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2018-10-02 Austin Clementsruntime: implement STW GC in terms of concurrent GC
2018-10-02 Austin Clementsruntime: support disabling goroutine scheduling by...
2018-10-02 Austin Clementsruntime: add a more stable isSystemGoroutine mode
2018-10-02 Austin Clementsruntime: remove GODEBUG=gcrescanstacks=1 mode
2018-10-02 Austin Clementsruntime: avoid using STW GC mechanism for checkmarks...
2018-10-02 Austin Clementsruntime: remove gcStart's mode argument
2018-10-02 Austin Clementsruntime: don't disable GC work caching during mark...
2018-10-02 Austin Clementsruntime: eliminate gcBlackenPromptly mode
2018-10-02 Austin Clementsruntime: eliminate mark 2 and fix mark termination...
2018-10-02 Austin Clementsruntime: track whether any buffer has been flushed...
2018-10-02 Austin Clementsruntime: remove GODEBUG=gctrace=2 mode
2018-10-02 Austin Clementsruntime: flush write barrier buffer to create work
2018-10-02 Daniel Theophanesdatabase/sql: correctly report MaxIdleClosed stat
2018-10-02 Carlos Eduardo Seocmd/compile: instrinsify math/bits.Mul on ppc64x
2018-10-02 Robert Griesemercmd/compile: update fmt_test (fix build for long-runnin...
2018-10-02 Richard Musiolmisc/wasm: add mention of polyfill for Edge support
2018-10-02 Brad FitzpatrickRevert "misc/wasm: add polyfill for TextEncoder/TextDec...
2018-10-02 Muhammad Falak... net/http: document Header.Set canonicalizes the header key
2018-10-02 esellnet/http: add Handle example
2018-10-02 Alex Brainmannet: skip TestUnixConnLocalWindows on windows/386
2018-10-01 Robert Griesemercmd/compile/internal/gc: add alternative node dumper...
2018-10-01 Katie Hockmandoc: document Go 1.11.1
2018-10-01 Shulhanruntime: fix runtime gdb test with gdb v8.2
2018-10-01 Ian Davisimage: optimize bounds checking for At and Set methods
2018-10-01 Katie HockmanRevert "compress: move benchmark text from src/testdata...
2018-09-30 Keith Randallreflect: fix s390x reflect method calls
2018-09-29 Keith Randallreflect: ensure correct scanning of return values
2018-09-29 Jake Bmisc/wasm: add polyfill for TextEncoder/TextDecoder...
2018-09-29 QtRoSpath/filepath: fix Windows-specific Clean bug
2018-09-29 Alex Brainmanos: use FILE_FLAG_OPEN_REPARSE_POINT in SameFile
2018-09-28 Ian Lance Taylorcmd/go: permit some more x86 compiler options
2018-09-28 Katie Hockmancompress: move benchmark text from src/testdata to...
2018-09-28 Austin Clementsruntime: don't call mcache.refill on systemstack
2018-09-28 Austin Clementsruntime: remove redundant locking in mcache.refill
2018-09-28 Alessandro... doc: remove "known bug" about global variables in debug...
2018-09-28 Ben Shicmd/compile: optimize arm64's code with more shifted...
2018-09-28 Ben Shicmd/compile: optimize arm64's MADD and MSUB
2018-09-28 Clément Chigotgo/build, runtime/internal/sys: add GOOS=aix
2018-09-28 Chris Broadfootdoc: add go1.11 to contrib.html
2018-09-28 Ian Davisall: remove repeated "the" from comments
2018-09-27 Ian Lance Taylordoc: mention -compressdwarf=false on gdb page
2018-09-27 Ian Lance Taylorsync: simplify (*entry).tryStore
next