]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-02-26 Michael Fraenkelcmd/compile: confusing error if composite literal field...
2019-02-26 Marat Khabibullinnet/textproto: prevent test from failing with nil point...
2019-02-26 Filippo Valsordacrypto/tls: remove superfluous for label
2019-02-26 Josh Bleecher... cmd/compile: cull dead code
2019-02-26 Elias Naurcmd/dist: skip Fortran tests on Android
2019-02-26 Ketan Parmarencoding/json: add example for json.HTMLEscape
2019-02-26 Daniel Martítext/template: error on method calls on nil interfaces
2019-02-26 Daniel Martícmd/compile: remove unused func eqtypenoname
2019-02-26 Elias Naurmisc/android: copy testdata directories to device befor...
2019-02-26 Elias Naurmisc/android: serialize adb commands on android emulators
2019-02-26 Elias Naurmisc/android,cmd/dist: move $GOROOT copying to the...
2019-02-26 Elias Naurcmd/vendor/golang.org/x/sys: re-vendor
2019-02-26 Elias Naurcmd/dist: build exec wrappers during bootstrap
2019-02-26 Michael Mundaymath/bits: optimize Reverse32 and Reverse64
2019-02-26 Iskander Sharipovnet/rpc: fix args order in strings.Contains call
2019-02-26 Daniel Martítext/template: improve nil errors in evalField
2019-02-26 Daniel Martícmd/compile: don't crash on -d=ssa/
2019-02-26 Alberto Donizettidoc: add 1.12 to the project history
2019-02-26 Alberto Donizettitime: parse 1us in Nanoseconds example
2019-02-26 Bryan C. Millsmisc/cgo: skip cgotest.TestCrossPackageTests on iOS...
2019-02-26 Russ Coxtext/template: accept new number syntax
2019-02-26 Russ Coxfmt: scan new number syntax
2019-02-26 Russ Coxfmt: format 0b, 0o prefixes in %#b and %O
2019-02-26 Russ Coxfmt: format hex floats and complexes
2019-02-26 Bryan C. Millscmd/go: allow "stdout" and "stderr" as inputs to script...
2019-02-26 Bryan C. Millstest: add a go.mod file in the working directory of...
2019-02-26 Bryan C. Millsmisc/cgo/testgodefs: move source files into testdata
2019-02-26 Bryan C. Millsmisc/cgo/testso{,var}: fix tests in module mode
2019-02-25 Andrewdoc: document Go 1.12
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...
next