]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-04-15 Michael Mundayruntime: fix GDB tests on s390x running Ubuntu 18.04
2019-04-15 Michael Mundaycmd/link, runtime: mark goexit as the top of the call...
2019-04-15 Yuval Pavel... cmd/dist: enable cgo for freebsd/arm
2019-04-15 Daniel Martígo/token: add IsIdentifier, IsKeyword, and IsExported
2019-04-14 Максадбек Ахмедовstrings: remove "a copy of the string" from ToUpper...
2019-04-14 Yuval Pavel... cmd/dist: enable VFPv3 on freebsd/arm
2019-04-13 Tobias Klausercmd/compile/internal/arm: merge cases in ssaGenValue
2019-04-13 Udalov Maxcrypto/sha1: use math/bits.RotateLeft32 instead of...
2019-04-13 Daniel Martíencoding/json: remove a bounds check in readValue
2019-04-13 OkamotoYukicmd/go/internal/test: pass default timeout to test...
2019-04-13 Romain Bauguereflect: add Value.IsZero
2019-04-12 Josh Bleecher... cmd/link: make Pciter more idiomatic
2019-04-12 Josh Bleecher... cmd/link, cmd/internal/obj: use encoding/binary for...
2019-04-12 Josh Bleecher... cmd/internal/obj: stop plist flushing early on error
2019-04-12 Clément Chigotruntime: add //go:cgo_unsafe_args to AIX syscallX functions
2019-04-12 Clément Chigotruntime: remove debug prints in netpoll_aix.go
2019-04-12 Clément Chigotsyscall: add aix to syscall_unix_test.go
2019-04-12 Clément Chigotnet: retrieve if unix network is available only once...
2019-04-12 Daniel Langnerdoc/go_faq: fix grammar
2019-04-12 Austin Clementsruntime: delete unused isscanstatus function
2019-04-12 Tobias Klauserbootstrap.bash: fix build if no exec wrapper exists
2019-04-12 Josh Bleecher... cmd/link: fix off-by-one in ftabaddstring
2019-04-11 Clément Chigotruntime: move libcall to stack for syscall package...
2019-04-11 jamesos: don't leak file in ExampleOpenFile_append failure...
2019-04-11 Bryan C. Millscmd/go: log failures to remove workdir
2019-04-11 Brad Fitzpatrickdoc: document Go 1.12.4 and Go 1.11.9
2019-04-11 Austin Clementsruntime: abstract initializing and destroying Ps out...
2019-04-11 Austin Clementsruntime: note about improved _Gscan bit handling
2019-04-11 Than McIntoshtest: add testcases for gccgo bug
2019-04-11 Bryan C. Millsos: fix aliasing bug in RemoveAllTestHook restoration
2019-04-11 Cherry Zhangruntime: set itab.fun[0] only on successful conversion
2019-04-11 Keith Randallsyscall: enforce minimum buffer size to call ReadDirent
2019-04-11 Aman Guptacmd/link/internal/ld: fix c-archive mach-o compatibility
2019-04-10 Michael Anthony... runtime: introduce treapForSpan to reduce code duplication
2019-04-10 Michael Anthony... runtime: add tests for runtime mTreap
2019-04-10 Michael Anthony... runtime: throw if scavenge necessary during coalescing
2019-04-10 Mihai Moldovancmd/dist: add BOOT_GO_LDFLAGS - counterpart of BOOT_GO_...
2019-04-10 LE Manh Cuongos: fix RemoveAll hangs on large directory
2019-04-10 Keith Randallsyscall: store skip count in file descriptor offset
2019-04-10 Ahsun Ahmederrors: return false if nil error is passed to As
2019-04-10 smileeyecmd/asm/internal/arch: improve the comment of function...
2019-04-10 Elias Naurruntime: correct the TLS base offset on Android
2019-04-10 Nigel Taoall: spell "Deprecated: Use etc" consistently
2019-04-09 Cherry Zhangcmd/internal/obj/x86: allow non-zero offset in TLS...
2019-04-09 Tobias Klauserstrings: add TestIndexByte
2019-04-09 Tobias Klauserstrings: use Go style character range comparison in...
2019-04-09 Andrei Vaginruntime: preempt a goroutine which calls a lot of short...
2019-04-09 Tobias Klauserbytes: optimize ToLower and ToUpper for ASCII-only...
2019-04-09 Mikio Harasyscall: gofmt -w -s
2019-04-09 Mikio Haracmd/cover: rename temporary directory prefix for consis...
2019-04-09 Neven Sajkoall: change the old assembly style AX:CX to CX, AX
2019-04-08 Josh Bleecher... cmd/compile: add ORESULT, remove OINDREGSP
2019-04-08 Elias Naurcmd/go/internal/work: make toolchain builds reproducibl...
2019-04-08 Elias Naurruntime,runtime/cgo: set up TLS storage for Android...
2019-04-08 Andrew Bonventredoc: correct link in 1.12.3 notes
2019-04-08 Andrew Bonventredoc: correct link in 1.11.8 notes
2019-04-08 Andrew Bonventredoc: document Go 1.11.8
2019-04-08 Andrew Bonventredoc: document Go 1.12.3
2019-04-08 Jingnan Siruntime: follow Windows calling convention for _cgo_sys...
2019-04-08 Elias Naurcmd/dist: set buildmode=pie on Android
2019-04-08 Elias Naurmisc/cgo/testcshared: use adb exec-out instead of adb...
2019-04-08 Daniel Theophanescmd/go: do not write output when -o is not specified...
2019-04-08 Keith Randallcmd/compile: get rid of unnecessary inline marks
2019-04-08 Michael Anthony... runtime: use iterator instead of raw node for treap...
2019-04-08 Michael Anthony... runtime: merge codepaths in scavengeLargest
2019-04-08 Tobias Klauserstrings: unindent Fields
2019-04-08 Jannis Andrija... archive/zip: use Modified in FileHeader.FileInfo
2019-04-08 Elias Naurmisc/cgo/test: skip Setgid test on Android
2019-04-07 Elias Naurnet: pass TMPDIR to test client process
2019-04-07 Elias Nauros/exec: skip unsupported test on Android
2019-04-07 Elias Nauros: skip Open("/") on Android
2019-04-07 Elias Naurbootstrap.bash: remove exec wrappers
2019-04-07 Nigel Taoimage: deprecate ZP and ZR
2019-04-07 Keith Randallcmd/compile: remove AUNDEF opcode
2019-04-05 Daniel Martíencoding/json: use SetBytes in UnmarshalReuse benchmark
2019-04-05 Keith Randallsyscall: use openat instead of dup to make a really...
2019-04-05 Austin Clementsruntime: separate stack freeing from stack shrinking
2019-04-05 Austin Clementsruntime: use acquirem/releasem more widely
2019-04-05 Austin Clementsruntime: fix sanity check in notetsleep
2019-04-05 Austin Clementssync: smooth out Pool behavior over GC with a victim...
2019-04-05 Austin Clementssync: use lock-free structure for Pool stealing
2019-04-05 Austin Clementssync: add Pool benchmarks to stress STW and reuse
2019-04-05 Austin Clementssync: internal dynamically sized lock-free queue for...
2019-04-05 Austin Clementssync: internal fixed size lock-free queue for sync...
2019-04-05 Andrew Bonventredoc: document Go 1.11.7
2019-04-05 Andrew Bonventredoc: document Go 1.12.2
2019-04-05 Daniel Theophanesdatabase/sql: add NullTime
2019-04-05 Keith Randallsyscall: dup the argument to fdopendir
2019-04-05 Tobias Klausersyscall: allow empty string argument to SetsockoptString
2019-04-05 Austin Clementsruntime: fix typo in debuglog comment
2019-04-05 Darren Grantbuiltin: spec correction for panic()
2019-04-05 Jay Conrodcmd/go: parallelize package loading
2019-04-04 Filippo Valsordamath/big: do not panic in Exp when y < 0 and x doesn...
2019-04-04 Keith Randallsyscall: don't use INODE64 for fdopendir on darwin/386
2019-04-04 Austin Clementsruntime: ring buffer for binary debug logging
2019-04-04 grantnet: use libSystem bindings for DNS resolution on macos...
2019-04-04 Than McIntoshmath/bits: add gccgo-friendly code for compiler bootstrap
2019-04-04 Richard Musiolcmd/compile: add saturating conversions on wasm
2019-04-04 Leo Antunesnet: add KeepAlive field to ListenConfig
2019-04-04 Neven Sajkomath/big: simplify shlVU_g and shrVU_g
next