]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-12-01 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: remove...
2020-11-25 Russ Cox[dev.typeparams] merge dev.regabi 40f5bc4d556a into...
2020-11-25 Russ Cox[dev.regabi] merge master 4481ad6eb6 into dev.regabi
2020-11-25 Dmitri Shuralyovdoc/go1.16: consolidate stdlib changes in "Minor change...
2020-11-25 Elias Naurcmd/dist: restore GOARM=7 default for android/arm
2020-11-25 Russ Cox[dev.typeparams] merge dev.regabi 41f3af9d04 into dev...
2020-11-25 Russ Cox[dev.regabi] cmd/compile: replace *Node type with an...
2020-11-25 Russ Cox[dev.regabi] cmd/compile: introduce ir.INode interface...
2020-11-25 Russ Cox[dev.regabi] cmd/compile: convert types.Node (a pointer...
2020-11-25 Russ Cox[dev.regabi] cmd/compile: use Node getters and setters...
2020-11-25 Russ Cox[dev.regabi] cmd/compile: rewrite a few ++/--/+=/-...
2020-11-25 Russ Cox[dev.regabi] cmd/compile: remove gc ↔ ssa cycle hacks
2020-11-25 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: a type...
2020-11-25 Russ Cox[dev.regabi] cmd/compile: introduce cmd/compile/interna...
2020-11-25 Russ Cox[dev.regabi] cmd/compile: move okforconst into its...
2020-11-25 Russ Cox[dev.regabi] cmd/compile: introduce cmd/compile/interna...
2020-11-25 Russ Cox[dev.regabi] cmd/compile: finish cleanup of Debug parsing
2020-11-25 Russ Cox[dev.regabi] cmd/compile: clean up debug flag (-d)...
2020-11-25 Tobias Klauserdoc/go1.16: add time/tzdata release note for CL 261877
2020-11-25 Russ Cox[dev.regabi] cmd/compile: finish cleanup of Flag initia...
2020-11-25 Elias Naurcmd/internal/objabi: assume GOARM=7 on Android
2020-11-25 Daniel S Favaruntime: check channel's elemsize before calling race...
2020-11-25 Matthew Dempsky[dev.regabi] cmd/compile: fix reporting of overflow
2020-11-25 Tom Payneregexp/syntax: add note about Unicode character classes
2020-11-25 Russ Cox[dev.regabi] cmd/compile: clean up flag handling [gener...
2020-11-25 Russ Cox[dev.regabi] cmd/compile: simplify fmt handling of...
2020-11-25 Russ Cox[dev.regabi] cmd/compile: add Node field getters and...
2020-11-25 Robert Griesemergo/constant: MakeFloat64(0) must return a value of...
2020-11-25 Russ Cox[dev.regabi] cmd/compile: rewrite problematic use of...
2020-11-25 Russ Cox[dev.regabi] cmd/compile: remove uses of dummy
2020-11-25 Matthew Dempsky[dev.regabi] add FatalfAt and fix Fatalf docs
2020-11-25 Matthew Dempsky[dev.regabi] cmd/compile: remove file mistakenly added...
2020-11-25 eric fangcmd/link: add relocation type R_AARCH64_LDST16_ABS_LO12...
2020-11-25 Robert Griesemergo/constant: make constant.Make produce "smallest"...
2020-11-25 Matthew Dempsky[dev.regabi] cmd/compile: replace Val with go/constant...
2020-11-24 Austin Clementsruntime: use inlined function name for traceback elision
2020-11-24 Austin Clementsruntime/testdata/testprogcgo: refactor CrashTraceback
2020-11-24 Russ Cox[dev.regabi] cmd/compile: replace evconst with non...
2020-11-24 Russ Cox[dev.regabi] cmd/compile: delete n.List after collapsin...
2020-11-24 Russ Cox[dev.regabi] cmd/compile: introduce OMETHEXPR instead...
2020-11-24 Russ Cox[dev.regabi] cmd/compile: add OMETHEXPR
2020-11-24 Russ Cox[dev.regabi] cmd/compile: clean up Node.Func
2020-11-24 Russ Cox[dev.regabi] cmd/compile: clean up tests to know less...
2020-11-24 Dmitri Shuralyovdoc/go1.16: fill in Go 1.16 release note TODOs using...
2020-11-24 Matthew Dempsky[dev.regabi] cmd/compile: prep refactoring for switchin...
2020-11-24 Rob Findley[dev.typeparams] go/parser: support the ParseTypeParams...
2020-11-24 Rob Findley[dev.typeparams] import go2go changes to parse type...
2020-11-24 Matthew Dempsky[dev.regabi] strconv: add to bootstrap packages
2020-11-24 Matthew Dempsky[dev.regabi] cmd/compile: remove CTRUNE
2020-11-24 Matthew Dempsky[dev.regabi] cmd/compile: refactor type/value assertions
2020-11-24 Matthew Dempsky[dev.regabi] cmd/compile: replace CTNIL with ONIL
2020-11-24 Matthew Dempsky[dev.regabi] cmd/compile: add (unused) ONIL constant
2020-11-24 Matthew Dempsky[dev.regabi] cmd/compile: cleanup type switch typechecking
2020-11-24 Matthew Dempsky[dev.regabi] go/constant: avoid heap allocations in...
2020-11-24 Matthew Dempsky[dev.regabi] go/constant: optimize BitLen
2020-11-24 Russ Cox[dev.regabi] cmd/compile: prepare for package ir
2020-11-24 Russ Cox[dev.regabi] cmd/compile: rename a few 'base' identifiers
2020-11-24 Russ Cox[dev.regabi] cmd/compile: clean up error API
2020-11-24 Russ Cox[dev.regabi] cmd/compile: initialize importMap lazily
2020-11-24 Russ Cox[dev.regabi] cmd/compile: rewrite concurrentFlagOk...
2020-11-24 Alex Brainmanruntime: allow for usleep2HighRes to run without TLS...
2020-11-24 Cuong Manh Lecmd/compile: set OpLoad argument type interface{} correctly
2020-11-24 Matthew Dempsky[dev.regabi] cmd/compile/internal/types: remove Func...
2020-11-24 Matthew Dempsky[dev.regabi] cmd/compile/internal/gc: refactor to use...
2020-11-24 Matthew Dempsky[dev.regabi] cmd/compile/internal/gc: prep for Func...
2020-11-24 Robert Griesemer[dev.typeparams] go/types, cmd/compile/internal/types2...
2020-11-24 Matthew Dempsky[dev.regabi] cmd/compile/internal/gc: add MethodName...
2020-11-24 Matthew Dempsky[dev.regabi] cmd/compile/internal/types: add pos/sym...
2020-11-24 Robert Griesemergo/types: fix incorrect string(int) conversion (regression)
2020-11-23 Michael Anthony... runtime/metrics: tweak wording of stack and unused...
2020-11-23 Martin Möhrmannsync: use 386 instead of x86-32 to refer to the 32...
2020-11-21 Keith Randallcmd/compile: add test for 42753
2020-11-21 Jason A. Donenfeldsyscall: add DLLError.Unwrap function
2020-11-21 Bryan C. Millscmd/go/internal/modload: remove the Reqs function
2020-11-21 Bryan C. Millscmd/go/internal/modload: remove a stale comment for...
2020-11-20 Michael Matloobcmd/go: support the -overlay flag for go mod commands
2020-11-20 Ian Lance Taylorcmd/cgo, cmd/internal/pkgpath: support gofrontend mangl...
2020-11-20 Hollow Mandoc: fix misspelling of “initialization” in diagnostics...
2020-11-20 Michael Matloobcmd/go: support overlaying go.mod files
2020-11-20 Jay Conrodcmd/go: recommend 'go get' command to switch from retra...
2020-11-20 Cuong Manh Lecmd/compile: allow loading single field of typed-interf...
2020-11-20 Jay Conrodcmd/go: report changes and resolved versions in 'go...
2020-11-20 Jay Conrodcmd/go/internal/modload: ignore selected version in...
2020-11-20 Jay Conrodcmd/go: remove ListModules call in runGet
2020-11-20 Bryan C. Millscmd/go/internal/modload: eliminate LoadedModules
2020-11-20 Bryan C. Millscmd/go/internal/work: remove a redundant call to modloa...
2020-11-20 Ian Lance Taylornet, internal/poll: reset value before adding in minor...
2020-11-20 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: report...
2020-11-20 Robert Griesemergo/types: use correct error position
2020-11-20 Robert Griesemer[dev.typeparams] Merge branch 'master' into dev.typeparams
2020-11-20 Robert Griesemergo/types: fix error message for consistency
2020-11-20 Robert Griesemergo/types, go/constant: handle infinities as unknown...
2020-11-19 fzippio/fs: make WalkDirFunc parameter name consistent with...
2020-11-19 Michael Anthony... runtime/metrics: clarify Read's documentation
2020-11-19 Michael Anthony... runtime/metrics: clarify memory and GC metrics document...
2020-11-19 Bryan C. Millscmd/go/internal/work: avoid modload.Selected in 'go...
2020-11-19 Bryan C. Millscmd/go: fix failing gccgo cases in TestScript/build_overlay
2020-11-19 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: report...
2020-11-19 Paul E. Murphycmd/compile,cmd/asm: fix function pointer call perf...
2020-11-19 Dan Scalescmd/compile: flag "-d=dumpptrs" to print Node ptrs...
next