aiken/crates/aiken-project/src
KtorZ d321b85df2
Refactor type errors back into macro annotations
Far less verbose than defining classes by hand, plus, it allows to have everything about a single error be co-located. And finally, it allows to use 'related', 'label' and so on more easily.
2023-01-20 20:11:44 +01:00
..
deps Provide better errors when packages aren't found. 2023-01-18 16:34:26 +01:00
config.rs Add new 'deps add' command 2023-01-14 23:29:28 +01:00
deps.rs Remove some dead-code. 2023-01-18 16:43:40 +01:00
docs.rs Implement various visual improvements for the doc generator 2023-01-18 15:12:15 +01:00
error.rs Refactor type errors back into macro annotations 2023-01-20 20:11:44 +01:00
format.rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
lib.rs Fix generated projects' README + rename 'certify' -> 'publish' 2023-01-18 16:48:42 +01:00
module.rs feat: validator fns no longer need to be public 2023-01-15 12:33:10 -05:00
options.rs feat(check): change some logic around and add --exact-match 2023-01-10 11:46:44 -05:00
package_name.rs Remove restriction on the project's package name 2023-01-14 23:47:57 +01:00
paths.rs Provide better errors when packages aren't found. 2023-01-18 16:34:26 +01:00
pretty.rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
script.rs feat(aiken-project): use rayon to run tests in parallel 2023-01-09 18:12:18 -05:00
telemetry.rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00