Delyan Angelov
|
45c6b6493b
|
v.util: make util.smart_quote use its output string builder directly
|
2021-06-21 09:13:38 +03:00 |
Delyan Angelov
|
a21ee1abd4
|
strings.textscanner: add .current/0, .peek_back/0, .peek_back_n/1 and .goto_end/1 methods
|
2021-06-20 13:32:20 +03:00 |
Uwe Krüger
|
60c880a0cc
|
vlib: use `malloc_noscan()` where possible (#10465)
|
2021-06-15 14:47:11 +03:00 |
Delyan Angelov
|
f9c4365dc7
|
v.gen.c: free `indents` in autogenerated .str() methods
|
2021-06-08 17:24:08 +03:00 |
Larpon
|
f6bb4d9a4a
|
strings.textscanner: fix doc strings (#10298)
|
2021-06-02 16:11:16 +03:00 |
Delyan Angelov
|
eac1e25c5d
|
strings: simplify Builder (#10263)
|
2021-05-31 14:21:06 +03:00 |
Delyan Angelov
|
888b9c020c
|
strings: add a new module `strings.textscanner` to simplify writing small parsers
|
2021-05-20 11:23:25 +03:00 |
Enzo
|
2d2b4f79cc
|
strings: add Builder.cut_to (#10042)
|
2021-05-07 19:41:27 +03:00 |
Delyan Angelov
|
aff21c976b
|
strings: fix for Builder.str() using b.len instead of b.buf.len
|
2021-04-25 09:07:46 +03:00 |
Delyan Angelov
|
fec89c7efb
|
ci: fix some of `v test-cleancode` 1
|
2021-04-05 20:47:32 +03:00 |
Alexander Medvednikov
|
57e6138a61
|
all: remove byteptr and charptr; replace them with &byte and &char
|
2021-04-04 17:43:32 +03:00 |
Delyan Angelov
|
82f3ca2d55
|
strings: use deprecated_after for the .write_bytes method
|
2021-04-04 10:01:26 +03:00 |
Delyan Angelov
|
400b4027c9
|
strings: comment deprecation of Builder.write_bytes temporarily
|
2021-03-22 09:01:22 +02:00 |
zakuro
|
e3c0f305b2
|
os: deprecate `os.File.write_bytes` and add `os.File.write_ptr` (#9370)
|
2021-03-20 09:02:28 +02:00 |
Alexander Medvednikov
|
7446d8dc44
|
strings: test Builder's cut_last on windows
|
2021-03-04 20:35:17 +03:00 |
Nick Treleaven
|
23f231ee61
|
builtin: tag array methods unsafe: *_many, grow_len, pointers (#8983)
|
2021-02-26 22:55:09 +01:00 |
zakuro
|
c113abe1a4
|
strings: make builder implement io.Writer (#8914)
|
2021-02-23 09:42:48 +02:00 |
zakuro
|
f54c1a5cc2
|
all: add strings.Builder.write_string and use write_string instead of write (#8892)
|
2021-02-22 13:18:11 +02:00 |
Delyan Angelov
|
514cabd7c8
|
strings: cleanup strings builder, allow reusing it
|
2021-02-21 13:34:29 +02:00 |
Nick Treleaven
|
4a0367a63c
|
vlib: add [unsafe] tag to more functions: tos, string_from_wide, strings.Builder: write_bytes, free (#8766)
|
2021-02-15 17:15:52 +02:00 |
Delyan Angelov
|
48892a52fa
|
strings: make valgrind reports for strings builders more usefull (#8553)
|
2021-02-04 20:45:35 +01:00 |
Delyan Angelov
|
dbaccd4272
|
vfmt: shorten `main.const_name` to just `const_name`
|
2021-01-25 20:57:33 +02:00 |
Alexander Medvednikov
|
29d6e40f29
|
all: vfmt (new const rule)
|
2021-01-24 10:54:27 +01:00 |
Lukas Neubert
|
ac2c3847af
|
all: update copyright to 2019-2021 (#8029)
|
2021-01-18 13:20:06 +01:00 |
zakuro
|
33694665f0
|
fmt: align each contiguous field of struct. not the whole. (#7981)
|
2021-01-12 04:38:43 +01:00 |
spaceface
|
214290d55b
|
fmt: add a space around single-line `unsafe` expressions (#7505)
|
2020-12-23 19:13:42 +01:00 |
zakuro
|
6c341a77f5
|
strings: run v fmt (#7438)
|
2020-12-21 22:00:32 +02:00 |
Alexander Medvednikov
|
7da1afa140
|
all: switch to the new fn arg syntax everywhere; add lots of vfmt -verify tests
|
2020-10-15 12:32:28 +02:00 |
Alexander Medvednikov
|
6921d46185
|
all: rune type for `` literals
|
2020-08-27 06:46:37 +02:00 |
Delyan Angelov
|
36eae1c175
|
builtin: x.vstring() instead of string(x) (#6102)
|
2020-08-10 18:05:26 +02:00 |
Nick Treleaven
|
f5e6a83a05
|
builtin: unsafe vlib pointer indexing (#5836)
|
2020-07-15 21:56:50 +02:00 |
Alexander Medvednikov
|
c563168d69
|
rand: string()
|
2020-07-15 21:36:09 +02:00 |
Alexander Medvednikov
|
1c682d7b89
|
cgen/autofree: sb.writeln() optimization fixes
|
2020-07-13 18:59:47 +02:00 |
Alexander Medvednikov
|
d94a02ba79
|
strings: builder.writeln() optimization
|
2020-07-11 12:03:24 +02:00 |
Alexander Medvednikov
|
5de0f944bd
|
vweb: fix a template leak
|
2020-07-01 17:04:30 +02:00 |
Alexander Medvednikov
|
e78dc4d682
|
strings: fix a leak in builder
|
2020-07-01 16:52:04 +02:00 |
Delyan Angelov
|
78e1127d99
|
cgen: treat the main module like any other v module
|
2020-07-01 00:53:53 +02:00 |
Alexander Medvednikov
|
3f59f23427
|
vweb: fix a leak
|
2020-06-28 19:55:53 +02:00 |
Alexander Medvednikov
|
0138f46797
|
vweb: fix a leak
|
2020-06-28 13:56:38 +02:00 |
Alexander Medvednikov
|
fb5cae7376
|
orm: select where id = x
|
2020-06-17 04:05:20 +02:00 |
Alexander Medvednikov
|
ed58192e4c
|
v orm: select
|
2020-06-17 00:59:37 +02:00 |
Alexander Medvednikov
|
b3e416fb52
|
vweb: fix duplicate fn error with multiple templates
|
2020-06-09 12:43:20 +02:00 |
Uwe Krüger
|
013fdb8a4b
|
checker: restrict numeric promotions to cases where no data is lost
|
2020-05-27 05:42:48 +02:00 |
Uwe Krüger
|
2635be511f
|
all: re-apply C++ support
|
2020-05-18 21:38:06 +02:00 |
Alexander Medvednikov
|
07a78b2843
|
Revert "all: C++ compiler support"
This reverts commit 9a237c3e82 .
|
2020-05-18 17:05:48 +02:00 |
Uwe Krüger
|
9a237c3e82
|
all: C++ compiler support
|
2020-05-18 15:51:36 +02:00 |
yuyi
|
7f4cf08516
|
parser: check `(mut f Foo)` syntax
|
2020-05-17 13:51:18 +02:00 |
Alexander Medvednikov
|
c64f8b0d1f
|
parser/checker: pub: struct fields
|
2020-05-09 15:16:48 +02:00 |
Alexander Medvednikov
|
207324d15b
|
strings.builder: remove unused var; clipboard: linux fixes
|
2020-05-06 11:44:08 +00:00 |
Alexander Medvednikov
|
25db5e96a3
|
strings.builder: fix a memory leak
|
2020-05-06 11:12:00 +00:00 |