]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2019-04-03 Robert Griesemercmd/compile: better recovery after := (rather than...
2019-04-03 Keith Randallsyscall: avoid _getdirentries64 on darwin
2019-04-03 Keith Randallcmd/compile: handle new panicindex/slice names in optim...
2019-04-03 smasher164cmd/compile: return assignment mismatch error in var...
2019-04-03 Bryan C. Millscmd/go/internal/web: reject insecure redirects from...
2019-04-03 Bryan C. Millscmd/go/internal/modfetch: replace nanomsg.org with...
2019-04-03 Brad Fitzpatrickstrings: document that NewReplacer can panic
2019-04-03 Romain Bauguereflect: document that method sets are lexicographicall...
2019-04-03 Kenichi Tsunokawamime: add .jpeg for builtin
2019-04-03 Jay Conrodcmd/go: print require chains in build list errors
2019-04-03 Bryan C. Millscmd/go/internal/lockedfile: add a sync.Mutex to lockedf...
2019-04-03 Clément Chigotcmd/go: add a note in help buildmode for c-archive...
2019-04-03 Daniel Martíencoding/json: speed up tokenization of literals
2019-04-03 Matthew Dempskytest: add regress tests for unsafe.Pointer rules
2019-04-03 Bryan C. Millscmd/go/internal/modload: fix aliasing bug in (*mvsReqs...
2019-04-03 Tobias Klauserbytes: merge explodetests into splittests
2019-04-03 Clément Chigotsyscall: on AIX use nsendmsg and nrecvmsg, define Socka...
2019-04-02 Agniva De Sarkerimage/jpeg: reduce bound checks from idct and fdct
2019-04-02 Ian Lance Taylormisc/cgo/testcarchive: skip TestSignalForwardingExterna...
2019-04-02 Elias Naurruntime/cgo: look for android_get_device_api_level...
2019-04-02 Matthew Dempskyruntime/internal/atomic: fix wasm's StorepNoWB implemen...
2019-04-02 Joel Singcrypto/tls: simplify intermediate certificate handling
2019-04-02 Bryan C. Millscmd/go/internal/web2: make netrc parsing more robust
2019-04-02 Matthew Dempskycmd/compile: trim more unnecessary escape analysis...
2019-04-02 Alessandro... compile,link: export package name in debug_info
2019-04-02 Matthew Dempskycmd/compile: skip escape analysis diagnostics for OADDR
2019-04-02 Mark Ryancmd/asm: Fix EVEX RIP-relative addressing
2019-04-02 Clément Chigotruntime, cmd/dist, misc/cgo: enable c-archive for aix...
2019-04-02 Tobias Klauserinternal/bytealg: fix function reference in comments
2019-04-01 Brad Fitzpatrickruntime: skip broken TestLldbPython
2019-04-01 Michael Mundaycmd/compile/internal/gc: minor cleanup of slicing
2019-04-01 LE Manh Cuongcmd/compile: use FmtLeft to generate symbol name for...
2019-04-01 Bryan C. Millscmd/go/internal/modget: support the suffix '@patch...
2019-04-01 Jay Conrodcmd/go: refactor load.LoadPackage into other functions
2019-03-31 Segev Finercmd/doc: correctly indent pre-formatted blocks
2019-03-31 zdjonescmd/compile: update stale comment in prove
2019-03-31 Michael Mundayruntime: always mask shift amount regardless of archite...
2019-03-31 Daniel Martícmd/go: further reduce init work
2019-03-30 zdjonescmd/compile: make prove learn index >= 0 from successfu...
2019-03-30 Cherry Zhangcmd/link: allow duplicated weak symbols on Mach-O
2019-03-30 Ian Lance Taylorruntime: use raceprocctx in race_arm64
2019-03-29 zdjonescmd/compile: preempt repeated checks for the zero const...
2019-03-29 Jay Conrodcmd/go: clarify error when package is removed in a...
2019-03-29 David Chasecmd/compile: enhance induction variable detection for...
2019-03-29 Joel Singcmd/link: permit duplicate weak symbols
2019-03-29 Michael Mundaycmd/asm: add 'insert program mask' instruction for...
2019-03-29 Elias Naurruntime/cgo: use free TLS slot on Android Q
2019-03-29 Elias Naurcmd/link/ld,cmd/internal/obj,runtime: make the Android...
2019-03-29 Jordan Liggittnet/http/httputil: make ReverseProxy flush headers...
2019-03-29 Ian Lance Taylorruntime: rename p racectx field to raceprocctx
2019-03-29 Ben Hoytbytes, strings: add tests for TrimLeftFunc and TrimRigh...
2019-03-29 zdjonescmd/compile: make prove use poset to check non-negatives
2019-03-29 Agniva De Sarkerinternal/bytealg: simplify memchr for wasm
2019-03-28 Agniva De Sarkergo/ast: fix SortImports to handle block comments
2019-03-28 Josh Bleecher... runtime: fix TestLldbPython in module mode (again)
2019-03-28 Josh Bleecher... cmd/internal/src: fix a few typos in documentation
2019-03-28 Jay Conrodcmd/go: recognize android suffix when constructing...
2019-03-28 Josh Bleecher... cmd/compile: minor cleanup
2019-03-28 Leonardo Comellicmd: ignore the directory named go.mod
2019-03-28 Daniel Cormiernet/textproto: properly write terminating sequence...
2019-03-28 Richard Musiolcmd/compile: add sign-extension operators on wasm
2019-03-28 Matthew Dempskycmd/compile: move sinit.go globals into InitSchedule
2019-03-28 Clément Chigotcmd/vet/all: enable AIX checks
2019-03-28 Matthew Dempskycmd/compile: change sinit.go functions into methods
2019-03-28 Joel Singcmd/dist: pass cgotest linkmode via GOFLAGS
2019-03-28 Elias Naurruntime/cgo: remove threadentry functions specialized...
2019-03-28 Matthew Dempskycmd/compile: fix ICE from invalid operations on float...
2019-03-28 LE Manh Cuongos/user: use os.UserHomeDir for user.HomeDir
2019-03-28 Richard Musiolsyscall/js: improve Value.String() for non-string values
2019-03-28 Brad Fitzpatricknet/http: fix typo in Response.Body field docs
2019-03-28 Josh Bleecher... runtime: fix TestLldbPython test with modules enabled
2019-03-28 Josh Bleecher... runtime: fix minor doc typo
2019-03-28 David Chasecmd/compile: repair ssa/debug_test regression
2019-03-27 Robert Griesemermath/big: temporarily disable buggy shlVU assembly...
2019-03-27 David Chasecmd/compile: enhance debug_test for infinite loops
2019-03-27 Brad Fitzpatricknet: fix test after 8.8.8.8 changed its reverse DNS...
2019-03-27 Than McIntoshtest: fix fixedbugs/issue30908.go to work with no-opt...
2019-03-27 Than McIntoshcmd/link: change -strictdups checking to handle mix...
2019-03-27 Clément Chigotcmd/link: allow buildmode c-archive for aix/ppc64
2019-03-27 Johnmime: add javascript module mime type (.mjs)
2019-03-27 LE Manh Cuongcmd/compile: fix literal struct interface {} lost passi...
next