1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
Ahmad Yasser
cad2cd5583
docs: fix typos using codespell (#17332) 2023-02-16 11:43:39 +02:00
Makhnev Petr
c8c70de87d
docs: unify format of notes (#17294) 2023-02-13 10:29:02 +02:00
Grantley Cullar
21d18b0792
doc: fix typos (#16239) 2022-10-28 22:27:38 +03:00
Andreas Heissenberger
7983495c57
tools: improve v check-md by checking for broken TOC headline links (#10417) 2021-06-14 13:12:02 +03:00
Uwe Krüger
8bf3fe5d48
docs: remove & from shared initializers (#8499) 2021-02-01 21:43:45 +01:00
Delyan Angelov
f32c6784e7
ci/tools: check-md.v: extract examples and check they are compilable (#6719) 2020-11-03 01:04:14 +01:00
Uwe Krüger
3454677eb9
doc: update channel documentation (#6432) 2020-09-20 16:20:56 +02:00
Uwe Krüger
433610b5c0
sync/channels: provide .cap and .len() (#6104) 2020-08-11 17:52:13 +02:00
Uwe Krüger
c3cdfa1c96
sync/channels: provide `try_push(), try_pop() as public methods (#6101) 2020-08-10 18:06:42 +02:00
Uwe Krüger
20a65cf9c8
sync/channels: implement close() method (#6098) 2020-08-10 06:22:20 +02:00
Uwe Krüger
863cf8af60
sync: channel implementation (#6074) 2020-08-06 15:28:19 +02:00
Uwe Krüger
3c3a91697e
doc: describe upcoming automatic lock feature (#5795) 2020-07-10 23:45:03 +02:00
Uwe Krüger
ef02373061
all: remove rwshared keyword, make its semantics default for shared (#5710) 2020-07-07 01:57:31 +02:00
Uwe Krüger
bc9f8babaa
docs: describe upcoming concurrency 2020-06-28 13:58:08 +02:00