The Dlang Bot
|
d47d07aba8
|
Merge pull request #449 from dlang-community/issue-445
fix #445 - Cannot build via dub on windows
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-03-13 02:58:19 +01:00 |
BBasile
|
18a281f939
|
fix #445 - Cannot build via dub on windows
|
2018-03-13 02:47:34 +01:00 |
LemonBoy
|
ea15ae4c15
|
Big msgpack woes (#448)
Big msgpack woes
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-03-10 20:57:52 +01:00 |
The Dlang Bot
|
a6804db037
|
Merge pull request #443 from dlang-community/issue-442
fix #442 - Prevent crash when cursor is in the middle of a UTF sequence
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
|
2018-02-24 13:52:00 +01:00 |
Basile Burg
|
b646dd4680
|
warn about bad cursor position
|
2018-02-24 13:41:05 +01:00 |
Basile Burg
|
7e70c26faa
|
fix #442 - Prevent crash when cursor is in the middle of a UTF sequence
|
2018-02-24 12:58:38 +01:00 |
The Dlang Bot
|
d6ce0a2f7b
|
Merge pull request #440 from some-bot/merge-libdparse-v0.8.0-alpha.5
Update dlibparse to v0.8.0-alpha.5
merged-on-behalf-of: Dlang Community Bot <some-bot@users.noreply.github.com>
|
2018-02-17 03:25:07 +01:00 |
some-bot
|
325c0c862a
|
Updated libdparse to v0.8.0-alpha.5.
|
2018-02-17 01:37:21 +00:00 |
The Dlang Bot
|
d01e2c4a9f
|
Merge pull request #439 from dlang-community/fix-bat
fix the bat - stdx file scanner already fully recursive
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
|
2018-02-11 20:03:42 +01:00 |
Basile Burg
|
d954f2b452
|
fix the bat - stdx file scanner already fully recursive
|
2018-02-11 19:52:39 +01:00 |
The Dlang Bot
|
17d9771bac
|
Merge pull request #437 from wilzbach/stdx-allocator
Switch to using the frozen stdx-allocator package
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
|
2018-02-11 18:00:05 +01:00 |
Basile Burg
|
2fbb5aa6e1
|
update makefile
|
2018-02-11 17:19:48 +01:00 |
Sebastian Wilzbach
|
b45c78a592
|
Add stdx-allocator to build.bat
|
2018-02-11 16:41:51 +01:00 |
Sebastian Wilzbach
|
de348b4100
|
Bump dependencies
|
2018-02-11 16:40:38 +01:00 |
Sebastian Wilzbach
|
152e21904b
|
Bump dependencies
|
2018-02-11 16:14:34 +01:00 |
Sebastian Wilzbach
|
9e275ebcb7
|
Bump git submodules
|
2018-02-11 15:17:27 +01:00 |
Sebastian Wilzbach
|
468c4ebf60
|
Switch to use the frozen stdx-allocator
|
2018-02-11 15:16:41 +01:00 |
The Dlang Bot
|
dbb4adb9ac
|
Merge pull request #436 from some-bot/merge-libdparse-v0.8.0-alpha.3
Update dlibparse to v0.8.0-alpha.3
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
|
2018-02-05 03:13:16 +01:00 |
some-bot
|
14a9485e05
|
Updated libdparse to v0.8.0-alpha.3.
|
2018-02-05 00:53:05 +00:00 |
The Dlang Bot
|
f6be0fa2c1
|
Merge pull request #435 from some-bot/merge-libdparse-v0.8.0-alpha.2
Update dlibparse to v0.8.0-alpha.2
merged-on-behalf-of: Mark Rz <skl131313@users.noreply.github.com>
|
2018-02-02 03:05:20 +01:00 |
some-bot
|
7c778050a8
|
Updated libdparse to v0.8.0-alpha.2.
|
2018-02-01 13:11:41 +00:00 |
The Dlang Bot
|
4947590b46
|
Merge pull request #434 from skl131313/error-msg
Exception with socket error message in getResponse, instead of single…
merged-on-behalf-of: Jan Jurzitza <gh@webfreak.org>
|
2018-01-27 17:57:16 +01:00 |
skl131313
|
48bce9f2f4
|
Exception with socket error message in getResponse, instead of single static message.
|
2018-01-27 08:39:21 -05:00 |
The Dlang Bot
|
a40ba7d20d
|
Merge pull request #433 from BBasile/typeidpart
update for libdparse fix #158 - TypeIdentifierPart
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
|
2018-01-26 22:34:41 +01:00 |
Basile Burg
|
fa16222279
|
update for libdparse fix #158 - TypeIdentifierPart
|
2018-01-26 22:18:10 +01:00 |
The Dlang Bot
|
9849e02ba9
|
Merge pull request #431 from some-bot/merge-libdparse-v0.7.2-alpha.6
Update dlibparse to v0.7.2-alpha.6
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
|
2018-01-25 00:51:13 +01:00 |
some-bot
|
7f138d7640
|
Updated libdparse to v0.7.2-alpha.6.
|
2018-01-24 22:47:30 +00:00 |
BBasile
|
b537861426
|
Fix a H1 title in the mardown
|
2018-01-23 17:38:21 +02:00 |
BBasile
|
02a5f40954
|
fix #426 - Full output mode breaks `__traits` completion (#427)
* fix #426 - Full output mode breaks `__traits` completion
* Add constant completion for the new isDisabled trait
|
2018-01-23 07:42:26 +01:00 |
The Dlang Bot
|
68bbb51bb7
|
Merge pull request #425 from dlang-community/2.078.0-update
Update StopWatch use and containers submodule for 2.078.0
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
|
2018-01-04 23:23:48 +01:00 |
Hackerpilot
|
3bff0edd15
|
Update StopWatch use and containers submodule for 2.078.0
|
2018-01-04 13:43:50 -08:00 |
Sebastian Wilzbach
|
224174628c
|
Merge pull request #423 from BBasile/upd-dparse
update dparse
|
2017-12-27 10:03:38 +01:00 |
Basile Burg
|
de6052bf97
|
update dparse
|
2017-12-27 07:40:41 +01:00 |
The Dlang Bot
|
3ad6348bb3
|
Merge pull request #421 from WebFreak001/master
Added --full output mode
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
|
2017-11-30 23:42:34 +01:00 |
WebFreak001
|
ab529606a4
|
Change --full to --extended
|
2017-11-30 23:15:31 +01:00 |
WebFreak001
|
f384bc7c24
|
Change -2 to -x as --full short alternative
|
2017-11-30 23:10:14 +01:00 |
WebFreak001
|
17789292e0
|
Adjust to requested changes
|
2017-11-29 11:17:13 +01:00 |
WebFreak001
|
ad0335b1ad
|
Rename escapeTabValue to escapeConsoleOutputString
Also improved documentation on it
|
2017-11-29 11:14:35 +01:00 |
WebFreak001
|
ebd4db80b8
|
More consistent constants documentation
|
2017-11-29 11:10:00 +01:00 |
WebFreak001
|
c9096c2305
|
Fix documentation on --full
|
2017-11-25 00:49:06 +01:00 |
WebFreak001
|
172d45ce81
|
Added --full output mode
This will send symbol location & documentation along with completions and calltips
partly #20, fix #96, fix #269
|
2017-11-25 00:24:39 +01:00 |
Hiroki Noda
|
38dfd9a32c
|
Add Objective-C linkage type (#420)
Add Objective-C linkage type
merged-on-behalf-of: Jan Jurzitza <gh@webfreak.org>
|
2017-11-19 16:52:41 +01:00 |
The Dlang Bot
|
2466f8cf6e
|
Merge pull request #418 from BBasile/loop-asm
update libdparse to prevent case of OutOfMem
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
|
2017-11-08 00:43:55 +01:00 |
Basile Burg
|
57594b3c64
|
update libdparse to prevent case of OutOfMem
|
2017-11-06 22:09:50 +01:00 |
Laurent Tréguier
|
ad9c08c6b0
|
Move everything under package `dcd` (#417)
Move everything under package `dcd`
merged-on-behalf-of: Richard Andrew Cattermole <alphaglosined@gmail.com>
|
2017-11-02 11:03:56 +01:00 |
The Dlang Bot
|
0b3fbb8e4e
|
Merge pull request #411 from WebFreak001/server-simplify
Simplify server main
merged-on-behalf-of: Mark Rz <skl131313@users.noreply.github.com>
|
2017-10-09 01:56:12 +02:00 |
Mark Rz
|
e503d94b93
|
Merge pull request #412 from WebFreak001/drop-config-upgrade
Remove warning about old config location
|
2017-09-20 19:49:12 -04:00 |
The Dlang Bot
|
26b46a0735
|
Merge pull request #413 from WebFreak001/skip-fix
Fix calltips often reporting wrong functions
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
|
2017-09-19 07:36:10 +02:00 |
The Dlang Bot
|
f9ca719824
|
Merge pull request #414 from WebFreak001/indent-fix
Use tabs everywhere
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
|
2017-09-18 23:15:53 +02:00 |
WebFreak001
|
45ee60a13d
|
adjust skipParenReverse to comment
|
2017-09-18 18:54:12 +02:00 |