]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2018-06-13 Ian Lance Taylormisc/cgo/test: add test for passing compatible typedefs
2018-06-13 Sabin Mihai... cgo: update documentation on calling C variadic functions
2018-06-13 Andrii Soldatenkomath: add examples to Ceil, Floor, Pow, Pow10 functions
2018-06-13 Tim Cooperdoc: fix fmt usage in code.html
2018-06-13 Brad Fitzpatrickarchive/zip: warn about FileHeader.Name being unvalidat...
2018-06-13 Ian Lance Taylorbufio: clarify SplitFunc docs for nil token
2018-06-13 Robert Griesemergo/internal/gccgoimporter: remove dead code
2018-06-13 Yury Smolskycmd/compile: use expandable columns in ssa.html
2018-06-13 Tobias Klausersyscall: check Fchmodat flags parameter on Linux
2018-06-13 Ian Lance Tayloros: don't poll fifos on Darwin
2018-06-13 Elias Naurruntime: move iOS kevent calls to libc
2018-06-13 Keith Randallruntime: move darwin kevent calls to libc
2018-06-13 Hana Kimruntime/pprof: skip TestMapping if CGO is not available
2018-06-13 Austin ClementsRevert "cmd/link: separate virtual address layout from...
2018-06-13 Brad Fitzpatricknet/http: make Transport.RoundTrip check context.Done...
2018-06-13 Tobias Klausersyscall: support Linux syscalls without error return...
2018-06-13 Richard Musiolmisc/wasm: remove use of performance.timeOrigin
2018-06-13 Hana Kimruntime/pprof: set HasFunctions of mapping entries
2018-06-13 Tobias Klausercmd/dist, go/types: add support for GOARCH=riscv64
2018-06-13 Russ Coxcmd/go: fix go list usage line
2018-06-13 Suriyaa Sundararubandoc: use HTTPS for links
2018-06-13 Ian Lance Taylorencoding/gob: correct issue number typo in comment
2018-06-13 Dave Russelldoc/contribute.html: add whitespace after <code> blocks...
2018-06-13 Robert Griesemergo/importer: better error message when importer is...
2018-06-12 Nathan Cantelmodoc: document the lack of support for symlinks under...
2018-06-12 Niek Sandersencoding/base32: eliminate alphabet bounds check
2018-06-12 Matthew Brobergregexp: add QuoteMeta example
next