]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-06-07 Ian Lance Taylorgo/internal/gccgoimporter: update for gofrontend export...
2019-06-07 Daniel Martícmd/vendor: go get -u golang.org/x/tools && go mod...
2019-06-06 Austin Clementsruntime/internal/atomic: remove erroneous ABI wrappers
2019-06-06 Austin Clementsruntime/internal/atomic: export more ABI0 wrappers
2019-06-06 Russ Coxnet: remove non-cgo macOS resolver code
2019-06-06 Russ Coxnet: fix non-cgo macOS resolver code
2019-06-06 Russ Coxruntime: document, fix libc error checks on macOS
2019-06-06 Austin Clementscmd/go: remove cross-package assembly reference discovery
2019-06-06 Austin Clementsruntime: mark all Go symbols called from assembly in...
2019-06-06 Austin Clementscmd/compile: make the second argument to go:linkname...
2019-06-06 Austin Clementscmd/compile: generate ABI wrappers for //go:linkname...
2019-06-06 Michael Mundaycmd/compile, runtime: make atomic loads/stores sequenti...
2019-06-06 David Chasecmd/compile: correct capitalization in recordFlags...
2019-06-06 Meng Zhuosyscall: fix skip condition in skipUnprivilegedUserClone
2019-06-06 David Chasecmd/compile: add -smallframes gc flag for GC latency...
2019-06-06 Meng Zhuosyscall: skip test if unprivileged_userns_clone sysctl...
2019-06-06 Russ Coxruntime: fix non-tab indentation in lookup_darwin_*.s
2019-06-06 Russ Coxruntime: fix scattered non-tab indentation in assembly
2019-06-06 Russ Coxnet: fix conf.teardown call in TestGoLookupIPOrderFallb...
2019-06-06 Russ Coxruntime: use default system stack size, not 64 kB,...
2019-06-05 ng0cmd/go: accept -Wl,-R/path/
2019-06-05 Alex Myasoedovdoc: clarify safety of multiple and concurent os.(...
2019-06-05 Keith RandallRevert "cmd/compile,runtime: allocate defer records...
2019-06-05 Austin Clementscmd/link: regenerate symkind_string.go
2019-06-05 Ian Lance Taylordoc: remove CL 159258 from 1.13 release notes list
2019-06-05 Andrew Bonventredoc: update Go 1.13 release notes using relnote
2019-06-05 Bryan C. Millscmd/go: replace uses of ioutil.ReadFile with renameio...
2019-06-05 Bryan C. Millscmd/go/internal/renameio: add a ReadFile function
2019-06-05 Ian Lance Taylormisc/cgo/test: add test for issue 31093
2019-06-05 Ian Lance Taylorcmd/cgo: roll back "use C exact-width integer types...
2019-06-04 Dmitri Shuralyovnet/http: roll back "clean the path of the stripped...
2019-06-04 Tyler Bui-Palsulichcmd/go: document GO{NO}SUMDB in 'go help environment...
2019-06-04 Keith Randallcmd/compile,runtime: allocate defer records on the...
2019-06-04 Agniva De Sarkerdoc: fix missing anchor links in contribute.html
2019-06-03 Andrew Gerranderrors: fix package example
2019-06-03 LE Manh Cuongruntime: fix sigpipe do not check SIGPIPE was ignored
2019-06-03 Ben Shiruntime: save/restore callee saved registers in arm64...
2019-06-03 Keith Randallruntime: get map of args of unstarted goroutines like...
2019-06-03 Bryan C. Millscmd/go: document GO111MODULE=auto behavior for Go 1.13
2019-06-03 Andrew Gerrandcmd/cover: fix counting of blocks split by goto statements
2019-06-02 Hajime Hoshisyscall/js: fix comments
2019-06-02 frennkienet: fix the doc string on parseIPv6
2019-05-31 Jay Conrodcmd/go: ignore build tags when 'go get' modifies build...
2019-05-31 Keith Randallcmd/compile: don't move nil checks across a VarDef
2019-05-31 Cherry Zhangcmd/compile: make sure build works when intrinsics...
2019-05-31 Bryan C. Millscmd/go/internal/modfetch: use the resolved version...
2019-05-31 Cherry Zhangtest: add a test for gccgo bug #32347
2019-05-31 Than McIntoshcmd/link: revise test case to work on pre-10.14 macos
2019-05-31 LE Manh Cuongcmd/go: use the rev to resolve tags for pseudo-versions...
2019-05-31 Andrew Gerrandstrconv: document handling of NaN and ±Inf
2019-05-31 Ian Lance Taylormisc/cgo/errors: limit number of parallel executions
2019-05-30 Ian Lance Taylormisc/cgo/errors: remove debugging println
2019-05-30 Ian Lance Tayloros: deflake TestNewFileNonBlock
2019-05-30 Brad Fitzpatricknet/http: prevent Transport from spamming stderr on...
2019-05-30 Greg Thelensyscall: use Ctty before fd shuffle
2019-05-30 Jay Conrodcmd/go: clarify documentation for 'go get -u'
2019-05-30 Jay Conrodcmd/go: remove support for the 'go get -m' flag
2019-05-30 Than McIntoshcmd/link: new test case for Darwin/DWARF
2019-05-30 Constantin... cmd/go: fix error message for go mod in GOPATH mode
2019-05-30 Johan Brandhorstnet/http: enable WASM fetch where supported
2019-05-30 Daniel Martícmd/go: add two more uses of lazyregexp
2019-05-30 Aman Guptacmd/link/internal/ld: ensure mach-o debug symbols are...
2019-05-30 Aman Guptacmd/link/internal/ld: improve messages for testDWARF...
2019-05-30 Tobias Klauservendor: update golang.org/x/sys for aix/ppc64 fix
2019-05-29 Matthew Dempskycmd/compile: fix fmt_test.go after CL 170062
2019-05-29 Matthew Dempskycmd/compile: sort OAS2* declarations
2019-05-29 Matthew Dempskycmd/compile: fix package initialization ordering
2019-05-29 Jason A. Donenfeldcmd/link: do not generate NT 4 compatibility binaries
2019-05-29 Russ Coxcmd/go: update docs for GOPROXY default
2019-05-29 Keith Randallcmd/compile: add GCNode to VarDef in tests
2019-05-28 Brad Fitzpatricksrc/vendor: update golang.org/x/sys to remove x/sys...
2019-05-28 Brad Fitzpatricknet/http: quiet some log spam in tests
2019-05-28 Josh Bleecher... cmd/compile: process blocks containing only dead values...
2019-05-28 Dmitri Shuralyovtesting/internal/testdeps: delete didSetLogger variable
2019-05-28 Maxim Eryomenkobytes: remove obsolete comment
2019-05-28 Brad Fitzpatricknet/http: fix TestTransportServerClosingUnexpectedly...
2019-05-28 Rob Pikecmd/doc: always print package clause except for commands
2019-05-27 Ian Lance Taylorruntime: remove VDSO fallback test and benchmarks
2019-05-25 Agniva De Sarkercmd/doc: display a proper error when no packages are...
2019-05-25 Than McIntoshcmd/link: fix incorrect constant for macho-o load command
2019-05-24 Russ Coxcmd/go: respect default proxy setting, add direct fallback
2019-05-24 Bryan C. Millscmd/go: when resolving packages, try all module paths...
2019-05-24 Cherry Zhangcmd, runtime: remove PC_F & PC_B globals on Wasm
2019-05-24 Michael Anthony... runtime: ensure mheap lock stack growth invariant is...
2019-05-24 Martin Suchastrings: clarify example of ContainsAny
2019-05-24 Leon Klingeleimage/draw: change argument type to be consistent with...
2019-05-24 Hana (Hyang... cmd/vendor: sync github.com/google/pprof@v0.0.0-2019051...
2019-05-24 Leon Klingelecompress/gzip: add missing error check in test
2019-05-24 Richard Musiolsyscall/js: replace TypedArrayOf with CopyBytesToGo...
2019-05-24 bill_ofarrellcrypto/ecdsa: implement ecdsa on s390x for P256/P384...
2019-05-23 Brad FitzpatrickSECURITY.md: add security file
2019-05-23 Brad Fitzpatricktest: skip a test on failing test on nacl/386
2019-05-23 Michael McLoughlincrypto/sha*: replace putUint{32,64} helpers
2019-05-23 Leon Klingeleimage: add missing error check in test
2019-05-23 andrius4669mime: encode CTL and non-US-ASCII characters in FormatM...
2019-05-23 Caleb Sparestrconv: fix rounding in FormatFloat fallback path
2019-05-23 Russ Coxcmd/go: default to GOPROXY=https://proxy.golang.org...
2019-05-23 Mickey Reissbufio: Fix typo in scan.go documentation
2019-05-23 Agniva De Sarkercmd/doc: stop showing interface methods while matching...
2019-05-23 Ariel Mashrakitext/template: add a slice function to the predefined...
next