]> Cypherpunks.ru repositories - gostls13.git/history - src/go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / go /
2023-11-15 Robert Griesemergo/types, types2: remove local version processing in...
2023-11-13 Robert Griesemergo/types, types2: add FileVersions map to test Info
2023-11-13 Robert Griesemergo/types, types2: implement Alias proposal (export...
2023-11-11 Robert Griesemergo/types, types2: implement Info.PkgNameOf
2023-11-10 Robert Griesemergo/types, types2: always run tests with and without...
2023-11-10 Michael Anthony... internal/trace: implement MutatorUtilizationV2
2023-11-10 Michael Anthony... runtime: add execution tracer v2 behind GOEXPERIMENT...
2023-11-10 Robert Griesemercmd/compile: update types2.Info.FileVersions API to...
2023-11-09 Robert Griesemergo/types, types2: introduce _Alias type node
2023-11-08 Cherry Muiall: rename GOEXPERIMENT=range to rangefunc
2023-11-07 Robert Griesemergo/types: export Info.FileVersions
2023-11-07 Damien Neilpath/filepath: fix various issues in parsing Windows...
2023-11-06 Russ Coxgo/version: add new package
2023-11-02 Robert Griesemergo/parser: better error messages for incorrect type...
2023-11-02 Robert Griesemergo/types, types2: enable range over int w/o need for...
2023-10-31 Robert Griesemergo/types, types2: more concise error if conversion...
2023-10-30 Russ Coxmath/rand/v2: start of new API
2023-10-24 Alan Donovango/types: fix (*T)(nil)-to-interface conversion bug
2023-10-19 Dmitri Shuralyovtest: migrate remaining files to go:build syntax
2023-10-19 cui flitergo: add available godoc link
2023-10-18 Cuong Manh Lecmd/compile: fix funcdata encode for functions with...
2023-10-17 Mauri de Souza Men... go/printer: fix invalid output for empty decls
2023-10-11 Cuong Manh Letypes2, go/types: remove doc link from Func.Pkg comment
2023-10-10 Jonathan Amsterdamgo/types: clarify the documentation for Func.Pkg
2023-10-10 Robert Griesemergo/types: update FileVersions API to match proposal...
2023-10-09 Jes Cokgo/token: use "// Output:" instead of "//Output:" in...
2023-10-09 Alan Donovango/types: document unfixable bug at Selection.Indirect
2023-10-09 Alan Donovango/types: clarify semantics of Selection
2023-10-04 Alan Donovango/printer: parenthesize type in <-((<-chan int)(nil))
2023-10-03 Robert Griesemergo/types, types2: don't implicitly modify an argument...
2023-10-02 qiulaidongfenggo/printer: use max/min func
2023-09-30 Than McIntoshinternal,cmd/internal: relocate covcmd package from...
2023-09-30 Than McIntoshcmd/go: improve handling of no-test packages for coverage
2023-09-27 Jes Cokgo/build/constraint: delete, replace stringsCut calls...
2023-09-27 cui fliterall: fix misuses of "a" vs "an"
2023-09-20 Robert Griesemergo/types, types2: pass *TypeName instead of *Named...
2023-09-20 Russ Coxcmd/compile, go/types: typechecking of range over int...
2023-09-18 Jes Cokall: clean unnecessary casts
2023-09-18 Robert Griesemergo/types: use InvalidSyntaxTree in a couple of places...
2023-09-15 Robert Griesemergo/types, types2: introduce `isValid` predicate and...
2023-09-13 qiulaidongfenggo/doc/comment: use slices.BinarySearch
2023-09-13 Jes Cokgo/doc/comment: update TODO for isStdPkg
2023-09-08 Jonathan Amsterdamtesting/slogtest: add Run to run cases as subtests
2023-09-06 Roland Shoemakerhtml/template: properly handle special tags within...
2023-08-31 Robert Griesemergo/types, types2: fix doc string
2023-08-30 Robert Griesemergo/types, types2: use asNamed(t) instead of t.(*Named...
2023-08-29 Robert Griesemergo/types, types2: remove order dependency in inference...
2023-08-28 Jes Cokcmd/compile/internal/types2: use ReplaceAll in *Context...
2023-08-28 Alan Donovango/scanner: give specific error for curvy “abc” quotes
2023-08-25 doujiang24cmd/cgo: add #cgo noescape/nocallback annotations
2023-08-17 Robert Griesemergo/types, types2: disable interface inference for versi...
2023-08-17 Robert GriesemerRevert "go/types, types2: remove internal constant...
2023-08-17 Guoqi Cheninternal/sysinfo: print cpu type from cpuinfo when...
2023-08-17 Joe Tsaiencoding: add AppendEncode and AppendDecode
2023-08-16 Cuong Manh Lego/types, types2: add Sizes computation to match gc...
2023-08-16 Robert Griesemergo/types: update generate_test.go (cleanup)
2023-08-15 Robert Griesemergo/types, types2: don't verify infer result if no Confi...
2023-08-15 Robert Griesemergo/types, types2: use correct parameter list when check...
2023-08-15 Robert Griesemergo/types, types2: move emode computation closer to...
2023-08-15 Robert Griesemergo/types, types2: use exact unification when comparing...
2023-08-07 Robert Findleygo/types: fix panic in allowVersion when pos is invalid
2023-08-07 Robert Griesemergo/types: use file start position as key for Info.FileV...
2023-08-07 Alan Donovango/ast: deprecate Object
2023-08-03 Robert Griesemergo/types, types2: collect per-file Go version in Info...
2023-08-03 Robert Findleygo/types, types2: don't panic during interface completion
2023-08-02 Robert Griesemergo/types, types2: move posVers field into group of...
2023-08-01 Rob Findleygo/types, types2: instantiated interfaces must be concu...
2023-08-01 Robert Griesemergo/types, types2: remove internal constant enableInterf...
2023-07-31 Hirogo/types: add test cases for generic constraints, types...
2023-07-21 Eli Benderskysort: forward fixed-type slice sorting to slices package
2023-07-21 Rob Findleygo/types, types2: update documentation for GoVersion
2023-07-21 Robert Griesemergo/types, types2: a min/max value argument must not...
2023-07-20 Bryan C. Millsgo/internal/gcimporter: propagate errors from FindPkg
2023-07-20 Robert Griesemergo/types, types2: make sure info recording is executed...
2023-07-20 Alan Donovango/ast: add Unparen(Expr) helper
2023-07-18 Jes Cokall: fix typos
2023-07-17 Rob Findleygo/types, types2: remove unnecessary assert on pointer...
2023-07-07 Robert Findleygo/types, types2: do not mutate arguments in NewChecker
2023-07-06 Russ Coxgo/types: record Config.GoVersion for reporting in...
2023-06-26 Robert Griesemergo/types, types2: replace TODO with clarifying comment
2023-06-26 Robert Griesemergo/types, types2: fix interface unification
2023-06-26 Cuong Manh Letypes2, go/types: record final type for min/max arguments
2023-06-26 Robert Griesemergo/types, types2: more readable inference trace
2023-06-21 Robert Griesemergo/types, types2: avoid spurious "declared and not...
2023-06-16 Bryan C. Millsgo/types: skip tests that require GOROOT/test if it...
2023-06-16 Bryan C. Millsgo/internal/gcimporter: skip TestImportTypeparamTests...
2023-06-14 Alexander Yastrebovall: fix spelling errors
2023-06-13 Robert Griesemergo/types, types2: fix Hilbert test for stand-alone run
2023-06-12 Michael Matloobgo/build: check for invalid import paths again
2023-06-12 Robert Griesemergo/types, types2: use correct reverse inference approach
2023-06-12 Robert Griesemergo/types, types2: use inexact unification when unifying...
2023-06-09 cui fliterall: fix function names in comments
2023-06-08 Robert Griesemergo/types: fix method set computation if receiver is...
2023-06-08 Bryan C. Millsgo/printer: error out of Fprint when it would write...
2023-06-07 Robert Griesemergo/types, types2: don't crash when using trace with...
2023-06-06 Robert Griesemergo/types, types2: handle named and literal interfaces...
2023-06-05 Robert Griesemergo/types, types2: fix incorrect logic in assignability...
2023-06-02 Robert Griesemergo/types, types2: remove version check for more lenient...
2023-06-02 Robert Griesemergo/types, types2: report inference instead of assignmen...
2023-06-01 Robert Griesemergo/types, types2: use exact matching when unifying...
next