]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-03 Filippo Valsordacrypto/ecdsa,crypto/elliptic: update docs and spec...
2022-02-02 Filippo Valsordadoc/go1.18: add crypto/tls, crypto/x509, and crypto...
2022-02-02 Ian Lance Taylorruntime: update _defer comment to not mention freedefer
2022-02-02 Robert Findleygo/types, types2: add a const to control recursion...
2022-02-02 pierwillcmd/compile: edit README
2022-02-02 Katie Hockmaninternal/fuzz: small cleanups
2022-02-01 Ian Lance Taylorcmd/go: document that GOENV=off disables the default...
2022-02-01 Bryan C. Millscmd/go: add detail to test failures
2022-02-01 Bryan C. Millscmd/go: fix relative-path normalization in go.work...
2022-02-01 Bryan C. Millscmd/go: add missing newlines in TestScript '? cmp'...
2022-02-01 Robert Griesemerdoc/go1.18: explain changes to compiler error messages
2022-02-01 Robert Griesemerdoc/go1.18: document restrictions for real, imag, complex
2022-02-01 Dan Scalesgo/types, types2: tweak missingMethodReason logic to...
2022-02-01 Roland Shoemakerinternal/fuzz: properly handle duplicates during cache...
2022-02-01 Bryan C. Millscmd/go/internal/workcmd: fix typo in help string
2022-02-01 Robert Griesemerspec: add section on comparable constraint
2022-02-01 Robert Griesemergo/types, types2: disallow real, imag, complex on type...
2022-01-31 Robert Griesemergo/types, types2: fix unification code for defined...
2022-01-31 Ian Lance Taylorcmd/go: update go work edit -json types to final version
2022-01-31 Michael PrattRevert "runtime: normalize sigprof traceback flags"
2022-01-31 doujiang24runtime: mgcmark.go typo fix: gorountine -> goroutine.
2022-01-31 Robert Griesemergo/types, types2: fix implements and identical predicates
2022-01-31 Bryan C. Millscmd/go: rewrite TestScript/cgo_stale_precompiled to... go1.18beta2
2022-01-30 zhouguangyuancmd/go: fix error message when missing import
2022-01-29 Ian Lance Taylordoc/go1.18: mention new debug/dwarf DataBitOffset fields
2022-01-29 Mark Pulfordcmd/go: correct -trimpath docs for the standard library
2022-01-28 Ian Lance Taylordoc/go1.18: in workspace mode doc, link to "go work...
2022-01-28 Robert Griesemergo/types, types2: delete TypeList.String
2022-01-28 Robert Griesemergo/types, types2: remove Qualifier parameter from Check...
2022-01-28 Robert Griesemergo/types, types2: use Checker.implements in operand...
2022-01-28 Robert Griesemergo/types, types2: better error reporting for Checker...
2022-01-28 Robert Griesemerspec: add section on type inference
2022-01-28 Than McIntoshdebug/dwarf: fix problems with handling of bit offsets...
2022-01-28 Robert Griesemergo/types, types2: delete _TypeSet.includes - not used...
2022-01-27 Katie Hockmanmath/big: prevent overflow in (*Rat).SetString
2022-01-27 Robert Findleygo/types: update interface receivers after substituting
2022-01-27 Matthew Dempskygo/types, cmd/compile: fix composite literal structural...
2022-01-27 David Chasecmd/compile: remove incorrect arm,arm64 CMP->CMN transf...
2022-01-27 Roland Shoemakerinternal/fuzz: centralize corpus entry addition
2022-01-27 Dan Scalescmd/compile: add missing shape check in (*Tsubster...
2022-01-27 Matthew Dempskycmd/compile: support structural typing in unified IR
2022-01-26 Robert GriesemerRevert "spec: document the underlying type of comparable"
2022-01-26 Robert Griesemergo/types, types2: clean up the set up of error, comparable
2022-01-26 Robert Griesemergo/types, types2: print underlying type of comparable...
2022-01-26 Russ Coxdoc/go1.18: note short-circuit and/or in html/template
2022-01-26 Matthew Dempskycmd/compile/internal/types2: remove (*Signature).SetRec...
2022-01-26 Bryan C. Millscmd/api: reduce parallel 'go list' invocations to a...
2022-01-26 Robert Griesemerspec: document the underlying type of comparable
2022-01-26 Mark Pulfordcmd/go: fix retrieving Mercurial commit timestamp under...
2022-01-26 Bryan C. Millscmd/go: avoid recording GOROOT_FINAL in precompiled...
2022-01-26 Bryan C. Millscmd/go: refactor TestScript/build_issue48319 to check...
2022-01-26 Ethan Andersoncmd/go: remove mercurial from bitbucket vcs options
2022-01-26 Bryan C. Millscmd/go: add mv and support "! cmp" in script tests
2022-01-25 Robert Findleyall: update vendored golang.org/x/tools
2022-01-25 Robert Griesemergo/types, types2: all interfaces implement comparable...
2022-01-25 Robert Findleygo/types, types2: make each method instantiation indepe...
2022-01-25 Dan Scalestest: add a new test absdiff3.go which uses function...
2022-01-25 Dan Scalescmd/compile: new absdiff.go test, fix problem with...
2022-01-24 Robert Findleygo/types, types2: pass the seen map through _TypeSet...
2022-01-24 Robert Griesemergo/types, types2: reorder object processing to avoid...
2022-01-24 Robert Griesemergo/types, types2: report an error when using a broken...
2022-01-24 Robert Griesemergo/types, types2: slightly better tracing output (debug...
2022-01-24 Robert Griesemergo/types, types2: consider type parameters for cycle...
2022-01-24 Robert Griesemergo/types, types2: in SetUnderlying, set Named.fromRHS...
2022-01-24 Robert Griesemergo/types, types2: remove special case for external...
2022-01-24 Robert Griesemergo/types, types2: validType argument must be *Named...
2022-01-24 Robert Griesemergo/types, types2: use a map instead of a field for...
2022-01-24 Robert Griesemergo/types, types2: move validType code into its own...
2022-01-24 Ian Lance Taylorcmd/compile: always print stack trace for -dpanic
2022-01-24 Robert Findleygo/types: panic if named type instances are mutated
2022-01-24 Michael Prattruntime: replace TestFutexsleep with TestTimediv
2022-01-24 Dan Scalescmd/compile: distinguish bound calls/field access in...
2022-01-24 Dan Scalescmd/compile: improve comments, mainly in cmd/compile...
2022-01-24 Austin Clementsruntime: call fflush before exiting in C test
2022-01-24 Bryan MillsRevert "cmd/go: evaluate root symlink in matchPackages"
2022-01-21 Ian Lance Taylorspec: minor formatting and link cleanups
2022-01-21 Michael Matloobcmd/go: evaluate root symlink in matchPackages
2022-01-21 Michael Prattruntime/pprof: TestLabelSystemstack parallelLabelHog...
2022-01-21 Robert GriesemerRevert "doc/go1.18: document type parameter name restri...
2022-01-21 Dan Scalescmd/compile: make sure multiple blank typeparams remain...
2022-01-20 Ian Lance Taylorruntime: remove -tags=threadprof in tests
2022-01-20 Michael Matloobcmd/go: ignore replaces of main modules in workspace...
2022-01-20 Michael Prattruntime/pprof: allow labels on racecall in TestLabelSys...
2022-01-20 Robert Findleygo/types, types2: use Identical rather than unification...
2022-01-20 Robert Griesemercmd/compile/internal/importer, gcimporter: use *TypePar...
2022-01-19 luochuanhangregexp: add the missing is
2022-01-19 Ian Lance Taylorruntime: print error if mmap fails
2022-01-19 Dan Scalescmd/compile: add early a CONVIFACE normally created...
2022-01-19 Robert Griesemergo/types, types2: use orig. compiler error message...
2022-01-19 Ian Lance Taylordoc/go1.18: don't mention -buildinfo flag
2022-01-19 Michael Prattruntime/pprof: compare all samples vs rusage in TestCPU...
2022-01-19 Robert Griesemergo/types, types2: explicitly check for non-nil type...
2022-01-19 Michael Prattruntime/pprof: assert that labels never appear on unexp...
2022-01-19 Michael Prattruntime: do not inherit labels on system goroutines
2022-01-19 Bryan C. Millsruntime: eliminate arbitrary timeout in TestStackGrowth
2022-01-19 Cherry Muicmd/compile: don't elide extension for LoadReg to FP...
2022-01-19 Austin Clementsruntime: deflake TestPreemptionAfterSyscall
2022-01-19 Bryan C. Millscmd/go: fix TestScript/version_buildvcs_git_gpg
2022-01-19 Robert Griesemerspec: add another example for an invalid shift case
next