]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-12-08 Joel Singruntime: correct sigfwd on openbsd/mips64
2020-12-07 Austin Clementsdoc/go1.16: update linker stats
2020-12-07 Ian Lance Taylorreflect: document multiple keys in struct tags
2020-12-07 Russ Coxio/fs: fix Sub method error text
2020-12-07 Tonis Tiigiruntime/cgo: fix building on musl
2020-12-07 Austin Clementsdoc/go1.16: announce openbsd/mips64 port
2020-12-07 Ian Lance Taylortest: add new test that gofrontend failed to handle
2020-12-07 Alberto Donizettidoc/go1.16: fix typo
2020-12-07 Tobias Klauserdoc/go1.16: add missing </a> tag
2020-12-07 Martin Möhrmanninternal/cpu: add darwin/arm64 CPU feature detection...
2020-12-07 Tobias Klauserdoc/go1.16: document riscv64 port changes
2020-12-05 Ikko Ashimineinternal/cpu: fix typo in cpu_arm64.go
2020-12-05 Jason A. Donenfeldsyscall: correct CertOpenStore to expect a 0 return...
2020-12-04 Filippo Valsordadoc/go1.16: cleanup crypto release notes
2020-12-04 zikaerohcmd/vendor: sync pprof@v0.0.0-20201203190320-1bf35d6f28c2
2020-12-04 Dmitri Shuralyovdoc/go1.16: document no language changes
2020-12-04 Russ Coxio/fs: add Sub
2020-12-04 Bryan C. Millscmd/go/internal/modload: fix minor errors in comments
2020-12-04 Cherry Zhangruntime: avoid receiving preemotion signal while exec'ing
2020-12-04 Dmitri Shuralyovdoc/go1.16: preannounce dropping macOS 10.12 support
2020-12-04 Russ Coxcmd/go, embed: exclude .* and _* from embedded director...
2020-12-04 Alberto Donizettidoc/go1.16: add reflect changes to release notes
2020-12-04 Filippo Valsordadoc/go1.16: fix broken <code> tag
2020-12-04 Filippo Valsordadoc/go1.16: pre-announce GODEBUG=x509ignoreCN=0 removal...
2020-12-03 Cherry Zhangcmd/compile: make sure address of offset(SP) is remater...
2020-12-03 Michael Prattruntime, time: strictly enforce when, period constraints
2020-12-03 Michael Pratttime, runtime: don't set timer when = 0
2020-12-03 Austin Clementsdoc/go1.16: update runtime and compiler sections
2020-12-03 Ian Lance Taylortest: match gofrontend error messages
2020-12-03 Bryan C. Millscmd/go/internal/modload: rename constants to reflect...
2020-12-03 Alberto Donizettidoc/go1.16: add path, path/filepath changes to release...
2020-12-03 Austin Clementsdoc/go1.16: tidy darwin/arm64 port section
2020-12-03 Jonathan Albrechtmath/big: remove the s390x assembly for shlVU and shrVU
2020-12-03 Martin Möhrmanninternal/cpu: disable FMA when OSXSAVE is not enabled...
2020-12-03 Ian Lance Taylortest: match gccgo error messages
2020-12-03 Russ Coxdoc/go1.16: document embed, io/fs, runtime/metrics
2020-12-03 Russ Coxdoc/go1.16: more release notes
2020-12-03 Russ Coxmime/multipart: handle ReadForm(math.MaxInt64) better
2020-12-03 Cherry Zhangcmd/compile, runtime: use __msan_memmove for moving...
2020-12-03 Tobias Klauserdoc/go1.16: document os package changes
2020-12-03 KimMachineGundoc/go1.16: document new behavior of asn1.Unmarshal...
2020-12-03 Joe Tsaidoc/go1.16: add encoding/json note for tag change
2020-12-02 Roland Shoemakerdoc/go1.16: add crypto/tls Config.Clone note
2020-12-02 Carlos Alexandro... go/parser: ignore subdirectories in ParseDir
2020-12-02 Filippo Valsordacrypto/ed25519/internal/edwards25519: fix typo in comments
2020-12-02 Russ Coxcmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATH
2020-12-02 Russ Coxcmd/go: stop tests from using network during -short
2020-12-02 Russ Coxos: add ReadFile, WriteFile, CreateTemp (was TempFile...
2020-12-02 Cuong Manh Ledoc: update signal.Notify example to use buffered channel
2020-12-02 Cuong Manh Lecmd/go: fix unbuffered channel passed to signal.Notify
2020-12-02 Russ Coxall: update to use filepath.WalkDir instead of filepath...
2020-12-02 Quey-Liang Kaocmd/asm, cmd/internal/obj/riscv: fix branch pseudo...
2020-12-02 Ian Lance Taylortest: match gofrontend error messages
2020-12-01 Cherry Zhangcmd/link: invalidate kernel cache on darwin
2020-12-01 Cherry Zhangcmd/internal/buildid: update Mach-O code signature...
2020-12-01 Cherry Zhangcmd/link: code-sign on darwin/arm64
2020-12-01 Jason A. Donenfeldcmd/compile: do not assume TST and TEQ set V on arm
2020-12-01 Kevin Burkeencoding/json: revert "add "json: " prefix to SyntaxErr...
2020-12-01 Cherry Zhangcmd/internal/buildid: exclude Mach-O code signature...
2020-12-01 Cherry Zhangcmd/internal/codesign: new package
2020-12-01 Jay Conrodcmd: update golang.org/x/mod to v0.4.0
2020-12-01 Jay Conrodcmd/go: don't print deprecation notice for 'go get...
2020-12-01 Anmol Sethinet/http: allow upgrading non keepalive connections
2020-12-01 Michael Fraenkelnet/http: ignore connection closes once done with the...
2020-12-01 Alberto Donizettidoc/go1.16: add runtime/debug changes to release notes
2020-12-01 Alberto Donizettidoc/go1.16: add text/template changes to release notes
2020-12-01 Jay Conroddoc/go1.16: add multiple release notes for the go command
2020-12-01 Joel Singcmd/internal/obj/riscv: add tests for BGE/BGEU/BLT...
2020-12-01 Joel Singcmd/link/internal/amd64: always generate R_X86_64_PLT32...
2020-12-01 Roland Shoemakerdoc/go1.16: add crypto/x509 note about Verify on Windows
2020-12-01 Cuong Manh Lecmd/compile: do not mark OpSP, OpSB pos for debugging
2020-11-30 Cherry Zhangruntime: mlock signal stack on macOS/ARM64
2020-11-30 Jay Conrodcmd/go: fix infinite loop in modload.keepSums
2020-11-30 Andy Pannet: add note about disabling loopback in ListenMultica...
2020-11-30 Daniel Martícmd/go: remove trailing whitespace from test script
2020-11-30 Ian Lance Taylortest: update gofrontend expected errors
2020-11-30 Ian Lance Taylortest: recognize gofrontend error messages
2020-11-30 Ian Lance Taylortest: recognize new gofrontend error message
2020-11-30 Chris Waldonos: return proper user directories on iOS
2020-11-30 KimMachineGunruntime: gofmt
2020-11-30 Joshua M. Clulowos/exec: constrain thread usage in leaked descriptor...
2020-11-28 Jason A. Donenfeldruntime/pprof: ignore test failures on windows/arm
2020-11-28 smasher164bufio: make string(int) conversion safer
2020-11-28 Ian Lance Taylortest: match gofrontend error messages
2020-11-27 Jason A. Donenfeldcmd/link: mark windows/arm as all PIE
2020-11-27 Jason A. Donenfeldruntime: adjust address calculation in identifying...
2020-11-27 Jason A. Donenfeldruntime: return 0 from C function in test
2020-11-26 Rodolfo Carvalholog: make Default doc comment consistent with package doc
2020-11-26 Robert Griesemerreflect: fix Value.Convert for int-to-string conversion...
2020-11-25 Dmitri Shuralyovdoc/go1.16: consolidate stdlib changes in "Minor change...
2020-11-25 Elias Naurcmd/dist: restore GOARM=7 default for android/arm
2020-11-25 Tobias Klauserdoc/go1.16: add time/tzdata release note for CL 261877
2020-11-25 Elias Naurcmd/internal/objabi: assume GOARM=7 on Android
2020-11-25 Daniel S Favaruntime: check channel's elemsize before calling race...
2020-11-25 Tom Payneregexp/syntax: add note about Unicode character classes
2020-11-25 Robert Griesemergo/constant: MakeFloat64(0) must return a value of...
2020-11-25 eric fangcmd/link: add relocation type R_AARCH64_LDST16_ABS_LO12...
2020-11-25 Robert Griesemergo/constant: make constant.Make produce "smallest"...
2020-11-24 Austin Clementsruntime: use inlined function name for traceback elision
2020-11-24 Austin Clementsruntime/testdata/testprogcgo: refactor CrashTraceback
next