]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2020-02-18 Dmitri Shuralyovdoc/go1.14: remove TODO comment for CL 200439
2020-02-18 Cherry Zhangcmd/link, runtime: skip holes in func table
2020-02-17 Alberto Donizettidoc/go1.14: add missing period at sentence end
2020-02-15 Ian Lance Taylortesting: remove obsolete comment in testing.(*T) docs
2020-02-13 Cherry Zhangruntime: correct caller PC/SP offsets in walltime1...
2020-02-13 Cherry Zhangruntime: zero upper bit of Y registers in asyncPreempt...
2020-02-13 Keith Randallhash/maphash: mention the results are 64-bit integers
2020-02-13 Keith Randallruntime: fix fallback logic for aeshash on 32/64 bit
2020-02-12 Bryan C. Millscmd/go: eliminate empty '()' when passing -mod=readonly...
2020-02-12 Jay Conrodcmd/go/internal/modcmd: remove dead function addModFlag
2020-02-12 Kanta Ebiharacmd/go/internal/web: fix a typo
2020-02-12 Dmitri Shuralyovgo/build: populate partial package information in importGo
2020-02-11 Ian Lance Taylorhash/maphash: mention that hash values do not persist...
2020-02-11 Filippo Valsordacrypto/elliptic: document the Name and names of each...
2020-02-10 Filippo Valsordadoc/go1.14: add a couple minor crypto release notes
2020-02-10 Dmitri Shuralyovgo/doc: clarify that NewFromFiles caller must filter...
2020-02-10 Jay Conroddoc: move doc/modules.md to x/website
2020-02-08 Toshihiro Shiinodoc/go1.14: rearrange in alphabetical order
2020-02-08 Toshihiro Shiinodoc/go1.14: add link to TempFile in io/ioutil
2020-02-08 Toshihiro Shiinodoc/go1.14: fix inconsistent markup
2020-02-07 Ian Lance Taylorruntime/race: update reference to compiler-rt sources
2020-02-07 Ian Lance Taylorruntime: avoid double notewakeup in netpoll stub code
2020-02-07 Jay Conroddoc: fill in 'go mod init' section of module documentation
2020-02-07 Jay Conroddoc: fill in 'go mod download' section of module docume...
next