]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2018-09-27 Travis Bischelnet/textproto: redo BenchmarkReadMIMEHeader
2018-09-27 Austin Clementsruntime: simplify the control flow in sweepone
2018-09-27 Matthew Watersnet: concatenate multiple TXT strings in single TXT...
2018-09-27 Than McIntoshtest: add testcase for gccgo compile failure
2018-09-27 Alberto Donizetticmd/go/internal/modfetch: update expected tags for...
2018-09-27 Alessandro... cmd/link: move DIE of global variables to their compile...
2018-09-27 esellnet/http: add http.NotFoundHandler example
2018-09-27 Agniva De Sarkergo/build: clarify that there are no build tags for...
2018-09-27 Robert Griesemergo/internal/gccgo: remove unused test file
2018-09-27 Robert Griesemergo/internal/gccgoimporter: use a slice instead of a...
2018-09-27 Robert Griesemergo/internal/gccgoimporter: fix updating of "forward...
2018-09-27 David Heuschmanncmd/compile: use more specific error message for assign...
2018-09-26 Tim Cooperimage: make RegisterFormat safe for concurrent use
2018-09-26 Ian Gudgernet: fail fast for DNS rcode success with no answers...
2018-09-26 Brad Fitzpatrickall: use strings.ReplaceAll and bytes.ReplaceAll where...
2018-09-26 Keith Randallreflect: use correct write barrier operations for metho...
2018-09-26 Brad Fitzpatrickbytes, strings: add ReplaceAll
2018-09-26 Austin Clementsruntime: rename _MSpan* constants to mSpan*
2018-09-26 Brian Kesslercmd/compile: intrinsify math/bits.Mul
2018-09-26 Brad FitzpatrickRevert "net/url: escape URL.RawQuery on Parse if it...
2018-09-26 Alberto Donizetticmd/compile: update TestNexting golden file
2018-09-26 Tom Thorogoodstrings: use Builder in ToUpper and ToLower
2018-09-26 Ingo Oesernet/http: configure http2 transport only once
2018-09-25 Michael McLoughlincrypto/cipher: 8K benchmarks for AES stream modes
2018-09-25 Ian Lance Taylorgo/build: support Import of local import path in standa...
2018-09-25 Ian Lance Taylorcmd/go: use internal/goroot to check for a standard...
2018-09-25 Ian Lance Taylorgo/build: move isStandardPackage to new internal/goroot...
2018-09-25 Carlos Eduardo Seointernal/bytealg: improve performance of IndexByte...
2018-09-25 Ian Davisimage/draw: optimize bounds checks in loops
2018-09-25 Lynn Bogerruntime: improve CALLFN macro for ppc64x
2018-09-25 Ian Lance Taylorcmd/go: skip some tests that don't work with gccgo
2018-09-25 Alberto Donizettidoc/faq: fix link to 2018 ISMM keynote
2018-09-25 David Heuschmannos/user: note in doc that user.Current is being cached
2018-09-25 Ian Davisimage: avoid sharing test images between tests and...
2018-09-25 Ian Davisimage/png: pack image data for small bitdepth paletted...
2018-09-25 Tobias Klauserruntime: fix reference to sys{Fault,Free,Reserve,Unused...
2018-09-24 Brad Fitzpatrickcmd/compile/internal/ssa: fix a typo
2018-09-24 Alberto Donizettitest: restore binary.BigEndian use in checkbce
2018-09-24 Rob Pikefmt: unify the printing examples
2018-09-24 Robert Griesemerspec: be more precise about the moment deferred functio...
2018-09-24 Rob Pikefmt: add a package-level example illustrating basic...
2018-09-24 Brad Fitzpatricktest: skip some tests on noopt builder
2018-09-24 Brad Fitzpatrickcmd/vendor: update golang.org/x/sys/windows for windows...
2018-09-24 Keith Randallcmd/compile: document regalloc fields
2018-09-24 Katie Hockmancompress: reduce copies of new text for compression...
2018-09-24 Brad Fitzpatricknet: don't reject domain names with only numbers and...
2018-09-24 Ian Davisimage: add benchmarks for At and Set methods
2018-09-24 Keith Randallcmd/compile: fix precedence order bug
2018-09-24 Andrei Tudor... net: don't use splice for unix{packet,gram} connections
2018-09-24 Jongmin Kimtest/bench/garbage: update Benchmarks Game URL to new...
2018-09-24 Elias Naursyscall: replace lstat, lchown, stat to please Android O
2018-09-24 Alberto Donizettitest: fix bcecheck test on noopt builder
2018-09-24 Eugene Kalininmime: derestrict value backslash unescaping for all...
2018-09-23 Johan Brandhorstnet/http: ensure null body in Fetch response is not...
2018-09-23 Vladimir Varankinnet/http: use Header.clone rather then duplicating...
2018-09-20 Robert Griesemercmd/compile/internal/gc: fix Node.copy and introduce...
2018-09-20 Iskander Sharipovcmd/compile/internal/gc: unify self-assignment checks...
2018-09-20 Ben Shicmd/compile: optimize 386's assembly generator
2018-09-20 Robert Griesemercmd/compile/internal/gc: minor code reorg (cleanup)
2018-09-20 Robert Griesemercmd/compile: fix error message for &T{} literal mismatch
2018-09-20 Robert Griesemercmd/compile/internal/gc: better names for (b|c|f)conf...
2018-09-20 Robert Griesemercmd/compiler/internal/gc: remove flag from bconv (cleanup)
2018-09-20 Robert Griesemercmd/compiler/internal/gc: remove flag argument from...
2018-09-19 Joe Tsaifmt: fix usage of sync.Pool
2018-09-19 Bryan C. Millscmd/go: write an hgrc file in TestMoveHG
2018-09-19 Tim Xuclean: clean mod cache should respect "-n" option.
2018-09-19 Iskander Sharipovcmd/compile/internal/gc: remove redundant for label
2018-09-19 Iskander Sharipovcmd/compile/internal/gc: handle arith ops in samesafeexpr
2018-09-19 Iskander Sharipovcmd/compile/internal/ssa: fix `a == a` to `a == b`
2018-09-19 Ben Shicmd/compile: optimize AMD64's bit wise operation
2018-09-19 Iskander Sharipovcmd/compile/internal/gc: simplify `x = x <op> y` to...
2018-09-19 Ben Shicmd/compile: simplify AMD64's assembly generator
2018-09-18 Jordan Rheeruntime: support windows/arm
2018-09-18 Rob Pikebuiltin: document when len and cap are constant
2018-09-18 Keith Randallcmd/compile: don't do floating point optimization x...
2018-09-18 Keith Randallruntime: ignore races between close and len/cap
2018-09-18 Tobias Klauserruntime: use MADV_FREE on Linux if available
2018-09-18 Alessandro... cmd/link: fix DWARF refs so that they always point...
2018-09-18 Ian Lance Taylorruntime: ignore EAGAIN from exec in TestCgoExecSignalMask
next