1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00
Commit graph

50 commits

Author SHA1 Message Date
Brian Fiete
c0fe1d1c1b Support for expression-bodied properties with mut 2022-01-03 14:41:12 -05:00
Brian Fiete
b9908cb4a8 Allow calling convention attributes 2021-12-27 12:55:14 -05:00
Brian Fiete
c06b4eb946 Comment formatting fixes 2021-12-21 07:14:46 -05:00
Brian Fiete
d57e790a9a Formatting fixes - lambda dtor, space before comments 2021-12-11 10:46:21 -08:00
Brian Fiete
6cecbd6c92 Property field dtor formatting 2021-12-07 10:33:43 -08:00
Brian Fiete
041a17cf89 Support for autoprop initializers 2021-11-27 10:31:32 -08:00
Brian Fiete
40b0d78d16 Allow ref property setter specifier 2021-11-27 09:05:23 -08:00
Brian Fiete
4cda126188 offsetof 2021-09-10 14:21:25 -07:00
Brian Fiete
465050b81d Ranges (ie: for (int a in 0..<count) for (int i in 1…10)) 2021-07-21 07:48:37 -07:00
Brian Fiete
fa6bdc0d04 Fixed lost attributes on variables/parameters 2021-06-19 07:48:28 -07:00
Fusion
99644d019d Fix format document removing delete allocator. 2021-06-06 20:24:46 +02:00
Brian Fiete
8e9d7ed4c4 Lost changes 2021-02-25 10:14:22 -08:00
Brian Fiete
48f2ec42f5 Fixed named tuple formatting issue, fixed some spacing issues 2021-01-20 09:41:44 -08:00
Brian Fiete
9d1a5d9f3d Added auto-constructors (ie: 'struct Vec : this(float x, float y);') 2021-01-02 12:54:05 -08:00
Brian Fiete
8ceb7bf183 Fixed formatting of extern fields 2021-01-02 08:16:51 -08:00
Brian Fiete
ebd57e7d8e Formatting improvements to failed parse 2020-12-28 09:10:49 -08:00
Brian Fiete
9cd47a784b Added 'protected internal' protection 2020-12-07 07:53:12 -08:00
Brian Fiete
281f19e04c String interpolation 2020-11-11 05:46:52 -08:00
Brian Fiete
cd2561b68e Fixed formatting of comma-separated fields with initializers 2020-11-09 08:54:40 -08:00
Brian Fiete
6b27f0f0b2 Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
Brian Fiete
fcc82b9d24 Fixed allocation indent issue 2020-10-11 07:59:03 -07:00
Brian Fiete
c58e30e005 Formatting fixes for initializer expressions 2020-09-30 07:39:39 -07:00
Brian Fiete
9893cb9627 Indexer formatting fix 2020-09-25 09:17:33 -07:00
Brian Fiete
480ee883bb Formatting fix for extension methods 2020-09-24 09:06:27 -07:00
Brian Fiete
6edb74aaf9 Property reformat fixes 2020-09-14 11:55:18 -07:00
Brian Fiete
0eea8eeef6 Fixed missing-comma formatting 2020-09-06 05:28:19 -07:00
Brian Fiete
10421d99ca Fixit for brace-to-paren for object initializers 2020-08-29 11:29:13 -07:00
Brian Fiete
243dfc09c4 Fixed formatting of 'static public' for fields 2020-08-29 05:52:51 -07:00
Brian Fiete
bf79d6c678 Fixed formatting with test immediately after comment 2020-07-01 13:35:33 -07:00
Brian Fiete
229a5aa5c5 Initializer expressions 2020-06-18 06:12:14 -07:00
Brian Fiete
2eac63e31c Fixed whitespace at the end 2020-06-05 10:24:48 -07:00
Brian Fiete
e1c340a711 Added extension methods 2020-06-03 05:22:11 -07:00
Brian Fiete
95ef992ec4 Fixed raw array alloc reformatting 2020-05-28 08:47:09 -07:00
Brian Fiete
e16e4613b6 Better handling of autocomplete with tokens 2020-05-26 06:10:51 -07:00
Brian Fiete
e82daf74d4 Fixed params expression with ref values 2020-05-19 09:42:11 -07:00
Brian Fiete
6af96d8f6d Enhanced expression-body support 2020-05-08 11:11:01 -07:00
Brian Fiete
7d6687c5d8 Fixed printer for BfGenericArgumentsNode 2020-04-11 09:36:52 -07:00
Brian Fiete
076931cf3b Working on wrapping for formatter 2020-03-28 14:26:14 -07:00
Brian Fiete
0facfb8c29 Fixed formatting issues with properties and destructors 2020-03-25 06:28:10 -07:00
Brian Fiete
14ac27c977 Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Brian Fiete
23dd0f22e9 Fixed reformatting of multiline string literals 2020-02-24 09:58:49 -08:00
Brian Fiete
75afbd4a3e Fixed formatting for enums 2020-02-06 16:45:53 -08:00
Brian Fiete
87ac9e65cf Fixed formatting of function/delegate types 2020-01-31 16:10:23 -08:00
Brian Fiete
62e62ed907 Fixed formatting for 'public abstract class' 2020-01-27 17:14:38 -08:00
Brian Fiete
95e4c1b3ca Fixed repr for on-demand delegate types, avoiding circular Event refs 2020-01-23 12:02:54 -08:00
Brian Fiete
12e5b525ad Alloc allign attributes, lambda captures 2019-11-26 13:11:17 -08:00
Brian Fiete
7b8251c311 Fixed enums in debugger, reformatting of operator constraints 2019-11-22 12:28:24 -08:00
Brian Fiete
8945a906f7 Added constraints for operators, 'external' constraints for methods 2019-11-17 09:28:39 -08:00
Brian Fiete
85648cda63 Added expression bodies for properties 2019-09-30 12:24:02 -07:00
Brian Fiete
078564ac9e Initial checkin 2019-08-23 11:56:54 -07:00