Commit Graph

1341 Commits

Author SHA1 Message Date
Sebastian Wilzbach 6d526bbf25 Merge remote-tracking branch 'upstream/master' into phobos 2018-06-27 05:52:28 +02:00
The Dlang Bot 0ec1e9557a
Merge pull request #672 from wilzbach/fix-671
Fix #671 - False positive in infinite range check
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-26 09:27:43 +02:00
Sebastian Wilzbach cd545d5090 Fix #671 - False positive in infinite range check 2018-06-25 23:45:13 +02:00
Sebastian Wilzbach 103a327a60
Merge pull request #668 from BBasile/issue-665
fix #665 - The check for auto function without return doesn't handle "implicit auto functions"
2018-06-20 18:45:23 +02:00
Sebastian Wilzbach 2a565a87ab
Merge pull request #667 from BBasile/issue-666
fix #666 - False positive for "trust too much"
2018-06-20 18:43:09 +02:00
Basile Burg af252569f7 fix #665 - The check for auto function without return doesn't handle "implicit auto functions" 2018-06-20 12:32:38 +02:00
Basile Burg a864eaafb7 fix #666 - False positive for "trust too much" 2018-06-20 12:08:39 +02:00
Sebastian Wilzbach 76d8a30d23
Merge pull request #663 from BBasile/issue-649
fix #649 - Usage of body as identifier causes a lot of false errors
2018-06-14 18:16:52 +02:00
Basile Burg f3a952853a fix #649 - Usage of body as identifier causes a lot of false errors 2018-06-14 14:10:10 +02:00
The Dlang Bot a9ef0763a3
Merge pull request #662 from BBasile/init-msg
Put the name of the variable which has a useless init between back ticks
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-14 13:46:02 +02:00
Basile Burg 727dd27662 Put the name of the variable which has a useless init between back ticks 2018-06-14 11:50:14 +02:00
The Dlang Bot 5a6101084f
Merge pull request #660 from BBasile/issue-659
fix #659 - has opEquals but not toHash warning even if opEquals is di…
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2018-06-12 21:53:59 +02:00
The Dlang Bot 40a0a9d9be
Merge pull request #661 from BBasile/issue-658
fix #658 - warning about non-const should not be emitted if the metho…
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2018-06-12 21:53:03 +02:00
Basile Burg aaf06fd500 fix #658 - warning about non-const should not be emitted if the methods are `@disable` 2018-06-12 11:18:55 +02:00
Basile Burg b5597e6bb6 fix #659 - has opEquals but not toHash warning even if opEquals is disabled 2018-06-12 11:10:06 +02:00
The Dlang Bot 32dd411ab5
Merge pull request #657 from BBasile/issue-656
fix #656 - Crash due to unsafe access in infinite range check
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-08 13:41:47 +02:00
Basile Burg c51dcd98a7 fix #656 - Crash due to unsafe access in infinite range check 2018-06-08 12:34:04 +02:00
Sebastian Wilzbach 539f5b127e
Merge pull request #650 from wilzbach/windows-version
Fix #648 - Use the current git version when building the Windows binaries
2018-06-08 02:08:21 +02:00
Brian Schott 0dfac2a580
Merge pull request #652 from wilzbach/fix-651
Fix #651 - Version naming inconsistency
2018-06-06 15:36:33 -07:00
Sebastian Wilzbach bb0549fd72 Fix #651 - Version naming inconsistency 2018-06-04 23:20:11 +02:00
Sebastian Wilzbach 3430b0cab9 Fix #648 - Use the current git version when building the Windows binaries 2018-06-04 23:11:33 +02:00
The Dlang Bot 4b394c2a7d
Merge pull request #646 from BBasile/issue-645
fix #645 - False positive, Else branch identical to Then branch with incomplete IfStatement
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-02 06:16:35 +02:00
Basile Burg f78d3e72b9 fix #645 - False positive, Else branch identical to Then branch with incomplete IfStatement 2018-06-02 05:57:43 +02:00
The Dlang Bot 410d43028a
Merge pull request #647 from BBasile/issue-644
fix #644 - Crash while writing if statements
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-02 05:55:12 +02:00
Basile Burg 851de4a06e fix #644 - Crash while writing if statements 2018-06-02 05:11:38 +02:00
Sebastian Wilzbach 39496ede1a Merge branch 'master' into phobos 2018-05-30 13:39:57 +02:00
The Dlang Bot 02a681d2c3
Merge pull request #642 from wilzbach/bump-stdx
Update stdx-allocator git submodule
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-05-30 13:16:15 +02:00
Sebastian Wilzbach e5216abf4d Update stdx-allocator git submodule 2018-05-30 13:03:17 +02:00
Sebastian Wilzbach 1b88b41f6b Merge branch 'master' into phobos 2018-05-30 12:57:42 +02:00
Brian Schott 2eb544cca3
Merge pull request #639 from BBasile/issue-635
fix #635 - Check for documented `throw` could also detect calls to `enforce`
2018-05-26 22:17:55 -07:00
The Dlang Bot 1ac9b85e04
Merge pull request #641 from BBasile/issue-640
fix #640 - Warning for variable used in ctor but not in standard func
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-26 22:25:57 +02:00
Basile Burg a0010d6a8a fix tab and create routine for gen exception type 2018-05-25 23:37:50 +02:00
Basile Burg 1cd9e9f1ea fix #640 - Warning for variable used in ctor but not in standard func 2018-05-25 21:43:50 +02:00
Basile Burg aa7bdf81c6 fix #635 - Check for documented `throw` could also detect calls to `enforce` 2018-05-25 10:08:41 +02:00
The Dlang Bot e9d17fdc3b
Merge pull request #638 from BBasile/upd-ver
update version number
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-22 12:10:46 +02:00
Basile Burg d7af30bfb1 update version number 2018-05-22 11:55:17 +02:00
BBasile c61a2a0cfa Update std allocator to 2.77.2 (#637)
Update std allocator to 2.77.2
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-22 11:50:55 +02:00
The Dlang Bot 9434a75e31
Merge pull request #634 from BBasile/issue633-632
fix #632, fix #633 - false positive for static and package methods in…
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-17 18:20:33 +02:00
Basile Burg 6647caf8a1 fix #632, fix #633 - false positive for static and package methods in the check for virtual calls in constructors 2018-05-16 23:57:26 +02:00
The Dlang Bot 8af3702a78
Merge pull request #630 from BBasile/upd-deps
update dependencies, fix some possible crash during linting
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-14 22:30:58 +02:00
Basile Burg 67a8257d7b update dependencies, fix some possible crash during linting
fixes are in dparse and previous dsymbol version didn't work with newest dparse so it's updated as well.
2018-05-14 16:37:59 +02:00
The Dlang Bot fc1e247b9e
Merge pull request #628 from wilzbach/win-regex
Update Windows Travis Deploy Regex
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-05-08 14:04:24 +02:00
Sebastian Wilzbach e217f95f31 Update Windows Travis Deploy Regex 2018-05-08 13:51:06 +02:00
Sebastian Wilzbach 7a1050210e
Merge pull request #626 from dlang-community/BBasile-patch-1
Remove dmd-beta and dmd-nightly from TravisCI
2018-05-05 09:47:05 +02:00
BBasile 152065cd17
Update appveyor.yml 2018-05-05 09:06:43 +02:00
BBasile 49d236e08d
Remove dmd-beta and nightly from TravisCI
- dmd-nightly is tested by the D project tester.
- dmd-beta is not useful because most of the time it tests something that's already released
2018-05-05 09:00:41 +02:00
Sebastian Wilzbach 3045590403
Merge pull request #624 from BBasile/upd-deps
Update dependencies - possible fix for D Bugzilla 18667
2018-05-05 04:08:05 +02:00
Basile Burg c824ba4e1c Update dependencies - possible fix for D Bugzilla 18667 2018-05-04 22:30:37 +02:00
Sebastian Wilzbach f0971ec795
Merge pull request #621 from LaurentTreguier/patch-3
Fix pre-generate command on Windows
2018-04-30 13:02:31 +02:00
Sebastian Wilzbach 8569159a28
Merge pull request #622 from LaurentTreguier/master
Update dependencies
2018-04-29 21:13:44 +02:00