]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2021-06-08 Cherry Mui[dev.typeparams] runtime: make deferproc take a func...
2021-06-08 Cherry Mui[dev.typeparams] cmd/compile, runtime: remove the siz...
2021-06-08 Cherry Muidoc/go1.17: mention block profile bias fix
2021-06-08 Cherry MuiRevert "doc/go1.17: mention block profile bias fix"
2021-06-08 Roland Shoemakernet: reject leading zeros in IP address parsers
2021-06-08 Cherry Muidoc/go1.17: revise OpenBSD release notes
2021-06-08 Felix Geisendörferdoc/go1.17: mention block profile bias fix
2021-06-08 Bryan C. Millsdoc/go1.17: remove TODO for Tools section
2021-06-08 Cherry Mui[dev.typeparams] runtime: remove tracebackdefers
2021-06-08 Cherry Mui[dev.typeparams] runtime: remove variadic defer/go...
2021-06-08 Bryan C. Millsdoc/go1.17: resolve TODO for cmd/cover
2021-06-08 Cherry Mui[dev.typeparams] cmd/compile: remove variadic defer...
2021-06-08 Bryan C. Millscmd/go: in Go 1.17+ modules, add indirect go.mod depend...
2021-06-08 Filippo Valsordadoc/go1.17: add release notes for crypto packages
2021-06-08 Bryan C. Millsdoc/go1.17: add a release note for the '-compat' flag...
2021-06-08 Cherry Mui[dev.typeparams] cmd/compile, runtime: always enable...
2021-06-08 Cherry Mui[dev.typeparams] internal/goexperiment: regenerate...
2021-06-08 Cuong Manh Lecmd/compile: use t.AllMethods when sorting typesByString
2021-06-08 Matthew Dempskyruntime: remove out-of-date comments about frame skipping
2021-06-08 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: provide...
2021-06-07 Matthew Dempskydoc: document Go 1.17 language changes
2021-06-07 Dan Scales[dev.typeparams] cmd/compile: do extra markObjects...
2021-06-07 Ian Lance Taylorcmd/dist: pass -Wno-lto-type-mismatch in swig_callback_lto
2021-06-07 Ian Lance Taylorstrconv: ParseFloat: always return ErrSyntax for bad...
2021-06-07 Keith Randall[dev.typeparams] cmd/compile: convert generic values...
2021-06-07 Keith Randall[dev.typeparams] cmd/compile: allow conversions from...
2021-06-07 Keith Randall[dev.typeparams] cmd/compile: introduce IsTypeParam...
2021-06-07 Gerrit Code... Merge "[dev.typeparams] all: merge master (8212707...
2021-06-07 Dan Scales[dev.typeparams] cmd/compile: create .dict Param in...
next