summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.unified] all: merge master (85d87b9) into dev.unifieddev.unifiedMatthew Dempsky2022-08-04199-5858/+9364
|\
| * all: update vendored golang.org/x dependencies for Go 1.20 developmentDmitri Shuralyov2022-08-04121-3376/+7324
| * all: remove pre-Go 1.17 workaroundsRuss Cox2022-08-0414-199/+41
| * runtime: clean up panic and deadlock lock ranksAustin Clements2022-08-042-6/+10
| * runtime: make the lock rank DAG make more senseAustin Clements2022-08-042-91/+214
| * runtime: add mayAcquire annotation for finlockAustin Clements2022-08-044-14/+24
| * runtime: add missing trace lock edgesAustin Clements2022-08-042-3/+3
| * runtime: generate the lock ranking from a DAG descriptionAustin Clements2022-08-048-180/+471
| * runtime: delete unused lock ranksAustin Clements2022-08-041-43/+12
| * internal/dag: add a Graph type and make node order deterministicAustin Clements2022-08-043-20/+126
| * go/build, internal/dag: lift DAG parser into an internal packageAustin Clements2022-08-042-212/+272
| * cmd/dist: require Go 1.17 for building GoRuss Cox2022-08-041-0/+22
| * runtime: support riscv64 SV57 modeDmitry Vyukov2022-08-041-0/+12
| * make.bat, make.rc: show bootstrap toolchain versionRuss Cox2022-08-032-5/+11
| * cmd/asm: update package doc to describe "-p" optionThan McIntosh2022-08-031-0/+2
| * net: disable TestIPv6WriteMsgUDPAddrPortTargetAddrIPVersion [sic] on Dragonfl...Russ Cox2022-08-031-1/+3
| * runtime: trivial replacements of g in remaining filesMichael Pratt2022-08-029-40/+40
| * runtime: trivial replacements of g in signal_unix.goMichael Pratt2022-08-021-39/+39
| * runtime: tricky replacements of g in traceback.goMichael Pratt2022-08-021-2/+2
| * runtime: tricky replacements of g in proc.goMichael Pratt2022-08-021-18/+17
| * runtime: trivial replacements of _g_ in remaining filesMichael Pratt2022-08-025-54/+54
| * runtime: trivial replacements of _g_ in os filesMichael Pratt2022-08-024-31/+31
| * runtime: trivial replacements of _g_ in GC filesMichael Pratt2022-08-023-11/+10
| * runtime: trivial replacements of _g_ in proc.goMichael Pratt2022-08-021-178/+178
| * runtime: tricky replacements of _g_ in os3_solaris.goMichael Pratt2022-08-021-8/+7
| * runtime: tricky replacements of _g_ in os3_plan9.goMichael Pratt2022-08-021-4/+6
| * runtime: tricky replacements of _g_ in signal_windows.goMichael Pratt2022-08-021-8/+9
| * runtime: tricky replacements of _g_ in signal_unix.goMichael Pratt2022-08-021-17/+19
| * runtime: tricky replacements of _g_ in trace.goMichael Pratt2022-08-021-12/+9
| * runtime: tricky replacements of _g_ in mgc.goMichael Pratt2022-08-021-7/+6
| * runtime: tricky replacements of _g_ in proc.goMichael Pratt2022-08-021-54/+49
| * runtime: rename _p_ to ppMichael Pratt2022-08-027-332/+332
| * runtime: clean up dopanic_mMichael Pratt2022-08-021-2/+3
| * runtime: clean up canpanicMichael Pratt2022-08-025-12/+15
| * runtime: fix outdated g.m comment in traceback.goMichael Pratt2022-08-021-4/+4
| * internal/goversion: update Version to 1.20Dmitri Shuralyov2022-08-021-1/+1
| * all: disable tests that fail on AlpineRuss Cox2022-08-025-0/+26
| * test: improve generic type assertion testMatthew Dempsky2022-08-011-3/+7
| * cmd/compile: fix wrong dict pass condition for type assertionsWayne Zuo2022-08-012-0/+31
| * doc: move Go 1.19 release notes to x/websiteDmitri Shuralyov2022-08-011-1008/+0
| * doc: mention removal of cmd/compile's -importmap and -installsuffix flagsMatthew Dempsky2022-08-011-0/+7
| * doc/go1.19: fix typo: EM_LONGARCH -> EM_LOONGARCHWANG Xuerui2022-08-011-1/+1
| * doc/go1.19: fix a few links that were missing trailing slashesBrad Fitzpatrick2022-08-011-9/+9
| * runtime: fix typoshopehook2022-07-302-2/+2
| * cmd/dist: always pass -short=true with -quickIan Lance Taylor2022-07-292-2/+7
| * doc/go1.19: minor adjustments and linksRuss Cox2022-07-281-8/+15
| * doc/go1.19: improve the loong64 release notesWANG Xuerui2022-07-281-2/+11
| * os/exec: add GODEBUG setting to opt out of ErrDot changesRuss Cox2022-07-286-40/+71
* | [dev.unified] cmd/compile: start using runtime dictionariesMatthew Dempsky2022-08-035-41/+308
* | [dev.unified] go/internal: set underlying types in proper orderDavid Chase2022-07-303-1/+67