- Sep 30, 2019
-
-
Brian J. Cardiff authored
-
- Sep 27, 2019
-
-
Brian J. Cardiff authored
* Use bdw-gc upstream mt patch * Update distribution-scripts
-
Brian J. Cardiff authored
Fixes #8230
-
Ary Borenszweig authored
Spec: add `before_suite` and `after_suite`
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Compiler: store and restore debug location when going to main
-
Brian J. Cardiff authored
Compiler: use virtual type for `uninitialized`
-
Oleh Prypin authored
This follows the earlier change https://github.com/crystal-lang/crystal/commit/0690e2f7f77e35ddea268b3039167ec88034bb8f#diff-ab21012862ff4bc662382874cb0c0485R240 Fixes #8219
-
Brian J. Cardiff authored
-
- Sep 23, 2019
-
-
Brian J. Cardiff authored
-
- Sep 22, 2019
-
-
Brian J. Cardiff authored
-
- Sep 20, 2019
-
-
Brian J. Cardiff authored
-
Ary Borenszweig authored
-
Brian J. Cardiff authored
-
- Sep 18, 2019
-
-
Johannes Müller authored
-
- Sep 17, 2019
-
-
Juan Wajnerman authored
When a new thread finishes very quickly it could happen that the removal from the linked list was executed before the push. The linked list didn't check for that situation and it ends corrupted.
-
- Sep 16, 2019
-
-
Ary Borenszweig authored
Fix examples 2019 09
-
maiha authored
-
maiha authored
-
maiha authored
-
maiha authored
-
maiha authored
-
Ary Borenszweig authored
Compiler: fix missing `name_location` of some calls
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Sep 14, 2019
-
-
Ary Borenszweig authored
-
- Sep 13, 2019
-
-
Sam Johnson authored
-
Brian J. Cardiff authored
Activate compiler warnings by default
-
Blacksmoke16 authored
-
Johannes Müller authored
-
- Sep 12, 2019
-
-
Jamie Gaskins authored
* Move Process.times from sysconf(CLK_TCK) to getrusage * Format const assignment * Add RUsage for Linux on x86_64 * Add RUsage support for 32-bit Linux * Move RUsage from sys/times.cr to sys/resource.cr * Require the correct file * Use arch-dependent word size * Remove times.cr It's not being used anymore so it can be safely deleted.
-
- Sep 11, 2019
-
-
Juan Wajnerman authored
Remove the event loop fiber. Now the event loop is executed from any fiber when there are no more runnable fibers in the queue. (#8173)
-
Juan Wajnerman authored
-
- Sep 10, 2019
-
-
Brian J. Cardiff authored
-
Brian J. Cardiff authored
-
Brian J. Cardiff authored
Enable overflow by default
-
Juan Wajnerman authored
-
Brian J. Cardiff authored
-