]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-06-17 Michael Anthony... [dev.typeparams] runtime/internal/sys: replace ArchFami...
2021-06-17 Michael Anthony... [dev.typeparams] runtime,runtime/internal/sys: remove...
2021-06-17 Michael Anthony... [dev.typeparams] runtime/internal/sys: replace BigEndia...
2021-06-17 Michael Anthony... [dev.typeparams] runtime: fix import sort order [generated]
2021-06-17 Michael Anthony... [dev.typeparams] runtime/internal/sys: replace GOOS...
2021-06-17 Michael Anthony... [dev.typeparams] runtime/internal/sys: replace uses...
2021-06-17 Michael Anthony... [dev.typeparams] runtime/internal/sys: remove unused...
2021-06-17 Michael Anthony... [dev.typeparams] runtime: replace uses of runtime/inter...
2021-06-17 Michael Anthony... [dev.typeparams] internal/goarch,internal/goos: explode...
2021-06-17 Matthew Dempsky[dev.typeparams] all: add GOEXPERIMENT=unified knob
2021-06-17 Cuong Manh Le[dev.typeparams] cmd/compile: make types2 report better...
2021-06-17 Rob Findley[dev.typeparams] go/types: disallow ~T where T is a...
2021-06-17 Rob Findley[dev.typeparams] go/types: disallow type list handling
2021-06-17 Rob Findley[dev.typeparams] go/types: convert testdata/check tests...
2021-06-17 Rob Findley[dev.typeparams] go/types: convert testdata/fixedbugs...
2021-06-17 Rob Findley[dev.typeparams] go/types: convert testdata/examples...
2021-06-17 Rob Findley[dev.typeparams] go/types: eliminate need for unpack...
2021-06-17 Rob Findley[dev.typeparams] go/types: clean up type set/union...
2021-06-17 Rob Findley[dev.typeparams] go/types: replace Sum type with Union...
2021-06-17 Rob Findley[dev.typeparams] go/types: accept embedded interface...
2021-06-17 Rob Findley[dev.typeparams] go/parser: accept embedded type literals
2021-06-17 Rob Findley[dev.typeparams] go/parser: accept "~" and "|" interfac...
2021-06-17 Rob Findley[dev.typeparams] go/token, go/scanner: add the "~"...
2021-06-17 Rob Findley[dev.typeparams] go/ast: remove the typeparams build...
2021-06-16 Matthew Dempsky[dev.typeparams] cmd/compile/internal/types2: support...
2021-06-16 Matthew Dempsky[dev.typeparams] cmd/compile: simplify SSA devirtualization
2021-06-16 Matthew Dempsky[dev.typeparams] cmd/compile: fix crawling of embeddabl...
2021-06-16 Cuong Manh Le[dev.typeparams] cmd/compile: fix missing sync implicit...
2021-06-16 Cherry Mui[dev.typeparams] Revert "[dev.typeparams] runtime:...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-16 Cuong Manh Le[dev.typeparams] cmd/compile: factor out implicit/expli...
2021-06-16 Cuong Manh Lecmd/compile: better error message for invalid untyped...
2021-06-16 Rahul Bajajsyscall: fix TestGroupCleanupUserNamespace test failure...
2021-06-15 Matthew Dempsky[dev.typeparams] cmd/compile: add -d=unified flag to...
2021-06-15 Filippo Valsordanet/http: improve some server docs
2021-06-15 Matthew Dempsky[dev.typeparams] cmd/compile: unified IR construction
2021-06-15 unbytecmd/go: ignore UTF8 BOM when reading source code
2021-06-15 Than McIntoshcmd/link: set correct flags in .dynamic for PIE buildmode
2021-06-15 Damien Neilcmd/go, go/build: update docs to use //go:build syntax
2021-06-15 Michael Matloobdoc/go1.17: document go run pkg@version
2021-06-15 Jason A. Donenfeldsyscall: disable c-shared test when no cgo, for windows/arm
2021-06-15 cuishuanginternal/bytealg: remove duplicate go:build line
2021-06-15 Jason A. Donenfeldsyscall: rewrite handle inheritance test to use C rathe...
2021-06-15 Joe Tsaireflect: explain why convertible or comparable types...
2021-06-14 Josh Bleecher... doc/go1.17: assorted fixes
2021-06-14 Victor Micheldebug/elf: don't apply DWARF relocations for ET_EXEC...
2021-06-14 Eric Wangruntime: update the variable name in comment
2021-06-14 Ian Lance Taylorreflect: use same conversion panic in reflect and runtime
2021-06-14 Jason A. Donenfeldcmd/internal/sys: mark windows/arm64 as c-shared-capable
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-14 Cherry Muidoc/go1.17: reword "results" in stack trace printing
2021-06-14 Joel Singdoc/go1.17: further revise OpenBSD release notes
2021-06-14 Cuong Manh Lecmd/compile: rewrite a, b = f() to use temporaries...
2021-06-14 Cuong Manh Lecmd/compile: factor out rewrite multi-valued f()
2021-06-13 Jason A. Donenfeldmisc/cgo: generate Windows import libraries for clang
2021-06-13 Jason A. Donenfeldcmd/go, misc/cgo: skip test if no .edata
2021-06-13 Cuong Manh Lecmd/compile: allow ir.OSLICE2ARRPTR in mayCall
2021-06-13 Matthew Dempsky[dev.typeparams] cmd/compile: move //go:embed -lang...
2021-06-12 Ian Lance Taylorruntime: testprogcgo: don't call exported Go functions...
2021-06-12 Matthew Dempsky[dev.typeparams] cmd/compile: simplify NewClosureFunc
2021-06-12 Matthew Dempsky[dev.typeparams] test: add string quoting support to...
2021-06-12 Matthew Dempsky[dev.typeparams] cmd/compile: refactor closure construction
2021-06-12 Matthew Dempsky[dev.typeparams] cmd/compile: avoid ir.DeepCopy in...
2021-06-12 Michael Anthony... reflect: handle stack-to-register translation in callMethod
2021-06-12 Matthew Dempsky[dev.typeparams] cmd/compile: scaffolding for export...
2021-06-11 Constantin... cmd/go: remove hint when no module is suggested
2021-06-11 Cherry Mui[dev.typeparams] all: always enable regabig on AMD64
2021-06-11 Jason A. Donenfeldsyscall: do not load native libraries on non-native...
2021-06-11 Cherry Mui[dev.typeparams] internal/buildcfg: always enable regab...
2021-06-11 Ian Lance Taylorruntime: loop on EINTR in macOS sigNoteSleep
2021-06-11 Cherry Mui[dev.typeparams] runtime: simplify defer record allocation
2021-06-11 Cherry Mui[dev.typeparams] runtime: allow newproc split stack
2021-06-11 Matthew Dempsky[dev.typeparams] cmd/compile: fix wrapper generation...
2021-06-11 Brad Fitzpatrickdoc/go1.17: clean up formatting of gofmt section
2021-06-11 Bryan C. Millscmd/go: match Windows paths in TestScript/mod_invalid_v...
2021-06-11 Matthew Dempsky[dev.typeparams] cmd/compile: add "check" field to...
2021-06-11 Rhys Hiltnerdoc/go1.17: fix formatting near httptest
2021-06-11 Matthew Dempsky[dev.typeparams] cmd/compile: allow embedding Type...
2021-06-11 Matthew Dempsky[dev.typeparams] cmd/compile: extract SetBaseTypeIndex...
2021-06-11 Matthew Dempsky[dev.typeparams] cmd/compile: add ir.TypeNodeAt
2021-06-10 Damien Neilnet/http: remove test-only private key from production...
2021-06-10 Bryan C. Millscmd/go: report the imports of CompiledGoFiles in ImportMap
2021-06-10 Filippo Valsordacrypto/tls: let HTTP/1.1 clients connect to servers... go1.17beta1
2021-06-09 Heschi Kreinickapi: promote next to go1.17
2021-06-09 Heschi Kreinickdoc/go1.17: remove lingering TODO
2021-06-09 Damien Neildoc/go1.17: document strconv changes for Go 1.17
2021-06-09 Damien Neilstrconv: document parsing of leading +/-
2021-06-09 Heschi Kreinickdoc/go1.17: document //go:build lines
2021-06-09 Filippo Valsordanet/http: add AllowQuerySemicolons
2021-06-09 Cherry Muidoc/go1.17: remove TODO for ports section
2021-06-09 Katie Hockmannet/url: reject query values with semicolons
2021-06-09 Russ Coxmath/big: comment division
2021-06-09 Than McIntoshcmd/compile: make map.zero symbol content-addressable
2021-06-09 Than McIntoshcmd/link: fix bug in -strictdups checking of BSS symbols
2021-06-09 Cherry Mui[dev.typeparams] cmd/compile, runtime: simplify opendef...
2021-06-09 Cherry Mui[dev.typeparams] cmd/compile: simplify openDeferSave
2021-06-08 Ian Lance Taylordoc/go1.17: mention new possibility of type conversion...
2021-06-08 Tim Kingdoc/go1.17: mention new vet checks sigchanyzer and...
2021-06-08 Cherry Mui[dev.typeparams] cmd/compile, runtime: remove _defer...
2021-06-08 Cherry Mui[dev.typeparams] runtime: allow deferproc split stack
next