Closed
Conversation
Migrate to lower_snake case...
More snake_case migration...
Improve SI unit/quantity
Also improve user type support... which is kinda unrelated, but ya-know!
Variant improvements
Remove a couple of dangling phobos references.
Added ChaCha stream cypher
Tweak the Promise API
Minor improvements to urt.time
Add StringResult
- can resolve class variants to base classes - added pure hack for TypeDetails lookup, since the table is immutable after construction - const-correctness fixes - readability improvements
Improved user variants.
Made CacheString pure, since the cache is immutable.
Improved the compare function a bit
The body of Array.concat was just completely missing!
Fix map range
Fix json escape parsing
Fix a bug normalising the argument types in concat
Overhaul the log API!
…egative error code.
Add SizeResult
Quantity null pointer guard
… certification primitives.
Cumulative forms of hash functions
Find sorted insertion position
Add save_file and create_directory
Fix string tests
PKI (Private Key Infrastructure) backend for Windows
The tooling we need to avoid it is needed for mbedtls/handrolled anyway.
Posix SysTime from DateTime function
Add mbedtls implementation of TLS/Certificate
Actually stripped druntime, finally, for real!
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed a bug with alias overload selection, and also eliminated some printf/fprints.