root/trunk/descent.tests


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1625 [1625] 06/28/10 14:01:47 phoenix Fixed names for descent.compiler split.
(edit) @1571 [1571] 11/19/09 09:03:40 asterite Fixed several formatter bugs. …
(edit) @1570 [1570] 10/24/09 09:21:50 asterite Fixed JavaHeapSpace? error when parsing enum with private member.
(edit) @1567 [1567] 10/11/09 11:33:15 asterite Fized failing tests. Fixed string shown not quoted in compile-time view.
(edit) @1557 [1557] 08/30/09 14:18:50 asterite * Fixed a bug when materializing a function for D2. * Fixed "open …
(edit) @1546 [1546] 08/21/09 20:05:12 asterite Fixed NPE in parser for "alias this foo" instead of "alias foo this".
(edit) @1535 [1535] 08/19/09 12:09:55 asterite Ported more of template.c
(edit) @1512 [1512] 08/13/09 08:01:25 asterite Added formatter tests for unittest and invariant. Added formatter test for …
(edit) @1511 [1511] 08/12/09 17:27:56 asterite Added a test for auto functions.
(edit) @1497 [1497] 08/03/09 17:27:54 asterite Umm... no. Actually three to go now.
(edit) @1496 [1496] 08/03/09 17:08:31 asterite Two tests to go.
(edit) @1495 [1495] 08/03/09 10:19:17 asterite 12 tests to go.
(edit) @1494 [1494] 08/02/09 16:34:59 asterite 29 tests to go.
(edit) @1493 [1493] 08/02/09 12:34:35 asterite Started fixing the tests.
(edit) @1492 [1492] 07/31/09 09:08:53 asterite * Now all non-workbench tests pass. * ImportRewrite? is a little faster …
(edit) @1469 [1469] 07/21/09 18:40:21 asterite Fixed #180. Also: greatly improved performance!!! Now even if there are …
(edit) @1468 [1468] 07/20/09 15:32:23 asterite Now _arguments and _argptr are suggested inside variadic functions.
(edit) @1464 [1464] 07/19/09 23:45:18 asterite Removed Loc to reduce memory usage.
(edit) @1463 [1463] 07/19/09 16:22:11 asterite * Optimized parser when indexing by not reporting errors (not creating …
(edit) @1460 [1460] 07/10/09 21:28:26 asterite Started implementing bindings for templates and templated things.
(edit) @1457 [1457] 07/10/09 17:54:23 asterite * Greatly enhanced the bindings model, and implemented missing parts of …
(edit) @1437 [1437] 07/03/09 08:44:34 asterite * Moved comments and modifiers information to Module instead of Parser. * …
(edit) @1436 [1436] 07/02/09 20:07:14 asterite Further reduced memory usage by removing some unused fields from ast node …
(edit) @1429 [1429] 06/30/09 11:45:56 asterite Implemented cast(shared const), etc, in the public AST.
(edit) @1422 [1422] 06/27/09 10:45:46 asterite * Changed invariant to immutable in UI. * Ported up to but excluding …
(edit) @1421 [1421] 06/26/09 18:49:47 asterite More…
(edit) @1403 [1403] 06/21/09 20:05:22 asterite Removed TypeDotIdentifierExpression? from everywhere.
(edit) @1393 [1393] 06/01/09 15:24:38 asterite Fixed an NPE when no D projects were in the workspace.
(edit) @1392 [1392] 05/31/09 19:41:53 asterite New version for testing, and also fixed location of problems when …
(edit) @1363 [1363] 05/23/09 02:47:36 asterite Statemenets are now impelemnted for compile-time debug. Also: pragmas …
(edit) @1354 [1354] 05/21/09 09:36:07 asterite Oops, forgot to also change the string representation of a tuple: it was …
(edit) @1353 [1353] 05/21/09 09:24:09 asterite Fixed type tuple being recreated in the inversed order.
(edit) @1352 [1352] 05/20/09 09:23:06 asterite Tuple types are now shown nicely in hovers and autocompletion: added a …
(edit) @1350 [1350] 05/19/09 16:29:44 asterite Several enhancements: "break;" now autoindents correctly, pressing ";" for …
(edit) @1348 [1348] 05/18/09 17:22:24 asterite === Release 0.5.5 ===
(edit) @1346 [1346] 05/18/09 08:53:58 asterite Better filtering of "Run as D application", as requested in the forums.
(edit) @1335 [1335] 02/21/09 11:56:54 asterite Small release with the previous commit.
(edit) @1334 [1334] 02/21/09 11:12:03 asterite * Fixed a bug with signature processing. * Made Descent more robust to …
(edit) @1328 [1328] 02/14/09 09:27:36 asterite Fixed a bug introduced in signature processing in some previous commit.
(edit) @1324 [1324] 02/07/09 10:02:25 asterite * More signature-related fixes. * Added an option to enable/disbale …
(edit) @1322 [1322] 02/06/09 16:53:33 asterite * Fixed a bug recreating a type from it's signature. * Fixed a bug …
(edit) @1318 [1318] 01/30/09 08:55:04 asterite Progress on ticket #55 :)
(edit) @1310 [1310] 01/27/09 06:32:29 asterite Now completion proposals are shown for classinfo, outer (for classes) and …
(edit) @1304 [1304] 01/01/09 16:18:16 asterite Fixed a bug related to materializing a TypeInstance? from a signature.
(edit) @1302 [1302] 12/31/08 12:15:50 asterite * Added some support for autocompletion, go-to-definition and semantic …
(edit) @1300 [1300] 12/30/08 10:48:38 asterite --
(edit) @1299 [1299] 12/20/08 20:46:53 asterite New version so that I can drop the ugly nightly-build system... Also, it's …
(edit) @1297 [1297] 12/20/08 20:13:37 asterite Added support for array "extension methods" in autocompletion.
(edit) @1296 [1296] 11/16/08 17:19:22 asterite Some minor bug fixes.
(edit) @1295 [1295] 11/08/08 16:40:03 asterite * Better semantic for constructors. * Better handling of templated …
(edit) @1294 [1294] 10/26/08 11:26:31 asterite * I hope now ticket #129 is solved... * Cleaned a lot the UI for new …
(edit) @1288 [1288] 10/19/08 20:12:57 asterite Fixed a bug reported in the forums that didn't allow formatting new …
(edit) @1273 [1273] 10/04/08 10:47:49 asterite Uploaded new nightly build that fixes comment on ticket #121
(edit) @1272 [1272] 10/03/08 23:04:54 asterite Fixed ticket #121 (again!): it was about wrong ddoc handling in …
(edit) @1270 [1270] 10/03/08 00:07:57 asterite Fixed ticket #121 and refactored some code for showing the runnable icon …
(edit) @1266 [1266] 10/02/08 07:37:45 asterite Again, a missing file…
(edit) @1265 [1265] 10/01/08 22:47:53 asterite Now if you autocomplete "something = " and that something is a struct, …
(edit) @1264 [1264] 10/01/08 16:56:47 asterite Commited missing file
(edit) @1246 [1246] 08/30/08 17:38:49 asterite Small bugfixes and improvements
(edit) @1243 [1243] 08/20/08 07:52:01 asterite Fixed all autocompletion tests.
(edit) @1242 [1242] 08/04/08 20:29:39 asterite Oops…
(edit) @1236 [1236] 07/27/08 13:24:14 asterite More porting, and added 'idup' as an autocompletion for static and dynamic …
(edit) @1233 [1233] 07/23/08 20:15:43 asterite Fixed ticket #108. New nightly build for this
(edit) @1228 [1228] 07/13/08 13:22:12 asterite Just uploaded nightly build 0.5.3.20080713
(edit) @1227 [1227] 07/13/08 01:25:33 asterite Now the UI and the dom understands function post modifiers, and pure and …
(edit) @1226 [1226] 07/12/08 19:38:24 asterite Added const and invariant decorations to fields, methods, types and local …
(edit) @1223 [1223] 07/12/08 14:05:38 asterite Updated to DMD 1.033
(edit) @1198 [1198] 06/29/08 11:58:45 asterite Trying a new optimization... will need to cleanup code later. Now struct …
(edit) @1195 [1195] 06/22/08 14:10:19 asterite Made all tests (except 4) pass. Fixed some bugs
(edit) @1194 [1194] 06/21/08 17:01:18 asterite Fixed some bugs relating to ddoc of enum members
(edit) @1149 [1149] 05/01/08 13:58:42 asterite ============= Release 0.5.2 =============
(edit) @1141 [1141] 04/30/08 19:13:49 asterite Huge memory usage and speed optimization! Smoothness…
(edit) @1140 [1140] 04/30/08 15:48:08 asterite Removed a System.arrayCopy from lexer to improve memory performance. …
(edit) @1132 [1132] 04/27/08 23:52:36 asterite More random bug fixes and UI cleanup.
(edit) @1128 [1128] 04/26/08 13:33:05 asterite Automatic adding of imports is back! Only that now it works ok. Fixed *a …
(edit) @1126 [1126] 04/25/08 21:33:14 asterite Bugfixes for real world applications.
(edit) @1124 [1124] 04/24/08 22:32:25 asterite Random bugfixes.
(edit) @1122 [1122] 04/23/08 22:47:48 asterite Introduced the concept of "active project". Fixed some bugs related to …
(edit) @1120 [1120] 04/22/08 22:53:07 asterite Autocompletion now works for template mixins. Some more porting from DMD.
(edit) @1118 [1118] 04/19/08 18:15:17 asterite Now selecting an element created from a mixin declaration leads to that …
(edit) @1116 [1116] 04/18/08 22:58:30 asterite Started updating to the latest versions of DMD. Delimited and tokenized …
(edit) @1114 [1114] 04/17/08 19:21:20 asterite Progress on autocompletion for constructors, opCalls, and not showing …
(edit) @1105 [1105] 04/13/08 17:50:26 asterite Lots of autocompletion tests (some stubs yet), some improvements. …
(edit) @1104 [1104] 04/12/08 22:30:17 asterite Better handling of template instances for autocompletion and labels. …
(edit) @1103 [1103] 04/12/08 13:23:27 asterite Started more serious autocompletion tests, and improving the look&feel …
(edit) @1102 [1102] 04/06/08 12:58:04 asterite All autocompletion tests pass, but I need to write more tests, and enhance …
(edit) @1100 [1100] 04/05/08 18:44:36 asterite All binding tests now pass, although some more tests need to be written. …
(edit) @1099 [1099] 04/05/08 12:45:37 asterite Now "surface" aliases, classes, interfaces and structs are built lazily, …
(edit) @1098 [1098] 04/02/08 17:42:37 asterite Fixed a parser bug that didn't attach leading comments to enum …
(edit) @1097 [1097] 04/02/08 14:02:49 asterite Improvements on bindings. Now semantic highlighting is more D oriented, …
(edit) @1096 [1096] 04/01/08 19:05:55 asterite Bindings are back, and are *fast*. :-) I'll clean up code and write a lot …
(edit) @1095 [1095] 04/01/08 07:22:44 asterite Added a test for the fixed bug. Nice, correct binding resolution has …
(edit) @1094 [1094] 03/31/08 15:32:43 asterite A bug fix. Started bindings, but this time without signature processing …
(edit) @1093 [1093] 03/30/08 20:58:40 asterite "go to definition" now works. No signature processing is ever involved in …
(edit) @1092 [1092] 03/30/08 17:26:43 asterite Now an IType is created for each AnonDeclaration?, and ModuleBuilder?
(edit) @1091 [1091] 03/30/08 12:13:03 asterite All lookup tests now pass! That means that DMD's semantic analysis should …
(edit) @1090 [1090] 03/30/08 00:00:25 asterite Template instances and template mixins are now included in semantic.
(edit) @1089 [1089] 03/29/08 14:04:00 asterite Now templates are included in semantic. Missing: template mixins, template …
(edit) @1088 [1088] 03/29/08 12:23:20 asterite Now static if/debug/version conditionals works in semantic, also …
(edit) @1087 [1087] 03/29/08 01:13:58 asterite Started the new approach... Removed all the old cold, no more interfaces, …
Note: See TracRevisionLog for help on using the revision log.