Commit Graph

663 Commits

Author SHA1 Message Date
BBasile 2284d98ef7 Update stdx alloc for future removal of std.c (#357) 2018-05-26 20:04:38 +02:00
Hackerpilot 1753127e74 Update dub file to bring in newer libdparse 2018-05-09 16:06:12 +02:00
Hackerpilot c4b9178e81 Better formatting for UFCS chains 2018-05-09 16:06:12 +02:00
Sebastian Wilzbach c2aea82395
Update Windows Travis Deploy Regex (#354) 2018-05-08 23:43:41 +02:00
Brian Schott 6eb7b95173 Fix #351 (#352)
Fix #351
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-07 07:04:19 +02:00
Sebastian Wilzbach c4e7335850
Deploy binaries to GitHub releases (Linux/MacOS) (#348) 2018-04-23 23:17:01 +02:00
notna123 08f73d216b Update main.d (#347)
GIT repo change from "Hackerpilot" to "dlang-community"
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-03-27 08:59:46 +02:00
Stefan Koch 8c95061c1a Clear release notes after release 2018-03-14 16:40:37 +01:00
Stefan Koch 4168c232ab Add relnotes 2018-03-14 16:39:28 +01:00
Stefan Koch 25cdc1f885 Merge branch 'v0.6.x' into v0.x.x 2018-03-14 16:29:35 +01:00
Stefan Koch b3411a3303 Fix Imports to point to the actual symbols rather then wrongly imported ones. 2018-03-08 11:57:07 +01:00
Stefan Koch 0167863b33 Ignore empty files while formatting 2018-03-08 11:57:07 +01:00
Stefan Koch eb576e21fd Add empty test files 2018-03-08 11:57:07 +01:00
Stefan Koch 0cc3543c2b Add tests 2018-03-07 21:18:25 +01:00
Stefan Koch e535f0b2b0 Fix the issue #237
In formatLeftBrace remember if we indented because of a StructInitialzer;
If we did we revert the intdent in formatRightBrace
2018-03-07 21:18:25 +01:00
Stefan Koch dca63110f7 Optionally return position in canFindIndex 2018-03-07 21:18:25 +01:00
Stefan Koch c4a7f9cb04 Add Field to store BraceIndentInfo 2018-03-07 21:18:25 +01:00
BBasile b01c624ef0 fix #236 - Allow constraints to be indented by a single tab (#337)
fix #236 - Allow constraints to be indented by a single tab
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-03-02 16:26:54 +01:00
Stefan Koch 95905cdbf1 Simplify indentStack code 2018-02-28 12:16:16 +01:00
Stefan Koch 8333180e27 Add empty test files 2018-02-27 07:42:18 +01:00
Stefan Koch d04afa8ea7 Ignore empty files while formatting 2018-02-27 07:42:18 +01:00
Sebastian Wilzbach b545048ac1 Fix spacing in the README example (#338)
[trivial] Fix spacing in the README example
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-02-25 03:19:47 +01:00
Stefan Koch 294c975d49 Fix Imports to point to the actual symbols rather then wrongly imported ones. 2018-02-22 20:58:08 +01:00
Stefan Koch 4f7f37d664 Change to more effcient optionsToString template 2018-02-22 10:28:21 +01:00
Stefan Koch 06d58ff83a Fix bad formatting in main.d 2018-02-22 00:02:34 +01:00
Stefan Koch 181f388d17 Merge tag v0.6.1 into v0.x.x 2018-02-20 12:47:20 +01:00
Richard Andrew Cattermole 4725a622c6
Merge pull request #333 from stefan-koch-sociomantic/fix_completion_install
Fix pkg file to put bash-completion into the right place
2018-02-20 23:35:29 +13:00
Stefan Koch 358b6e91ea Fix pkg file to put bash-completion into the right place
The correct directory for completion scripts is bash-completion/completions/dfmt
2018-02-20 10:18:47 +01:00
Stefan Koch 5da7fd4dc9 Clear release notes after release 2018-02-19 17:17:24 +01:00
Stefan Koch e9273c169e Add relnotes 2018-02-19 16:39:32 +01:00
The Dlang Bot aab2f07f16
Merge pull request #332 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:16:25 +01:00
some-bot 0b650cc5ae Updated libdparse to v0.8.0-alpha.5. 2018-02-17 01:37:27 +00:00
The Dlang Bot 40f3d5b0a8
Merge pull request #331 from wilzbach/update-dfmt
Bump dependencies
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-02-11 21:01:57 +01:00
Basile Burg c697d88bb2 update bat file for stdx module names 2018-02-11 20:56:46 +01:00
Sebastian Wilzbach 851434ce9d Bump depenencies 2018-02-11 16:11:24 +01:00
The Dlang Bot 35d7da7391
Merge pull request #329 from wilzbach/stdx-allocator
Switch to use the frozen stdx-allocator
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-02-11 16:09:38 +01:00
Sebastian Wilzbach fc3232308a Switch to use the frozen stdx-allocator 2018-02-11 15:20:26 +01:00
The Dlang Bot 89b890241d
Merge pull request #325 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-07 02:09:40 +01:00
Brian Schott 5ce4df17a2
Merge pull request #324 from dlang-community/issue-313
Fix #313, and implement a better fix for #314
2018-02-04 16:58:22 -08:00
some-bot 2856641b12 Updated libdparse to v0.8.0-alpha.3. 2018-02-05 00:53:12 +00:00
Hackerpilot a8ac400830 Fix #313, and implement a better fix for #314 2018-02-02 04:48:57 -08:00
Sebastian Wilzbach 763d61031c
Merge pull request #323 from dlang-community/appveyor-no-nightly
Remove dmd-nightly + dmd-beta from AppVeyor
2018-02-02 11:34:35 +01:00
Sebastian Wilzbach f0b34c9889
Remove dmd-nightly + dmd-beta from AppVeyor 2018-02-02 11:34:20 +01:00
Sebastian Wilzbach 8cebd50ea6
Merge pull request #322 from dlang-community/issue-321
Fix #321
2018-02-02 11:31:51 +01:00
Hackerpilot 5aedb2b84b Fix #321 2018-02-02 00:52:30 -08:00
Stefan Koch 19a869377a Fix bintray upload 2018-01-30 15:39:32 +01:00
Brian Schott 0a351990c2
Merge pull request #318 from dlang-community/issue_314
Issue 314
2018-01-29 19:52:33 -08:00
Hackerpilot ef0c81876a Comment out LDC builds 2018-01-29 17:33:41 -08:00
Hackerpilot 1ca3bd9255 Fix #314 2018-01-29 14:18:59 -08:00
Hackerpilot 19e774ebf7 Un-comment the debug functionality of the indentation stack 2018-01-29 14:17:43 -08:00