]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-07-17 Mostyn Bramley... path/filepath: make Walk example runnable in the playground
2018-07-17 Filippo Valsordadoc: minor go1.11 changes
2018-07-17 Frank Schroedercmd/go: run git log with --no-show-signature
2018-07-17 Steeve Morincmd/cgo: update JNI's jobject to uintptr check for...
2018-07-17 Alberto Donizettidoc/go1.11: explain new vet typechecking behaviour...
2018-07-17 Austin ClementsRevert "runtime: fix lldb test after DWARF compression"
2018-07-17 Austin Clementsruntime: disable compressed DWARF for lldb test
2018-07-17 Michael Mundaycmd/compile: keep autos if their address reaches a...
2018-07-17 Russ Coxcmd/go: add new test script facility
2018-07-17 Rob Pikedoc: update Usage section of the FAQ
2018-07-17 Rob Pikedoc: rewrite run-on sentence in garbage collection...
2018-07-17 Ian Lance Taylorcmd/go: fix handling of vet.cfg with buggyInstall
2018-07-17 Zev Goldsteincmd/go/internal/cache: squelch cache init warnings...
2018-07-17 Eric Danielshttp/internal: document final CRLF behavior on chunkedW...
2018-07-16 Russ Coxcmd/go: handle relative temp dir
2018-07-16 Ian Lance Taylorcmd/internal/buildid: close ELF file after reading...
2018-07-16 Joe Tsaiarchive/zip: fix regression when writing directories
2018-07-16 Filippo Valsordadoc: populate and add go1.11 notes related to crypto
2018-07-16 Filippo Valsordacrypto/x509: add GODEBUG option x509ignoreCN=1
2018-07-16 Filippo Valsordacrypto/x509: ignore Common Name when it does not parse...
2018-07-16 Keith Randallmisc/cgo: fix darwin test, again
2018-07-16 Brad Fitzpatrickdoc: move the go1.11 "all" section elsewhere, add os...
2018-07-16 Brad Fitzpatrickdoc: add more to go1.11, sort, remove dups
2018-07-16 Brad Fitzpatrickdoc: flesh out go1.11 notes
2018-07-16 Brad Fitzpatrickdoc: add net/http additions to go1.11 notes
2018-07-16 Ian Lance Taylorcmd/cgo: add note about bug writing C pointers to unini...
2018-07-16 Ian Lance Taylorcmd/go: make TestNewReleaseRebuildsStalePackagesInGOPAT...
2018-07-16 Andrew Bonventredoc/go1.11: update with latest output from x/build...
2018-07-16 Hana (Hyang... runtime/pprof: add a fake mapping when /proc/self/maps...
2018-07-15 Rob Pikedoc: update Design and Types sections of the FAQ
2018-07-15 Rob Pikedoc: update Values, Writing Code, and Pointers and...
2018-07-15 Rob Pikedoc: update Implementation and Performance sections...
2018-07-15 Rob Pikedoc: rearrange the description of GOMAXPROCS
2018-07-15 Keith Randallmisc/cgo: fix test on iOS
2018-07-14 Dan Kortschakcmd/vet,sync: check lock values more precisely
2018-07-13 Brad Fitzpatricknet/http: don't cancel Request.Context on pipelined...
2018-07-13 Adam Shannonos/exec: document ExtraFiles is not supported on windows
2018-07-13 Baokun Leecmd/go: fix module replace flag parsed bug
2018-07-13 Brad Fitzpatrickcmd/go: remove windows Skip in test that wasn't removed
2018-07-13 Russ Coxcmd/go: fix TestModFindModulePath on Windows
2018-07-13 Russ Coxregexp: reword Match documentation to be more like...
2018-07-13 Than McIntoshcmd/link: eliminate a couple of unused DWARF attrs
2018-07-13 Ian Lance Taylorruntime: check tgkill error in Debug tests
2018-07-13 Julien Salleyronhttp/http/httputil: add ReverseProxy.ErrorHandler
2018-07-13 Jakub Čajkacmd/go: call flag.Parse to properly initialize test...
2018-07-13 Johan Brandhorstnet/http: correct use of byte slice in js syscall
2018-07-13 Dmitry Doroginincmd/go/internal/modload: more aggressive symlink analys...
2018-07-13 Kunpei Sakainet/url: don't escape sub-delims in fragment
2018-07-13 Keith Randallmisc/cgo/test: fix issue 24161 test for 1.11 and earlier
2018-07-12 Rob Pikedoc: update Concurrency, Functions and Methods, and...
2018-07-12 Rebecca Stamblergo/types: record type information after detecting error
2018-07-12 Brad Fitzpatricknet/http: update bundled http2
2018-07-12 Russ Coxcmd/go: fix tests from x/vgo repo
2018-07-12 Russ Coxcmd/go: merge module support from x/vgo repo
2018-07-12 Brad Fitzpatricknet/http: make Transport.CloseIdleConnections close...
2018-07-12 Keith Randallcmd/cgo: fix cgo bad typedefs
2018-07-12 Keith Randallcmd/compile: handle degenerate write barrier case
2018-07-12 David Chasecmd/compile: add LocalAddr that takes SP,mem operands
2018-07-12 Russ Coxcmd/go: delete TestGoBuildDashA*
2018-07-12 Brad Fitzpatricksyscall: convert Windows AddrinfoW.Addr from uintptr...
2018-07-12 Xia Binruntime: fix reference to funcdata.go in comment
2018-07-12 Keith Raricktime: fix typo in Truncate example
2018-07-12 Brad Fitzpatricknet/http: update bundled http2
2018-07-12 Xia Bindoc: ArgsSizeUnknown it's defined in cmd/internal/objab...
2018-07-12 Ian Lance Taylortest: add test of valid code that gccgo failed to compile
2018-07-12 Brad Fitzpatricknet/http: add tests to validate that Client.Timeout...
2018-07-12 Rob Pikedoc: clarify a sentence about *_js.go
2018-07-12 Matthew Dempskycmd/compile: fix ICE due to missing inline function...
2018-07-12 Russ Coxcmd/dist: enable build cache always
2018-07-11 Brad Fitzpatrickdoc: mention that *_js.go files are now ignored and...
2018-07-11 Caleb Martineztime: add clarification to Timer.Stop documentation
2018-07-11 Brad Fitzpatrickdoc: update the minimum support Windows version
2018-07-11 Ian Lance Taylorruntime: don't say "different packages" if they may...
2018-07-11 Austin Clementscmd/link: use BestSpeed for DWARF compression
2018-07-11 Austin Clementsruntime: document philosophy behind runtime atomic...
2018-07-11 Brad Fitzpatricknet/http: fix rare Transport leak, remove incorrect...
2018-07-11 Ian Lance Taylortest: add test case that failed with gccgo
2018-07-11 Joel Singruntime: correct new thread stack for openbsd MAP_STACK
2018-07-11 Richard Musiolmisc/wasm: free up memory on exit
2018-07-11 Hana (Hyang... cmd/pprof: disable readline UI support for TERM=dumb
2018-07-11 Ian Lance Taylorinternal/poll: don't take read lock in SetBlocking
2018-07-11 Ian Lance Tayloros: clarify that Close cancels pending I/O
2018-07-10 Kamil Rytarowskiruntime/cgo: Add initial NetBSD Thread Sanitizer support
2018-07-10 Brad Fitzpatricknet/http: clarify when it's allowed to reuse a Request
2018-07-10 Ian Lance Taylortest: add order of evaluation test case that gccgo...
2018-07-10 Russ Coxdoc/go1.11: mention import path restriction
2018-07-10 Than McIntoshcmd/compile: call objabi.PathToPrefix when emitting...
2018-07-10 Keith Randallinternal/bytealg: specify argmaps for exported functions
2018-07-10 Robert Griesemergo/types: ignore artificial cycles introduced via metho...
2018-07-10 Ian Lance Taylorcmd/go, cmd/cgo: only set TERM=dumb when running the...
2018-07-10 Ben Shitest/codegen: add more test cases for arm64
2018-07-10 Russ Coxcmd/go: add ImportMap to go list package struct
2018-07-10 Robert Griesemergo/types: correctly compute cycle length
2018-07-10 Alberto Donizettiruntime/trace: comment newlines to restore correct...
2018-07-10 Michael Fraenkelnet/http: update bundled http2
2018-07-10 Russ Coxcmd/cover: invoke go command to find packages
2018-07-10 Russ Coxcmd/go: add test for tests with no tests
2018-07-10 Cherry Zhangcmd/compile: make sure alg functions are generated...
2018-07-10 Cherry Zhangtest: add test for gccgo bug #26248
2018-07-10 Brad Fitzpatricknet/http: remove dead code noted in post-submit review...
next