Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Jrsonnet
Developing jrsonnet and related projects
Collective -
Host: opensource -
https://opencollective.com/jrsonnet
- Code: https://github.com/CertainLach
Test deserializing enum aliases
github.com/CertainLach/serde-yaml - 0d0a45b7832d8868aa3d51cb7057896ded692349 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 0d0a45b7832d8868aa3d51cb7057896ded692349 authored almost 8 years ago by David Tolnay <[email protected]>
Panic on unresolved alias
I think yaml-rust checks for this already.
github.com/CertainLach/serde-yaml - c04b8b62424fd498adf26de467fe3653bf441788 authored almost 8 years ago by David Tolnay <[email protected]>
Test deserializing option alias
github.com/CertainLach/serde-yaml - a5467973b116bb679cadf4f32d89d0cb117b0a9b authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - a5467973b116bb679cadf4f32d89d0cb117b0a9b authored almost 8 years ago by David Tolnay <[email protected]>
Propagate marker for unresolved aliases
github.com/CertainLach/serde-yaml - 5f364cced2762c91f439f286e1cfbeae504cd308 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 5f364cced2762c91f439f286e1cfbeae504cd308 authored almost 8 years ago by David Tolnay <[email protected]>
Set line numbers for early return errors
github.com/CertainLach/serde-yaml - 15ad1f53357295ccdedcaecc67fadfe4646f8e80 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 15ad1f53357295ccdedcaecc67fadfe4646f8e80 authored almost 8 years ago by David Tolnay <[email protected]>
Include line and column in error message
github.com/CertainLach/serde-yaml - f283c0443532267285b5010cc2022026c04cde1e authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - f283c0443532267285b5010cc2022026c04cde1e authored almost 8 years ago by David Tolnay <[email protected]>
Propagate cause for Utf8Error
github.com/CertainLach/serde-yaml - 64740a361a770a1ac608d22cd5aa20aed90ece00 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 64740a361a770a1ac608d22cd5aa20aed90ece00 authored almost 8 years ago by David Tolnay <[email protected]>
Clean up unused error variants
github.com/CertainLach/serde-yaml - 19aa09951fca9c2a4352909a05e7b916ebf14d68 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 19aa09951fca9c2a4352909a05e7b916ebf14d68 authored almost 8 years ago by David Tolnay <[email protected]>
Conform to Deserializer trait
github.com/CertainLach/serde-yaml - 681e445e4e7c6a558ebdd2a3b5ead2df630f6dcc authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 681e445e4e7c6a558ebdd2a3b5ead2df630f6dcc authored almost 8 years ago by David Tolnay <[email protected]>
Clean up message for invalid variant type
github.com/CertainLach/serde-yaml - 1149226896f431e3ee64fb83ef3fdf608fea573c authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 1149226896f431e3ee64fb83ef3fdf608fea573c authored almost 8 years ago by David Tolnay <[email protected]>
Fix error for unexpected null
github.com/CertainLach/serde-yaml - d1e027bb3d9a46ad8cd2675d0005a8160632ad5f authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - d1e027bb3d9a46ad8cd2675d0005a8160632ad5f authored almost 8 years ago by David Tolnay <[email protected]>
Refactor invalid-length handling code
github.com/CertainLach/serde-yaml - fc343feee0009570687241f30d528d2d70d3e7a4 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - fc343feee0009570687241f30d528d2d70d3e7a4 authored almost 8 years ago by David Tolnay <[email protected]>
Panic on unexpected SequenceEnd and MappingEnd
github.com/CertainLach/serde-yaml - d50fa978e45ac05a27d6ece41ed74a745f492175 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - d50fa978e45ac05a27d6ece41ed74a745f492175 authored almost 8 years ago by David Tolnay <[email protected]>
Improve seq and map invalid length errors
github.com/CertainLach/serde-yaml - eeea9fe0caedb4651da4489736d75b88679836af authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - eeea9fe0caedb4651da4489736d75b88679836af authored almost 8 years ago by David Tolnay <[email protected]>
Clarify untagged string visitor
github.com/CertainLach/serde-yaml - 0ac0495afd029095d237de5277df80f6dc963fb2 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 0ac0495afd029095d237de5277df80f6dc963fb2 authored almost 8 years ago by David Tolnay <[email protected]>
Better invalid_value errors
github.com/CertainLach/serde-yaml - e94fa47c2a6027492ed6049ccaa1bd33f164d442 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - e94fa47c2a6027492ed6049ccaa1bd33f164d442 authored almost 8 years ago by David Tolnay <[email protected]>
Update error messages in tests
github.com/CertainLach/serde-yaml - dbc2ac4c9965d62a08d734b28b28457b5be4f146 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - dbc2ac4c9965d62a08d734b28b28457b5be4f146 authored almost 8 years ago by David Tolnay <[email protected]>
Use serialize_entry in maps
github.com/CertainLach/serde-yaml - c7ef1e4076ec5f00588e991bbe0fcd55e03e0085 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - c7ef1e4076ec5f00588e991bbe0fcd55e03e0085 authored almost 8 years ago by David Tolnay <[email protected]>
Un-try
github.com/CertainLach/serde-yaml - 04ba04aa45df9f4cce821e4165e7ac3a1bb91ccb authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 04ba04aa45df9f4cce821e4165e7ac3a1bb91ccb authored almost 8 years ago by David Tolnay <[email protected]>
EOF errors are fine
github.com/CertainLach/serde-yaml - 9242f18ad0ecb909d42e7255551776c60d2561ee authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 9242f18ad0ecb909d42e7255551776c60d2561ee authored almost 8 years ago by David Tolnay <[email protected]>
Better error description for custom error
github.com/CertainLach/serde-yaml - 53d8438c47d7833884ae06e5351973a6a9da2967 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 53d8438c47d7833884ae06e5351973a6a9da2967 authored almost 8 years ago by David Tolnay <[email protected]>
No need for count in multidocument error
github.com/CertainLach/serde-yaml - 0b05846aa8f409d567a8d784a365ed7f2e296ecf authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 0b05846aa8f409d567a8d784a365ed7f2e296ecf authored almost 8 years ago by David Tolnay <[email protected]>
Event based parser
github.com/CertainLach/serde-yaml - f2b64c1d79815236ff2866f3314e25a228abf503 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - f2b64c1d79815236ff2866f3314e25a228abf503 authored almost 8 years ago by David Tolnay <[email protected]>
Loader to capture yaml events
github.com/CertainLach/serde-yaml - f3d8384088295852dbe22267ee4de568b54c3049 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - f3d8384088295852dbe22267ee4de568b54c3049 authored almost 8 years ago by David Tolnay <[email protected]>
Implement Deserializer for Value
github.com/CertainLach/serde-yaml - 2c62444f1867ebfcb98caa24a6c7a31b0148fa5b authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 2c62444f1867ebfcb98caa24a6c7a31b0148fa5b authored almost 8 years ago by David Tolnay <[email protected]>
Fix to_value doc tests
github.com/CertainLach/serde-yaml - 5eba7367aefc6109b426d1089d372704ddc310c0 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 5eba7367aefc6109b426d1089d372704ddc310c0 authored almost 8 years ago by David Tolnay <[email protected]>
Update to serde 0.9
github.com/CertainLach/serde-yaml - 22ceb116dbddc2f0baa6b5a578fb4c37cce7b9a1 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 22ceb116dbddc2f0baa6b5a578fb4c37cce7b9a1 authored almost 8 years ago by David Tolnay <[email protected]>
Bump yaml-rust to include MarkedEventReceiver
github.com/CertainLach/serde-yaml - 635ac07f581b2262be80d8fe6efa09d75f185b64 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 635ac07f581b2262be80d8fe6efa09d75f185b64 authored almost 8 years ago by David Tolnay <[email protected]>
Do not rely on linked-hash-map serde impls
github.com/CertainLach/serde-yaml - 5ccaafd19fffddc2c2a8bbc8c20b97e0eea78198 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 5ccaafd19fffddc2c2a8bbc8c20b97e0eea78198 authored almost 8 years ago by David Tolnay <[email protected]>
No longer need proc_macro feature gate
github.com/CertainLach/serde-yaml - 1d37f81bda8f018ad7ad731cec67ada3291d8e78 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 1d37f81bda8f018ad7ad731cec67ada3291d8e78 authored almost 8 years ago by David Tolnay <[email protected]>
List serde as dependency
github.com/CertainLach/serde-yaml - 312162f551dc8f37dc30aa3911b486197eed8a91 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 312162f551dc8f37dc30aa3911b486197eed8a91 authored almost 8 years ago by David Tolnay <[email protected]>
Switch to travis-cargo
github.com/CertainLach/serde-yaml - 65dd4ff3f2a581cf5b5ee31cefc8126256d0e885 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 65dd4ff3f2a581cf5b5ee31cefc8126256d0e885 authored almost 8 years ago by David Tolnay <[email protected]>
Remove indoc plugin dependency
github.com/CertainLach/serde-yaml - 917e495454ec0ff2d14ec9cab561318ec855d9a0 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 917e495454ec0ff2d14ec9cab561318ec855d9a0 authored almost 8 years ago by David Tolnay <[email protected]>
Extern crate just once
github.com/CertainLach/serde-yaml - 602d80fbefe1fddb32b9217c16d58fab80b40d19 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 602d80fbefe1fddb32b9217c16d58fab80b40d19 authored almost 8 years ago by David Tolnay <[email protected]>
Remove documentation upload key
github.com/CertainLach/serde-yaml - e648ec58248ad66bce11433a33cf2aa5382eb857 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - e648ec58248ad66bce11433a33cf2aa5382eb857 authored almost 8 years ago by David Tolnay <[email protected]>
Stop testing syntex
github.com/CertainLach/serde-yaml - 22da761542761f2881991cd350b2560eb23c7d1f authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 22da761542761f2881991cd350b2560eb23c7d1f authored almost 8 years ago by David Tolnay <[email protected]>
Use docs.rs for documentation
github.com/CertainLach/serde-yaml - 439d22db00ecb624d247cabbdc40ff26ee29f94e authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 439d22db00ecb624d247cabbdc40ff26ee29f94e authored almost 8 years ago by David Tolnay <[email protected]>
Release 0.5.1
github.com/CertainLach/serde-yaml - 614ca59d22450f3bb99951fc77a18fc6dcb00061 authored almost 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 614ca59d22450f3bb99951fc77a18fc6dcb00061 authored almost 8 years ago by David Tolnay <[email protected]>
Merge pull request #38 from alexbool/master
Update dtoa to 0.3
github.com/CertainLach/serde-yaml - 3349a20d23484fd1a8603819e5b110ec5415415c authored almost 8 years ago by David Tolnay <[email protected]>
Update dtoa to 0.3
github.com/CertainLach/serde-yaml - 425374ab7a5186f79dd0733fc8bd4c331926bab2 authored almost 8 years ago by Alexander Bulaev <[email protected]>
github.com/CertainLach/serde-yaml - 425374ab7a5186f79dd0733fc8bd4c331926bab2 authored almost 8 years ago by Alexander Bulaev <[email protected]>
disable OutHigh for pin
github.com/CertainLach/Prestigio5500_Kernel_Source - 97f1f4c74b631033cd7e5b688f2bfa656c5bbf8a authored almost 8 years ago by Suslov Danila <[email protected]>
github.com/CertainLach/Prestigio5500_Kernel_Source - 97f1f4c74b631033cd7e5b688f2bfa656c5bbf8a authored almost 8 years ago by Suslov Danila <[email protected]>
fix gpio accdet pins mode
github.com/CertainLach/Prestigio5500_Kernel_Source - 29959547050f21dfe241a57fb868b3c91a8d72d0 authored almost 8 years ago by Suslov Danila <[email protected]>
github.com/CertainLach/Prestigio5500_Kernel_Source - 29959547050f21dfe241a57fb868b3c91a8d72d0 authored almost 8 years ago by Suslov Danila <[email protected]>
try that
github.com/CertainLach/Prestigio5500_Kernel_Source - e33fc69292f8d4661503b255cc7e1c8227d1b1d2 authored almost 8 years ago by Suslov Danila <[email protected]>
github.com/CertainLach/Prestigio5500_Kernel_Source - e33fc69292f8d4661503b255cc7e1c8227d1b1d2 authored almost 8 years ago by Suslov Danila <[email protected]>
try to fix sound 1
github.com/CertainLach/Prestigio5500_Kernel_Source - d59df6f8f72981f2e95ef57c99f8b0465ee0d605 authored almost 8 years ago by Suslov Danila <[email protected]>
github.com/CertainLach/Prestigio5500_Kernel_Source - d59df6f8f72981f2e95ef57c99f8b0465ee0d605 authored almost 8 years ago by Suslov Danila <[email protected]>
update accel for zoom5959
github.com/CertainLach/Prestigio5500_Kernel_Source - f8dcb5956c87640ccd5901bb6721424213ef4687 authored about 8 years ago by Suslov Danila <[email protected]>
github.com/CertainLach/Prestigio5500_Kernel_Source - f8dcb5956c87640ccd5901bb6721424213ef4687 authored about 8 years ago by Suslov Danila <[email protected]>
Update and rename mediatek/custom/pap5500/kernel/accelerometer/bma222e250e_auto/bma222e250e_cust_acc.c to mediatek/custom/pap5500/kernel/accelerometer/bma2xx/bma2xx_cust_acc.c
github.com/CertainLach/Prestigio5500_Kernel_Source - e0561de7fa6669604a14f453d603c173a5d0ec8c authored about 8 years ago by Suslov Danila <[email protected]>
github.com/CertainLach/Prestigio5500_Kernel_Source - e0561de7fa6669604a14f453d603c173a5d0ec8c authored about 8 years ago by Suslov Danila <[email protected]>
Don't need explicit serde dependency for std types
github.com/CertainLach/serde-yaml - a116b23d2eba60439702023e62ad50a285e6c9f4 authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - a116b23d2eba60439702023e62ad50a285e6c9f4 authored about 8 years ago by David Tolnay <[email protected]>
Tshepang's changes for the other example
github.com/CertainLach/serde-yaml - 204c5c8a4e9422331de4d3881a01b9191ff29259 authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 204c5c8a4e9422331de4d3881a01b9191ff29259 authored about 8 years ago by David Tolnay <[email protected]>
Merge pull request #36 from tshepang/patch-1
doc: unused line removed from README example
github.com/CertainLach/serde-yaml - 8f99b871e49368364529a609bfbc5cfc2bba9164 authored about 8 years ago by David Tolnay <[email protected]>
doc: unused line removed from README example
github.com/CertainLach/serde-yaml - cdbd911f1ac8cf86fd6679a2bbd5c9d59fc921e4 authored about 8 years ago by Tshepang Lekhonkhobe <[email protected]>
github.com/CertainLach/serde-yaml - cdbd911f1ac8cf86fd6679a2bbd5c9d59fc921e4 authored about 8 years ago by Tshepang Lekhonkhobe <[email protected]>
Merge pull request #35 from tshepang/patch-1
doc: get README example to not panic
github.com/CertainLach/serde-yaml - 2c3147182d093b1030c8a2233ac5359ce1f1cd61 authored about 8 years ago by David Tolnay <[email protected]>
doc: get README example to not panic
github.com/CertainLach/serde-yaml - 5720c58f557bf1bb6079fe157d100ac242fa862c authored about 8 years ago by Tshepang Lekhonkhobe <[email protected]>
github.com/CertainLach/serde-yaml - 5720c58f557bf1bb6079fe157d100ac242fa862c authored about 8 years ago by Tshepang Lekhonkhobe <[email protected]>
Well. Thats a bad idea
github.com/CertainLach/SockySock - dc567068d5c2dfb2c7ca2ab56680318495a3a374 authored about 8 years ago by BuildTools <fccccc.cf>
github.com/CertainLach/SockySock - dc567068d5c2dfb2c7ca2ab56680318495a3a374 authored about 8 years ago by BuildTools <fccccc.cf>
Too much validations. Code must be shorter than 5k
github.com/CertainLach/SockySock - 2d114a834b1dcd70eb6ca0d3185dcc3a14a483e5 authored about 8 years ago by BuildTools <fccccc.cf>
github.com/CertainLach/SockySock - 2d114a834b1dcd70eb6ca0d3185dcc3a14a483e5 authored about 8 years ago by BuildTools <fccccc.cf>
Add example
github.com/CertainLach/SockySock - c48f3c67ac1734cee23f0b21bbb37a6dd7a69993 authored about 8 years ago by BuildTools <fccccc.cf>
github.com/CertainLach/SockySock - c48f3c67ac1734cee23f0b21bbb37a6dd7a69993 authored about 8 years ago by BuildTools <fccccc.cf>
Initial commit
github.com/CertainLach/SockySock - 822b223ce7be490d91fc5ee8e71b821525e95c4e authored about 8 years ago by BuildTools <fccccc.cf>
github.com/CertainLach/SockySock - 822b223ce7be490d91fc5ee8e71b821525e95c4e authored about 8 years ago by BuildTools <fccccc.cf>
Fewer quotes in the new yaml-rust
github.com/CertainLach/serde-yaml - 945d89eedc03294b4c998216ec285baf33552047 authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 945d89eedc03294b4c998216ec285baf33552047 authored about 8 years ago by David Tolnay <[email protected]>
...
github.com/CertainLach/SpaceVFS - 8946b9b0e89b218e27c61ff0bb444557ba358b60 authored about 8 years ago by BuildTools <fccccc.cf>
github.com/CertainLach/SpaceVFS - 8946b9b0e89b218e27c61ff0bb444557ba358b60 authored about 8 years ago by BuildTools <fccccc.cf>
readdir() added.
github.com/CertainLach/SpaceVFS - 8fe630f3e3d13341ba7ce2364b3d9576d6ba0a15 authored about 8 years ago by BuildTools <fccccc.cf>
github.com/CertainLach/SpaceVFS - 8fe630f3e3d13341ba7ce2364b3d9576d6ba0a15 authored about 8 years ago by BuildTools <fccccc.cf>
package.json update
github.com/CertainLach/SpaceVFS - 92ab40fee7aad41a642398945cac0b51db2ec273 authored about 8 years ago by Creeplays <[email protected]>
github.com/CertainLach/SpaceVFS - 92ab40fee7aad41a642398945cac0b51db2ec273 authored about 8 years ago by Creeplays <[email protected]>
Initial source code upload
github.com/CertainLach/SpaceVFS - ca6ef7251e534561ce7c461949a41f4905ce0fd1 authored about 8 years ago by Creeplays <[email protected]>
github.com/CertainLach/SpaceVFS - ca6ef7251e534561ce7c461949a41f4905ce0fd1 authored about 8 years ago by Creeplays <[email protected]>
Update the derive plugin to work with the new custom derive system
github.com/CertainLach/jrsonnet-gc - 712746af3e5e8ffa8e5c955e2fd7f2f3bf859018 authored about 8 years ago by Michael Layzell <[email protected]>
github.com/CertainLach/jrsonnet-gc - 712746af3e5e8ffa8e5c955e2fd7f2f3bf859018 authored about 8 years ago by Michael Layzell <[email protected]>
Enable email notifications
github.com/CertainLach/serde-yaml - 44456ddb34748fa2d40f565964961ff0515058c5 authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 44456ddb34748fa2d40f565964961ff0515058c5 authored about 8 years ago by David Tolnay <[email protected]>
Update to new songsterr
github.com/CertainLach/SongAPI - 624cd97afb4fbdbd311907531ea7d4c54530e2d5 authored about 8 years ago by Yaroslaw Bolukin <Yaroslaw Bolukin>
github.com/CertainLach/SongAPI - 624cd97afb4fbdbd311907531ea7d4c54530e2d5 authored about 8 years ago by Yaroslaw Bolukin <Yaroslaw Bolukin>
More readme corrections
github.com/CertainLach/serde-yaml - 767f4d9ad23482a33f19167525abbf65c15d0b87 authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 767f4d9ad23482a33f19167525abbf65c15d0b87 authored about 8 years ago by David Tolnay <[email protected]>
Readme touchup
github.com/CertainLach/serde-yaml - 21924c6fcdacff64d4ae02a40bf0e0b8af897093 authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 21924c6fcdacff64d4ae02a40bf0e0b8af897093 authored about 8 years ago by David Tolnay <[email protected]>
Release 0.5.0
github.com/CertainLach/serde-yaml - 39c7ce8ce0e205474ec3e57006c145985d6293ee authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 39c7ce8ce0e205474ec3e57006c145985d6293ee authored about 8 years ago by David Tolnay <[email protected]>
Use forward_to_deserialize! from serde
github.com/CertainLach/serde-yaml - 9490c9bad42c331e7b47c5b91800fb99300c10ae authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 9490c9bad42c331e7b47c5b91800fb99300c10ae authored about 8 years ago by David Tolnay <[email protected]>
Hide the modules
github.com/CertainLach/serde-yaml - 7962da2ef66a18bbd26e70d96f460000c3da83e4 authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 7962da2ef66a18bbd26e70d96f460000c3da83e4 authored about 8 years ago by David Tolnay <[email protected]>
Expose value::Mapping and Sequence
github.com/CertainLach/serde-yaml - 575248c6ff12493cdcfcb910bc8466c4498a34eb authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 575248c6ff12493cdcfcb910bc8466c4498a34eb authored about 8 years ago by David Tolnay <[email protected]>
Remove the flush in to_writer
github.com/CertainLach/serde-yaml - 80d30612b5b54e1b87e1ead775ad79affa66f835 authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 80d30612b5b54e1b87e1ead775ad79affa66f835 authored about 8 years ago by David Tolnay <[email protected]>
Fix clippy lints in Value implementation
github.com/CertainLach/serde-yaml - 1b1b72f8d8fc96256d653004c23fd07cbfeb5bd6 authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 1b1b72f8d8fc96256d653004c23fd07cbfeb5bd6 authored about 8 years ago by David Tolnay <[email protected]>
Merge pull request #26 from dtolnay/value
Serializable serde_yaml::Value
github.com/CertainLach/serde-yaml - a045d7b1b50e3f274876ffb3d7112bcf2f82b7b0 authored about 8 years ago by David Tolnay <[email protected]>
Bump yaml-rust dependency
github.com/CertainLach/serde-yaml - 5e829ad3675412b7061f28b5c2eb7e39ec4ca09d authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 5e829ad3675412b7061f28b5c2eb7e39ec4ca09d authored about 8 years ago by David Tolnay <[email protected]>
Merge branch origin/master into origin/value
github.com/CertainLach/serde-yaml - c2fa6520a807954ba112841e25a551bb291f5204 authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - c2fa6520a807954ba112841e25a551bb291f5204 authored about 8 years ago by David Tolnay <[email protected]>
Merge pull request #27 from dtolnay/f64
Deserialize real numbers as f64 instead of str
github.com/CertainLach/serde-yaml - a1f7127ccf1986d437de3768d03f9fbf0b854b5a authored about 8 years ago by David Tolnay <[email protected]>
Release 0.4.1
github.com/CertainLach/serde-yaml - 501b63d7d0a05564b919522716ba9e085c35e9d6 authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 501b63d7d0a05564b919522716ba9e085c35e9d6 authored about 8 years ago by David Tolnay <[email protected]>
Flush once per to_writer
github.com/CertainLach/serde-yaml - 5df9007714aba3c717d30e859e8feb95bc13a89c authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 5df9007714aba3c717d30e859e8feb95bc13a89c authored about 8 years ago by David Tolnay <[email protected]>
Update to serde_derive
github.com/CertainLach/serde-yaml - 796d9e5517b4d70decfb6f7850f03348084a28c4 authored about 8 years ago by David Tolnay <[email protected]>
github.com/CertainLach/serde-yaml - 796d9e5517b4d70decfb6f7850f03348084a28c4 authored about 8 years ago by David Tolnay <[email protected]>
Merge pull request #49 from nabijaczleweli/master
Highlight TOML in README
github.com/CertainLach/jrsonnet-gc - 5d59739207c62c37d3aa05caf6d8daa8e50ef510 authored about 8 years ago by Manish Goregaokar <[email protected]>
Highlight TOML in README
github.com/CertainLach/jrsonnet-gc - fa60096c71bf2b2403e7ea8b223dfcd21e4e4eb0 authored about 8 years ago by nabijaczleweli <[email protected]>
github.com/CertainLach/jrsonnet-gc - fa60096c71bf2b2403e7ea8b223dfcd21e4e4eb0 authored about 8 years ago by nabijaczleweli <[email protected]>
Restore accidentally-removed version on gc_derive dependency
github.com/CertainLach/jrsonnet-gc - 472100868b8ea6e266419af9b4726175cdd72d4e authored about 8 years ago by Michael Layzell <[email protected]>
github.com/CertainLach/jrsonnet-gc - 472100868b8ea6e266419af9b4726175cdd72d4e authored about 8 years ago by Michael Layzell <[email protected]>
Bump version to 0.2 due to a [breaking-change]
github.com/CertainLach/jrsonnet-gc - e3df36bc2adbf571993392d2eed2cf5970a2c243 authored about 8 years ago by Michael Layzell <[email protected]>
github.com/CertainLach/jrsonnet-gc - e3df36bc2adbf571993392d2eed2cf5970a2c243 authored about 8 years ago by Michael Layzell <[email protected]>
Update to synstructure 0.2
github.com/CertainLach/jrsonnet-gc - c1ef082b87e201c194a3c12f8cf6dbcf2712664f authored about 8 years ago by Michael Layzell <[email protected]>
github.com/CertainLach/jrsonnet-gc - c1ef082b87e201c194a3c12f8cf6dbcf2712664f authored about 8 years ago by Michael Layzell <[email protected]>
Merge pull request #48 from Manishearth/macros1.1
Replace gc_plugin with a macros 1.1-based gc_derive plugin
github.com/CertainLach/jrsonnet-gc - 05dba84bc98b1acefba2ad7aa29a400ca9655fdc authored about 8 years ago by Manish Goregaokar <[email protected]>
Replace gc_plugin with a macros 1.1-based gc_derive plugin
github.com/CertainLach/jrsonnet-gc - aaca95143288fb7c1c1003b9b0009eb3baeceefa authored about 8 years ago by Michael Layzell <[email protected]>
github.com/CertainLach/jrsonnet-gc - aaca95143288fb7c1c1003b9b0009eb3baeceefa authored about 8 years ago by Michael Layzell <[email protected]>
Merge pull request #45 from Manishearth/finalize
Implement finalizers
github.com/CertainLach/jrsonnet-gc - de2a07644acc41e8bb51d28dd22f4a950de49506 authored about 8 years ago by Michael Layzell <[email protected]>
Implement finalizers
This allows us to reduce our dependence on Drop for destroying values
stored in the Gc heap.
improvement
github.com/CertainLach/bot_addition_commands - bd8712914cbe23197be4650aacfa3a8bd0189a89 authored over 8 years ago by olegsvs <[email protected]>
github.com/CertainLach/bot_addition_commands - bd8712914cbe23197be4650aacfa3a8bd0189a89 authored over 8 years ago by olegsvs <[email protected]>
improvement
github.com/CertainLach/bot_addition_commands - c84daba3e0151becd2be5024e1ae581d3011d85e authored over 8 years ago by olegsvs <[email protected]>
github.com/CertainLach/bot_addition_commands - c84daba3e0151becd2be5024e1ae581d3011d85e authored over 8 years ago by olegsvs <[email protected]>
new feature
github.com/CertainLach/bot_addition_commands - 7480d305276b251b4976938f5a6bb38d84958aeb authored over 8 years ago by olegsvs <[email protected]>
github.com/CertainLach/bot_addition_commands - 7480d305276b251b4976938f5a6bb38d84958aeb authored over 8 years ago by olegsvs <[email protected]>
some improvements
github.com/CertainLach/bot_addition_commands - cb01b810b691609d31368d1adb2506b02b8177a4 authored over 8 years ago by olegsvs <[email protected]>
github.com/CertainLach/bot_addition_commands - cb01b810b691609d31368d1adb2506b02b8177a4 authored over 8 years ago by olegsvs <[email protected]>
add app.js
github.com/CertainLach/bot_addition_commands - 768c290eea02e7f1e3d22639b73a575ed12ec0b1 authored over 8 years ago by olegsvs <[email protected]>
github.com/CertainLach/bot_addition_commands - 768c290eea02e7f1e3d22639b73a575ed12ec0b1 authored over 8 years ago by olegsvs <[email protected]>
Update Makefile
github.com/CertainLach/drovos - 79e5d042e17e3cd45a350e74ff5a498990ca5233 authored over 8 years ago by Suslov Danila <[email protected]>
github.com/CertainLach/drovos - 79e5d042e17e3cd45a350e74ff5a498990ca5233 authored over 8 years ago by Suslov Danila <[email protected]>
Better search
github.com/CertainLach/LK.BIN-Parser - 7907b56572c36d5d004dc4f19c0ed802d3e989b2 authored over 8 years ago by Creeplays <[email protected]>
github.com/CertainLach/LK.BIN-Parser - 7907b56572c36d5d004dc4f19c0ed802d3e989b2 authored over 8 years ago by Creeplays <[email protected]>
Bump to 0.1.1, fixes #44
github.com/CertainLach/jrsonnet-gc - 45bc402eb1c5314efb093c6479c29daf135d2ee7 authored over 8 years ago by Manish Goregaokar <[email protected]>
github.com/CertainLach/jrsonnet-gc - 45bc402eb1c5314efb093c6479c29daf135d2ee7 authored over 8 years ago by Manish Goregaokar <[email protected]>
Bump to 0.0.9
github.com/CertainLach/jrsonnet-gc - 95c893d27f6f44fc628c67205897816ef25364bc authored over 8 years ago by Manish Goregaokar <[email protected]>
github.com/CertainLach/jrsonnet-gc - 95c893d27f6f44fc628c67205897816ef25364bc authored over 8 years ago by Manish Goregaokar <[email protected]>
Update gc_plugin to build on nightly
github.com/CertainLach/jrsonnet-gc - 2c0b7d9fa4a326d37047570aec15e5b7daa4604a authored over 8 years ago by Andrew Paseltiner <[email protected]>
github.com/CertainLach/jrsonnet-gc - 2c0b7d9fa4a326d37047570aec15e5b7daa4604a authored over 8 years ago by Andrew Paseltiner <[email protected]>
Merge pull request #4 from assusdan/patch-1
fix NaN error for table parsing time
github.com/CertainLach/LK.BIN-Parser - f7eea46bffb51208911f492c38af2aa48d5c6551 authored over 8 years ago by F6CF <[email protected]>
Merge pull request #5 from assusdan/patch-2
fix for some table
github.com/CertainLach/LK.BIN-Parser - 5944c4d217de55d14055f24f1c915eff473bcbf0 authored over 8 years ago by F6CF <[email protected]>