]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2019-01-07 Ian Lance Taylorlib/time: update tzdata to 2018i
2019-01-07 Brian Kesslermath: fix ternary correction statement in Log1p
2019-01-07 Jason LeBruncrypto/md5: fix casting of d.nx in UnmarshalBinary
2019-01-07 Jason LeBruncrypto/sha1: fix casting of d.nx in UnmarshalBinary
2019-01-07 Jay Conrodcmd/go: deflake TestScript/gcflags_patterns
2019-01-07 Gabriel Aszalosdoc: remove incorrect space in %T and %v output examples
2019-01-07 LE Manh Cuongarchive/zip: fix casting overflow on 32-bit arch
2019-01-07 Keith Randallcmd: vendor x/sys/unix into the stdlib
2019-01-06 Daniel Martícmd/vendor: update to golang.org/x/tools@3ef68632
2019-01-05 Filippo Valsordacrypto/x509: ignore harmless edge case in TestSystemRoots
2019-01-05 Filippo Valsordacrypto/x509: ignore 5 phantom 1024-bit roots in TestSys...
2019-01-04 David Chasecmd/compile: modify swt.go to skip repeated walks of...
2019-01-04 Filippo Valsordadoc/go1.12: remove known issue note
2019-01-04 Dmitri ShuralyovCONTRIBUTORS: first round of automated updates for...
2019-01-04 Filippo Valsordadoc/go1.12: document RSA-PSS support in crypto/tls
2019-01-04 Brad Fitzpatrickdoc/go1.12: mention Conn.SetDeadline improvements,...
2019-01-04 Jason LeBruncrypto/sha512: fix casting of d.nx in UnmarshalBinary
2019-01-04 Ian Lance Taylorruntime: skip writes to persistent memory in cgo checker
2019-01-04 Austin Clementsruntime: work around "P has cached GC work" failures
2019-01-04 Jay Conrodcmd/go: fix failure in TestScript/build_runtime_gcflags
2019-01-04 Keith Randallruntime: proper panic tracebacks with mid-stack inlining
2019-01-03 Keith Randallruntime: don't scan go'd function args past length...
2019-01-03 Jason LeBruncrypto/sha256: fix casting of d.nx in UnmarshalBinary
2019-01-03 Keith Randallruntime: add test for go function argument scanning
2019-01-03 Inada Naokiruntime: skip stack barrier copy when there are no...
2019-01-03 Stepan Shabalinruntime: remove redundant slicing
2019-01-03 Alessandro... cmd/go: respect gcflags, ldflags in 'go test'
2019-01-03 Keith Randallcmd/compile: fix no-op instruction used by s390x
2019-01-03 Ian Lance Taylornet: skip TestUDPZeroBytePayload on Darwin
2019-01-03 Ian Lance Taylordoc: go1.12: clarify use of MADV_FREE
2019-01-02 David Chasecmd/compile: Update ssa/debug_test reference files...
2019-01-02 Cherry Zhangcmd/compile: fix format test
2019-01-02 Brad Fitzpatrickapi: add os.(*File).SyscallConn to go1.12.txt
2019-01-02 Brad Fitzpatrickruntime: add GODEBUG=madvdontneed=1
2019-01-02 Austin Clementsruntime: don't spin in checkPut if non-preemptible
2019-01-02 Tobias Klausercmd/dist: list only supported platforms
2019-01-02 Cherry Zhangcmd/compile: fix deriving from x+d >= w on overflow...
2019-01-02 Brad Fitzpatrickruntime: disable GDB tests on freebsd/arm for now
2019-01-02 Julien Salleyronnet/http/httputil: fix missing previous headers in...
2019-01-02 Daniel Ingramruntime: fix string formatting
2019-01-02 Agniva De Sarkernet/url: clarify documentation about (*URL).String
2019-01-02 Iskander Sharipovcmd/compile/internal/gc: remove unused methodbyname...
2019-01-02 Richard Musiolruntime: fix notetsleepg deadline on js/wasm
2019-01-01 Michael McLoughlinruntime: fix REFLECTMETHOD macro
2019-01-01 Josh Bleecher... doc: 2019 is the Year of the Gopher
2018-12-31 Josh Bleecher... strconv: make docs for Itoa and Atoi slightly higher...
2018-12-30 Yuval Pavel... syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec...
2018-12-30 Hidetatsu Yaginumastrconv: add missing package name into doc.go(godoc...
2018-12-30 Jordan Rheeruntime: use EnumTimeFormatsEx instead of EnumWindows...
2018-12-29 Taufiq Rahmannet/http: fix typographical error in transport.go
2018-12-29 Alberto Donizettitest: disable issue 29329 test when cgo is not enabled
2018-12-29 Keith Randallruntime: panic on uncomparable map key, even if map...
2018-12-29 Keith Randallcmd/compile: fix racewalk{enter,exit} removal
2018-12-28 Mostyn Bramley... encoding/gob: mention that Encoder and Decoder are...
2018-12-28 Keith Randallcmd/compile,runtime: redo mid-stack inlining tracebacks
2018-12-28 Ian Lance Tayloros: don't let sendFile put a pipe into blocking mode
2018-12-27 Ian Lance Taylorsyscall: document LockOSThread with GNU/Linux SysProcAt...
2018-12-27 Ian Lance Tayloros: add SyscallConn method for os.File
2018-12-27 Cherry Zhangcmd/compile: fix MIPS SGTconst-with-shift rules
2018-12-26 Will Beasonmath/big: fix incorrect comment variable reference
2018-12-25 Keith Randallcmd: vendor x/sys/unix into the stdlib
2018-12-24 Max Ushakovtime: return ENOENT if a zoneinfo zip file is not found
2018-12-24 LE Manh Cuongpath/filepath: walkSymlinks: return correct error for...
2018-12-24 Andrew Bonventrereflect: fix panic when Value.IsNil is called for Unsaf...
2018-12-22 Daniel Martícmd/go: add regression test for cryptic vcs errors
2018-12-22 Josh Bleecher... cmd/compile/internal/ssa/gen: set wasm genfile
2018-12-22 Keith Randallcmd/compile: pad zero-sized stack variables
2018-12-22 Keith Randallcmd/compile: fix line number for implicitly declared...
2018-12-22 Ian Lance Taylorcmd/cgo: don't let inserted /*line*/ become a // comment
2018-12-21 Ian Lance Taylordoc: go_mem: clarify Once docs
2018-12-21 Jay Conrodcmd/go: use cached source files in "go list -find ...
2018-12-21 Jay Conrodcmd/go: fix -n output in runtime/internal/atomic
2018-12-21 Michael Anthony... runtime: skip TestLockOSThreadAvoidsStatePropagation...
2018-12-20 Ian Lance Taylordoc: clarify change to File.Sync on macOS
2018-12-20 Matthew Dempskycmd/compile: fix ICE due to bad rune width
2018-12-20 Kevin Burkeos: clearer doc for Interrupt
2018-12-20 Brian Kesslerdoc/go1.12: correct types for math/bits
2018-12-20 Osamu TONOMORIcompress/flate: fix the old url for the flate algorithm
2018-12-20 Ian Lance Tayloros: clarify O_TRUNC comment
2018-12-20 Keith Randallcmd/compile: ignore out-of-bounds reads from readonly...
2018-12-20 Tobias Klauserdoc/go1.12: fix GOARCH value in Syscall18 link
2018-12-20 Tobias Klausercmd/vendor: update vendored golang.org/x/sys/windows
2018-12-20 Ian Lance Taylornet: don't accept timeouts in TestUDPZeroBytePayload
2018-12-20 Alex Brainmanos: adjust TempDir for Z:\
2018-12-20 catatsuynet/http: fix the old url about deflate
2018-12-20 Jordan Rheeruntime: use QPC to implement cputicks() on windows/arm
2018-12-19 Michael Anthony... runtime: don't clear lockedExt on locked M when G exits
2018-12-19 Michael Anthony... runtime: disable TestArenaCollision on Darwin in race...
2018-12-19 Jordan RheeRevert "runtime: use QPC for nanotime and time.now...
2018-12-19 Agniva De Sarkerdoc/go1.12: fix minor grammatical error
2018-12-19 Tobias Klauserdoc/go1.12: fix typos and code formatting
2018-12-19 Ian Lance Taylorcmd/cgo: ensure the command passed to run retains a...
2018-12-19 Elias Naurcmd/cgo,doc/go1.12.html: document breaking EGLDisplay...
2018-12-19 Michael Anthony... runtime: avoid write barrier in startpanic_m
2018-12-18 Jordan Rheeruntime: use QPC for nanotime and time.now on windows/arm go1.12beta1
2018-12-18 Elias Naurdoc/go1.12: note that syscall.Getdirentries is no longe...
2018-12-18 Filippo Valsordaapi: promote next to go1.12
2018-12-18 Kevin Burkeos: show how to print permission bits in octal
2018-12-18 Michael Anthony... runtime: call mmap with MAP_FIXED on BSDs in race mode
2018-12-18 Ian Lance Taylorcmd/cover: avoid repeating positions
next