]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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 Russ Cox[dev.regabi] cmd/compile: finish cleanup of Flag initia...
2020-11-25 Matthew Dempsky[dev.regabi] cmd/compile: fix reporting of overflow
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 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 Matthew Dempsky[dev.regabi] cmd/compile: replace Val with go/constant...
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 Matthew Dempsky[dev.regabi] cmd/compile: prep refactoring for switchin...
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 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 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 Griesemergo/types: use correct error position
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 Paul E. Murphycmd/compile,cmd/asm: fix function pointer call perf...
2020-11-19 Dan Scalescmd/compile: flag "-d=dumpptrs" to print Node ptrs...
2020-11-19 Jason A. Donenfeldruntime: support new callbackasm1 calling convention...
2020-11-19 Bryan C. Millscmd/go/internal/modload: remove SetBuildList
2020-11-19 Bryan C. Millscmd/go/internal/modcmd: eliminate a call to modload...
2020-11-19 Hanlin Shiinternal/fmtsort: sort the unsafe pointers in map
2020-11-19 Robert Griesemergo/types: report an error for invalid constant values
2020-11-18 Matthew Dempskycmd/compile: fix miscompilation during inlining
2020-11-18 Matthew Dempskycmd/compile: fix panic in field tracking logic
2020-11-18 Michael Prattsync: document RWMutex race semantics
2020-11-18 Michael Prattruntime: give test child time to block
2020-11-18 Tobias Klauserruntime: use clock_gettime instead of gettimeofday...
2020-11-18 Tobias Klauserruntime: use pipe2 syscall for Pipe in tests
2020-11-18 Jay Conrodcmd/go: in 'go get', only load retractions for resolved...
2020-11-18 Cherry Zhangcmd/link: recompute heapPos after copyHeap
2020-11-18 Jay Conrodcmd/go: fix retract interval syntax in 'go help mod...
2020-11-18 Alberto Donizetticmd/compile: stop MOVW-ing -1 as SRA shift amount in...
2020-11-18 Rebecca Stamblergo/ast: document invalid comment end positions with...
2020-11-18 Alberto Donizettitime: in NewTicker, document that the 1st tick comes...
2020-11-17 Robert Griesemergo/types: add test case for incorrect map index expression
2020-11-17 Than McIntoshcmd/compile: clean up buggy DWARF inlined info PC ranges
2020-11-17 Jay Conrodcmd/go: allow querying other versions of the main module
2020-11-17 Jay Conrodcmd/go/internal/modget: clarify error for 'go get'...
2020-11-17 Dmitri Shuralyovcmd/go: revert "in 'go get', only load retractions...
2020-11-17 Lynn Bogercmd/compile: fix rules regression with shifts on PPC64
2020-11-16 Jay Conrodcmd/go: update 'go help mod init'
2020-11-16 Jay Conrodcmd/go: in 'go get', only load retractions for resolved...
2020-11-16 Joel Singcmd/link/internal/ld: dedup shared libraries on openbsd
2020-11-16 Cherry Zhangruntime/race: reject runtime fatal error in tests
2020-11-16 Cherry Zhangruntime: declare arg size/map for race version of sync...
2020-11-16 Bryan C. Millscmd/go/internal/work: add missing newline to go version...
2020-11-16 Kai Lükecmd/go: permit wrongly rejected -Wl,-O... linker flags
2020-11-16 Alberto Donizetticmd/compile: mask SLL,SRL,SRAconst shift amount
2020-11-14 David Chasecmd/compile: fix load of interface{}-typed OpIData...
2020-11-14 Ian Lance Taylorcmd/go: permit CGO_LDFLAGS to appear in //go:ldflag
next