2017-12-01 |
Defer error message generation to the end of the dependency resolution process.
Sönke Ludwig
committed
on 1 Dec 2017
|
---|---|
Put a hard limit in the number of dependency resolution iterations.
...
Sönke Ludwig
committed
on 1 Dec 2017
|
|
Small optimizations in DependencyResolver.
Sönke Ludwig
committed
on 1 Dec 2017
|
|
Cache the result of DependencyVersionResolver.getChildren.
Sönke Ludwig
committed
on 1 Dec 2017
|
|
Avoid GC allocations in DependencyVersionResolver.getChildren.
Sönke Ludwig
committed
on 1 Dec 2017
|
|
|
|
Optimize Dependency.toHash/matchesAny.
Sönke Ludwig
committed
on 1 Dec 2017
|
|
Add pure/nogc annotations to the SemVer module.
Sönke Ludwig
committed
on 1 Dec 2017
|
|
|
|
2017-11-21 |
Don't weaken the selected log level for "dub describe".
Sönke Ludwig
committed
on 21 Nov 2017
|
2017-11-19 |
Merge pull request #1193 from dlang/registry_skip_configured
...
The Dlang Bot
authored
on 19 Nov 2017
GitHub
committed
on 19 Nov 2017
|
2017-11-08 |
Improve command line documentation for --skip-registry.
Sönke Ludwig
committed
on 8 Nov 2017
|
|
|
Perform package linting only for packages in the current project.
Sönke Ludwig
committed
on 8 Nov 2017
|
|
Fix recursive package validation.
Sönke Ludwig
committed
on 8 Nov 2017
|
|
2017-11-06 |
Merge pull request #1285 from dlang/fix_latest_dmd
...
The Dlang Bot
authored
on 6 Nov 2017
GitHub
committed
on 6 Nov 2017
|
Merge pull request #1279 from MartinNowak/merge_stable
...
Sönke Ludwig
authored
on 6 Nov 2017
GitHub
committed
on 6 Nov 2017
|
|
Merge pull request #1246 from wilzbach/more-fallbacks
...
Sönke Ludwig
authored
on 6 Nov 2017
GitHub
committed
on 6 Nov 2017
|
|
Fix serialization unit test for DMD 2.077.0.
Sönke Ludwig
committed
on 6 Nov 2017
|
|
2017-11-02 |
Merge remote-tracking branch 'upstream/stable' into merge_stable
Martin Nowak
committed
on 2 Nov 2017
|
2017-11-01 |
update version to v1.6.0
Martin Nowak
committed
on 1 Nov 2017
|
2017-10-28 |
Merge remote-tracking branch 'upstream/stable' into merge_stable
Martin Nowak
committed
on 28 Oct 2017
|
update version to v1.6.0-rc.1
Martin Nowak
committed
on 28 Oct 2017
|
|
2017-10-26 |
Merge pull request #1273 from MartinNowak/merge_stable
...
Martin Nowak
authored
on 26 Oct 2017
GitHub
committed
on 26 Oct 2017
|
2017-10-25 |
Merge pull request #1194 from dlang/warn_wrong_sub_configs
...
The Dlang Bot
authored
on 25 Oct 2017
GitHub
committed
on 25 Oct 2017
|
2017-10-20 |
update version to v1.6.0-beta.2
Martin Nowak
committed
on 20 Oct 2017
|
2017-10-16 |
update changelog and version for v1.6.0-beta.1
Martin Nowak
committed
on 16 Oct 2017
|
2017-10-05 |
Use logDebug instead of assert(1)
Sebastian Wilzbach
committed
on 5 Oct 2017
|
Hide enums from public API.
Sönke Ludwig
authored
on 5 Oct 2017
GitHub
committed
on 5 Oct 2017
|
|
2017-09-20 |
Refactor determinePlatform, determineArchitecture, and determineCompiler from dub.platform into strings that can be pasted into generatePlatformProbeFile and remove unused imports.
Joakim
committed
on 20 Sep 2017
|