Commit Graph

67 Commits (3f6c3edd1931483c6fbd0896667c17ff93803255)

Author SHA1 Message Date
Alexander Medvednikov 3f6c3edd19
doc: minor fixes 2020-06-09 22:47:41 +02:00
Alexander Medvednikov b9bd296adc
doc: attributes 2020-06-09 22:40:36 +02:00
Delyan Angelov e8e205284c
doc: update performance tuning section 2020-06-09 19:09:41 +03:00
Delyan Angelov 4fc41c4bc4 v: add compiler support for _unlikely_(x) too 2020-06-09 18:11:03 +03:00
Delyan Angelov c7d4360931 v: add full compiler support for _likely_(x) 2020-06-09 17:42:43 +03:00
Lukas Neubert 0c1d3ffbfe
doc: add missing links to ToC 2020-06-08 15:39:35 +02:00
sandrochuber 073d9f3179
docs: fix small typo 2020-06-05 16:23:24 +02:00
Eric Crook 9aa9ea7e2e
doc: use vfmt -w 2020-06-02 19:26:16 +02:00
Uwe Krüger b0f66a4e05
checker: permit int -> f32, int64 -> f64 and similar promotions again 2020-06-02 17:00:14 +02:00
Alexander Medvednikov bfb926a544
doc: minor clean up 2020-05-31 11:12:37 +02:00
Delyan Angelov b17e10c72e docs: mention `v run` and `v symlink` earlier 2020-05-31 08:56:50 +03:00
JalonSolov b7dc5b2f7b
stopwatch: auto_start option, make pause cumulative 2020-05-30 10:20:54 +03:00
Uwe Krüger 013fdb8a4b
checker: restrict numeric promotions to cases where no data is lost 2020-05-27 05:42:48 +02:00
Delyan Angelov 3cfdd2a4cd scanner: add support for @VMOD_FILE 2020-05-26 23:39:15 +03:00
Delyan Angelov 1cc52b0fae docs: update obsolete references to the compiler/ folder 2020-05-22 10:11:12 +03:00
Alexander Medvednikov 7e55261c17
doc: remove snake_case consts for now 2020-05-21 16:34:57 +02:00
yuyi ebdfe9a9c5
doc: correct an example 2020-05-18 14:35:51 +02:00
yuyi 1a990407c7
doc: fix minor typo 2020-05-17 19:24:04 +02:00
Alexander Medvednikov a66eebc651
doc: clarify the short struct syntax 2020-05-17 16:15:02 +02:00
Alexander Medvednikov 89d7d937ae
doc: short struct init syntax 2020-05-17 16:11:48 +02:00
Alexander Medvednikov 2de127f045
docs: structs: more info on default field values 2020-05-17 16:01:02 +02:00
Alexander Medvednikov 3bd88a3cc2
docs: public readonly fields 2020-05-16 15:36:19 +02:00
Alexander Medvednikov 5767576deb
docs: structs: clean up 2020-05-16 15:19:48 +02:00
Alexander Medvednikov cd43258f41
docs: structs: custom default values 2020-05-16 15:17:27 +02:00
Swastik Baranwal 74d2ae518a
docs: fix typo 2020-05-15 13:35:33 +02:00
Alexander Medvednikov ab8264f8be
docs: interfaces: is 2020-05-14 17:50:48 +02:00
sudo-nice b233c24d19
doc: rename field `default` to `init` for array 2020-05-14 11:00:13 +03:00
Don Alfons Nisnoni daca6df41a
docs: fix TOC navigation links 2020-05-11 23:56:16 +02:00
Alexander Medvednikov fd71093a28
docs: more styling fixes 2020-05-11 20:25:48 +02:00
Alexander Medvednikov 0a89aa0044
docs: minor fixes 2020-05-11 20:21:41 +02:00
Alexander Medvednikov dae3907c5f
docs: clean up toc 2020-05-10 16:55:38 +02:00
Louis Schmieder 3ec2608d6b
glm: matrix multiplication; docs: toc 2020-05-10 16:49:29 +02:00
Alexander Medvednikov 0af939c30d
docs: table of contents 2020-05-10 15:49:43 +02:00
Teymour Aldridge 1991220797
docs: update documentation on iterators 2020-05-07 18:01:09 +02:00
yuyi ab30e81ab5
docs: fix minor typo 2020-05-07 15:36:34 +02:00
Teymour Aldridge 9b0b6ec2db
docs: improve the clarity, fix grammar 2020-05-07 12:30:41 +02:00
ytakahashi 24aff9e511
doc: fix wrong syntax 2020-05-06 02:56:46 +02:00
dumblob 36760f0982
doc: fix wording for "return none" 2020-05-05 16:26:22 +02:00
Alexander Medvednikov 4de48e86d2
doc: sum types 2020-05-05 15:42:53 +02:00
dumblob 869444cec6
doc: fix wording for "return none" 2020-05-05 11:37:44 +02:00
Delyan Angelov dbbfb04e7c docs: change obsolete -show_c_cmd to -showcc and -keepc 2020-05-02 19:01:53 +03:00
Uwe Krüger 170ee4312f
cgen: string interpolation field width support for large integers and utf8 strings 2020-05-02 00:43:59 +02:00
Alexander Medvednikov 666801f9f9
docs: v doc 2020-05-01 10:55:48 +02:00
Delyan Angelov 66f4c881ec docs.md: add profiling section 2020-05-01 11:04:00 +03:00
Alexander Medvednikov cd45e9ea48
docs: update array docs 2020-04-26 17:19:08 +02:00
Tin Le 7bcca827b6
docs: replace remaining `var` with `mut` 2020-04-23 19:05:27 +02:00
dumblob d5eafe79bd
doc: fix misleading description of optionals 2020-04-23 05:35:33 +02:00
Alexander Medvednikov aef756a3fd
docs: high order functions 2020-04-22 07:23:05 +02:00
Alexander Medvednikov ee2e83fef0 go back to `mut`. decisions, decisions... 2020-04-21 05:11:50 +02:00
Dimitri Merejkowsky 4fe4709b56
docs: fix typo 2020-04-18 21:28:05 +02:00