-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use std.experimental.allocator in place of stdx.allocator
- Loading branch information
Showing
7 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,5 @@ stdout.txt | |
# Dub files | ||
.dub | ||
dub.selections.json | ||
|
||
dcd-test-library |
Submodule dsymbol
updated
15 files
+40 −0 | .github/workflows/tests.yml | |
+0 −39 | .travis.yml | |
+0 −121 | appveyor.yml | |
+2 −2 | dub.json | |
+9 −7 | src/dsymbol/builtin/symbols.d | |
+36 −36 | src/dsymbol/conversion/first.d | |
+3 −4 | src/dsymbol/conversion/package.d | |
+23 −22 | src/dsymbol/conversion/second.d | |
+10 −6 | src/dsymbol/deferred.d | |
+0 −4 | src/dsymbol/import_.d | |
+19 −14 | src/dsymbol/modulecache.d | |
+5 −3 | src/dsymbol/scope_.d | |
+31 −29 | src/dsymbol/semantic.d | |
+7 −4 | src/dsymbol/symbol.d | |
+2 −2 | src/dsymbol/tests.d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libdparse
updated
21 files
+6 −4 | .travis.yml | |
+19 −2 | src/dparse/ast.d | |
+1,198 −0 | src/dparse/astprinter.d | |
+222 −44 | src/dparse/parser.d | |
+4 −0 | src/dparse/rollback_allocator.d | |
+13 −5 | src/dparse/stack_buffer.d | |
+12 −0 | test/ast_checks/file1.d | |
+3 −0 | test/ast_checks/file1.txt | |
+2 −0 | test/ast_checks/issue428.d | |
+1 −0 | test/ast_checks/issue428.txt | |
+1 −0 | test/ast_checks/moduleDec4.d | |
+2 −0 | test/ast_checks/moduleDec4.txt | |
+1 −0 | test/fail_files/varargs-attributes.d | |
+105 −0 | test/pass_files/alias_assign.d | |
+1 −0 | test/pass_files/moduleDec1.d | |
+1 −0 | test/pass_files/moduleDec2.d | |
+1 −0 | test/pass_files/moduleDec3.d | |
+1 −0 | test/pass_files/moduleDec4.d | |
+3 −0 | test/pass_files/varargs-attributes.d | |
+65 −23 | test/run_tests.sh | |
+14 −3 | test/tester.d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule stdx-allocator
deleted from
d6e6ce