aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-04[dev.unified] all: merge master (85d87b9) into dev.unifieddev.unifiedMatthew Dempsky
2022-08-04all: update vendored golang.org/x dependencies for Go 1.20 developmentDmitri Shuralyov
2022-08-04all: remove pre-Go 1.17 workaroundsRuss Cox
2022-08-04runtime: clean up panic and deadlock lock ranksAustin Clements
2022-08-04runtime: make the lock rank DAG make more senseAustin Clements
2022-08-04runtime: add mayAcquire annotation for finlockAustin Clements
2022-08-04runtime: add missing trace lock edgesAustin Clements
2022-08-04runtime: generate the lock ranking from a DAG descriptionAustin Clements
2022-08-04runtime: delete unused lock ranksAustin Clements
2022-08-04internal/dag: add a Graph type and make node order deterministicAustin Clements
2022-08-04go/build, internal/dag: lift DAG parser into an internal packageAustin Clements
2022-08-04cmd/dist: require Go 1.17 for building GoRuss Cox
2022-08-04runtime: support riscv64 SV57 modeDmitry Vyukov
2022-08-03make.bat, make.rc: show bootstrap toolchain versionRuss Cox
2022-08-03cmd/asm: update package doc to describe "-p" optionThan McIntosh
2022-08-03[dev.unified] cmd/compile: start using runtime dictionariesMatthew Dempsky
2022-08-03net: disable TestIPv6WriteMsgUDPAddrPortTargetAddrIPVersion [sic] on Dragonfl...Russ Cox
2022-08-02runtime: trivial replacements of g in remaining filesMichael Pratt
2022-08-02runtime: trivial replacements of g in signal_unix.goMichael Pratt
2022-08-02runtime: tricky replacements of g in traceback.goMichael Pratt
2022-08-02runtime: tricky replacements of g in proc.goMichael Pratt
2022-08-02runtime: trivial replacements of _g_ in remaining filesMichael Pratt
2022-08-02runtime: trivial replacements of _g_ in os filesMichael Pratt
2022-08-02runtime: trivial replacements of _g_ in GC filesMichael Pratt
2022-08-02runtime: trivial replacements of _g_ in proc.goMichael Pratt
2022-08-02runtime: tricky replacements of _g_ in os3_solaris.goMichael Pratt
2022-08-02runtime: tricky replacements of _g_ in os3_plan9.goMichael Pratt
2022-08-02runtime: tricky replacements of _g_ in signal_windows.goMichael Pratt
2022-08-02runtime: tricky replacements of _g_ in signal_unix.goMichael Pratt
2022-08-02runtime: tricky replacements of _g_ in trace.goMichael Pratt
2022-08-02runtime: tricky replacements of _g_ in mgc.goMichael Pratt
2022-08-02runtime: tricky replacements of _g_ in proc.goMichael Pratt
2022-08-02runtime: rename _p_ to ppMichael Pratt
2022-08-02runtime: clean up dopanic_mMichael Pratt
2022-08-02runtime: clean up canpanicMichael Pratt
2022-08-02runtime: fix outdated g.m comment in traceback.goMichael Pratt
2022-08-02internal/goversion: update Version to 1.20Dmitri Shuralyov
2022-08-02all: disable tests that fail on AlpineRuss Cox
2022-08-01test: improve generic type assertion testMatthew Dempsky
2022-08-01cmd/compile: fix wrong dict pass condition for type assertionsWayne Zuo
2022-08-01doc: move Go 1.19 release notes to x/websiteDmitri Shuralyov
2022-08-01doc: mention removal of cmd/compile's -importmap and -installsuffix flagsMatthew Dempsky
2022-08-01doc/go1.19: fix typo: EM_LONGARCH -> EM_LOONGARCHWANG Xuerui
2022-08-01doc/go1.19: fix a few links that were missing trailing slashesBrad Fitzpatrick
2022-07-30runtime: fix typoshopehook
2022-07-30[dev.unified] go/internal: set underlying types in proper orderDavid Chase
2022-07-29cmd/dist: always pass -short=true with -quickIan Lance Taylor
2022-07-28doc/go1.19: minor adjustments and linksRuss Cox
2022-07-28doc/go1.19: improve the loong64 release notesWANG Xuerui
2022-07-28os/exec: add GODEBUG setting to opt out of ErrDot changesRuss Cox