Pavel Marek
0f9852aab2
Replace all from ... export all
with explicit exports ( #10369 )
...
Replace all exports with explicit exports.
2024-07-11 19:34:25 +02:00
Pavel Marek
4dc7992ab5
Export works without import ( #9683 )
2024-04-12 14:23:34 +02:00
Marcin Kostrzewa
67b4e59506
Properly expose stacktraces and related data to user code ( #3271 )
2022-02-16 10:36:19 +03:00
Ara Adkins
96697ddc97
Fix a crash due to shadowed project names ( #1571 )
2021-03-16 12:45:19 +00:00
Dmitry Bushev
36694e2496
Restructure the Standard Library ( #1245 )
...
Split std-lib into two libraries: Base and Test.
2020-10-29 08:48:48 +03:00
Marcin Kostrzewa
3b96b9c4cc
Imports, Exports, and Modules documentation ( #1086 )
...
Co-authored-by: Ara Adkins <iamrecursion@users.noreply.github.com>
2020-08-17 17:45:00 +02:00
Ara Adkins
f5ffbe8fa7
Add a markdown style guide ( #1022 )
2020-07-21 13:59:40 +01:00
Ara Adkins
2f404b7f08
Fix a bug with compiler metadata ( #838 )
...
1. The metadata objects weren't being duplicated when duplicating
the IR. This meant that the later passes would write metadata
multiples times into one store (reference), causing wrong
behaviour at codegen time.
2020-06-16 13:52:11 +01:00