purge changelog
1 parent 2c5e115 commit 0eb397580aff14200b6e9048c246983578cc9a4a
@Martin Nowak Martin Nowak authored on 3 Nov 2019
Showing 3 changed files
View
8
changelog/ldc2.dd 100644 → 0
Improved support for LDC, incl. cross-compilation
 
The ldc2 driver now supports
* some more command-line options (coverage, profiling, keeping stack frame),
* separate linking,
* cross-compilation by specifying the target triple (LDC `-mtriple`) as `--arch`, e.g., `--arch=x86_64-pc-windows-msvc`.
Check out https://wiki.dlang.org/Cross-compiling_with_LDC for how to setup LDC.
View
10
changelog/lint.dd 100644 → 0
Lint command added
 
Dub supports now command `lint`, which will execute D-Scanner on the dub package.
By default `dub lint` will execute style check. Import paths to dependent dub
packages will be passed to D-Scanner.
 
$(CONSOLE
> dub lint
)
View
changelog/semver-compatibility-operator.dd 100644 → 0