-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
754: Version 0.12.0 r=Marwes a=Marwes <a name="v0.12.0"></a> ## v0.12.0 (2019-07-06) #### Bug Fixes * Remove Userdata and Trace impls for RwLock and Mutex ([e90f02b](e90f02b)) * Add missing negate function from the prelude ([0091f47](0091f47)) * Refer to registered types by their full name ([a2daace](a2daace), breaks [#](https://github.com/gluon-lang/gluon/issues/)) * Handle newtypes with a public field ([d1fef96](d1fef96), closes [#713](#713)) * Don't ICE on unapplied, aliased constructors ([2a44a0d](2a44a0d)) * **check:** * Propagate metadata through parens ([bd767c0](bd767c0)) * Bring nested implicit instances into scope ([ad82bde](ad82bde)) * Don't lose type information in catch-all ([d2a3fbf](d2a3fbf), closes [#702](#702), [#703](#703), [#704](#704), [#705](#705)) * **codegen:** Return exactly the same type on VmType derive on enum ([375d3e9](375d3e9)) * **compiler:** Don't panic when matching a tuple against an alias ([777bd31](777bd31), closes [#749](#749)) * **std:** * cleaned up statet.glu exports ([5d8864f](5d8864f)) * export wrap_monad from transformer.glu ([0e9d7bc](0e9d7bc)) * **vm:** * Check if a collection is needed when creating a child thread ([86e4b9f](86e4b9f)) * Automatically remove the elements added to pushed data ([8cd5152](8cd5152), closes [#719](#719)) #### Performance * Use NonNull for garbage collected pointers ([9c66ede](9c66ede)) * Don't recurse into already visited records to find implicits ([b50061f](b50061f)) * Avoid recursing into non-implicit types ([c35b29e](c35b29e)) * Use SmallVec in Partition ([d8c549b](d8c549b)) * Use a scoped collections over a persistent in implicit resolution ([d13097e](d13097e)) * Memoize implicit attribute lookups (-3%) ([254af75](254af75)) * Speedup Symbol::module ([9566a37](9566a37)) * Avoid creating function types unnecessarily ([170f467](170f467)) * **compiler:** * Shrink the core::Expr type to 40 bytes (from 72) ([779d1b6](779d1b6)) * Copy elements directly into arena ([cd2dd36](cd2dd36)) #### Features * Add gc::Mutex ([d6e1246](d6e1246)) * Automatically unroot values stored in `Gc` allocated values ([6ebc398](6ebc398), closes [#746](#746)) * Add derive for Traverseable ([844418d](844418d)) * Allow mutable references to be passed to gluon ([602220b](602220b)) * Add std.env ([b561c8d](b561c8d)) * Implement woobly type propagation ([a0b8452](a0b8452)) * **codegen:** Add the newtype attribute ([4085463](4085463)) * **completion:** * Match on the symbols in type declarations ([9d28ba1](9d28ba1)) * Return scoped symbols in the all_symbols query ([94a385a](94a385a)) * Match on the symbols in type declarations ([8fe083a](8fe083a)) * Return scoped symbols in the all_symbols query ([1ad302b](1ad302b)) * **doc:** Link to the github source ([da75875](da75875)) * **vm:** Allow references to be passed through ([3a92b17](3a92b17)) #### Breaking Changes * Refer to registered types by their full name ([a2daace](a2daace), breaks [#](https://github.com/gluon-lang/gluon/issues/)) Co-authored-by: Markus Westerlind <marwes91@gmail.com>
- Loading branch information
Showing
22 changed files
with
156 additions
and
95 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.