]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-02-13 Brad Fitzpatrickdoc/go1.12: note that Go 1.12 is the last release to...
2019-02-13 Brad Fitzpatrickcrypto/tls, runtime: document GODEBUG TLS 1.3 option
2019-02-13 Emmanuel T... net/http/httputil: make TestDumpRequest idempotent
2019-02-13 Cherry Zhangruntime: scan gp._panic in stack scan
2019-02-13 Ian Lance Taylordoc: don't use "go tool vet" as an example
2019-02-12 Brad Fitzpatrickdoc/go1.12: soften, expand crypto/rc4 assembly removal...
2019-02-12 Ian Lance Tayloros: don't return ENOENT if directory removed before...
2019-02-12 Russ Coxstrconv: add 0b, 0o integer prefixes in ParseInt, ParseUint
2019-02-12 Russ Coxstrconv: accept underscores in ParseInt, ParseUint...
2019-02-12 Russ Coxstrconv: format hex floats
2019-02-12 Russ Coxstrconv: parse hex floats
2019-02-12 berkant ipeknet/http/httptrace: fix typo
2019-02-12 Robert Griesemercmd/compile: update compiler's format test (fix long...
2019-02-11 Robert Griesemergo/types: permit signed integer shift count
2019-02-11 Robert Griesemertext/scanner: accept new Go2 number literals
2019-02-11 Robert Griesemercmd/compile: do not export float or complex constants...
2019-02-11 Robert Griesemertext/scanner: don't crash when calling TokenText in...
2019-02-11 Robert Griesemercmd/gofmt: normalize number prefixes and exponents
2019-02-11 Robert Griesemergo/types: add tests for new Go 2 number literals
2019-02-11 Robert Griesemergo/constant: accept new Go2 number literals
2019-02-11 Robert Griesemercmd/gofmt: test that Go 2 number literals can be formatted
2019-02-11 Robert Griesemergo/scanner: accept new Go2 number literals
2019-02-11 Robert Griesemercmd/compile: accept new Go2 number literals
2019-02-11 Robert Griesemermath/big: permit upper-case 'P' binary exponent (not...
2019-02-11 Robert Griesemercmd/compile/internal/syntax: allow more than one rune...
2019-02-11 Bryan C. Millscmd/go/internal/modcmd: use replaced paths to break...
2019-02-10 Daniel Martídoc: remove last pieces of advice to set GOROOT
2019-02-09 Ian Lance Taylorsync/atomic: add 32-bit MIPS to the 64-bit alignment...
2019-02-09 alkesh26doc: fix typos
2019-02-08 Justin Lidatabase/sql: document Stmt lifetime
2019-02-07 Filippo Valsordacrypto/tls: disable RSA-PSS in TLS 1.2
2019-02-07 Filippo Valsordacrypto/tls: make TLS 1.3 opt-in
2019-02-07 Filippo Valsordacrypto/x509: consider parents by Subject if AKID has...
2019-02-06 Yasser Abdolmalekitest/chan: fix broken link to Squinting at Power Series
2019-02-05 Filippo Valsordacrypto/x509: improve CertificateRequest docs
2019-02-05 alkesh26doc: fix a typo
2019-02-05 Yuval Pavel... doc: go1.12: document FreeBSD 12.0 requires COMPAT_FREE...
2019-02-04 Alberto Donizetticmd/go: clarify @none effect on dependants modules
2019-02-04 spring1843crypto/aes: replace broken extenal link to FIPS 197
2019-02-04 Ian Lance Taylorcmd/cgo: don't copy a simple variable x in &x[0]
2019-02-01 Keith Randallcmd/compile: fix crash when memmove argument is not...
2019-02-01 Cherry Zhangreflect: eliminate write barrier for copying result...
2019-02-01 Ian Lance Taylordoc: go1.12: update notes on go directive
2019-02-01 Yuval Pavel... cmd/cgo: ignore unrecognized GCC warning group pragmas
2019-01-31 Michael Anthony... runtime: add credit system for scavenging
2019-01-31 Michael Anthony... runtime: scavenge memory upon allocating from scavenged...
2019-01-30 Ian Lance Taylorcmd/cgo: disable GCC 9 warnings triggered by cgo code
2019-01-30 Dmitri ShuralyovCONTRIBUTORS: second round of updates for Go 1.12
2019-01-30 Alberto Donizettidoc: note go tool tour removal in 1.12 release notes
2019-01-30 Ian Lance Tayloros: treat EACCES as a permission error in RemoveAll
2019-01-30 Ian Lance Tayloros: restore RemoveAll docs by making a single copy
2019-01-30 Ian Lance Taylordoc: remove meaningless word from Go 1.12 release notes
2019-01-30 Ian Lance Tayloros: make openFdAt act like openFileNolog
2019-01-29 Brad Fitzpatricknet/url, net/http: relax CTL-in-URL validation to only...
2019-01-29 kim yongbindoc/go1.12: add notes about 'go doc -src'
2019-01-29 Ian Lance Taylordoc: go1.12: mention change in text/template user funct...
2019-01-29 Austin Clementscmd/link: fix confusing error on unresolved symbol
2019-01-28 Ian Lance Taylordoc: mention init traceback change in Go 1.12 release...
2019-01-28 Keith Randalldoc: describe change to eliminate method expression...
2019-01-27 Alex Brainmanpath/filepath: skip TestIssue29372 on windows, if ...
2019-01-27 Keith Randallcmd/compile: hide init functions in tracebacks
2019-01-27 Ian Lance Taylorcmd/compile: base PPC64 trunc rules on final type,...
2019-01-27 GiantsLoveDeathMetalsort: change let to let's
2019-01-25 Ian Lance Taylorcmd/go: mention that binary packages are going away
2019-01-25 yo-takcmd/compile, cmd/link: document more flags
2019-01-23 Bryan C. Millscmd/go/internal/modload: ensure that __debug_modinfo__...
2019-01-23 Filippo Valsordacrypto/elliptic: reduce subtraction term to prevent...
2019-01-23 Brad Fitzpatricknet/http: update bundled http2
2019-01-23 Brad Fitzpatricknet/url, net/http: reject control characters in URLs
2019-01-23 Daniel Martídoc: mention 'go get golang.org/dl/...' in install
2019-01-23 Elias NaurA+C: change email address for Elias Naur
2019-01-22 Keith Randallcmd/compile: don't bother compiling functions named "_"
2019-01-22 Filippo Valsordacrypto/subtle: normalize constant time ops docs
2019-01-22 Dmitri Shuralyovcmd/go: copy missing bit of documentation about code...
2019-01-21 Elias Naurdoc/go1.12.html: document rejection of mangled C names
2019-01-21 Tobias Klausercmd/cgo: remove duplicate entry from gofmtLineReplacer
2019-01-21 Aaron Cannonflag: improve docs for PrintDefaults; clarify how to...
2019-01-20 Filippo Valsordacrypto/tls: send a "handshake failure" alert if the...
2019-01-20 Ian Lance Taylorcmd/cgo: print the right error if mangling detection...
2019-01-18 Filippo Valsordadoc/go1.12: mention small RSA keys will cause some...
2019-01-18 Filippo Valsordacrypto/tls: expand Config.CipherSuites docs
2019-01-18 Hana (Hyang... doc/go1.12: mention heap sampling change
2019-01-18 tkivisikA+C: add author, rename contributor to a real name
2019-01-18 Raul Silveraruntime: sample large heap allocations correctly
2019-01-18 Ian Lance Taylorcmd/go: don't modify GOROOT in TestNewReleaseRebuildsSt...
2019-01-18 Ian Lance Taylorcmd/cgo: don't replace newlines with semicolons in...
2019-01-18 Brad Fitzpatricknet/http: clarify Transport connection reuse docs a bit
2019-01-17 Robert Griesemermath/big: document that Rat.SetString accepts _decimal_...
2019-01-17 Michael Anthony... runtime: don't coalesce scavenged spans with unscavenge...
2019-01-17 Michael Anthony... runtime: de-duplicate coalescing code
2019-01-17 Michael Anthony... runtime: refactor coalescing into its own method
2019-01-17 Austin Clementsdoc/go1.12: link to ABIInternal design document
2019-01-17 Ian Lance Taylortesting: report the failing test in a late log panic
2019-01-16 Clément Chigotnet: increase TestNotTemporaryRead server sleep
2019-01-16 Baokun Leecmd/go/internal/clean: fix clean -testcache does not...
2019-01-15 GuilhermeCarusoencoding/json: add comment for mashalererror struct
2019-01-15 Daniel Martícmd/go: fix wording issue in comment
2019-01-15 Ian Lance Taylorcmd/cgo: don't replace newlines with semicolons in...
2019-01-15 Viacheslav... cmd/go: remove init() to fix precedence issue when...
2019-01-15 Alex Brainmanpath/filepath: skip part of TestNTNamespaceSymlink
next