The Dlang Bot
|
5a73968870
|
Merge pull request #512 from BBasile/issue-510
fix #510 - mixin template and alias
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-07-23 05:35:38 +02:00 |
Basile Burg
|
0e53e96c4e
|
fix #510 - mixin template and alias
|
2018-07-21 11:40:43 +02:00 |
The Dlang Bot
|
e5dc9960a3
|
Merge pull request #508 from BBasile/issue-504
fix #504 - Completion for partial identifier matching to a basic type doesn't work
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-07-11 14:09:18 +02:00 |
Basile Burg
|
5398d88114
|
fix #504 - Completion for partial identifier matching to a basic type doesn't work
|
2018-07-11 13:59:22 +02:00 |
The Dlang Bot
|
6d02423f51
|
Merge pull request #507 from WebFreak001/fix-506
Fix #506
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
|
2018-07-10 22:27:27 +02:00 |
WebFreak001
|
80f5bf1495
|
Fix #506
|
2018-07-10 16:03:04 +02:00 |
The Dlang Bot
|
07fe276053
|
Merge pull request #503 from BBasile/issue-502
fix #502 - build.bat broken for client compilation
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-07-04 05:54:14 +02:00 |
Basile Burg
|
2e45bc204e
|
fix #502 - build.bat broken for client compilation
|
2018-07-04 05:47:40 +02:00 |
The Dlang Bot
|
54e95157db
|
Merge pull request #501 from hamidzr/master
fixed minor typos
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
|
2018-06-29 23:36:04 +02:00 |
Hamid Zare
|
9858194a64
|
fixed typos/capitalization
|
2018-06-29 16:16:09 -05:00 |
The Dlang Bot
|
65539e7ca5
|
Merge pull request #498 from wilzbach/fix-497
Improve automatic version generation - fix #497
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-06-29 23:11:35 +02:00 |
Sebastian Wilzbach
|
5138d04e5d
|
Improve automatic version generation - fix #497
|
2018-06-25 17:41:17 +02:00 |
Sebastian Wilzbach
|
c7ea7e081e
|
Merge pull request #496 from BBasile/issue-495
fix #495 - Completion no working on variable named `body`
|
2018-06-14 18:18:52 +02:00 |
Basile Burg
|
c55131d07c
|
fix #495 - Completion no working on variable named `body`
|
2018-06-14 15:16:05 +02:00 |
Brian Schott
|
82d5946ef5
|
Merge pull request #494 from BBasile/issue-493
fix #493 - regression, crash when trying to get completion for select…
|
2018-06-11 12:27:33 -07:00 |
Basile Burg
|
ddd7c3801f
|
fix #493 - regression, crash when trying to get completion for selective import
|
2018-06-11 13:37:03 +02:00 |
The Dlang Bot
|
40b571ca18
|
Merge pull request #492 from wilzbach/increase-sleep
Fix #455 - Make the server startup more stable
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-06-11 12:38:13 +02:00 |
Sebastian Wilzbach
|
2af62ae095
|
Fix #455 - Make the server startup more stable
|
2018-06-08 02:07:44 +02:00 |
The Dlang Bot
|
6765ca1294
|
Merge pull request #491 from BBasile/issue-490
fix #490 - Crash while writing if statements
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-06-02 05:53:15 +02:00 |
Basile Burg
|
6cdef23f59
|
fix #490 - Crash while writing if statements
|
2018-06-02 05:07:08 +02:00 |
The Dlang Bot
|
717023b8b3
|
Merge pull request #488 from BBasile/upd-stdx-alloc
update std alloc to v2.77.2
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-05-22 12:33:28 +02:00 |
Basile Burg
|
5f15ec2fe8
|
update std alloc to v2.77.2
|
2018-05-22 12:17:54 +02:00 |
The Dlang Bot
|
ff4474eb1b
|
Merge pull request #487 from BBasile/upd-ver
update version
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-05-14 22:44:35 +02:00 |
Basile Burg
|
13c10a0f2b
|
update version
|
2018-05-14 22:33:20 +02:00 |
The Dlang Bot
|
351f4c36de
|
Merge pull request #485 from BBasile/issue-484
fix #484 - no completion for variable declared in the `IfCondition`s
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-05-14 22:30:15 +02:00 |
The Dlang Bot
|
e687c0e0c3
|
Merge pull request #486 from BBasile/rm-localusage
remove deprecated option "localUsage" and which was incorrect engl
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-05-14 16:13:42 +02:00 |
Basile Burg
|
ac438d98e4
|
remove deprecated option "localUsage" and which was incorrect engl
|
2018-05-14 15:43:57 +02:00 |
Basile Burg
|
94c8670efc
|
fix #484 - no completion for variable declared in the `IfCondition`s
|
2018-05-13 21:41:22 +02:00 |
Sebastian Wilzbach
|
46a5d0311a
|
Merge pull request #483 from BBasile/issue-481
fix #481 - No dot completion on `char`
|
2018-05-10 16:24:05 +02:00 |
Basile Burg
|
735c0e0a3d
|
fix #481 - No dot completion on `char`
|
2018-05-10 16:12:42 +02:00 |
The Dlang Bot
|
ec5d38f156
|
Merge pull request #480 from wilzbach/win-regex
Update Windows Travis Deploy Regex
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
|
2018-05-08 23:47:09 +02:00 |
Sebastian Wilzbach
|
1bfee812b7
|
Update Windows Travis Deploy Regex
|
2018-05-08 13:52:18 +02:00 |
The Dlang Bot
|
4193b6a074
|
Merge pull request #479 from wilzbach/win-80
Upgrade to win80 to build DScanner
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-05-07 15:33:45 +02:00 |
Sebastian Wilzbach
|
bbac214f67
|
Upgrade to win80 to build DScanner
|
2018-05-07 15:09:54 +02:00 |
The Dlang Bot
|
a6ef4e5a25
|
Merge pull request #474 from wilzbach/76-windows
Fix #472 - Use 2.076 to build the release binaries
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
|
2018-05-07 14:47:46 +02:00 |
Sebastian Wilzbach
|
41f3910726
|
Fix #472 - Use 2.076 to build the release binaries
|
2018-05-07 14:39:53 +02:00 |
Sebastian Wilzbach
|
30ecca2848
|
Merge pull request #477 from dlang-community/BBasile-patch-1
Remove dmd-beta and dmd-nightly from TravisCI
|
2018-05-06 03:36:57 +02:00 |
BBasile
|
cb7418981c
|
Update appveyor.yml
|
2018-05-05 09:07:19 +02:00 |
BBasile
|
4981e0599e
|
Remove dmd-beta and dmd-nightly from TravisCI
- dmd-nightly is already done by the D project tester.
- dmd-beta is most of the time useless because the beta is older than the latest dmd
|
2018-05-05 09:04:17 +02:00 |
The Dlang Bot
|
723a3ee113
|
Merge pull request #470 from wilzbach/experiment_stable_start
Make the test_runner more stable on the Project Tester - fix #455
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-05-02 21:25:00 +02:00 |
The Dlang Bot
|
c29a3a4cd2
|
Merge pull request #473 from wilzbach/win64
Build win64 binaries
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-05-02 21:16:49 +02:00 |
The Dlang Bot
|
5869f0c5c0
|
Merge pull request #471 from wilzbach/fix-deployment
[trivial] Fix Travis deployment
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
|
2018-05-02 15:59:09 +02:00 |
BBasile
|
a53c5b40ac
|
fix #419 - server freezed under Win32 when caching the imports (#476)
fix #419 - server freezed under Win32 when caching the imports
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-05-01 22:55:22 +02:00 |
Sebastian Wilzbach
|
444218dbec
|
Build win64 binaries
|
2018-04-29 20:51:20 +02:00 |
Sebastian Wilzbach
|
a4adbff689
|
Fix Travis deployment
|
2018-04-29 20:20:04 +02:00 |
Sebastian Wilzbach
|
773930e475
|
Make the test_runner more stable on the Project Tester
|
2018-04-29 20:16:25 +02:00 |
The Dlang Bot
|
c90afe1ece
|
Merge pull request #468 from BBasile/upd-ver
update version number
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-04-27 09:38:57 +02:00 |
Basile Burg
|
c3f9111570
|
update version
|
2018-04-27 09:29:47 +02:00 |
The Dlang Bot
|
22ecbbf5c6
|
Merge pull request #467 from BBasile/issue-382
fix #382 - No completion when current string is a keyword
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-04-25 00:37:20 +02:00 |
Basile Burg
|
5a8b2f7838
|
fix #382 - No completion when current string is a keyword
|
2018-04-25 00:03:45 +02:00 |