Hackerpilot
|
b50b2c88b0
|
Fix #182
|
2015-01-18 04:08:06 -08:00 |
Hackerpilot
|
9ec503ac71
|
Fix segfault with 'with' statements
|
2015-01-18 03:51:20 -08:00 |
Hackerpilot
|
a460bd1637
|
Made this code consistent with the rest
|
2015-01-14 15:44:29 -08:00 |
Hackerpilot
|
63e4c2cf47
|
Fix range violation with index expressions
|
2015-01-14 15:43:02 -08:00 |
Hackerpilot
|
1ac5ff1fd7
|
Update libdparse
|
2015-01-13 16:50:23 -08:00 |
Hackerpilot
|
9bc65555c8
|
More complete fix for #177
|
2015-01-03 18:44:20 -08:00 |
Hackerpilot
|
a422d7f47c
|
Fix #177
|
2015-01-03 17:01:21 -08:00 |
Hackerpilot
|
0f2ffbd31c
|
Client code cleanup
|
2015-01-03 17:00:12 -08:00 |
rsw0x
|
b842df6413
|
accidentally messed up formatting
|
2015-01-02 00:53:58 -05:00 |
rsw0x
|
03fab0e15d
|
fixes lifetime issue caused by 19c8468
|
2015-01-02 00:49:27 -05:00 |
Hackerpilot
|
c693126461
|
Fix bug with the fix to #179 and fix a problem with function declarations in imported modules
|
2015-01-01 21:28:36 -08:00 |
Hackerpilot
|
18198623e9
|
Fix build issue
|
2015-01-01 20:03:41 -08:00 |
Hackerpilot
|
a9a7038c40
|
Fix #179
|
2015-01-01 18:58:10 -08:00 |
Hackerpilot
|
8f7f94628c
|
Cleanup
|
2015-01-01 18:29:28 -08:00 |
Hackerpilot
|
19c84685a5
|
Code cleanup
|
2014-12-31 00:38:46 -08:00 |
Hackerpilot
|
3763c4a47c
|
Update libdparse. A parser change seems to result in a 13% reduction in server startup time
|
2014-12-29 01:12:16 -08:00 |
Hackerpilot
|
3d50a8beab
|
libdparse update
|
2014-12-03 16:21:36 -08:00 |
Hackerpilot
|
29c6fe9f79
|
Include current git commit hash in --version output
|
2014-12-03 12:49:59 -08:00 |
Hackerpilot
|
d25e6a84bb
|
Update version number
|
2014-11-14 00:43:37 +00:00 |
Hackerpilot
|
77fb7bb400
|
Fix call tips for shorthand template syntax
|
2014-11-14 00:28:00 +00:00 |
Hackerpilot
|
cd06a417fa
|
Fix autocomplete on explicit template function instantiation
|
2014-11-14 00:11:49 +00:00 |
John Colvin
|
c306133a50
|
avoid builtin sort
dmd warns about this now
|
2014-10-02 15:22:34 +01:00 |
Hackerpilot
|
9434629416
|
Document --search option in readme and add version number option
|
2014-09-22 13:55:33 -07:00 |
Hackerpilot
|
f9e93b096a
|
Fix complicated function call tips
|
2014-09-22 02:24:22 +00:00 |
Hackerpilot
|
7ec5aaf65a
|
Fix renamed imports
|
2014-09-22 01:33:02 +00:00 |
Hackerpilot
|
698808d553
|
Properly handle multilpe imports as well as selective imports
|
2014-09-22 01:19:09 +00:00 |
Hackerpilot
|
7c210d1237
|
Derp
|
2014-09-22 00:25:47 +00:00 |
Hackerpilot
|
d9abe32f6c
|
Implement with statement support. #56
|
2014-09-22 00:21:23 +00:00 |
Hackerpilot
|
b37b4b9dab
|
Merge branch 'master' into 0.4.0-dev
|
2014-09-21 19:10:37 +00:00 |
Hackerpilot
|
9828e5062f
|
Fix autocomplete in unittest blocks
|
2014-09-18 17:09:26 -07:00 |
Hackerpilot
|
78ad6a0af7
|
#162
|
2014-09-14 19:15:29 +00:00 |
Hackerpilot
|
e3281599e8
|
Merge branch 'master' of https://github.com/Hackerpilot/DCD
|
2014-09-12 14:34:38 -07:00 |
Hackerpilot
|
a32086e066
|
Fix #161
|
2014-09-12 14:32:58 -07:00 |
Atila Neves
|
ef618198a9
|
Fix issue #165: Emacs temporary files cause DCD to crash for import autocompletion
|
2014-09-12 00:18:13 +02:00 |
Hackerpilot
|
c7952880eb
|
Fix #163
|
2014-09-09 13:55:19 -07:00 |
Hackerpilot
|
061e845088
|
Add scopes for constructors and destructors. This fixes #164.
|
2014-09-09 13:03:58 -07:00 |
Hackerpilot
|
eaf80c0922
|
Whitespace
|
2014-09-09 13:02:40 -07:00 |
Hackerpilot
|
e6610fd7bc
|
Fix issue with fully qualified symbols, improve allocation code, improve partial symbol completion
|
2014-09-07 12:11:09 +00:00 |
Hackerpilot
|
5da5e3b684
|
More memory use reductions
|
2014-09-03 17:51:53 -07:00 |
Hackerpilot
|
6a3cf3c572
|
Decrease the size of the ACSymbol struct
|
2014-09-03 17:29:12 -07:00 |
Hackerpilot
|
02063b87a3
|
More import fixes
|
2014-09-03 08:39:39 +00:00 |
Hackerpilot
|
c97fca76ee
|
Some files didn't get checked in...
|
2014-09-03 05:18:55 +00:00 |
Hackerpilot
|
0783d92e0d
|
Handle public imports MUCH more efficiently. Fixes #160
|
2014-09-02 17:46:40 -07:00 |
Hackerpilot
|
d9e509689e
|
11 percent startup speed improvement because DMD's backend sucks
|
2014-09-02 00:36:05 +00:00 |
Hackerpilot
|
d7e9bab5e8
|
Project cleanup
|
2014-08-22 15:30:00 -07:00 |