]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2018-12-18 Ian Lance Taylorcmd/cover: use -toolexec in tests to run newly built...
2018-12-18 Cherry Zhangcmd/dist: enable race detector test on Linux/ARM64
2018-12-18 Filippo Valsordadoc/go1.12: finish most Go 1.12 release notes
2018-12-18 Dmitri Shuralyovdoc/go1.12: add notes for syscall/js CLs 141644, 143137...
2018-12-18 Martin Möhrmanndoc/go1.12: add release notes for GODEBUG internal...
2018-12-18 Clément Chigotruntime: fix backtrace during C syscalls for aix/ppc64
2018-12-18 Clément Chigotcmd/link: optimize access to data symbols for aix/ppc64
2018-12-18 Clément Chigotdoc/1.12: add notes about aix/ppc64 port
2018-12-18 Austin Clementsruntime: flush on every write barrier while debugging
2018-12-18 Martin Möhrmanndoc: document GODEBUG options to disable use of instruc...
2018-12-18 Joel Singruntime,cmd/dist,cmd/link: add cgo support on openbsd/arm
2018-12-18 Robert Griesemercmd/compile: increase nesting depth limit for type...
2018-12-17 Ian Lance Taylordoc: explain how to use "go vet -shadow"
2018-12-17 Michael Anthony... runtime: allocate from free and scav fairly
2018-12-17 Michael Anthony... runtime: add iterator abstraction for mTreap
2018-12-17 Clément Chigotcmd/link: move XCOFF data addresses to an unreachable...
2018-12-17 David Chasecmd/compile: prevent double-walk of switch for OPRINT...
2018-12-17 Michael Anthony... runtime: fix sysUsed for Windows
2018-12-17 Filippo Valsordadoc/go1.12: release notes for crypto
2018-12-17 Filippo Valsordadoc/go1.12: release notes for "go doc -all"
2018-12-17 Austin Clementsruntime: capture pause stack for late gcWork put debugging
2018-12-17 Austin Clementsruntime: make traceback indicate whether _defer was...
2018-12-17 Austin Clementsruntime: record extra information in throwOnGCWork...
2018-12-17 Clément Chigotcmd: improve aix/ppc64 new symbol addressing
2018-12-17 Austin Clementsdoc/go1.12: updates for runtime and compiler
2018-12-17 Robert Griesemercmd/compile: generate interface method expression wrapp...
2018-12-17 Austin Clementsruntime: poison the write barrier buffer during flushing
2018-12-17 Clément Chigotcmd/link: fix error messages for external linking on...
2018-12-17 Alex Brainmanos: make Stat work on FAT file system
2018-12-17 Joel Singcmd/dist: re-enable VFPv3 on openbsd/arm
2018-12-17 Austin Clementsruntime: fix hangs in TestDebugCall*
2018-12-16 Agniva De Sarkergo/doc: handle Examples with no body
2018-12-15 Elias Naurcmd/fix,cmd/cgo,misc/cgo: map the EGLDisplay C type...
2018-12-15 Jordan Rheecmd/nm: report windows/arm as relocatable in TestGoExec
2018-12-15 Shenghou Macmd/link: fix in-package syso linking
2018-12-15 Bryan C. Millscmd/go/internal/cache: save more data from DefaultDir
2018-12-14 Filippo Valsordadoc: document Go 1.11.4
2018-12-14 Filippo Valsordadoc: document Go 1.10.7
2018-12-14 Brad Fitzpatricknet/http/httptest: don't register a flag unless it...
2018-12-14 Brad Fitzpatrickinternal/x/net/http2/hpack: update from upstream
2018-12-14 Bryan C. Millscmd/go/internal/get: move wildcard-trimming to before...
2018-12-14 Clément Chigotsyscall: remove linknames to runtime symbols for aix...
2018-12-14 Martin Möhrmanncmd/compile: fix length overflow when appending element...
2018-12-14 Bryan C. Millscmd/go: set user and email in test-local git repos
2018-12-14 Dmitri Shuralyovdoc: document Go 1.11.3 and Go 1.10.6
2018-12-14 Filippo Valsordacrypto/x509: limit number of signature checks for each...
2018-12-14 Bryan C. Millscmd/go/internal/get: relax pathOK check to allow any...
2018-12-14 Bryan C. Millscmd/go/internal/get: use a strings.Replacer in expand
2018-12-14 Bryan C. Millscmd/go/internal/get: reject Windows shortnames as path...
next