"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "ldc" between the packages
ldc-1.33.0.tar.gz and ldc-1.34.0.tar.gz

About: LDC is a LLVM-based D compiler.

Summary:

The "ldc" source code changed by about 2.3% and now consists of 6285 regular files (+67) and 286 directories.

Related Informations:

See CHANGELOG.md (ldc 1.34.0).

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
Header file 150 0 0 32
C program 3628 55 2 141
C++ program 168 2 4 54
Patch 2 0 0 0
Static library 1 0 0 0
Assembler program 3 0 0 0
Java program 458 2 0 29
Objective-C program 8 0 0 0
Python program 1 0 0 0
Shell program 64 0 0 1
Automake file 5 0 0 1
CMake file 19 0 0 3
Configuration file 11 0 0 2
JavaScript file 13 0 0 2
JSON file 4 0 0 0
Makefile 36 0 0 1
Module-Definition file 1 0 0 0
SGML document 1 0 0 0
XML document 3 0 0 0
Compiled object 1 0 0 0
Data List 5 0 0 0
Doxygen file 1 0 0 0
Git file 7 0 0 0
HTML page 122 0 0 0
Property file 1 0 0 0
Property list 3 0 0 0
Xcode file 1 0 0 0
YAML file 25 0 0 8
Data file 24 0 0 6
Directory 286 0 0 0
Change log 1 0 0 1
License 1 0 0 0
Readme file 19 0 0 1
Text file 1494 14 0 24
Other 10 0 0 0
Total Files6577736306



Header Files (32 of 150):

NameStatusDeltaVisual Diff
dmd/aggregate.h changed 3.2% diff
dmd/attrib.h changed 3.0% diff
dmd/common/outbuffer.h changed 2.9% diff
dmd/cond.h changed 1.1% diff
dmd/declaration.h changed 1.6% diff
dmd/dsymbol.h changed 1.0% diff
dmd/expression.h changed 7.0% diff
dmd/frontend.h changed 5.1% diff
dmd/globals.h changed 23.0% diff
dmd/identifier.h changed 2.5% diff
dmd/init.h changed 6.3% diff
dmd/module.h changed 3.1% diff
dmd/mtype.h changed 1.0% diff
dmd/objc.h changed 2.6% diff
dmd/root/dcompat.h changed 15.3% diff
dmd/root/optional.h changed 5.0% diff
dmd/scope.h changed 3.0% diff
dmd/statement.h changed 3.4% diff
dmd/target.h changed 12.4% diff
dmd/template.h changed 4.8% diff
dmd/tokens.h changed 1.7% diff
dmd/visitor.h changed 1.3% diff
driver/cl_options-llvm.h changed 2.9% diff
driver/linker.h changed 5.1% diff
driver/targetmachine.h changed 14.2% diff
gen/abi/generic.h changed 1.9% diff
gen/arrays.h changed 3.5% diff
gen/funcgenstate.h changed 3.5% diff
gen/llvm.h changed 20.0% diff
gen/optimizer.h changed 7.0% diff
gen/passes/GarbageCollect2Stack.h changed 14.6% diff
runtime/druntime/src/importc.h changed 10.8% diff

C Programs (198 of 3628):

NameStatusDeltaVisual Diff
dmd/aliasthis.d changed 16.7% diff
dmd/apply.d changed 0.7% diff
dmd/astenums.d changed 6.0% diff
dmd/attrib.d changed 1.6% diff
dmd/canthrow.d changed 6.9% diff
dmd/cli.d changed 0.7% diff
dmd/common/string.d changed 15.8% diff
dmd/cparse.d changed 9.5% diff
dmd/cppmanglewin.d changed 29.5% diff
dmd/ctfeexpr.d changed 0.5% diff
dmd/declaration.d changed 1.1% diff
dmd/denum.d changed 3.4% diff
dmd/dimport.d changed 5.3% diff
dmd/dinterpret.d changed 5.3% diff
dmd/dmodule.d changed 2.6% diff
dmd/doc.d changed 0.03% diff
dmd/dscope.d changed 1.1% diff
dmd/dstruct.d changed 2.4% diff
dmd/dsymbol.d changed 0.1% diff
dmd/dtemplate.d changed 1.0% diff
dmd/dtoh.d changed 0.2% diff
dmd/errors.d changed 1.5% diff
dmd/errorsink.d changed 15.9% diff
dmd/expression.d changed 7.7% diff
dmd/foreachvar.d changed 0.4% diff
dmd/func.d changed 3.1% diff
dmd/globals.d changed 8.6% diff
dmd/hdrgen.d changed 4.5% diff
dmd/iasmgcc.d changed 3.5% diff
dmd/id.d changed 2.3% diff
dmd/init.d changed 26.2% diff
dmd/inline.d changed 2.5% diff
dmd/json.d changed 0.9% diff
dmd/ldcbindings.d changed 4.2% diff
dmd/lexer.d changed 2.9% diff
dmd/mars.d changed 6.2% diff
dmd/nogc.d changed 1.7% diff
dmd/ob.d changed 0.04% diff
dmd/parse.d changed 1.6% diff
dmd/parsetimevisitor.d changed 0.9% diff
dmd/printast.d changed 8.3% diff
dmd/root/port.d changed 19.3% diff
dmd/sideeffect.d changed 0.2% diff
dmd/statement.d changed 10.7% diff
dmd/typinf.d changed 0.3% diff
dmd/visitor.d changed 2.5% diff
runtime/druntime/src/core/demangle.d changed 9.1% diff
runtime/druntime/src/core/internal/gc/impl/conservative/gc.d changed 0.1% diff
runtime/druntime/src/core/lifetime.d changed 0.3% diff
runtime/druntime/src/core/stdc/assert_.d changed 5.5% diff
runtime/druntime/src/core/sync/condition.d changed 1.7% diff
runtime/druntime/src/core/thread/types.d changed 35.7% diff
runtime/druntime/src/core/time.d changed 4.0% diff
runtime/druntime/src/ldc/eh_msvc.d changed 0.2% diff
runtime/druntime/src/object.d changed 0.1% diff
runtime/druntime/src/rt/aApply.d changed 3.2% diff
runtime/druntime/src/rt/aApplyR.d changed 3.0% diff
runtime/druntime/src/rt/lifetime.d changed 5.5% diff
runtime/druntime/src/rt/profilegc.d changed 7.1% diff
runtime/druntime/src/rt/sections_ldc.d changed 1.7% diff
runtime/druntime/src/rt/tracegc.d changed 3.8% diff
tests/codegen/exception_stack_trace.d changed 7.9% diff
tests/dmd/compilable/always_inline.i added
tests/dmd/compilable/cattributes.i added
tests/dmd/compilable/cppmangle.d changed 0.2% diff
tests/dmd/compilable/cvariadic.i added
tests/dmd/compilable/dtoh_CPPNamespaceDeclaration.d changed 9.2% diff
tests/dmd/compilable/dtoh_functions.d changed 1.1% diff
tests/dmd/compilable/dtoh_invalid_identifiers.d changed 1.9% diff
tests/dmd/compilable/dtoh_special_enum.d changed 27.4% diff
tests/dmd/compilable/enumbase.c changed 42.5% diff
tests/dmd/compilable/imports/c23789.i added
tests/dmd/compilable/imports/imp24022.c added
tests/dmd/compilable/imports/library.c added
tests/dmd/compilable/interpret3.d changed 0.1% diff
tests/dmd/compilable/posixbitfields.c added
tests/dmd/compilable/stdcheaders.c changed 9.9% diff
tests/dmd/compilable/test18493.d added
tests/dmd/compilable/test21667.d added
tests/dmd/compilable/test22559.i added
tests/dmd/compilable/test22760.d added
tests/dmd/compilable/test23509.i added
tests/dmd/compilable/test23863.d added
tests/dmd/compilable/test23866.i added
tests/dmd/compilable/test23951.d added
tests/dmd/compilable/test23965.d added
tests/dmd/compilable/test23966.d added
tests/dmd/compilable/test23978.d added
tests/dmd/compilable/test23979.d added
tests/dmd/compilable/test24013.d added
tests/dmd/compilable/test24022.d added
tests/dmd/compilable/testcomplex.i added
tests/dmd/compilable/testcstuff1.c changed 1.6% diff
tests/dmd/compilable/testcstuff2.c changed 2.5% diff
tests/dmd/compilable/testnoinline.c added
tests/dmd/compilable/warn3882.d changed 11.1% diff
tests/dmd/dub_package/avg.d changed 10.3% diff
tests/dmd/dub_package/frontend.d changed 3.1% diff
tests/dmd/dub_package/frontend_file.d changed 1.8% diff
tests/dmd/dub_package/impvisitor.d changed 11.0% diff
tests/dmd/dub_package/lexer.d changed 26.1% diff
tests/dmd/dub_package/parser.d changed 65.0% diff
tests/dmd/dub_package/retrieveScope.d changed 4.7% diff
tests/dmd/fail_compilation/alignedext.i added
tests/dmd/fail_compilation/attributediagnostic_nogc.d added
tests/dmd/fail_compilation/attrpure.i added
tests/dmd/fail_compilation/bug9631.d changed 18.0% diff
tests/dmd/fail_compilation/cdeprecated.i added
tests/dmd/fail_compilation/ctfeblock.d changed 26.2% diff
tests/dmd/fail_compilation/diag10415.d changed 12.2% diff
tests/dmd/fail_compilation/diag11769.d changed 39.6% diff
tests/dmd/fail_compilation/diag14818.d changed 12.7% diff
tests/dmd/fail_compilation/diag8101b.d changed 50.7% diff
tests/dmd/fail_compilation/diag9312.d changed 68.3% diff
tests/dmd/fail_compilation/diag9620.d changed 100.0% diff
tests/dmd/fail_compilation/diag9831.d changed 47.0% diff
tests/dmd/fail_compilation/dip1000_deprecation.d changed 10.7% diff
tests/dmd/fail_compilation/dtor_attributes.d changed 3.0% diff
tests/dmd/fail_compilation/dtorfields_attributes.d changed 4.7% diff
tests/dmd/fail_compilation/enumtype.c changed 62.6% diff
tests/dmd/fail_compilation/fail10968.d changed 19.1% diff
tests/dmd/fail_compilation/fail11375.d changed 74.0% diff
tests/dmd/fail_compilation/fail12236.d changed 10.5% diff
tests/dmd/fail_compilation/fail13577.d added
tests/dmd/fail_compilation/fail16600.d changed 31.2% diff
tests/dmd/fail_compilation/fail17518.d changed 65.4% diff
tests/dmd/fail_compilation/fail17955.d changed 5.4% diff
tests/dmd/fail_compilation/fail196.d changed 64.8% diff
tests/dmd/fail_compilation/fail19948.d changed 4.9% diff
tests/dmd/fail_compilation/fail20609.d changed 5.2% diff
tests/dmd/fail_compilation/fail22202.d changed 25.4% diff
tests/dmd/fail_compilation/fail23773.d added
tests/dmd/fail_compilation/fail23822.d added
tests/dmd/fail_compilation/fail23826.d added
tests/dmd/fail_compilation/fail23861.d added
tests/dmd/fail_compilation/fail4375q.d changed 25.6% diff
tests/dmd/fail_compilation/fail_typeof.d changed 64.4% diff
tests/dmd/fail_compilation/failcstuff4.i renamed 38.7% diff
tests/dmd/fail_compilation/failcstuff4b.i
tests/dmd/fail_compilation/failcstuff6.c changed 53.6% diff
tests/dmd/fail_compilation/gccasm1.c added
tests/dmd/fail_compilation/ice10651.d changed 100.0% diff
tests/dmd/fail_compilation/ice11982.d changed 100.0% diff
tests/dmd/fail_compilation/ice23097.d changed 21.6% diff
tests/dmd/fail_compilation/ice9540.d changed 18.4% diff
tests/dmd/fail_compilation/misc_parser_err_cov1.d changed 6.2% diff
tests/dmd/fail_compilation/named_arguments_parse.d changed 32.4% diff
tests/dmd/fail_compilation/parseStc.d changed 13.4% diff
tests/dmd/fail_compilation/retscope2.d changed 4.8% diff
tests/dmd/fail_compilation/retscope6.d changed 2.2% diff
tests/dmd/fail_compilation/systemvariables_deprecation.d changed 13.1% diff
tests/dmd/fail_compilation/test23279.d added
tests/dmd/fail_compilation/test23715.i added
tests/dmd/fail_compilation/test23789.c added
tests/dmd/fail_compilation/test23873.d added
tests/dmd/fail_compilation/test23882.d added
tests/dmd/fail_compilation/test23905.d added
tests/dmd/fail_compilation/test23982.d added
tests/dmd/fail_compilation/testInference.d changed 13.7% diff
tests/dmd/fail_compilation/testnothrow.c added
tests/dmd/fail_compilation/testrvaluecpctor.d changed 8.7% diff
tests/dmd/runnable/betterc.d changed 4.9% diff
tests/dmd/runnable/class_destructors.d changed 3.0% diff
tests/dmd/runnable/cstuff3.i changed 0.5% diff
tests/dmd/runnable/debug_info.d changed 17.9% diff
tests/dmd/runnable/eh2.d changed 2.5% diff
tests/dmd/runnable/imports/imp23014.i added
tests/dmd/runnable/imports/imp23402a.c added
tests/dmd/runnable/imports/imp23402b.c added
tests/dmd/runnable/imports/link11069z.d changed 13.8% diff
tests/dmd/runnable/imports/link13415a.d changed 16.3% diff
tests/dmd/runnable/imports/mainx23837.c added
tests/dmd/runnable/mangle.d changed 0.9% diff
tests/dmd/runnable/objc_objc_msgSend.d changed 2.7% diff
tests/dmd/runnable/objc_protocol_sections.d changed 3.6% diff
tests/dmd/runnable/profilegc_stdout.d added
tests/dmd/runnable/test19688.d moved 0.0%
tests/dmd/compilable/test19688.d
tests/dmd/runnable/test22070_2.c changed 27.6% diff
tests/dmd/runnable/test23014.i added
tests/dmd/runnable/test23402.d added
tests/dmd/runnable/test23786.c added
tests/dmd/runnable/test23837.d added
tests/dmd/runnable/test23959.d added
tests/dmd/runnable/test42.d changed 0.1% diff
tests/dmd/runnable/testpdb.d changed 0.6% diff
tests/driver/riscv_abi4.d added
tests/driver/riscv_abi5.d added
tests/instrument/xray_link.d changed 9.3% diff
tests/PGO/branching_switch.d changed 5.1% diff
tests/PGO/break.d changed 4.4% diff
tests/PGO/functions.d changed 1.8% diff
tests/PGO/hash.d changed 6.5% diff
tests/PGO/unrolledloopstatement_gh3375.d changed 3.3% diff
tests/plugins/visitor_example.d changed 10.1% diff
tests/sanitizers/fuzz_asan.d changed 14.2% diff
tests/sanitizers/lsan_memleak.d changed 6.7% diff
tests/sanitizers/msan_uninitialized.d changed 18.3% diff

C++ Programs (60 of 168):

NameStatusDeltaVisual Diff
driver/archiver.cpp changed 0.3% diff
driver/args.cpp changed 1.2% diff
driver/cache.cpp changed 1.7% diff
driver/cl_options-llvm.cpp changed 31.2% diff
driver/cl_options.cpp changed 0.7% diff
driver/cl_options_sanitizers.cpp changed 2.8% diff
driver/codegenerator.cpp changed 2.4% diff
driver/ldmd.cpp changed 0.3% diff
driver/linker-gcc.cpp changed 1.9% diff
driver/linker-msvc.cpp changed 0.4% diff
driver/linker.cpp changed 0.6% diff
driver/main.cpp changed 0.5% diff
driver/targetmachine.cpp changed 6.5% diff
driver/toobj.cpp changed 1.7% diff
driver/tool.cpp changed 12.5% diff
gen/abi/x86.cpp changed 0.4% diff
gen/arrays.cpp changed 10.6% diff
gen/asmstmt.cpp changed 0.5% diff
gen/coverage.cpp changed 8.5% diff
gen/ctfloat.cpp changed 2.3% diff
gen/dcompute/druntime.cpp changed 10.9% diff
gen/declarations.cpp changed 4.2% diff
gen/dibuilder.cpp changed 0.5% diff
gen/dvalue.cpp changed 2.9% diff
gen/dynamiccompile.cpp changed 0.3% diff
gen/funcgenstate.cpp changed 6.7% diff
gen/functions.cpp changed 2.7% diff
gen/irstate.cpp changed 2.0% diff
gen/llvmhelpers.cpp changed 0.5% diff
gen/modules.cpp changed 1.6% diff
gen/ms-cxx-helper.cpp changed 1.1% diff
gen/optimizer.cpp changed 1.5% diff
gen/passes/GarbageCollect2Stack.cpp changed 2.6% diff
gen/passes/SimplifyDRuntimeCalls.cpp changed 0.3% diff
gen/pgo_ASTbased.cpp changed 0.7% diff
gen/rttibuilder.cpp changed 3.6% diff
gen/runtime.cpp changed 2.2% diff
gen/target.cpp changed 1.2% diff
gen/tocall.cpp changed 1.2% diff
gen/toconstelem.cpp changed 0.8% diff
gen/toir.cpp changed 0.8% diff
gen/tollvm.cpp changed 1.8% diff
gen/trycatchfinally.cpp changed 0.5% diff
gen/uda.cpp changed 1.6% diff
ir/iraggr.cpp changed 0.5% diff
ir/irclass.cpp changed 0.9% diff
ir/irtype.cpp changed 5.9% diff
ir/irtypefunction.cpp changed 6.8% diff
ir/irvar.cpp changed 0.7% diff
runtime/jit-rt/cpp-so/bind.cpp changed 7.8% diff
runtime/jit-rt/cpp-so/disassembler.cpp changed 10.3% diff
runtime/jit-rt/cpp-so/jit_context.cpp changed 1.5% diff
tests/plugins/addFuncEntryCall/addFuncEntryCallPass.cpp changed 9.3% diff
tools/ldc-profdata/llvm-profdata-10.0.cpp removed
tools/ldc-profdata/llvm-profdata-16.0.cpp added
tools/ldc-profdata/llvm-profdata-9.0.cpp removed
utils/FileCheck-10.cpp renamed 70.6% diff
utils/FileCheck-16.cpp
utils/FileCheck-9.cpp removed
utils/not.cpp changed 3.6% diff

Java Programs (31 of 458):

NameStatusDeltaVisual Diff
dmd/clone.d changed 0.5% diff
dmd/constfold.d changed 0.1% diff
dmd/cppmangle.d changed 4.6% diff
dmd/dcast.d changed 0.2% diff
dmd/dsymbolsem.d changed 2.6% diff
dmd/escape.d changed 1.1% diff
dmd/expressionsem.d changed 2.5% diff
dmd/initsem.d changed 3.1% diff
dmd/mtype.d changed 2.2% diff
dmd/opover.d changed 2.7% diff
dmd/optimize.d changed 0.1% diff
dmd/semantic2.d changed 1.1% diff
dmd/semantic3.d changed 0.1% diff
dmd/statementsem.d changed 10.5% diff
dmd/strictvisitor.d changed 1.0% diff
dmd/tokens.d changed 0.9% diff
dmd/transitivevisitor.d changed 0.5% diff
dmd/typesem.d changed 2.7% diff
driver/timetrace_sema.d changed 0.9% diff
runtime/druntime/src/core/atomic.d changed 1.3% diff
runtime/druntime/src/core/internal/array/construction.d changed 1.3% diff
tests/codegen/dcompute_cl_images.d changed 7.6% diff
tests/dmd/compilable/test23789.d added
tests/dmd/compilable/test23913.d added
tests/dmd/fail_compilation/fail332.d changed 37.2% diff
tests/dmd/runnable/objc_call.d changed 24.9% diff
tests/dmd/unit/lexer/diagnostic_reporter.d changed 8.1% diff
tests/dmd/unit/lexer/lexer_dmdlib.d changed 6.9% diff
tests/dmd/unit/lexer/location_offset.d changed 13.1% diff
tests/plugins/basic_sema_plugin.d changed 24.3% diff
tests/semantic/dcompute.d changed 4.1% diff

Shell Programs (1 of 64):

NameStatusDeltaVisual Diff
tests/dmd/runnable/extra-files/hello-profile-postscript.sh changed 50.9% diff

Automake Files (1 of 5):

NameStatusDeltaVisual Diff
.github/actions/3-build-cross/android-llvm-config.in changed 28.5% diff

CMake Files (3 of 19):

NameStatusDeltaVisual Diff
cmake/Modules/FindLLVM.cmake changed 7.7% diff
CMakeLists.txt changed 2.5% diff
runtime/CMakeLists.txt changed 0.8% diff

Configuration Files (2 of 11):

NameStatusDeltaVisual Diff
tests/lit.site.cfg.in changed 4.5% diff
tests/PGO/lit.local.cfg changed 66.3% diff

JavaScript Files (2 of 13):

NameStatusDeltaVisual Diff
tests/dmd/fail_compilation/ice13225.d changed 43.0% diff
tests/dmd/runnable/xtest46.d changed 0.4% diff

Makefiles (1 of 36):

NameStatusDeltaVisual Diff
runtime/druntime/test/profile/Makefile changed 20.6% diff

YAML Files (8 of 25):

NameStatusDeltaVisual Diff
.circleci/config.yml changed 39.9% diff
.cirrus.yml changed 8.9% diff
.github/actions/1-setup/action.yml changed 2.2% diff
.github/actions/5a-ios/action.yml changed 3.6% diff
.github/actions/helper-build-ldc/action.yml changed 6.5% diff
.github/actions/merge-macos/action.yml changed 5.8% diff
.github/workflows/main.yml changed 7.1% diff
.github/workflows/supported_llvm_versions.yml changed 30.5% diff

Data Files (6 of 24):

NameStatusDeltaVisual Diff
runtime/druntime/test/profile/myprofilegc.log.freebsd.32.exp changed 9.1% diff
runtime/druntime/test/profile/myprofilegc.log.freebsd.64.exp changed 9.1% diff
runtime/druntime/test/profile/myprofilegc.log.linux.32.exp changed 9.1% diff
runtime/druntime/test/profile/myprofilegc.log.linux.64.exp changed 9.1% diff
runtime/druntime/test/profile/myprofilegc.log.osx.32.exp changed 9.1% diff
runtime/druntime/test/profile/myprofilegc.log.osx.64.exp changed 9.1% diff

Change Logs (all 1):

NameStatusDeltaVisual Diff
CHANGELOG.md changed 1.3% diff

Readme Files (1 of 19):

NameStatusDeltaVisual Diff
README.md changed 2.8% diff

Text Files (38 of 1494):

NameStatusDeltaVisual Diff
packaging/dlang-tools_version changed 100.0% diff
packaging/dub_version changed 100.0% diff
packaging/mimalloc_version changed 100.0% diff
packaging/reggae_version changed 100.0% diff
runtime/druntime/src/core/internal/array/appending.d changed 1.7% diff
runtime/druntime/src/core/internal/array/capacity.d changed 1.7% diff
runtime/druntime/src/core/internal/array/comparison.d changed 8.2% diff
runtime/druntime/src/core/internal/array/concatenation.d changed 100.0% diff
runtime/druntime/src/core/internal/string.d changed 25.1% diff
runtime/druntime/src/core/thread/package.d changed 82.5% diff
runtime/druntime/src/ldc/intrinsics.di changed 1.5% diff
tests/codegen/attr_targetoptions.d changed 15.8% diff
tests/codegen/frame_pointer_x86.d changed 16.7% diff
tests/codegen/funcptr_harvard_gh4432.d added
tests/dmd/compilable/test23862.d added
tests/dmd/compilable/test23874.d added
tests/dmd/compilable/test23986.d added
tests/dmd/compilable/traits_getFunctionAttributes.d changed 4.3% diff
tests/dmd/compilable/user_defined_attributes.d added
tests/dmd/fail_compilation/attributediagnostic.d changed 14.4% diff
tests/dmd/fail_compilation/attributediagnostic_nothrow.d added
tests/dmd/fail_compilation/attributediagnostic_pure.d added
tests/dmd/fail_compilation/deprecatedinref.d added
tests/dmd/fail_compilation/deprecations_preview_in.d added
tests/dmd/fail_compilation/diag10319.d changed 100.0% diff
tests/dmd/fail_compilation/diag15974.d changed 5.1% diff
tests/dmd/fail_compilation/diag20268.d added
tests/dmd/fail_compilation/fail13120.d changed 7.1% diff
tests/dmd/fail_compilation/fail22729.d added
tests/dmd/fail_compilation/fail4559.d changed 69.9% diff
tests/dmd/fail_compilation/ice11626.d changed 24.6% diff
tests/dmd/fail_compilation/imports/import23873.d added
tests/dmd/fail_compilation/previewin.d changed 30.4% diff
tests/dmd/fail_compilation/test21025.d added
tests/dmd/fail_compilation/var_func_attr.d added
tests/dmd/unit/deinitialization.d changed 1.6% diff
tests/driver/fwarn-stack-size.d changed 16.1% diff
tests/PGO/allstatementtypes.d changed 1.1% diff

Packages Compared:

ldc-1.33.0.tar.gz
ldc-1.34.0.tar.gz


Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  Codespell  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)