]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-02-25 Andrewdoc/go1.12: remove draft notice
2019-02-25 Andrewdoc/go1.12: change go install to go get
2019-02-25 Lynn Bogercmd/compile: call ginsnop, not ginsnop2 on ppc64le...
2019-02-24 Elias Naurmisc: wait for device readyness in the exec wrapper
2019-02-24 Elias NaurRevert "androidtest.bash: wait for device to be ready...
2019-02-24 Bryan C. Millsmisc/cgo/life: fix tests in module mode
2019-02-24 Bryan C. Millsmisc/cgo/stdio: fix tests in module mode
2019-02-24 Bryan C. Millsmisc/cgo/testplugin: convert test.bash to Go and fix...
2019-02-24 Bryan C. Millsmisc/cgo/test: fix tests in module mode
2019-02-23 Bryan C. Millscmd/go/internal/imports: use the full path to resolve...
2019-02-22 Bryan C. Millsmisc/cgo/testsanitizers: move test source files into...
2019-02-22 Bryan C. Millsmisc/cgo/testcshared: fix tests in module mode
2019-02-22 Bryan C. Millsmisc/cgo/testshared: fix tests in module mode
2019-02-22 Bryan C. Millsmisc/cgo/testcarchive: fix tests in module mode
2019-02-22 Elias Naurandroidtest.bash: wait for device to be ready before...
2019-02-22 Bryan C. Millsmisc/cgo/errors: fix tests in module mode
2019-02-22 Filippo Valsordacrypto/rc4: remove false guarantees from Reset docs...
2019-02-22 Bryan C. Millsmisc/android: add build constraints on files intended...
2019-02-22 fanzha02cmd/internal/obj/arm64: fix the bug assembling TSTW
2019-02-21 Cherry Zhangcmd/compile: flow interface data to heap if CONVIFACE...
2019-02-20 Herbie Onggo/build: add go1.13 release tag
2019-02-20 Robert Griesemertext/scanner: don't liberally consume (invalid) floats...
2019-02-20 Ian Lance Taylorpath/filepath: revert "fix Windows-specific Clean bug"
2019-02-20 Bryan C. Millscmd/vet: make vet_test module-agnostic
2019-02-20 Bryan C. Millscmd/link/internal/ld: make dwarf_test and associated...
2019-02-20 Bryan C. Millscmd/cover: fix TestHtmlUnformatted in module mode
2019-02-19 Bryan C. Millscmd/link: fix TestUnresolved in module mode
2019-02-19 Bryan C. Millscmd/internal/goobj: make the buildGoobj test helper...
2019-02-19 Robert Griesemercmd/compile: accept 'i' suffix orthogonally on all...
2019-02-19 Robert Griesemergo/scanner: accept 'i' suffix orthogonally on all numbers
2019-02-19 Robert Griesemercmd/compile: don't mix internal float/complex constants...
2019-02-19 Bryan C. Millscmd/vet: do not write test vet binary to GOROOT
2019-02-19 Bryan C. Millscmd/nm: fix testGoLib helper to be module-agnostic
2019-02-19 Bryan C. Millscmd/internal/obj/x86: fix issue19518_test in module...
2019-02-19 Robert Griesemersrc, misc: apply gofmt
2019-02-19 Robert Griesemercmd/gofmt: normalize integer imaginary literals startin...
2019-02-19 Bryan C. Millscmd/go: set GO111MODULE=off explicitly in tests that...
2019-02-19 Bryan C. Millsruntime: make tests that invoke 'go build' module-agnostic
2019-02-17 Robert Griesemerspec: document signed integer shift counts
2019-02-17 Robert Griesemergo/types: include test/fixedbugs/bug073.go again in...
2019-02-16 Cherry Zhangcmd/compile: guard against loads with negative offset...
2019-02-15 Brad Fitzpatrickdoc/go1.12: document net/url.Parse now rejecting ASCII...
2019-02-15 Keith Randallcmd/compile: implement shifts by signed amounts
2019-02-15 Ian Lance Taylorcmd/go: add newline after module-requires-version message
2019-02-15 Brad Fitzpatricksyscall: skip TestSyscallNoError when temp dir is mount...
2019-02-15 Bryan C. Millscmd/go: only generate a go.mod file during 'go mod...
2019-02-15 Zhou Pengdatabase/sql/driver: fix typo
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
next