]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-06-26 Xarginsyscall: fix typo in RawSyscall6 comment
2018-06-26 Ian Lance Taylorcmd/cgo: mention character restrictions on #cgo lines
2018-06-26 Alberto Donizettitime: run genzabbrs.go to update zoneinfo_abbrs_windows.go
2018-06-26 Vladimir Kuzmincmd/compile: map delete should clear value always
2018-06-25 Andrewcmd/dist: increase timeout scale to 3 for windows
2018-06-25 David Chasecmd/compile: avoid remainder in loopbce when increment=0
2018-06-25 Brad Fitzpatrickcmd/dist: enable more tests on js/wasm
2018-06-25 Guilherme Goncalvesnet/http: document and test behavior of ServeMux with...
2018-06-25 Jeremy Jackinsruntime/trace: reword the trace package summary
2018-06-25 Andrew Bonventreos: have UserCacheDir return an error on failure
2018-06-25 Andrew Bonventredoc/go1.11: add note about package versioning
2018-06-25 Richard Musiolsyscall/js: turn constant package vars into functions
2018-06-25 Richard Musiolsyscall.js: add Value.InstanceOf
2018-06-25 Nikhil Beneschruntime: respect timeout in semasleep on Darwin
2018-06-24 Alberto Donizettidoc/contribute: fix typo and reword a few sentences
2018-06-23 Michael Hudson... cmd/link: never coalesce type descriptors when dynamica...
2018-06-22 Andrew Bonventreapi: promote next to go1.11
2018-06-22 Heschi Kreinickcmd/link: support DWARF compression on Darwin
2018-06-22 Brad Fitzpatricksyscall, internal/poll: fix build on js/wasm
2018-06-22 Brad Fitzpatrickcmd/dist: skip non-std tests on js/wasm
2018-06-22 Matthew Dempskycmd/compile: fix compile failure for lazily resolved...
2018-06-22 Cherry Zhangcmd/compile: convert uint32 to int32 in ARM constant...
2018-06-22 Dmitri Shuralyovdoc/go1.11: clarify GOOS/GOARCH pair of WebAssembly...
2018-06-22 Dmitry Vyukovsync: fix deficiency in RWMutex race annotations
2018-06-22 Ian Lance Tayloros, net: avoid races between dup, set-blocking-mode...
2018-06-22 Thomas Bruyellenet/http: fix test assertion
2018-06-22 Zhou Pengruntime: fix comments style typo
2018-06-22 Daniel Theophanestext/template/parse: undo breaking API changes
2018-06-22 Austin Clementsruntime: avoid recursive panic on bad lock count
2018-06-21 Matthew Dempskycmd/compile: fix recursive inimport handling
2018-06-21 Terin Stockflag: add a Value example
2018-06-21 Paul Jollymisc/wasm: fix permissions on wasm_exec.js
2018-06-21 Andrei Tudor... internal/poll: use more fine-grained locking in Splice
2018-06-21 Ian Lance Taylorcmd/go: re-enable a couple of tests of gccgo
2018-06-21 Wei Xiaocmd/compile: improve atomic add intrinsics with ARMv8...
2018-06-21 Emmanuel T... net/http: avoid deferred unlock in ServeMux.shouldRedirect
2018-06-21 Tobias Klausersyscall: check faccessat flags parameter on Linux
2018-06-20 Brad Fitzpatrickmime: change *.js mime type to application/javascript...
2018-06-20 Agniva De Sarkercmd/go/internal: add a note about GOCACHE=off
2018-06-20 Stephen Lewisdoc: fix spelling of G Suite
2018-06-20 Wayne Ashley... doc: change git clone url
2018-06-20 Peter Wucrypto/tls: consolidate signatures handling in SKE...
2018-06-20 Ian Lance Taylorinternal/poll: better panic message for lock overflow
2018-06-20 LE Manh Cuongmake.bash: don't pass GOOS and GOARCH to cmd/go when...
2018-06-20 Brad Fitzpatrickcrypto/rand: make documentation consistent between...
2018-06-20 Agniva De Sarkercmd/go: remove inadvertent comment for vgo
2018-06-20 Ian Lance Taylorgo/internal/gccgoimporter: read export data from archives
2018-06-20 Ian Lance Taylormisc/cgo/test: avoid duplicate definition with gccgo
2018-06-19 David Carlierruntime: fix FreeBSDNumCPU test
2018-06-19 Heschi Kreinickdebug/elf,macho,pe: support compressed DWARF
2018-06-19 Heschi Kreinickcmd/link: enable DWARF compression on Windows
2018-06-19 Dmitri Shuralyovdoc: update "Mac OS X", "OS X" to macOS; bump up to...
2018-06-19 Filippo Valsordacrypto: panic on illegal input and output overlap
2018-06-19 David Chasecmd/compile: conditional on -race, disable inline of...
2018-06-19 Robert Griesemercmd/compile: more accurate position for select case...
2018-06-19 Carlos Eduardo Seoruntime: implement procyield properly for ppc64x
2018-06-19 Robert Griesemercmd/compile: fix exporting of 'for' loops
2018-06-18 Heschi Kreinickruntime: fix lldb test after DWARF compression
2018-06-18 Heschi Kreinickruntime: skip gdb tests on mips after DWARF compression
2018-06-18 Hana Kimruntime/pprof: fix incorrect assumption in TestMapping
2018-06-18 Hiroshi Iokacmd/cgo: avoid name confliction for C functions
2018-06-18 Rob Pikecmd/cover: fix off-by-one in test error message
2018-06-17 Mostyn Bramley... doc: update more stale pprof links
2018-06-17 Brad Fitzpatrickcmd/dist: don't test Examples for js/wasm
2018-06-17 Brad Fitzpatrickunicode: fix SpecialCase to follow its docs & respect...
2018-06-16 Yury Smolskycmd/compile: add more color choices to ssa.html
2018-06-16 Elias Naurruntime: move semaphore ops from system calls to libc...
2018-06-16 Keith Randallruntime: move semaphore ops from system calls to libc...
2018-06-15 Brad Fitzpatricknet/http: document how Hijack and Request.Context inter...
2018-06-15 Brad Fitzpatricknet/http: document that Handlers are resposible for...
2018-06-15 Heschi Kreinickcmd/link: compress DWARF sections in ELF binaries
2018-06-15 Heschi Kreinickcmd/link: compress debug sections in external linking...
2018-06-15 Brad Fitzpatrickcmd/link: add buildid to wasm modules
2018-06-15 Russ Coxcmd/go: add dark copy of golang.org/x/vgo
2018-06-15 Misty De Meold/macho: add all missing load commands
2018-06-15 Yasuhiro Matsumotomime: add .wasm for builtin
2018-06-15 Fangming.Fangcmd/dist: run msan test only in testsanitizer on arm64
2018-06-15 Richard Musiolcmd/link: fix name section of WebAssembly binary
2018-06-15 Richard Musiolsyscall/js: improve import functions
2018-06-15 Brad Fitzpatricknet/http: ensure that Listener.Close is called only...
2018-06-15 Austin Clementscmd/link: separate virtual address layout from file...
2018-06-15 Richard Musiolall: enable vet/all for js/wasm and fix vet issues
2018-06-15 Richard Musiolmisc/wasm: add stub for fs.openSync for browsers
2018-06-14 Brian Kesslermath/big: handle negative exponents in Exp
2018-06-14 Richard Musiolruntime, sycall/js: add support for callbacks from...
2018-06-14 Rob Pikecmd/cover: remove use of diff in cover_test.go
2018-06-14 Daniel Martícmd/vet: simplify side effects func call logic
2018-06-14 Brian Kesslermath/big: round x + (-x) to -0 for mode ToNegativeInf
2018-06-14 David Chasecmd/compile: ensure that operand of ORETURN is not...
2018-06-14 Constantin... mime/multipart: return error from NextPart if boundary...
2018-06-14 Tobias Klausercmd/go: follow convention for generated code comment
2018-06-14 Alberto Donizettiruntime/pprof: use testenv.GoToolPath in TestMapping
2018-06-14 Tobias Klauseros: skip TestFifoEOF on android
2018-06-14 Tobias Klausersyscall, internal/syscall: follow convention for genera...
2018-06-14 Alex Brainmaninternal/poll: specify current file position when calli...
2018-06-14 Dominik Honnefflag: fix headers in documentation, again
2018-06-14 Akhil Indurticmd/go: document convention to signify generated code.
2018-06-14 Brad Fitzpatrickcrypto/x509: re-enable TestSystemRoots on darwin
2018-06-13 Ian Lance Taylorcmd/cgo: add import path to hash
2018-06-13 Emmanuel T... cmd/compile: make case insensitive suggestions aware...
next