]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-11-22 zhouguangyuango/types,types2: use allInteger to check type for shift...
2021-11-22 Robert Griesemerspec: add section on the structure of interfaces
2021-11-22 Robert Griesemerspec: add type parameter types
2021-11-22 Robert Griesemerspec: add type parameter lists
2021-11-20 Dan Scalestest: fix -G=0 mode for longtest builder
2021-11-20 Dan Scalescmd/compile: ensure generic function is loaded when...
2021-11-20 Alan Donovanruntime/cgo: add example of Handle with void* parameter
2021-11-20 Cherry Muicmd/link: exit early when -d is used on libc platforms
2021-11-19 Matthew Dempskycmd/compile: handle `any` as alias like `byte` and...
2021-11-19 Bryan C. Millsnet: simplify deadline fluctuation tests
2021-11-19 Roland Shoemakercrypto/x509/internal/macos: use APIs available on ios
2021-11-19 Cherry Muidoc/go1.18: mention register ABI on ARM64 and PPC64
2021-11-19 Jeremy Faller[go] doc: document speedups to Trim[|Left|Right]
2021-11-19 Jeremy Faller[go] doc: add new bufio functionality
2021-11-19 Bryan C. Millscmd/go: temporarily skip TestScript/test_fuzz_minimize
2021-11-19 Roland Shoemakerinternal/fuzz: fix chunk swap mutator
2021-11-19 Roland Shoemakerinternal/fuzz: compute correct number of mutations
2021-11-19 Dan Scalescmd/compile: don't run ComputeAddrTaken on imported...
2021-11-18 Ian Lance Taylorcmd/go/internal/test: add dep from test pkg build to...
2021-11-18 Robert Griesemerspec: various clarifications/fixes for method sets...
2021-11-18 Mikhail Faraponovnet: optimize ctxDone usage
2021-11-18 Robert Findleygo/types: add test for imported constraints pre-1.18
2021-11-18 Robert Findleygo/types: use "implements" rather than "satisfies"...
2021-11-18 Robert Findleygo/types: remove unneccesary tests in implements and...
2021-11-18 Robert Findleygo/types: implement Checker.implements
2021-11-18 Than McIntoshcmd/link: relocate dwarf examiner helper to separate...
2021-11-18 Robert Griesemerspec: generalize method sets and interface types to...
2021-11-18 Keith Randalltest: make issue8606b test more robust
2021-11-18 Robert Findleygo/types: better position for invalid slice indices...
2021-11-18 Robert Findleygo/types: better position for "3-index slice of string...
2021-11-18 Robert Findleygo/types: move match function to end of file (cleanup)
2021-11-18 Robert Findleygo/types: allow slicing for operands with []byte|string...
2021-11-18 Robert Findleygo/types: optimize common case in structuralType
2021-11-18 Robert Findleygo/types: simplify under() and fix a crash
2021-11-18 Robert Findleygo/types: remove tparamIsIface flag and corresponding...
2021-11-18 Robert Findleygo/types: remove asNamed
2021-11-18 Robert Findleygo/types: remove a review comment in implicitTypeAndValue
2021-11-17 Ian Lance Taylorruntime: make faketime more robust against GC
2021-11-17 Roland Shoemakercmd/go: skip broken fuzz test
2021-11-17 Robert Findleygo/types: set tparamsIsIface to true
2021-11-17 Robert Findleygo/types: underlying type of a type parameter is its...
2021-11-17 Ian Lance Taylorruntime: don't run TestCheckPtr/TestCheckPtr2 in short...
2021-11-17 Robert Findleygo/types: check for non-negative index in tparamIndex
2021-11-17 Robert Findleygo/types, types2: complete methods on pointer receivers...
2021-11-17 Robert Findleygo/types: match Go 1.17 compiler error messages more...
2021-11-17 Ian Lance Taylorruntime: don't serialize all builds in test
2021-11-17 Roland Shoemakerinternal/fuzz: limit number of consecutive mutations
2021-11-17 Patrik Nyblomruntime: make sure to properly park before going to...
2021-11-17 Robert Findleygo/types: better error for type assertion/switch on...
2021-11-17 Cuong Manh Lecmd/compile: emit definition of 'any' only if generic...
2021-11-17 Robert Griesemergo/types: make sure we are safe for nil in underIs
2021-11-17 Robert Griesemercmd/compile/internal/types2: return an error from Insta...
2021-11-17 Robert Griesemercmd/compile/internal/types2: add a test for Context...
2021-11-17 Robert Griesemercmd/compile/internal/types2: rename types.context to...
2021-11-17 Robert Griesemercmd/compile/internal/types2: don't set a Config.Context...
2021-11-17 Robert Griesemercmd/compile/internal/types2: when type hashing, canonic...
2021-11-17 Robert Griesemercmd/compile/internal/types2: when type hashing, use...
2021-11-17 Robert Griesemercmd/compile/internal/types2: deduplicate signatures...
2021-11-17 Robert Griesemercmd/compile/internal/types2: add a test for argument...
2021-11-17 Robert Griesemercmd/compile/internal/types2: tweaks to ArgumentError...
2021-11-17 Than McIntoshcmd/compile: emit definition of 'any' when compiling...
2021-11-17 Josh Bleecher... runtime: remove defer test log spam
2021-11-16 Keith Randallruntime: check GOAMD64 compatibility after setting...
2021-11-16 jiahua wangsort: improve sort documentation
2021-11-16 Michael Prattos/exec: avoid NewFile on unknown FDs
2021-11-16 Alessandro... debug/pe,debug/macho: add support for DWARF5 sections
2021-11-16 Michael Matloobcmd: pull in golang.org/x/mod@3a5865c
2021-11-16 Michael Prattruntime: get tracking time only when needed
2021-11-16 Robert Findleygo/types, types2: improve error messages referencing any
2021-11-16 Cuong Manh Lecmd/compile: prevent irgen crashing for empty local...
2021-11-16 Robert Findleygo/types: remove asTypeParam and simplify some code
2021-11-16 Robert Findleygo/types: remove structuralString in favor of inlined...
2021-11-16 Robert Findleygo/types: slightly relax notion of structural type
2021-11-16 Robert Findleygo/types: refer to structural rather than single underl...
2021-11-16 Robert Findleygo/types: move some functions into different files...
2021-11-16 Robert Findleygo/types: rename structure to structuralType
2021-11-16 Robert Findleygo/types: use type variables consistently in Checker...
2021-11-16 Robert Findleyall: update vendored golang.org/x/tools
2021-11-16 Alberto Donizetticmd/go: don't try to print build info of non-Go binaries
2021-11-16 Robert Griesemercmd/compile/internal/types2: re-use type hashing logic...
2021-11-16 Robert Griesemercmd/compile/internal/types2: refactor the Context type...
2021-11-16 Robert Griesemercmd/compile/internal/types2: use Identical to verify...
2021-11-16 Keith Randalldoc: mention generics in release notes
2021-11-16 Ian Lance Taylorsync: in TryLock try to acquire mutex even if state...
2021-11-16 jiahua wangdoc/go1.18: add AppendRune doc
2021-11-15 Alessandro... debug/dwarf: better error message when reading absent...
2021-11-15 Robert Griesemercmd/compile/internal/types2: add test for imported...
2021-11-15 Robert Griesemercmd/compile/internal/types2: use "implements" rather...
2021-11-15 Robert Griesemercmd/compile/internal/types2: remove unneccesary tests...
2021-11-15 Robert Griesemercmd/compile/internal/types2: implement Checker.implements
2021-11-15 Robert Griesemercmd/compile/internal/types2: better position for invali...
2021-11-15 Robert Griesemercmd/compile/internal/types2: better position for "3...
2021-11-15 Robert Griesemercmd/compile/internal/types2: move match function to...
2021-11-15 Robert Griesemercmd/compile/internal/types2: allow slicing for operands...
2021-11-15 Robert Griesemercmd/compile/internal/types2: optimize common case in...
2021-11-15 Robert Griesemergo/types, types2: copy implicit bit in interface substi...
2021-11-15 Keith Randallcmd/compile: error when using internal type declaration...
2021-11-15 Robert Findleycmd/compile/internal/types2: add a check for nil reason...
2021-11-15 Robert Findleygo/types: return an error message from Checker.genericType
2021-11-15 Robert Findleygo/types: assign error codes to new errors for Go 1.18
next