0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 24, 2023 — Jun 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[compiler,link] Move CPU/Elapsed time formatting to util.time.m
paulbone
as Paul Bone
More... about 3 years ago
[link] Report times for linker
paulbone
as Paul Bone
More... about 3 years ago
[compiler] Fix pretty-printing of miliseconds
paulbone
as Paul Bone
More... about 3 years ago
[compiler] Factor out a common pattern in command line processing
paulbone
as Paul Bone
More... about 3 years ago
[merge] Update the documentation for modules
paulbone
as Paul Bone
More... about 3 years ago
[compiler] Remove wildcard imports from the language
paulbone
as Paul Bone
More... about 3 years ago
[docs] Fix some uses of the ident terminal in the grammar
paulbone
as Paul Bone
More... about 3 years ago
[docs] Add export keywords to EBNF
paulbone
as Paul Bone
More... about 3 years ago
[docs] Quote terminals in EBNF more consistently
paulbone
as Paul Bone
More... about 3 years ago
[docs] Add note about qualified modules
paulbone
as Paul Bone
More... about 3 years ago
[docs] Add module declaration EBNF
paulbone
as Paul Bone
More... about 3 years ago
[docs] Update example to cover examples used in docs
paulbone
as Paul Bone
More... about 3 years ago
[docs] Document module heirachies and module exports
paulbone
as Paul Bone
More... about 3 years ago
[docs] Small prose change
paulbone
as Paul Bone
More... about 3 years ago
[merge] Handle transitive information in module imports
paulbone
as Paul Bone
More... about 3 years ago
[compiler/pre] Handle transitively imported types in function declarations
paulbone
as Paul Bone
More... about 3 years ago
[tests] Test that we can export functions that refer to imports across modules
paulbone
as Paul Bone
More... about 3 years ago
[tests] Fixup types in module_11 test
paulbone
as Paul Bone
More... about 3 years ago
[compiler/pre] Move handling of transitive resources in functions
paulbone
as Paul Bone
More... about 3 years ago
[compiler/pre] Move handling of transitive resources in resources
paulbone
as Paul Bone
More... about 3 years ago
[compiler/pre] Implicitly declare types read in a transitive dependency
paulbone
as Paul Bone
More... about 3 years ago
[tests] Check that transitive modules don't affect the environment
paulbone
as Paul Bone
More... about 3 years ago
[tests] Test that inter-module resources have approprite error messages
paulbone
as Paul Bone
More... about 3 years ago
[compiler/pre] Allow exporting functions that depend on other modules' resources
paulbone
as Paul Bone
More... about 3 years ago
[compiler/pre] Exported functions may use abstract-imported resources
paulbone
as Paul Bone
More... about 3 years ago
[compiler/core] Fix an assertion in resource checking
paulbone
as Paul Bone
More... about 3 years ago
[merge] Types and resources form cycles between modules
paulbone
as Paul Bone
More... about 3 years ago
[compiler/pre] Process typeres imports in a single pass
paulbone
as Paul Bone
More... about 3 years ago
[compiler/pre] Implicitly create resources refered to in interface files
paulbone
as Paul Bone
More... about 3 years ago
[compiler/pre] Track resource IDs to avoid an extra lookup
paulbone
as Paul Bone
More... about 3 years ago