|  yuyi | 21512d1491 | checker: fix generic fn inferring multi paras type (fix #10623) (#10626) | 2021-07-02 17:38:57 +03:00 | 
				
					
						|  yuyi | c0f855ace7 | cgen: fix anon optional fn (fix #10640) (#10644) | 2021-07-02 17:07:05 +03:00 | 
				
					
						|  yuyi | 8628b19a3a | ast.table: optimize get_final_type_symbol() (#10646) | 2021-07-02 16:59:41 +03:00 | 
				
					
						|  Flinner | 1486258591 | strconv: fix `atoi` returning 0 on large strings (#10635) | 2021-07-02 10:39:57 +03:00 | 
				
					
						|  yuyi | abbf71c794 | ast.table: cleanup type_implements_interface() (#10643) | 2021-07-02 10:18:04 +03:00 | 
				
					
						|  Delyan Angelov | a33a2ba095 | checker: check for `x := []Interface{len: 9}` without `init:` | 2021-07-02 08:37:49 +03:00 | 
				
					
						|  Enzo | d0a09579cc | cgen: cleanup `Gen.gen_*_equality_fn` (#10633) | 2021-07-01 15:42:49 +03:00 | 
				
					
						|  shadowninja55 | aa8d9b6cbc | docs: document custom iterators (#10629) | 2021-07-01 12:30:43 +03:00 | 
				
					
						|  yuyi | 8b901df366 | table: optimize generated code for an empty interface (#10624) | 2021-07-01 12:25:40 +03:00 | 
				
					
						|  Alexander Medvednikov | 41e88423aa | Revert "builtin: use == 0 instead of isnil()" This reverts commit 8650ec6916. | 2021-07-01 06:21:03 +03:00 | 
				
					
						|  Daniel Däschle | 3881e97a40 | vlib: remove ustring usage (#10618) | 2021-06-30 22:30:28 +03:00 | 
				
					
						|  div72 | 9d02ca51d1 | checker: relax naming requirements for translated code (#10619) | 2021-06-30 14:47:13 +03:00 | 
				
					
						|  Delyan Angelov | e108a67952 | tools: fix compilation of an instrumented vdbg in `v bug hw.v` (module lookup problem due to abs path) | 2021-06-30 14:40:04 +03:00 | 
				
					
						|  Bastian Buck | 8cc49b5e9e | os: add utime() (#9796) | 2021-06-30 10:21:23 +03:00 | 
				
					
						|  Enzo | b351aa1289 | gen: cleanup `Gen.array init` (#10613) | 2021-06-30 09:45:18 +03:00 | 
				
					
						|  Daniel Däschle | 6838030ab5 | builtin: add string.runes() (#10611) | 2021-06-30 09:17:38 +03:00 | 
				
					
						|  yuyi | 1e896c7020 | checker: check optional interface type mismatch (#10617) | 2021-06-30 08:54:28 +03:00 | 
				
					
						|  Bastian Buck | d2f19ac494 | os: add a glob() function (#10497) | 2021-06-30 08:30:18 +03:00 | 
				
					
						|  shadowninja55 | f029f7e897 | checker: prohibit `char.str()`, add tests (#10615) | 2021-06-30 08:16:31 +03:00 | 
				
					
						|  yuyi | 00333806e0 | cgen: minor cleanup in cheaders.v (#10610) | 2021-06-29 22:35:36 +03:00 | 
				
					
						|  yuyi | aaee251550 | cgen: simplify auto_str_methods.v (#10606) | 2021-06-29 18:47:03 +03:00 | 
				
					
						|  Bastian Buck | 97b83a4986 | os: add debugger_present() for linux (#10257) | 2021-06-29 15:00:48 +03:00 | 
				
					
						|  Delyan Angelov | ab5a4cf4e5 | builtin: cleanup .before() documentation | 2021-06-29 14:50:55 +03:00 | 
				
					
						|  Delyan Angelov | 1b5d0ba8fd | builtin: document existing behaviour of .before() methods on strings | 2021-06-29 14:40:37 +03:00 | 
				
					
						|  Delyan Angelov | d5ee60b4a1 | v.builder: use a github repo for ~/.vmodules/linuxroot/ folder, to ease its updating | 2021-06-29 13:05:43 +03:00 | 
				
					
						|  shadowninja55 | f45f30a9c2 | checker, cgen: fix aliased array methods (#10603) | 2021-06-29 12:14:37 +03:00 | 
				
					
						|  Delyan Angelov | 58df35b453 | x.json2: fix `json_string` for utf8 codepoints, add regression test | 2021-06-29 11:40:52 +03:00 | 
				
					
						|  yuyi | 04221475d1 | cgen: fix go call interface method (fix #10520) (#10602) | 2021-06-29 11:16:15 +03:00 | 
				
					
						|  yuyi | 2bcc733ff6 | v.parser: rename pratt.v to expr.v (#10566) | 2021-06-28 19:35:06 +03:00 | 
				
					
						|  shadowninja55 | 06a6a8e199 | checker: check for empty branches in match expressions (#10593) | 2021-06-28 19:32:28 +03:00 | 
				
					
						|  Delyan Angelov | 63638fd271 | cgen: optimize generated array.index(elem) | 2021-06-28 17:45:13 +03:00 | 
				
					
						|  yuyi | 4af4f2b5a5 | cgen: fix `go fn(mut x Interface){ println(x) }(x)` (#10585) | 2021-06-28 16:31:11 +03:00 | 
				
					
						|  Rémi | 625dc6e0ff | doc: enum methods (#10572) | 2021-06-28 16:25:02 +03:00 | 
				
					
						|  Lukas Neubert | 806719786f | vast: print Position.last_line (#10600) | 2021-06-28 16:23:34 +03:00 | 
				
					
						|  yuyi | 0ac0ab6b4b | cgen: fix auto str for sumtype with alias (#10599) | 2021-06-28 14:17:00 +03:00 | 
				
					
						|  Ned Palacios | 003f60fc1a | x.json2: fix nest level check (#10584) | 2021-06-28 14:05:27 +03:00 | 
				
					
						|  R cqls | cdb31119f3 | x.ttf: apply ctx.scale for x and y in draw_text_bmp (#10598) | 2021-06-28 13:32:17 +03:00 | 
				
					
						|  Lukas Neubert | 1492eae27d | v.fmt: keep selective type imports used for casting (#10597) | 2021-06-28 13:21:26 +03:00 | 
				
					
						|  shadowninja55 | 2e5ed08558 | v.parser: allow anonymous function to return a function (#10592) | 2021-06-28 11:51:24 +03:00 | 
				
					
						|  Delyan Angelov | 8650ec6916 | builtin: use == 0 instead of isnil() Do not rely on C inlining that may not happen for a *very* frequently
called fn in lower level code. | 2021-06-28 10:59:14 +03:00 | 
				
					
						|  shadowninja55 | 830cf4645c | v.parser: prohibit registering selectively imported (structs / enums / aliases / interfaces) (#10579) | 2021-06-28 10:26:09 +03:00 | 
				
					
						|  yuyi | 67d1b72e36 | cgen: fix interface with nested fields (fix #10077) (#10589) | 2021-06-28 10:24:05 +03:00 | 
				
					
						|  Delyan Angelov | c3b9eaf146 | v.c.gen: fix codegen of auto str methods for structs having &voidptr fields | 2021-06-28 10:05:42 +03:00 | 
				
					
						|  Georg Hartmann | b80dcafc24 | tutorials: always add the filename as first comment in example files (#10594) | 2021-06-28 08:34:53 +03:00 | 
				
					
						|  Thomas Treffner | 9651a9796b | builtin: fix termux prints (#10595) | 2021-06-28 08:27:12 +03:00 | 
				
					
						|  spaceface | 4bed4afef7 | cgen: fix clash in generated variant and method names (#10581) | 2021-06-27 19:05:32 +03:00 | 
				
					
						|  shadowninja55 | ea3983a91b | checker: require .sort() body for some types (#10550) | 2021-06-27 17:17:03 +03:00 | 
				
					
						|  Delyan Angelov | bafea57622 | tests: move the test.bin output of macho_test.v to os.temp_dir() | 2021-06-27 10:50:17 +03:00 | 
				
					
						|  yuyi | 51075ffa15 | cgen: fix fn mut val of interface type (#10568) | 2021-06-26 18:13:48 +03:00 | 
				
					
						|  shadowninja55 | 878efcdade | doc: improve selective import docs (#10573) | 2021-06-26 18:10:30 +03:00 |