Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Crystal Language
A language for humans and computers
Collective -
Host: opensource -
https://opencollective.com/crystal-lang
- Website: https://crystal-lang.org/
- Code: https://github.com/crystal-lang/crystal
Add a snap channel like `previous/stable`
github.com/crystal-lang/crystal - jwoertink opened this issue about 1 year ago
github.com/crystal-lang/crystal - jwoertink opened this issue about 1 year ago
fix: `build --no-codegen` output file name error
github.com/crystal-lang/crystal - apainintheneck opened this pull request about 1 year ago
github.com/crystal-lang/crystal - apainintheneck opened this pull request about 1 year ago
`flag?` macro argument can take any values
github.com/crystal-lang/crystal - straight-shoota opened this issue about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this issue about 1 year ago
how to configure linker on Windows
github.com/crystal-lang/crystal - 3052 opened this issue about 1 year ago
github.com/crystal-lang/crystal - 3052 opened this issue about 1 year ago
Optimize hash lookup in `Enumerable#group_by`
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Add `crystal tool flags`
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Drop flag `openbsd6.2`
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Changelog for 1.12.0
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Add `scripts/update-changelog.sh`
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Enhance changelog script to pull milestone info from GitHub
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Remove filtering of already mentioned PRs
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Provide alternative letter casings for `Enum`s
github.com/crystal-lang/crystal - jgaskins opened this issue about 1 year ago
github.com/crystal-lang/crystal - jgaskins opened this issue about 1 year ago
Compiler: parallel codegen with MT
github.com/crystal-lang/crystal - ysbaddaden opened this pull request about 1 year ago
github.com/crystal-lang/crystal - ysbaddaden opened this pull request about 1 year ago
Add alternative letter casings for `Enum` names
github.com/crystal-lang/crystal - jgaskins opened this pull request about 1 year ago
github.com/crystal-lang/crystal - jgaskins opened this pull request about 1 year ago
Optimize runtime for non single-module(01,02) compilation
github.com/crystal-lang/crystal - kostya opened this pull request about 1 year ago
github.com/crystal-lang/crystal - kostya opened this pull request about 1 year ago
Update previous Crystal release 1.11.1
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Add `--no-gc` to `crystal build`
github.com/crystal-lang/crystal - nobodywasishere opened this issue about 1 year ago
github.com/crystal-lang/crystal - nobodywasishere opened this issue about 1 year ago
`spec/std/channel_spec.cr` gets stuck on Windows with `-Dpreview_mt`
github.com/crystal-lang/crystal - HertzDevil opened this issue about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this issue about 1 year ago
Fixup for always use `%p` for pointers in `Crystal::System.print_error`
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
MT: reduce interleaved backtraces in spawn unhandled exceptions
github.com/crystal-lang/crystal - ysbaddaden opened this pull request about 1 year ago
github.com/crystal-lang/crystal - ysbaddaden opened this pull request about 1 year ago
Fix: OpenSSL 3.x reports unexpected EOF as SSL error
github.com/crystal-lang/crystal - ysbaddaden opened this pull request about 1 year ago
github.com/crystal-lang/crystal - ysbaddaden opened this pull request about 1 year ago
Add macro methods for lib-related nodes
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Revert "Fix OpenSSL error handling for EOF (support for OpenSSL 3.2) (#14169)"
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
`ProcNotation` followed by anonymous `fun` parameter breaks on macro interpolation
github.com/crystal-lang/crystal - HertzDevil opened this issue about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this issue about 1 year ago
Remove `T*` and `T[N]` macro interpolation behavior inside libs
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Non-trailing macro `if` inside a macro `for` breaks parsing
github.com/crystal-lang/crystal - HertzDevil opened this issue about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this issue about 1 year ago
Macro interpolation of `Void*` constant inside lib is broken
github.com/crystal-lang/crystal - HertzDevil opened this issue about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this issue about 1 year ago
Remove extra newline in top-level `FunDef`'s string representation
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Always preserve the environment for specs that modify `ENV`
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
External variable names that are not valid identifiers
github.com/crystal-lang/crystal - HertzDevil opened this issue about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this issue about 1 year ago
Formatter: Add more whitespace around `ProcLiteral`s
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Changelog for 1.11.1
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Revert "Add `ReferenceStorage` for manual allocation of references (#14106)"
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Automatic testing for compiler backward compatibility
github.com/crystal-lang/crystal - straight-shoota opened this issue about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this issue about 1 year ago
Do not hardcode `ReferenceStorage` as a built-in type
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Change short_reference for top-level macros to `::foo`
github.com/crystal-lang/crystal - femto opened this pull request about 1 year ago
github.com/crystal-lang/crystal - femto opened this pull request about 1 year ago
make captured proc type declaration optional
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
Propose: Incremental compilation
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
Split `IO` into mixins indicating their capabilities like `IO::Reader`, `IO::Writer`, `IO::Peekable`, and `IO::Seekable`
github.com/crystal-lang/crystal - jgaskins opened this issue about 1 year ago
github.com/crystal-lang/crystal - jgaskins opened this issue about 1 year ago
Remove pkg-config name for libgc as workaround for interpreter loader
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Bump VERSION to 1.11.1-dev
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Add ability to force a specific IP family in HTTP::Client
github.com/crystal-lang/crystal - syeopite opened this issue about 1 year ago
github.com/crystal-lang/crystal - syeopite opened this issue about 1 year ago
Interpreter breaks due to not being able to load `libpthread`
github.com/crystal-lang/crystal - straight-shoota opened this issue about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this issue about 1 year ago
Crystal 1.11.0 cannot build older Crystal stdlib
github.com/crystal-lang/crystal - straight-shoota opened this issue about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this issue about 1 year ago
`XML::Reader`: Disallow attributes containing null bytes
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Added an interpreter spec for check `crystal i` is running on linux.
github.com/crystal-lang/crystal - zw963 opened this pull request about 1 year ago
github.com/crystal-lang/crystal - zw963 opened this pull request about 1 year ago
Always call `LibXML.xmlInitParser` when requiring XML libraries
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Update previous Crystal release 1.11.0
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Reserve stack space on non-main threads for crash recovery on Windows
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Always use `%p` for pointers in `Crystal::System.print_error`
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Add support for `Etc/UTC` time zone identifier without tzdb
github.com/crystal-lang/crystal - femto opened this pull request about 1 year ago
github.com/crystal-lang/crystal - femto opened this pull request about 1 year ago
Fix `options` parameter for `String#split`, `#scan`
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Is Class superclass correct?
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
رمز أمان واتساب من ༺༽༼༻Ethical hacker ༺༽༼༻ (+222 47 30 40 55)
github.com/crystal-lang/crystal - ladibahmed opened this issue about 1 year ago
github.com/crystal-lang/crystal - ladibahmed opened this issue about 1 year ago
Has crystal ever considered adding dynamic require
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
Match options overridden
github.com/crystal-lang/crystal - Blacksmoke16 opened this issue about 1 year ago
github.com/crystal-lang/crystal - Blacksmoke16 opened this issue about 1 year ago
Enhance docs for `Int#downto`
github.com/crystal-lang/crystal - jkthorne opened this pull request about 1 year ago
github.com/crystal-lang/crystal - jkthorne opened this pull request about 1 year ago
make std_spec fails on b8a24e7d9
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
Flatten buffer growth algorithms
github.com/crystal-lang/crystal - straight-shoota opened this issue about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this issue about 1 year ago
What's the current status of standard library?
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
inconsistent documenation for virtual_and_abstract_types.html
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
Move most of spec runner's state into `Spec::CLI`
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Fix OpenSSL error handling for EOF (support for OpenSSL 3.2)
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Support for OpenSSL 3.2.0
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
github.com/crystal-lang/crystal - femto opened this issue about 1 year ago
Add `WaitGroup` synchronization primitive
github.com/crystal-lang/crystal - ysbaddaden opened this pull request about 1 year ago
github.com/crystal-lang/crystal - ysbaddaden opened this pull request about 1 year ago
Configure Renovate Bot to add label `topic:infrastructure/ci` on PRs
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Update GH Actions
github.com/crystal-lang/crystal - renovate[bot] opened this pull request about 1 year ago
github.com/crystal-lang/crystal - renovate[bot] opened this pull request about 1 year ago
Add `unreachable` options to manpage
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Fix formatting in manpage
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Add optimization levels to manpage
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Allow calling `#[]=` with a block using method syntax
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Improvements for `github-changelog` script
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Allow multiple parameters and blocks for operators ending in `=`
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Changelog for 1.11.0
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Fix compiler error message for invalid source file
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Add `Crystal::Repl::Value#runtime_type`
github.com/crystal-lang/crystal - bcardiff opened this pull request about 1 year ago
github.com/crystal-lang/crystal - bcardiff opened this pull request about 1 year ago
Revert "Add compile time string interpolation for char/num/bool constants"
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request about 1 year ago
Random memory corruption with generics and inheritance
github.com/crystal-lang/crystal - wolfgang371 opened this issue about 1 year ago
github.com/crystal-lang/crystal - wolfgang371 opened this issue about 1 year ago
Customizable Indentation in OptionParser Help Messages
github.com/crystal-lang/crystal - kojix2 opened this issue about 1 year ago
github.com/crystal-lang/crystal - kojix2 opened this issue about 1 year ago
Interpreter: Cast from Crystal::TypeDefType to Crystal::PointerInstanceType failed
github.com/crystal-lang/crystal - mdwagner opened this issue about 1 year ago
github.com/crystal-lang/crystal - mdwagner opened this issue about 1 year ago
Enum in string interpolation uses integer value instead of name
github.com/crystal-lang/crystal - icy-arctic-fox opened this issue about 1 year ago
github.com/crystal-lang/crystal - icy-arctic-fox opened this issue about 1 year ago
Allow mixing of integers and pointers in `Crystal::System.print_error`
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Fix codegen error when discarding `is_a?` or `responds_to?`'s result
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Support absolute paths in `CRYSTAL_INTERPRETER_LOADER_INFO`
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Support `@[Link]`'s DLL search order in the interpreter on Windows
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Fix interpreter specs on Windows
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Do not use `pointerof(Path)` in the standard library
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Support `-dynamic.lib` in Windows interpreter
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request about 1 year ago
Deterministic & Random Values in Macro Land
github.com/crystal-lang/crystal - Blacksmoke16 opened this issue about 1 year ago
github.com/crystal-lang/crystal - Blacksmoke16 opened this issue about 1 year ago
Slices and memory allocation as well methods to read and write inside structs.
github.com/crystal-lang/crystal - UltimaTerra opened this issue about 1 year ago
github.com/crystal-lang/crystal - UltimaTerra opened this issue about 1 year ago