]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-02-22 vovapihash/maphash: don't discard data on random seed init
2020-02-22 Ian Lance Taylorruntime: mark testCallersEqual as a test helper
2020-02-22 Ian Lance Taylortest: add test that gccgo fails to compile
2020-02-22 Ian Lance Taylortime: remove unnecessary trailing slash from "/etc/"
2020-02-22 Ian Lance Taylorruntime: really wait for goroutines in testSemaHandoff
2020-02-22 Cuong Manh Lecmd/compile: allow print/println(f()) where f() is...
2020-02-21 Johan Janssoncrypto/tls: update ExampleDial with a valid root
2020-02-21 Filippo Valsordacrypto/tls: clarify TLS 1.0/1.1 CertificateRequestInfo...
2020-02-21 Cherry Zhangcmd/dist: test cgo internal linking PIE
2020-02-21 Robert Griesemercmd/compile/internal/syntax: better error when an assig...
2020-02-21 Cherry Zhangcmd/link: also apply R_ADDR relocation statically when...
2020-02-21 Dmitri Shuralyovtest: close file in goFiles
2020-02-21 Cherry Zhangcmd/link: handle absolute address relocation in C objec...
2020-02-21 Josh Bleecher... cmd/compile: preserve shift boundedness information...
2020-02-21 Michael Prattcmd/link: generate relative relocs for PIE
2020-02-21 Bryan C. Millscmd/go: print a "found" line for each package found...
2020-02-21 Josh Bleecher... cmd/compile: use shift boundedness when lowering shifts...
2020-02-21 Dmitri ShuralyovCONTRIBUTORS: second round of updates for Go 1.14
2020-02-21 Bryan C. Millscmd/go: add a regression test for package import cycles...
2020-02-21 Katie Hockmancrypto/ecdsa: add SignASN1, VerifyASN1
2020-02-21 Hana (Hyang... net/http/pprof: set content type for /debug/pprof
2020-02-21 Daniel Theophanesdatabase/sql: add SetConnMaxIdleTime
2020-02-21 Davor Kapsaio: check n in testReadAtLeast
2020-02-21 vovapigo/constant: remove redundant octal & separator literal...
2020-02-21 Joe Kyocontainer/list: remove temporary variable `n`
2020-02-21 Daniel Martícmd/compile: add a script to measure ssa/gen's coverage
2020-02-21 Alexander Rakoczycrypto/x509: correct error message for trailing issuer...
2020-02-21 Daniel Martídoc/go1.14: document the change to json.Number decoding
2020-02-21 Timmy Douglasnet/mail: skip empty entries in parseAddressList
2020-02-21 Bryan C. Millstesting: testing: add (*T).Deadline method for test...
2020-02-21 Josh Bleecher... cmd/compile: clarify division bounds check optimization
2020-02-21 Josh Bleecher... cmd/compile: coalesce some 386 shift lowering rules
2020-02-21 Josh Bleecher... cmd/compile: preserve shift boundness during wasm rewri...
2020-02-21 Josh Bleecher... cmd/compile: add rule location to some rulegen logging
2020-02-21 Josh Bleecher... cmd/compile: remove chunking of rewrite rules
2020-02-21 Josh Bleecher... cmd/compile: extract function for splitting up x:(Foo...
2020-02-21 Josh Bleecher... cmd/compile: reduce bounds checks in generated rewrite...
2020-02-20 Josh Bleecher... cmd/compile: use ellipses in AMD64 rules
2020-02-20 Josh Bleecher... cmd/compile: add ellipsis syntax for op-only rewrite...
2020-02-20 Josh Bleecher... cmd/compile: dump contents when rulegen generates inval...
2020-02-20 Josh Bleecher... cmd/compile: document non-commutative rule detection
2020-02-20 Michael Matloobcmd/go: convert TestExecutableGOROOT to the script...
2020-02-20 Michael Matloobcmd/go: in tests, add sync before closing file in copyF...
2020-02-20 Hana (Hyang... cmd/trace: update to use WebComponents V0 polyfill
2020-02-20 Josh Bleecher... cmd/compile: normalize whitespace around square brackets
2020-02-20 Josh Bleecher... cmd/compile: merge more shifts into stores
2020-02-20 Josh Bleecher... cmd/compile: use loops to handle commutative ops in...
2020-02-20 Robert Griesemergo/internal/gcimporter: rename file to better reflect...
2020-02-20 Bryan C. Millsdoc/go1.15: create go1.15.html
2020-02-20 Josh Bleecher... cmd/compile: generate commutative rules when a conditio...
2020-02-20 Josh Bleecher... cmd/compile: mark amd64 HMUL ops as not commutative
2020-02-20 Josh Bleecher... cmd/compile: add a flag to print the source line for...
2020-02-20 Josh Bleecher... cmd/compile: delete duplicate rules
2020-02-20 Josh Bleecher... cmd/compile: don't generate commutative rules for ...
2020-02-20 Josh Bleecher... cmd/compile: factor out opIsCommutative from commute1
2020-02-20 Michael MatloobRevert "cmd/go: convert TestShadowingLogic to the scrip...
2020-02-19 Michael Matloobcmd/go: convert TestShadowingLogic to the script framework
2020-02-19 Robert Griesemergo/importer: remove support for defunct binary export...
2020-02-19 Michael Matloobcmd/go: convert TestRelativeGOBINFail to script framework
2020-02-19 Michael Matloobcmd/go: convert TestBuildDryRunWithCgo to the script...
2020-02-19 Michael Matloobcmd/go: convert TestIssue11709 to the script framework
2020-02-19 Michael Matloobcmd/go: add a few more calls to t.Parallel
2020-02-19 Bryan C. Millscmd/internal/moddeps: check for consistent versioning...
2020-02-19 Michael Matloobcmd/go: convert TestDotDotDotOutsideGOPATH to script...
2020-02-19 Michael Matloobcmd/go: convert TestBuildIDContainsArchModeEnv to the...
2020-02-19 Michael Matloobcmd/go: convert remaining non-parallel tooSlow tests...
2020-02-19 Michael Matloobcmd/go/testdata/script: fix typo in get_domain_root.txt
2020-02-19 Bryan C. Millsall: update module dependencies
2020-02-19 Michael Matloobcmd/go: convert TestIssue12096 to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestBadCgoDirectives to the script...
2020-02-19 Michael Matloobcmd/go: convert TestGoBuildOutput to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestIssue6480 to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestCoverageRuns to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestSymlink* to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestGoTest(Cpu|Mutex)profile.* to scrip...
2020-02-19 Michael Matloobcmd/go: convert tests using testdata/src/(xtestonly...
2020-02-19 Michael Matloobcmd/go: convert some vet tests to the script framework
2020-02-19 Michael Matloobcmd/go: convert some go get tests to the script framework
2020-02-19 Michael Matloobcmd/go: convert tests using testdata/src/(exclude|empty...
2020-02-19 Michael Matloobcmd/go: convert TestGoTestJSON to the script framework
2020-02-19 Michael Matloobcmd/go: convert two go get tests to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestGoGetUpdateInsecure to the script...
2020-02-19 Michael Matloobcmd/go: convert TestGoGetInsecure to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestBenchTimeout to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestGoGetNonPkg to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestGoBuildDashODevNull to script framework
2020-02-19 Michael Matloobcmd/go: convert TestFailFast to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestGoBuildTestOnly to the script framework
2020-02-19 Michael Matloobcmd/go: delete testdata/testonly dir: it isn't being...
2020-02-19 Michael Matloobcmd/go: convert tests using testdata/testinternal*...
2020-02-19 Michael Matloobcmd/go: convert tests using testdata/testimport dir...
2020-02-19 Michael Matloobcmd/go: convert TestCoverageNoStatements to the script...
2020-02-19 Michael Matloobcmd/go: convert all tests using testdata/standalone_...
2020-02-19 Michael Matloobcmd/go: convert some generate tests to the script framework
2020-02-19 Michael Matloobcmd/go: rewrite tests using testdata/example[12]_test...
2020-02-19 Michael Matloobcmd/go: convert TestListTests to the script framework
2020-02-19 Michael Matloobcmd/go: convert some coverage tests to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestCgoConsistentResults to the script...
2020-02-19 Michael Matloobcmd/go/testdata/script: skip cover_cgo.* tests in short...
2020-02-18 Dmitri Shuralyovdoc/go1.14: highlight the addition of hash/maphash...
next